netcoreapp3.1/VMware.Sdk.Nsx.Policy.Initialize.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>Initialize-ALBAuthToken</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBAuthToken</command:noun>
      <maml:description>
        <maml:para>Avi Load Balancer Auth Token.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Avi Load Balancer Auth Token.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBAuthToken</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>Avi controller username. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Hours</maml:name>
          <maml:Description>
            <maml:para>Hours to validate the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Token</maml:name>
          <maml:Description>
            <maml:para>Token for Avi Controller.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ExpiresAt</maml:name>
          <maml:Description>
            <maml:para>Expiry time of the token will be set by LCM at the time of Enforcement Point Creation. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>Avi controller username. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Hours</maml:name>
        <maml:Description>
          <maml:para>Hours to validate the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Token</maml:name>
        <maml:Description>
          <maml:para>Token for Avi Controller.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ExpiresAt</maml:name>
        <maml:Description>
          <maml:para>Expiry time of the token will be set by LCM at the time of Enforcement Point Creation. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ALBAuthToken &#x3D; Initialize-ALBAuthToken -Username &quot;MyUsername&quot; -Hours &quot;MyHours&quot; -Token &quot;MyToken&quot; -ExpiresAt &quot;MyExpiresAt&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBAuthToken with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBAuthToken &#x3D; Initialize-ALBAuthToken -Username &quot;MyUsername&quot; -Hours &quot;MyHours&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBAuthToken with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerAdminCredential</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerAdminCredential</command:noun>
      <maml:description>
        <maml:para>Avi Load Balancer Controller admin user credential for validation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Avi Load Balancer Controller admin user credential for validation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerAdminCredential</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Password for the Avi Load Balancer Controller admin user.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Password for the Avi Load Balancer Controller admin user.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>$ALBControllerAdminCredential &#x3D; Initialize-ALBControllerAdminCredential -Password &quot;MyPassword&quot; -ClusteringId &quot;MyClusteringId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerAdminCredential with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerAdminCredential &#x3D; Initialize-ALBControllerAdminCredential
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerAdminCredential with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerBackupConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerBackupConfiguration</command:noun>
      <maml:description>
        <maml:para>Configuration for Avi Load Balancer Controller remote backup.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for Avi Load Balancer Controller remote backup.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerBackupConfiguration</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAddress</maml:name>
          <maml:Description>
            <maml:para>Backup server 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>ServerPort</maml:name>
          <maml:Description>
            <maml:para>Port number of backup server for SFTP connection. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SshFingerprint</maml:name>
          <maml:Description>
            <maml:para>SSH fingerprint of backup server. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>Backup server username. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Backup server password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BackupLocation</maml:name>
          <maml:Description>
            <maml:para>Directory in backup server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BackupPassphrase</maml:name>
          <maml:Description>
            <maml:para>Passphrase for in the backup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>ServerAddress</maml:name>
        <maml:Description>
          <maml:para>Backup server 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>ServerPort</maml:name>
        <maml:Description>
          <maml:para>Port number of backup server for SFTP connection. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SshFingerprint</maml:name>
        <maml:Description>
          <maml:para>SSH fingerprint of backup server. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Username</maml:name>
        <maml:Description>
          <maml:para>Backup server username. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Backup server password.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BackupLocation</maml:name>
        <maml:Description>
          <maml:para>Directory in backup server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BackupPassphrase</maml:name>
        <maml:Description>
          <maml:para>Passphrase for in the backup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>$ALBControllerBackupConfiguration &#x3D; Initialize-ALBControllerBackupConfiguration -ServerAddress &quot;MyServerAddress&quot; -ServerPort 0 -SshFingerprint &quot;MySshFingerprint&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -BackupLocation &quot;MyBackupLocation&quot; -BackupPassphrase &quot;MyBackupPassphrase&quot; -ClusteringId &quot;MyClusteringId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerBackupConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerBackupConfiguration &#x3D; Initialize-ALBControllerBackupConfiguration -ServerAddress &quot;MyServerAddress&quot; -Username &quot;MyUsername&quot; -BackupLocation &quot;MyBackupLocation&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerBackupConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerCertificate</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerCertificate</command:noun>
      <maml:description>
        <maml:para>Avi Load Balancer Controller portal certificate.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Avi Load Balancer Controller portal certificate.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerCertificate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Csr</maml:name>
          <maml:Description>
            <maml:para>Avi Load Balancer Controller portal certificate or CSR.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Cert</maml:name>
          <maml:Description>
            <maml:para>Avi Load Balancer Controller portal certificate or CSR.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of Avi Load Balancer Controller portal certificate or CSR.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Csr</maml:name>
        <maml:Description>
          <maml:para>Avi Load Balancer Controller portal certificate or CSR.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Cert</maml:name>
        <maml:Description>
          <maml:para>Avi Load Balancer Controller portal certificate or CSR.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of Avi Load Balancer Controller portal certificate or CSR.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>$ALBControllerCertificate &#x3D; Initialize-ALBControllerCertificate -Csr &quot;MyCsr&quot; -Cert &quot;MyCert&quot; -Name &quot;MyName&quot; -ClusteringId &quot;MyClusteringId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerCertificate with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerCertificate &#x3D; Initialize-ALBControllerCertificate -Name &quot;MyName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerCertificate with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerCertificateCsr</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerCertificateCsr</command:noun>
      <maml:description>
        <maml:para>CSR for Avi Load Balancer Controller portal certificate.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>CSR for Avi Load Balancer Controller portal certificate.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerCertificateCsr</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CommonName</maml:name>
          <maml:Description>
            <maml:para>Common name for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Email</maml:name>
          <maml:Description>
            <maml:para>Email for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Organization</maml:name>
          <maml:Description>
            <maml:para>Organization for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OrganizationUnit</maml:name>
          <maml:Description>
            <maml:para>Organization unit for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Locality</maml:name>
          <maml:Description>
            <maml:para>Location or region for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StateName</maml:name>
          <maml:Description>
            <maml:para>State name for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Country</maml:name>
          <maml:Description>
            <maml:para>Country name for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Algorithm</maml:name>
          <maml:Description>
            <maml:para>Algorithm for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeySize</maml:name>
          <maml:Description>
            <maml:para>Key size for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubjectAltNames</maml:name>
          <maml:Description>
            <maml:para>List of SAN for Avi Load Balancer Controller portal certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml: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>CommonName</maml:name>
        <maml:Description>
          <maml:para>Common name for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Email</maml:name>
        <maml:Description>
          <maml:para>Email for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Organization</maml:name>
        <maml:Description>
          <maml:para>Organization for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OrganizationUnit</maml:name>
        <maml:Description>
          <maml:para>Organization unit for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Locality</maml:name>
        <maml:Description>
          <maml:para>Location or region for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StateName</maml:name>
        <maml:Description>
          <maml:para>State name for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Country</maml:name>
        <maml:Description>
          <maml:para>Country name for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Algorithm</maml:name>
        <maml:Description>
          <maml:para>Algorithm for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeySize</maml:name>
        <maml:Description>
          <maml:para>Key size for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubjectAltNames</maml:name>
        <maml:Description>
          <maml:para>List of SAN for Avi Load Balancer Controller portal certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml: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>$ALBControllerCertificateCsr &#x3D; Initialize-ALBControllerCertificateCsr -CommonName &quot;MyCommonName&quot; -Email &quot;MyEmail&quot; -Organization &quot;MyOrganization&quot; -OrganizationUnit &quot;MyOrganizationUnit&quot; -Locality &quot;MyLocality&quot; -StateName &quot;MyStateName&quot; -Country &quot;MyCountry&quot; -Algorithm &quot;MyAlgorithm&quot; -KeySize &quot;MyKeySize&quot; -SubjectAltNames &quot;MySubjectAltNames&quot; -ClusteringId &quot;MyClusteringId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerCertificateCsr with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerCertificateCsr &#x3D; Initialize-ALBControllerCertificateCsr -CommonName &quot;MyCommonName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerCertificateCsr with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerConfiguration</command:noun>
      <maml:description>
        <maml:para>Avi Load Balancer Controller config details.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Avi Load Balancer Controller config details.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerConfiguration</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OwnedBy</maml:name>
          <maml:Description>
            <maml:para>OnBoarding workflow is initiated by VCF/LCM.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClusterIp</maml:name>
          <maml:Description>
            <maml:para>The cluster IP of the Avi Load Balancer Controller cluster. This is mandatory parameter and required for single node Avi controller deployments as well. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InfraAdminPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the Avi controller admin user. For deployment, this property is required. The password specified must be at least 8 characters in length. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InfraAdminUsername</maml:name>
          <maml:Description>
            <maml:para>Username for server authentication.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NtpServers</maml:name>
          <maml:Description>
            <maml:para>List of NTP servers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServers</maml:name>
          <maml:Description>
            <maml:para>List of DNS servers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultCert</maml:name>
          <maml:Description>
            <maml:para>Is Avi Load Balancer Controller using default portal certificate. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OwnedBy</maml:name>
        <maml:Description>
          <maml:para>OnBoarding workflow is initiated by VCF/LCM.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClusterIp</maml:name>
        <maml:Description>
          <maml:para>The cluster IP of the Avi Load Balancer Controller cluster. This is mandatory parameter and required for single node Avi controller deployments as well. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InfraAdminPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the Avi controller admin user. For deployment, this property is required. The password specified must be at least 8 characters in length. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InfraAdminUsername</maml:name>
        <maml:Description>
          <maml:para>Username for server authentication.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NtpServers</maml:name>
        <maml:Description>
          <maml:para>List of NTP servers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServers</maml:name>
        <maml:Description>
          <maml:para>List of DNS servers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultCert</maml:name>
        <maml:Description>
          <maml:para>Is Avi Load Balancer Controller using default portal certificate. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ALBControllerConfiguration &#x3D; Initialize-ALBControllerConfiguration -OwnedBy &quot;LCM&quot; -ClusterIp &quot;MyClusterIp&quot; -InfraAdminPassword &quot;MyInfraAdminPassword&quot; -InfraAdminUsername &quot;MyInfraAdminUsername&quot; -NtpServers &quot;MyNtpServers&quot; -DnsServers &quot;MyDnsServers&quot; -DefaultCert &quot;MyDefaultCert&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerConfiguration &#x3D; Initialize-ALBControllerConfiguration -OwnedBy &quot;LCM&quot; -ClusterIp &quot;MyClusterIp&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerNodeUserSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerNodeUserSettings</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerNodeUserSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdminSshKey</maml:name>
          <maml:Description>
            <maml:para>To configure ssh into the Avi Load Balancer Controller, this property is required. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdminPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the Avi controller admin user. For deployment, this property is required. The password specified must be at least 8 characters in length and should match Avi Controller password strength requirements. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>AdminSshKey</maml:name>
        <maml:Description>
          <maml:para>To configure ssh into the Avi Load Balancer Controller, this property is required. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AdminPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the Avi controller admin user. For deployment, this property is required. The password specified must be at least 8 characters in length and should match Avi Controller password strength requirements. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ALBControllerNodeUserSettings &#x3D; Initialize-ALBControllerNodeUserSettings -AdminSshKey &quot;MyAdminSshKey&quot; -AdminPassword &quot;MyAdminPassword&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeUserSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerNodeUserSettings &#x3D; Initialize-ALBControllerNodeUserSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeUserSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerNodeVMClusterConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerNodeVMClusterConfig</command:noun>
      <maml:description>
        <maml:para>Contains the cluster configuration for Avi Load Balancer Controller. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains the cluster configuration for Avi Load Balancer Controller. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerNodeVMClusterConfig</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>$ALBControllerNodeVMClusterConfig &#x3D; Initialize-ALBControllerNodeVMClusterConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeVMClusterConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerNodeVMClusterConfig &#x3D; Initialize-ALBControllerNodeVMClusterConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeVMClusterConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerNodeVMDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerNodeVMDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>Information used to configure the Avi Load Balancer Controller node.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information used to configure the Avi Load Balancer Controller node.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerNodeVMDeploymentConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlacementType</maml:name>
          <maml:Description>
            <maml:para>Specifies the config for the platform through which to deploy the Avi Load Balancer Controller node. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlacementType</maml:name>
        <maml:Description>
          <maml:para>Specifies the config for the platform through which to deploy the Avi Load Balancer Controller node. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ALBControllerNodeVMDeploymentConfig &#x3D; Initialize-ALBControllerNodeVMDeploymentConfig -PlacementType &quot;AlbControllerVsphereClusterNodeVmDeploymentConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeVMDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerNodeVMDeploymentConfig &#x3D; Initialize-ALBControllerNodeVMDeploymentConfig -PlacementType &quot;AlbControllerVsphereClusterNodeVmDeploymentConfig&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeVMDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerNodeVMDeploymentRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerNodeVMDeploymentRequest</command:noun>
      <maml:description>
        <maml:para>Contains the deployment information for a Avi Load Balancer Controller node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains the deployment information for a Avi Load Balancer Controller node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerNodeVMDeploymentRequest</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>$ALBControllerNodeVMDeploymentRequest &#x3D; Initialize-ALBControllerNodeVMDeploymentRequest
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeVMDeploymentRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerNodeVMDeploymentRequest &#x3D; Initialize-ALBControllerNodeVMDeploymentRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerNodeVMDeploymentRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerSystemConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerSystemConfiguration</command:noun>
      <maml:description>
        <maml:para>Avi Load Balancer Controller System Configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Avi Load Balancer Controller System Configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerSystemConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServers</maml:name>
          <maml:Description>
            <maml:para>List of DNS servers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NtpServers</maml:name>
          <maml:Description>
            <maml:para>List of NTP servers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BackupServerConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerBackupConfiguration</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerBackupConfiguration</maml:name>
            <maml: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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServers</maml:name>
        <maml:Description>
          <maml:para>List of DNS servers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NtpServers</maml:name>
        <maml:Description>
          <maml:para>List of NTP servers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BackupServerConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerBackupConfiguration</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerBackupConfiguration</maml:name>
          <maml: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>
$ALBControllerBackupConfiguration &#x3D; Initialize-ALBControllerBackupConfiguration -ServerAddress &quot;MyServerAddress&quot; -ServerPort 0 -SshFingerprint &quot;MySshFingerprint&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -BackupLocation &quot;MyBackupLocation&quot; -BackupPassphrase &quot;MyBackupPassphrase&quot; -ClusteringId &quot;MyClusteringId&quot;
$ALBControllerSystemConfiguration &#x3D; Initialize-ALBControllerSystemConfiguration -DnsServers &quot;MyDnsServers&quot; -NtpServers &quot;MyNtpServers&quot; -BackupServerConfig $ALBControllerBackupConfiguration -ClusteringId &quot;MyClusteringId&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerSystemConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ALBControllerSystemConfiguration &#x3D; Initialize-ALBControllerSystemConfiguration
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerSystemConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-ALBControllerBackupConfiguration</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALBControllerUserCredential</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALBControllerUserCredential</command:noun>
      <maml:description>
        <maml:para>Avi Load Balancer Controller user credentials.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Avi Load Balancer Controller user credentials.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALBControllerUserCredential</maml:name>
        <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">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Password for user credential 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>Username for the credential 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>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>UserCredentialType</maml:name>
        <maml:Description>
          <maml:para>Type of user credential.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Password for user credential 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Username</maml:name>
        <maml:Description>
          <maml:para>Username for the credential 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>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>$ALBControllerUserCredential &#x3D; Initialize-ALBControllerUserCredential -UserCredentialType &quot;CONTROLLER_ADMIN_USER_CREDENTIAL&quot; -Password &quot;MyPassword&quot; -Username &quot;MyUsername&quot; -ClusteringId &quot;MyClusteringId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerUserCredential with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALBControllerUserCredential &#x3D; Initialize-ALBControllerUserCredential -UserCredentialType &quot;CONTROLLER_ADMIN_USER_CREDENTIAL&quot; -Username &quot;MyUsername&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALBControllerUserCredential with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ALGTypeServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ALGTypeServiceEntry</command:noun>
      <maml:description>
        <maml:para>An ServiceEntry that represents an ALG protocol</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An ServiceEntry that represents an ALG protocol</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ALGTypeServiceEntry</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>$ALGTypeServiceEntry &#x3D; Initialize-ALGTypeServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALGTypeServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ALGTypeServiceEntry &#x3D; Initialize-ALGTypeServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ALGTypeServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AbstractSpace</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AbstractSpace</command:noun>
      <maml:description>
        <maml:para>Represents the space in which the policy is being defined.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the space in which the policy is being defined.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AbstractSpace</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>$AbstractSpace &#x3D; Initialize-AbstractSpace
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AbstractSpace with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AbstractSpace &#x3D; Initialize-AbstractSpace
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AbstractSpace with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Action</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Action</command:noun>
      <maml:description>
        <maml:para>Reaction Action is the action to take when the stipulated criteria specified in the event exist over the source. Some example actions include: - Notify Admin (or VMC&#39;s SRE) via email. - Populate a specific label with the IPSec VPN Session. - Remove the IPSec VPN Session from a specific label. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Reaction Action is the action to take when the stipulated criteria specified in the event exist over the source. Some example actions include: - Notify Admin (or VMC&#39;s SRE) via email. - Populate a specific label with the IPSec VPN Session. - Remove the IPSec VPN Session from a specific label. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Action</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Reaction Action resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Reaction Action resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Action &#x3D; Initialize-Action -ResourceType &quot;PatchResources&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Action with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Action &#x3D; Initialize-Action -ResourceType &quot;PatchResources&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Action with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ActiveDirectoryIdentitySource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ActiveDirectoryIdentitySource</command:noun>
      <maml:description>
        <maml:para>An identity source service that runs Microsoft Active Directory. The service allows selected user accounts defined in Active Directory to log into and access NSX-T.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An identity source service that runs Microsoft Active Directory. The service allows selected user accounts defined in Active Directory to log into and access NSX-T.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ActiveDirectoryIdentitySource</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>$ActiveDirectoryIdentitySource &#x3D; Initialize-ActiveDirectoryIdentitySource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ActiveDirectoryIdentitySource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ActiveDirectoryIdentitySource &#x3D; Initialize-ActiveDirectoryIdentitySource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ActiveDirectoryIdentitySource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AddALBControllerNodeVMInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AddALBControllerNodeVMInfo</command:noun>
      <maml:description>
        <maml:para>Contains a list of Avi Load Balancer Controller node deployment requests. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains a list of Avi Load Balancer Controller node deployment requests. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AddALBControllerNodeVMInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeploymentRequests</maml:name>
          <maml:Description>
            <maml:para>Avi Load Balancer Controller deployment requests to be deployed by NSX. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeploymentRequests</maml:name>
        <maml:Description>
          <maml:para>Avi Load Balancer Controller deployment requests to be deployed by NSX. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ALBControllerNodeVMDeploymentRequest
$AddALBControllerNodeVMInfo &#x3D; Initialize-AddALBControllerNodeVMInfo -DeploymentRequests $ALBControllerNodeVMDeploymentRequest
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AddALBControllerNodeVMInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ALBControllerNodeVMDeploymentRequest &#x3D; Initialize-ALBControllerNodeVMDeploymentRequest
$AddALBControllerNodeVMInfo &#x3D; Initialize-AddALBControllerNodeVMInfo -DeploymentRequests $ALBControllerNodeVMDeploymentRequest
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AddALBControllerNodeVMInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AddClusterNodeVMInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AddClusterNodeVMInfo</command:noun>
      <maml:description>
        <maml:para>Contains a list of cluster node VM deployment requests and optionally a clustering configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains a list of cluster node VM deployment requests and optionally a clustering configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AddClusterNodeVMInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeploymentRequests</maml:name>
          <maml:Description>
            <maml:para>Cluster node VM deployment requests to be deployed by the Manager. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequest&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequest&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClusteringConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ClusteringConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusteringConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeploymentRequests</maml:name>
        <maml:Description>
          <maml:para>Cluster node VM deployment requests to be deployed by the Manager. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequest&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequest&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClusteringConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ClusteringConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusteringConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
&quot;CONTROLLER&quot;
$NodeUserSettings &#x3D; Initialize-NodeUserSettings -CliUsername &quot;MyCliUsername&quot; -CliPassword &quot;MyCliPassword&quot; -RootPassword &quot;MyRootPassword&quot; -AuditUsername &quot;MyAuditUsername&quot; -AuditPassword &quot;MyAuditPassword&quot;
$ClusterNodeVMDeploymentConfig &#x3D; Initialize-ClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
$ClusterNodeVMDeploymentRequest &#x3D; Initialize-ClusterNodeVMDeploymentRequest -VmId &quot;MyVmId&quot; -Roles &quot;CONTROLLER&quot; -FormFactor &quot;SMALL&quot; -UserSettings $NodeUserSettings -DeploymentConfig $ClusterNodeVMDeploymentConfig

$ClusteringConfig &#x3D; Initialize-ClusteringConfig -ClusteringType &quot;ControlClusteringConfig&quot;
$AddClusterNodeVMInfo &#x3D; Initialize-AddClusterNodeVMInfo -DeploymentRequests $ClusterNodeVMDeploymentRequest -ClusteringConfig $ClusteringConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AddClusterNodeVMInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
&quot;CONTROLLER&quot;
$ClusterNodeVMDeploymentConfig &#x3D; Initialize-ClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
$ClusterNodeVMDeploymentRequest &#x3D; Initialize-ClusterNodeVMDeploymentRequest -Roles &quot;CONTROLLER&quot; -DeploymentConfig $ClusterNodeVMDeploymentConfig

$AddClusterNodeVMInfo &#x3D; Initialize-AddClusterNodeVMInfo -DeploymentRequests $ClusterNodeVMDeploymentRequest
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AddClusterNodeVMInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-ClusteringConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Addresses</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Addresses</command:noun>
      <maml:description>
        <maml:para>IP and MAC address</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP and MAC address</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Addresses</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ip</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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mac</maml:name>
          <maml:Description>
            <maml:para>A MAC address. Must be 6 pairs of hexadecimal digits, upper or lower case, separated by colons or dashes. Examples: 01:23:45:67:89:ab, 01-23-45-67-89-AB. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ip</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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Mac</maml:name>
        <maml:Description>
          <maml:para>A MAC address. Must be 6 pairs of hexadecimal digits, upper or lower case, separated by colons or dashes. Examples: 01:23:45:67:89:ab, 01-23-45-67-89-AB. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Addresses -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Addresses with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Addresses &#x3D; Initialize-Addresses -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Addresses with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AdvanceClusterRestoreInput</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AdvanceClusterRestoreInput</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AdvanceClusterRestoreInput</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Unique id of an instruction (as returned by the GET /restore/status call) for which input is to be provided </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Resources</maml:name>
          <maml:Description>
            <maml:para>List of resources for which the instruction is applicable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SelectableResourceReference&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SelectableResourceReference&gt;</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>Id</maml:name>
        <maml:Description>
          <maml:para>Unique id of an instruction (as returned by the GET /restore/status call) for which input is to be provided </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Resources</maml:name>
        <maml:Description>
          <maml:para>List of resources for which the instruction is applicable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SelectableResourceReference&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SelectableResourceReference&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-SelectableResourceReference -TargetId &quot;MyTargetId&quot; -TargetDisplayName &quot;MyTargetDisplayName&quot; -TargetType &quot;MyTargetType&quot; -IsValid $false
$AdvanceClusterRestoreInput &#x3D; Initialize-AdvanceClusterRestoreInput -Id &quot;MyId&quot; -Resources $SelectableResourceReference
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvanceClusterRestoreInput with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SelectableResourceReference &#x3D; Initialize-SelectableResourceReference
$AdvanceClusterRestoreInput &#x3D; Initialize-AdvanceClusterRestoreInput -Resources $SelectableResourceReference
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvanceClusterRestoreInput with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AdvanceClusterRestoreRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AdvanceClusterRestoreRequest</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AdvanceClusterRestoreRequest</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>List of instructions and their associated data</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreInput&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreInput&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>List of instructions and their associated data</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreInput&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreInput&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-SelectableResourceReference -TargetId &quot;MyTargetId&quot; -TargetDisplayName &quot;MyTargetDisplayName&quot; -TargetType &quot;MyTargetType&quot; -IsValid $false
$AdvanceClusterRestoreInput &#x3D; Initialize-AdvanceClusterRestoreInput -Id &quot;MyId&quot; -Resources $SelectableResourceReference

$AdvanceClusterRestoreRequest &#x3D; Initialize-AdvanceClusterRestoreRequest -Data $AdvanceClusterRestoreInput
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvanceClusterRestoreRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$SelectableResourceReference &#x3D; Initialize-SelectableResourceReference
$AdvanceClusterRestoreInput &#x3D; Initialize-AdvanceClusterRestoreInput -Resources $SelectableResourceReference

$AdvanceClusterRestoreRequest &#x3D; Initialize-AdvanceClusterRestoreRequest -Data $AdvanceClusterRestoreInput
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvanceClusterRestoreRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AdvanceServiceConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AdvanceServiceConfig</command:noun>
      <maml:description>
        <maml:para>Contain optional configuration for deployment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contain optional configuration for deployment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AdvanceServiceConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KubectlTool</maml:name>
          <maml:Description>
            <maml:para>Filename of uploaded Kubernetes tools</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServiceName</maml:name>
          <maml:Description>
            <maml:para>FQDN to access deployment pod.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MessagingServiceName</maml:name>
          <maml:Description>
            <maml:para>FQDN to access kafka messaging service pod.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>KubectlTool</maml:name>
        <maml:Description>
          <maml:para>Filename of uploaded Kubernetes tools</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServiceName</maml:name>
        <maml:Description>
          <maml:para>FQDN to access deployment pod.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MessagingServiceName</maml:name>
        <maml:Description>
          <maml:para>FQDN to access kafka messaging service pod.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AdvanceServiceConfig &#x3D; Initialize-AdvanceServiceConfig -KubectlTool &quot;MyKubectlTool&quot; -ServiceName &quot;MyServiceName&quot; -MessagingServiceName &quot;MyMessagingServiceName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvanceServiceConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AdvanceServiceConfig &#x3D; Initialize-AdvanceServiceConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvanceServiceConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AdvancedConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AdvancedConfig</command:noun>
      <maml:description>
        <maml:para>These are advanced configuration options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>These are advanced configuration options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AdvancedConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigType</maml:name>
          <maml:Description>
            <maml:para>The specific type of config.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Version</maml:name>
          <maml:Description>
            <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigParams</maml:name>
          <maml:Description>
            <maml:para>List of parameters that could be used to configure high performance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</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>HighPerformanceConfigType</maml:name>
        <maml:Description>
          <maml:para>The specific type of config.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Version</maml:name>
        <maml:Description>
          <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HighPerformanceConfigParams</maml:name>
        <maml:Description>
          <maml:para>List of parameters that could be used to configure high performance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HighPerformanceConfigParams &#x3D; Initialize-HighPerformanceConfigParams -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$AdvancedConfig &#x3D; Initialize-AdvancedConfig -HighPerformanceConfigType &quot;ADV_CONFIG&quot; -Version &quot;MyVersion&quot; -HighPerformanceConfigParams $HighPerformanceConfigParams
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvancedConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$AdvancedConfig &#x3D; Initialize-AdvancedConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AdvancedConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AlbControllerVsphereClusterNodeVmDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AlbControllerVsphereClusterNodeVmDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>The vSphere deployment configuration determines where to deploy the Avi Load Balancer Controller node through a vCenter server. It contains settings that are applied during install time. If using DHCP, the following fields must be left unset - management_port_subnets, and default_gateway_addresses </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The vSphere deployment configuration determines where to deploy the Avi Load Balancer Controller node through a vCenter server. It contains settings that are applied during install time. If using DHCP, the following fields must be left unset - management_port_subnets, and default_gateway_addresses </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AlbControllerVsphereClusterNodeVmDeploymentConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlacementType</maml:name>
          <maml:Description>
            <maml:para>Specifies the config for the platform through which to deploy the Avi Load Balancer Controller node. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>PlacementType</maml:name>
        <maml:Description>
          <maml:para>Specifies the config for the platform through which to deploy the Avi Load Balancer Controller node. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AlbControllerVsphereClusterNodeVmDeploymentConfig &#x3D; Initialize-AlbControllerVsphereClusterNodeVmDeploymentConfig -PlacementType &quot;AlbControllerVsphereClusterNodeVmDeploymentConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AlbControllerVsphereClusterNodeVmDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AlbControllerVsphereClusterNodeVmDeploymentConfig &#x3D; Initialize-AlbControllerVsphereClusterNodeVmDeploymentConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AlbControllerVsphereClusterNodeVmDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AllocationBasedOnFailureDomain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AllocationBasedOnFailureDomain</command:noun>
      <maml:description>
        <maml:para>Auto place TIER1 logical routers, DHCP and MDProxy contexts on two edge nodes (active and standby) from different failure domains. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Auto place TIER1 logical routers, DHCP and MDProxy contexts on two edge nodes (active and standby) from different failure domains. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AllocationBasedOnFailureDomain</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActionType</maml:name>
          <maml:Description>
            <maml:para>Set action for each allocation rule on edge cluster which will help in auto placement. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ActionType</maml:name>
        <maml:Description>
          <maml:para>Set action for each allocation rule on edge cluster which will help in auto placement. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AllocationBasedOnFailureDomain &#x3D; Initialize-AllocationBasedOnFailureDomain -ActionType &quot;AllocationBasedOnFailureDomain&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AllocationBasedOnFailureDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AllocationBasedOnFailureDomain &#x3D; Initialize-AllocationBasedOnFailureDomain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AllocationBasedOnFailureDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AllocationRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AllocationRule</command:noun>
      <maml:description>
        <maml:para>Allocation rule on edge cluster which will be considered in auto placement of TIER1 logical routers, DHCP and MDProxy. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Allocation rule on edge cluster which will be considered in auto placement of TIER1 logical routers, DHCP and MDProxy. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AllocationRule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Action</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AllocationRuleAction</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AllocationRuleAction</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AllocationRuleAction</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AllocationRuleAction</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$AllocationRuleAction &#x3D; Initialize-AllocationRuleAction -ActionType &quot;AllocationBasedOnFailureDomain&quot;
$AllocationRule &#x3D; Initialize-AllocationRule -Action $AllocationRuleAction
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AllocationRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$AllocationRuleAction &#x3D; Initialize-AllocationRuleAction -ActionType &quot;AllocationBasedOnFailureDomain&quot;
$AllocationRule &#x3D; Initialize-AllocationRule -Action $AllocationRuleAction
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AllocationRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-AllocationRuleAction</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AllocationRuleAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AllocationRuleAction</command:noun>
      <maml:description>
        <maml:para>Define action for each allocation rule which added on edge cluster. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Define action for each allocation rule which added on edge cluster. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AllocationRuleAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActionType</maml:name>
          <maml:Description>
            <maml:para>Set action for each allocation rule on edge cluster which will help in auto placement. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ActionType</maml:name>
        <maml:Description>
          <maml:para>Set action for each allocation rule on edge cluster which will help in auto placement. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AllocationRuleAction &#x3D; Initialize-AllocationRuleAction -ActionType &quot;AllocationBasedOnFailureDomain&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AllocationRuleAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AllocationRuleAction &#x3D; Initialize-AllocationRuleAction -ActionType &quot;AllocationBasedOnFailureDomain&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AllocationRuleAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AnalyticsMaintenanceMode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AnalyticsMaintenanceMode</command:noun>
      <maml:description>
        <maml:para>Set Analytics agents to maintenance mode during cluster changes.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Set Analytics agents to maintenance mode during cluster changes.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AnalyticsMaintenanceMode</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Activate/deactivate maintenance mode</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AgentErrorMessage</maml:name>
          <maml:Description>
            <maml:para>string describing the error</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Activate/deactivate maintenance mode</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AgentErrorMessage</maml:name>
        <maml:Description>
          <maml:para>string describing the error</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-AnalyticsMaintenanceMode -Enable $false -AgentErrorMessage &quot;MyAgentErrorMessage&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AnalyticsMaintenanceMode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AnalyticsMaintenanceMode &#x3D; Initialize-AnalyticsMaintenanceMode -Enable $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AnalyticsMaintenanceMode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaHeartbeatConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaHeartbeatConfig</command:noun>
      <maml:description>
        <maml:para>Antrea heartbeat configuration for interval time.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Antrea heartbeat configuration for interval time.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaHeartbeatConfig</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>$AntreaHeartbeatConfig &#x3D; Initialize-AntreaHeartbeatConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaHeartbeatConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaHeartbeatConfig &#x3D; Initialize-AntreaHeartbeatConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaHeartbeatConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowConfig</command:noun>
      <maml:description>
        <maml:para>The configuration for Antrea traceflow.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The configuration for Antrea traceflow.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowConfig</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>$AntreaTraceflowConfig &#x3D; Initialize-AntreaTraceflowConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowConfig &#x3D; Initialize-AntreaTraceflowConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowIcmpEchoRequestHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowIcmpEchoRequestHeader</command:noun>
      <maml:description>
        <maml:para>IcmpEchoRequest header stuffs for Antrea traceflow. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IcmpEchoRequest header stuffs for Antrea traceflow. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowIcmpEchoRequestHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id of IcmpEchoRequest. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Sequence</maml:name>
          <maml:Description>
            <maml:para>Sequence number of IcmpEchoRequest. </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>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>Id</maml:name>
        <maml:Description>
          <maml:para>Id of IcmpEchoRequest. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Sequence</maml:name>
        <maml:Description>
          <maml:para>Sequence number of IcmpEchoRequest. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowIcmpEchoRequestHeader &#x3D; Initialize-AntreaTraceflowIcmpEchoRequestHeader -Id 0 -Sequence 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowIcmpEchoRequestHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowIcmpEchoRequestHeader &#x3D; Initialize-AntreaTraceflowIcmpEchoRequestHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowIcmpEchoRequestHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowIpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowIpHeader</command:noun>
      <maml:description>
        <maml:para>Ip header stuffs for Antrea traceflow. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ip header stuffs for Antrea traceflow. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowIpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>Destination ip address in IpHeader. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Flags</maml:name>
          <maml:Description>
            <maml:para>Protocol setting in IpHeader. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>Protocol setting in IpHeader. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>Source ip address in IpHeader. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ttl</maml:name>
          <maml:Description>
            <maml:para>TTL value in IpHeader. Default is 64. </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>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>DstIp</maml:name>
        <maml:Description>
          <maml:para>Destination ip address in IpHeader. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Flags</maml:name>
        <maml:Description>
          <maml:para>Protocol setting in IpHeader. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Protocol</maml:name>
        <maml:Description>
          <maml:para>Protocol setting in IpHeader. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcIp</maml:name>
        <maml:Description>
          <maml:para>Source ip address in IpHeader. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ttl</maml:name>
        <maml:Description>
          <maml:para>TTL value in IpHeader. Default is 64. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowIpHeader &#x3D; Initialize-AntreaTraceflowIpHeader -DstIp &quot;MyDstIp&quot; -Flags 0 -Protocol 0 -SrcIp &quot;MySrcIp&quot; -Ttl 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowIpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowIpHeader &#x3D; Initialize-AntreaTraceflowIpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowIpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowIpv6Header</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowIpv6Header</command:noun>
      <maml:description>
        <maml:para>Ipv6 header stuffs for Antrea traceflow. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ipv6 header stuffs for Antrea traceflow. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowIpv6Header</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>Destination ip address in Ipv6Header. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HopLimit</maml:name>
          <maml:Description>
            <maml:para>Hop limit setting in Ipv6Header. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NextHeader</maml:name>
          <maml:Description>
            <maml:para>Next header setting in Ipv6Header. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>Source ip address in Ipv6Header. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>DstIp</maml:name>
        <maml:Description>
          <maml:para>Destination ip address in Ipv6Header. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HopLimit</maml:name>
        <maml:Description>
          <maml:para>Hop limit setting in Ipv6Header. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NextHeader</maml:name>
        <maml:Description>
          <maml:para>Next header setting in Ipv6Header. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcIp</maml:name>
        <maml:Description>
          <maml:para>Source ip address in Ipv6Header. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowIpv6Header &#x3D; Initialize-AntreaTraceflowIpv6Header -DstIp &quot;MyDstIp&quot; -HopLimit 0 -NextHeader 0 -SrcIp &quot;MySrcIp&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowIpv6Header with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowIpv6Header &#x3D; Initialize-AntreaTraceflowIpv6Header
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowIpv6Header with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowPacketData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowPacketData</command:noun>
      <maml:description>
        <maml:para>Packet data stuffs for Antrea traceflow.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Packet data stuffs for Antrea traceflow.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowPacketData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FrameSize</maml:name>
          <maml:Description>
            <maml:para>This property is used to set packet data size. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ipv6Header</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpv6Header</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpv6Header</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Payload</maml:name>
          <maml:Description>
            <maml:para>This property is used to set payload data. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This property is used to set resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTransportHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTransportHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportType</maml:name>
          <maml:Description>
            <maml:para>This property is used to set transport type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>FrameSize</maml:name>
        <maml:Description>
          <maml:para>This property is used to set packet data size. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ipv6Header</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpv6Header</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIpv6Header</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Payload</maml:name>
        <maml:Description>
          <maml:para>This property is used to set payload data. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This property is used to set resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTransportHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTransportHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportType</maml:name>
        <maml:Description>
          <maml:para>This property is used to set transport type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$AntreaTraceflowIpHeader &#x3D; Initialize-AntreaTraceflowIpHeader -DstIp &quot;MyDstIp&quot; -Flags 0 -Protocol 0 -SrcIp &quot;MySrcIp&quot; -Ttl 0
$AntreaTraceflowIpv6Header &#x3D; Initialize-AntreaTraceflowIpv6Header -DstIp &quot;MyDstIp&quot; -HopLimit 0 -NextHeader 0 -SrcIp &quot;MySrcIp&quot;

$AntreaTraceflowIcmpEchoRequestHeader &#x3D; Initialize-AntreaTraceflowIcmpEchoRequestHeader -Id 0 -Sequence 0
$AntreaTraceflowTcpHeader &#x3D; Initialize-AntreaTraceflowTcpHeader -DstPort 0 -SrcPort 0 -TcpFlags 0
$AntreaTraceflowUdpHeader &#x3D; Initialize-AntreaTraceflowUdpHeader -DstPort 0 -SrcPort 0
$AntreaTraceflowTransportHeader &#x3D; Initialize-AntreaTraceflowTransportHeader -IcmpEchoRequestHeader $AntreaTraceflowIcmpEchoRequestHeader -TcpHeader $AntreaTraceflowTcpHeader -UdpHeader $AntreaTraceflowUdpHeader

$AntreaTraceflowPacketData &#x3D; Initialize-AntreaTraceflowPacketData -FrameSize 0 -IpHeader $AntreaTraceflowIpHeader -Ipv6Header $AntreaTraceflowIpv6Header -Payload &quot;MyPayload&quot; -ResourceType &quot;FIELDS_PACKET_DATA&quot; -TransportHeader $AntreaTraceflowTransportHeader -TransportType &quot;UNICAST&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowPacketData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$AntreaTraceflowPacketData &#x3D; Initialize-AntreaTraceflowPacketData
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowPacketData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-AntreaTraceflowIpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-AntreaTraceflowIpv6Header</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-AntreaTraceflowTransportHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowTcpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowTcpHeader</command:noun>
      <maml:description>
        <maml:para>Tcp header stuffs for Antrea traceflow. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tcp header stuffs for Antrea traceflow. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowTcpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstPort</maml:name>
          <maml:Description>
            <maml:para>Destination port number in TcpHeader. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcPort</maml:name>
          <maml:Description>
            <maml:para>Source port number in TcpHeader. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TcpFlags</maml:name>
          <maml:Description>
            <maml:para>Tcp flags in TcpHeader. SYN flag must be set for traceflow. </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>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>DstPort</maml:name>
        <maml:Description>
          <maml:para>Destination port number in TcpHeader. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcPort</maml:name>
        <maml:Description>
          <maml:para>Source port number in TcpHeader. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TcpFlags</maml:name>
        <maml:Description>
          <maml:para>Tcp flags in TcpHeader. SYN flag must be set for traceflow. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowTcpHeader &#x3D; Initialize-AntreaTraceflowTcpHeader -DstPort 0 -SrcPort 0 -TcpFlags 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowTcpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowTcpHeader &#x3D; Initialize-AntreaTraceflowTcpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowTcpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowTransportHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowTransportHeader</command:noun>
      <maml:description>
        <maml:para>Transport header stuffs for Antrea traceflow. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Transport header stuffs for Antrea traceflow. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowTransportHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IcmpEchoRequestHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIcmpEchoRequestHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIcmpEchoRequestHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TcpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTcpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTcpHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UdpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowUdpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowUdpHeader</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>IcmpEchoRequestHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIcmpEchoRequestHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowIcmpEchoRequestHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TcpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTcpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowTcpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UdpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowUdpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.AntreaTraceflowUdpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$AntreaTraceflowIcmpEchoRequestHeader &#x3D; Initialize-AntreaTraceflowIcmpEchoRequestHeader -Id 0 -Sequence 0
$AntreaTraceflowTcpHeader &#x3D; Initialize-AntreaTraceflowTcpHeader -DstPort 0 -SrcPort 0 -TcpFlags 0
$AntreaTraceflowUdpHeader &#x3D; Initialize-AntreaTraceflowUdpHeader -DstPort 0 -SrcPort 0
$AntreaTraceflowTransportHeader &#x3D; Initialize-AntreaTraceflowTransportHeader -IcmpEchoRequestHeader $AntreaTraceflowIcmpEchoRequestHeader -TcpHeader $AntreaTraceflowTcpHeader -UdpHeader $AntreaTraceflowUdpHeader
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowTransportHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$AntreaTraceflowTransportHeader &#x3D; Initialize-AntreaTraceflowTransportHeader
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowTransportHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-AntreaTraceflowIcmpEchoRequestHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-AntreaTraceflowTcpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-AntreaTraceflowUdpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AntreaTraceflowUdpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AntreaTraceflowUdpHeader</command:noun>
      <maml:description>
        <maml:para>Udp header stuffs for Antrea traceflow. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Udp header stuffs for Antrea traceflow. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AntreaTraceflowUdpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstPort</maml:name>
          <maml:Description>
            <maml:para>Destination port number in UdpHeader. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcPort</maml:name>
          <maml:Description>
            <maml:para>Source port number in UdpHeader. </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>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>DstPort</maml:name>
        <maml:Description>
          <maml:para>Destination port number in UdpHeader. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcPort</maml:name>
        <maml:Description>
          <maml:para>Source port number in UdpHeader. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowUdpHeader &#x3D; Initialize-AntreaTraceflowUdpHeader -DstPort 0 -SrcPort 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowUdpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AntreaTraceflowUdpHeader &#x3D; Initialize-AntreaTraceflowUdpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AntreaTraceflowUdpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ApiRequestBody</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ApiRequestBody</command:noun>
      <maml:description>
        <maml:para>API Request Body is an Event Source that represents an API request body that is being reveived as part of an API. Supported Request Bodies are those received as part of a PATCH/PUT/POST request. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>API Request Body is an Event Source that represents an API request body that is being reveived as part of an API. Supported Request Bodies are those received as part of a PATCH/PUT/POST request. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ApiRequestBody</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Event Source resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Event Source resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ApiRequestBody &#x3D; Initialize-ApiRequestBody -ResourceType &quot;ResourceOperation&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ApiRequestBody with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ApiRequestBody &#x3D; Initialize-ApiRequestBody
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ApiRequestBody with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ApiServiceConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ApiServiceConfig</command:noun>
      <maml:description>
        <maml:para>Properties that affect the configuration of the NSX API service. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Properties that affect the configuration of the NSX API service. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ApiServiceConfig</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>$ApiServiceConfig &#x3D; Initialize-ApiServiceConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ApiServiceConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ApiServiceConfig &#x3D; Initialize-ApiServiceConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ApiServiceConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ApplicationConnectivityStrategy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ApplicationConnectivityStrategy</command:noun>
      <maml:description>
        <maml:para>Allows more granular policies for application workloads </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Allows more granular policies for application workloads </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ApplicationConnectivityStrategy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>_ApplicationConnectivityStrategy</maml:name>
          <maml:Description>
            <maml:para>App connectivity strategies </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultApplicationRuleId</maml:name>
          <maml:Description>
            <maml:para>Based on the value of the app connectivity strategy, a default rule is created for the security policy. The rule id is internally assigned by the system for this default rule. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LoggingEnabled</maml:name>
          <maml:Description>
            <maml:para>Flag to enable packet logging. Default is deactivated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>_ApplicationConnectivityStrategy</maml:name>
        <maml:Description>
          <maml:para>App connectivity strategies </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultApplicationRuleId</maml:name>
        <maml:Description>
          <maml:para>Based on the value of the app connectivity strategy, a default rule is created for the security policy. The rule id is internally assigned by the system for this default rule. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LoggingEnabled</maml:name>
        <maml:Description>
          <maml:para>Flag to enable packet logging. Default is deactivated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ApplicationConnectivityStrategy &#x3D; Initialize-ApplicationConnectivityStrategy -_ApplicationConnectivityStrategy &quot;ALLOW_INTRA&quot; -DefaultApplicationRuleId 0 -LoggingEnabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ApplicationConnectivityStrategy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ApplicationConnectivityStrategy &#x3D; Initialize-ApplicationConnectivityStrategy -_ApplicationConnectivityStrategy &quot;ALLOW_INTRA&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ApplicationConnectivityStrategy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ArpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ArpHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ArpHeader</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OpCode</maml:name>
          <maml:Description>
            <maml:para>This field specifies the nature of the Arp message being sent.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OpCodeEnum.REQUEST</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>This field specifies the IP address of the sender. If omitted, the src_ip is set to 0.0.0.0.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>The destination IP 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>OpCode</maml:name>
        <maml:Description>
          <maml:para>This field specifies the nature of the Arp message being sent.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OpCodeEnum.REQUEST</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcIp</maml:name>
        <maml:Description>
          <maml:para>This field specifies the IP address of the sender. If omitted, the src_ip is set to 0.0.0.0.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstIp</maml:name>
        <maml:Description>
          <maml:para>The destination IP 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ArpHeader &#x3D; Initialize-ArpHeader -OpCode &quot;ARP_REQUEST&quot; -SrcIp &quot;MySrcIp&quot; -DstIp &quot;MyDstIp&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ArpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ArpHeader &#x3D; Initialize-ArpHeader -OpCode &quot;ARP_REQUEST&quot; -DstIp &quot;MyDstIp&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ArpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ArpSnoopingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ArpSnoopingConfig</command:noun>
      <maml:description>
        <maml:para>Contains ARP snooping related configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains ARP snooping related configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ArpSnoopingConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArpSnoopingEnabled</maml:name>
          <maml:Description>
            <maml:para>Indicates whether ARP snooping is 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>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArpBindingLimit</maml:name>
          <maml:Description>
            <maml:para>Number of arp snooped IP addresses Indicates the number of arp snooped IP addresses to be remembered per LogicalPort. Decreasing this value, will retain the latest bindings from the existing list of address bindings. Increasing this value will retain existing bindings and also learn any new address bindings discovered on the port until the new limit is reached. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArpSnoopingEnabled</maml:name>
        <maml:Description>
          <maml:para>Indicates whether ARP snooping is 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>true</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArpBindingLimit</maml:name>
        <maml:Description>
          <maml:para>Number of arp snooped IP addresses Indicates the number of arp snooped IP addresses to be remembered per LogicalPort. Decreasing this value, will retain the latest bindings from the existing list of address bindings. Increasing this value will retain existing bindings and also learn any new address bindings discovered on the port until the new limit is reached. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ArpSnoopingConfig &#x3D; Initialize-ArpSnoopingConfig -ArpSnoopingEnabled $false -ArpBindingLimit 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ArpSnoopingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ArpSnoopingConfig &#x3D; Initialize-ArpSnoopingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ArpSnoopingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AssignedByAutoConf</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AssignedByAutoConf</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ipv6 assignment spec of host switch if auto-conf based IPv6 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ipv6 assignment spec of host switch if auto-conf based IPv6 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AssignedByAutoConf</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AssignedByAutoConf &#x3D; Initialize-AssignedByAutoConf -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AssignedByAutoConf with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AssignedByAutoConf &#x3D; Initialize-AssignedByAutoConf
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AssignedByAutoConf with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AssignedByDhcp</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AssignedByDhcp</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ip assignment spec of host switch if DHCP based IP assignment is desired for host switch virtual tunnel endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ip assignment spec of host switch if DHCP based IP assignment is desired for host switch virtual tunnel endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AssignedByDhcp</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AssignedByDhcp &#x3D; Initialize-AssignedByDhcp -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AssignedByDhcp with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AssignedByDhcp &#x3D; Initialize-AssignedByDhcp
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AssignedByDhcp with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AssignedByDhcpv6</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AssignedByDhcpv6</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ip assignment spec of host switch if DHCP based IP assignment is desired for host switch virtual tunnel endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ip assignment spec of host switch if DHCP based IP assignment is desired for host switch virtual tunnel endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AssignedByDhcpv6</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AssignedByDhcpv6 &#x3D; Initialize-AssignedByDhcpv6 -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AssignedByDhcpv6 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AssignedByDhcpv6 &#x3D; Initialize-AssignedByDhcpv6
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AssignedByDhcpv6 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AsyncCompatibilityCheckResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AsyncCompatibilityCheckResult</command:noun>
      <maml:description>
        <maml:para>This result shows the location of the asynchronous compatibility check that will be created and updated later on after starting the NSX+ compatibility check. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This result shows the location of the asynchronous compatibility check that will be created and updated later on after starting the NSX+ compatibility check. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AsyncCompatibilityCheckResult</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CompatibilityValidationResults</maml:name>
          <maml:Description>
            <maml:para>Result for NSX+ compatibility check</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>CompatibilityValidationResults</maml:name>
        <maml:Description>
          <maml:para>Result for NSX+ compatibility check</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AsyncCompatibilityCheckResult &#x3D; Initialize-AsyncCompatibilityCheckResult -CompatibilityValidationResults &quot;MyCompatibilityValidationResults&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AsyncCompatibilityCheckResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AsyncCompatibilityCheckResult &#x3D; Initialize-AsyncCompatibilityCheckResult
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AsyncCompatibilityCheckResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Attribute</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Attribute</command:noun>
      <maml:description>
        <maml:para>Attribute specific to a partner. There attributes are passed on to the partner appliance and is opaque to the NSX Manager. The Attributes used by the partner applicance.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Attribute specific to a partner. There attributes are passed on to the partner appliance and is opaque to the NSX Manager. The Attributes used by the partner applicance.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Attribute</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Attribute key string 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Attribute display name string 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Attribute value string 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AttributeType</maml:name>
          <maml:Description>
            <maml:para>Attribute Type can be of any of the allowed enum type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReadOnly</maml:name>
          <maml:Description>
            <maml:para>Read only Attribute cannot be overdidden by service instance/deployment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Key</maml:name>
        <maml:Description>
          <maml:para>Attribute key string 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Attribute display name string 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Attribute value string 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AttributeType</maml:name>
        <maml:Description>
          <maml:para>Attribute Type can be of any of the allowed enum type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReadOnly</maml:name>
        <maml:Description>
          <maml:para>Read only Attribute cannot be overdidden by service instance/deployment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$Attribute &#x3D; Initialize-Attribute -Key &quot;MyKey&quot; -DisplayName &quot;MyDisplayName&quot; -Value &quot;MyValue&quot; -AttributeType &quot;IP_ADDRESS&quot; -ReadOnly $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Attribute with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Attribute &#x3D; Initialize-Attribute -Key &quot;MyKey&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Attribute with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AttributeVal</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AttributeVal</command:noun>
      <maml:description>
        <maml:para>Contains type specific properties of generic realized entity</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains type specific properties of generic realized entity</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AttributeVal</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DataType</maml:name>
          <maml:Description>
            <maml:para>Datatype of the property</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Multivalue</maml:name>
          <maml:Description>
            <maml:para>If attribute has a single value or collection of values</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Values</maml:name>
          <maml:Description>
            <maml:para>List of attribute values</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DataType</maml:name>
        <maml:Description>
          <maml:para>Datatype of the property</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Multivalue</maml:name>
        <maml:Description>
          <maml:para>If attribute has a single value or collection of values</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Values</maml:name>
        <maml:Description>
          <maml:para>List of attribute values</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AttributeVal &#x3D; Initialize-AttributeVal -DataType &quot;STRING&quot; -Multivalue $false -Values &quot;MyValues&quot; -Key &quot;MyKey&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AttributeVal with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AttributeVal &#x3D; Initialize-AttributeVal
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AttributeVal with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AutoConf</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AutoConf</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ipv6 assignment spec of host switch if auto-conf based IPv6 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ipv6 assignment spec of host switch if auto-conf based IPv6 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AutoConf</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AutoConf &#x3D; Initialize-AutoConf -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AutoConf with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AutoConf &#x3D; Initialize-AutoConf
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AutoConf with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AutoEnableGatewayFirewallConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AutoEnableGatewayFirewallConfig</command:noun>
      <maml:description>
        <maml:para>Config to auto enable gateway firewall for new Tier1 and Tier0 gateway. By default gateway firewall is dsiabled for new VCF deployments. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Config to auto enable gateway firewall for new Tier1 and Tier0 gateway. By default gateway firewall is dsiabled for new VCF deployments. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AutoEnableGatewayFirewallConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AutoEnableFirewallOnNewGateway</maml:name>
          <maml:Description>
            <maml:para>Flag auto enables or disables if set to false, gateway firewall for new Tier1 and Tier0 gateways. Flag doesn&#39;t change gateway firewall status of existing gateways. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>AutoEnableFirewallOnNewGateway</maml:name>
        <maml:Description>
          <maml:para>Flag auto enables or disables if set to false, gateway firewall for new Tier1 and Tier0 gateways. Flag doesn&#39;t change gateway firewall status of existing gateways. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$AutoEnableGatewayFirewallConfig &#x3D; Initialize-AutoEnableGatewayFirewallConfig -AutoEnableFirewallOnNewGateway $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AutoEnableGatewayFirewallConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AutoEnableGatewayFirewallConfig &#x3D; Initialize-AutoEnableGatewayFirewallConfig -AutoEnableFirewallOnNewGateway $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AutoEnableGatewayFirewallConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AutomaticHealthCheckToggle</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AutomaticHealthCheckToggle</command:noun>
      <maml:description>
        <maml:para>Toggle to enable/disable automatic health check. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Toggle to enable/disable automatic health check. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AutomaticHealthCheckToggle</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>$AutomaticHealthCheckToggle &#x3D; Initialize-AutomaticHealthCheckToggle
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AutomaticHealthCheckToggle with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AutomaticHealthCheckToggle &#x3D; Initialize-AutomaticHealthCheckToggle
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AutomaticHealthCheckToggle with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AviConnectionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AviConnectionInfo</command:noun>
      <maml:description>
        <maml:para>Credential info to connect to a AVI type of enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Credential info to connect to a AVI type of enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AviConnectionInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointAddress</maml:name>
          <maml:Description>
            <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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 of Enforcement Point Connection Info.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointAddress</maml:name>
        <maml:Description>
          <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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 of Enforcement Point Connection Info.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AviConnectionInfo &#x3D; Initialize-AviConnectionInfo -EnforcementPointAddress &quot;MyEnforcementPointAddress&quot; -ResourceType &quot;NSXTConnectionInfo&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AviConnectionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AviConnectionInfo &#x3D; Initialize-AviConnectionInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AviConnectionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Axes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Axes</command:noun>
      <maml:description>
        <maml:para>Represents X and Y axes of a graph. For a multi-graph, the same axes are shared by all the graphs.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents X and Y axes of a graph. For a multi-graph, the same axes are shared by all the graphs.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Axes</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>XLabels</maml:name>
          <maml:Description>
            <maml:para>A list of X-Axis Labels with condition support. If needed, this property can be used to provide a list of x-axis label with condition support. For a label with single condition,&#39;x-label&#39; property can be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>XLabel</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>YLabel</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>YLabels</maml:name>
          <maml:Description>
            <maml:para>A list of Y-Axis Labels with condition support. If needed, this property can be used to provide a list of y-axis label with condition support. For a label with single condition,&#39;y-label&#39; property can be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>YAxisUnits</maml:name>
          <maml:Description>
            <maml:para>A list of Y-Axis unit with condition support. If needed, this property can be used to provide a list of y-axis unit with condition support. This unit could be like percentage, seconds, milliseconds etc.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.AxisUnit&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.AxisUnit&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>YAxisUnitLabels</maml:name>
          <maml:Description>
            <maml:para>A list of Y-Axis unit Labels with condition support. If needed, this property can be used to provide a list of y-axis unit label with condition support. This unit label can be used to display the point value along with units like percentage, milliseconds etc.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</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>XLabels</maml:name>
        <maml:Description>
          <maml:para>A list of X-Axis Labels with condition support. If needed, this property can be used to provide a list of x-axis label with condition support. For a label with single condition,&#39;x-label&#39; property can be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>XLabel</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>YLabel</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>YLabels</maml:name>
        <maml:Description>
          <maml:para>A list of Y-Axis Labels with condition support. If needed, this property can be used to provide a list of y-axis label with condition support. For a label with single condition,&#39;y-label&#39; property can be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>YAxisUnits</maml:name>
        <maml:Description>
          <maml:para>A list of Y-Axis unit with condition support. If needed, this property can be used to provide a list of y-axis unit with condition support. This unit could be like percentage, seconds, milliseconds etc.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.AxisUnit&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.AxisUnit&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>YAxisUnitLabels</maml:name>
        <maml:Description>
          <maml:para>A list of Y-Axis unit Labels with condition support. If needed, this property can be used to provide a list of y-axis unit label with condition support. This unit label can be used to display the point value along with units like percentage, milliseconds etc.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Label&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;

$AxisUnit &#x3D; Initialize-AxisUnit -Unit &quot;COUNT&quot; -Condition &quot;MyCondition&quot;
$Axes &#x3D; Initialize-Axes -XLabels $Label -XLabel $Label -YLabel $Label -YLabels $Label -YAxisUnits $AxisUnit -YAxisUnitLabels $Label
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Axes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Axes &#x3D; Initialize-Axes
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Axes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-AxisUnit</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>AxisUnit</command:noun>
      <maml:description>
        <maml:para>Represents X and Y axis unit of a graph.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents X and Y axis unit of a graph.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-AxisUnit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Unit</maml:name>
          <maml:Description>
            <maml:para>An Axis unit.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the above unit will be displayed. to UI. If no condition is provided, then the unit will be displayed unconditionally.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Unit</maml:name>
        <maml:Description>
          <maml:para>An Axis unit.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the above unit will be displayed. to UI. If no condition is provided, then the unit will be displayed unconditionally.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$AxisUnit &#x3D; Initialize-AxisUnit -Unit &quot;COUNT&quot; -Condition &quot;MyCondition&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AxisUnit with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$AxisUnit &#x3D; Initialize-AxisUnit
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-AxisUnit with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BackupConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BackupConfiguration</command:noun>
      <maml:description>
        <maml:para>Configuration for taking manual/automated backup</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for taking manual/automated backup</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BackupConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BackupEnabled</maml:name>
          <maml:Description>
            <maml:para>true if automated backup is 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>BackupSchedule</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BackupSchedule</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupSchedule</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InventorySummaryInterval</maml:name>
          <maml:Description>
            <maml:para>The minimum number of seconds between each upload of the inventory summary to backup server.</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>240</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AfterInventoryUpdateInterval</maml:name>
          <maml:Description>
            <maml:para>A number of seconds after a last backup, that needs to pass, before a topology change will trigger a generation of a new cluster/node backups. If parameter is not provided, then changes in a topology will not trigger a generation of cluster/node backups.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemoteFileServer</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Passphrase</maml:name>
          <maml:Description>
            <maml:para>Passphrase used to encrypt backup files. The passphrase specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (any other non-space character). </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>BackupEnabled</maml:name>
        <maml:Description>
          <maml:para>true if automated backup is 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>BackupSchedule</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BackupSchedule</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupSchedule</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InventorySummaryInterval</maml:name>
        <maml:Description>
          <maml:para>The minimum number of seconds between each upload of the inventory summary to backup server.</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>240</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AfterInventoryUpdateInterval</maml:name>
        <maml:Description>
          <maml:para>A number of seconds after a last backup, that needs to pass, before a topology change will trigger a generation of a new cluster/node backups. If parameter is not provided, then changes in a topology will not trigger a generation of cluster/node backups.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemoteFileServer</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Passphrase</maml:name>
        <maml:Description>
          <maml:para>Passphrase used to encrypt backup files. The passphrase specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (any other non-space character). </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-BackupSchedule -ResourceType &quot;WeeklyBackupSchedule&quot;


$FileTransferAuthenticationScheme &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -IdentityFile &quot;MyIdentityFile&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme

$RemoteFileServer &#x3D; Initialize-RemoteFileServer -Server &quot;MyServer&quot; -Port 0 -Protocol $FileTransferProtocol -DirectoryPath &quot;MyDirectoryPath&quot;

$BackupConfiguration &#x3D; Initialize-BackupConfiguration -BackupEnabled $false -BackupSchedule $BackupSchedule -InventorySummaryInterval 0 -AfterInventoryUpdateInterval 0 -RemoteFileServer $RemoteFileServer -Passphrase &quot;MyPassphrase&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BackupConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$BackupConfiguration &#x3D; Initialize-BackupConfiguration
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BackupConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-BackupSchedule</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-RemoteFileServer</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BackupSchedule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BackupSchedule</command:noun>
      <maml:description>
        <maml:para>Abstract base type for Weekly or Interval Backup Schedule</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Abstract base type for Weekly or Interval Backup Schedule</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BackupSchedule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Schedule type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Schedule type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-BackupSchedule -ResourceType &quot;WeeklyBackupSchedule&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BackupSchedule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BackupSchedule &#x3D; Initialize-BackupSchedule -ResourceType &quot;WeeklyBackupSchedule&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BackupSchedule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BareMetalServerInterfaceTagList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BareMetalServerInterfaceTagList</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BareMetalServerInterfaceTagList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BmsInterfaceExternalId</maml:name>
          <maml:Description>
            <maml:para>External id of the bare metal server interface to which tags are to be applied</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tags</maml:name>
          <maml:Description>
            <maml:para>List of tags to be applied to the bare metal server Interface</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BmsInterfaceExternalId</maml:name>
        <maml:Description>
          <maml:para>External id of the bare metal server interface to which tags are to be applied</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tags</maml:name>
        <maml:Description>
          <maml:para>List of tags to be applied to the bare metal server Interface</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Tag -Scope &quot;MyScope&quot; -_Tag &quot;My_Tag&quot;
$BareMetalServerInterfaceTagList &#x3D; Initialize-BareMetalServerInterfaceTagList -BmsInterfaceExternalId &quot;MyBmsInterfaceExternalId&quot; -Tags $Tag
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BareMetalServerInterfaceTagList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Tag &#x3D; Initialize-Tag
$BareMetalServerInterfaceTagList &#x3D; Initialize-BareMetalServerInterfaceTagList -BmsInterfaceExternalId &quot;MyBmsInterfaceExternalId&quot; -Tags $Tag
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BareMetalServerInterfaceTagList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BareMetalServerTagList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BareMetalServerTagList</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BareMetalServerTagList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BmsExternalId</maml:name>
          <maml:Description>
            <maml:para>External id of the bare metal server to which tags are to be applied.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tags</maml:name>
          <maml:Description>
            <maml:para>List of tags to be applied to the bare metal server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BmsExternalId</maml:name>
        <maml:Description>
          <maml:para>External id of the bare metal server to which tags are to be applied.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tags</maml:name>
        <maml:Description>
          <maml:para>List of tags to be applied to the bare metal server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Tag -Scope &quot;MyScope&quot; -_Tag &quot;My_Tag&quot;
$BareMetalServerTagList &#x3D; Initialize-BareMetalServerTagList -BmsExternalId &quot;MyBmsExternalId&quot; -Tags $Tag
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BareMetalServerTagList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Tag &#x3D; Initialize-Tag
$BareMetalServerTagList &#x3D; Initialize-BareMetalServerTagList -BmsExternalId &quot;MyBmsExternalId&quot; -Tags $Tag
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BareMetalServerTagList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BaseCountObservation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BaseCountObservation</command:noun>
      <maml:description>
        <maml:para>The count action results from aggregating checkpoints per port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The count action results from aggregating checkpoints per port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BaseCountObservation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Type of count observation</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Type of count observation</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BaseCountObservation &#x3D; Initialize-BaseCountObservation -ResourceType &quot;MyResourceType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseCountObservation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BaseCountObservation &#x3D; Initialize-BaseCountObservation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseCountObservation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BaseEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BaseEndpoint</command:noun>
      <maml:description>
        <maml:para>Represents an endpoint which will be used as subject in rule. It is a polymorphic type object which can be either of the types - 1. Virtual 2. Logical We have 2 separate objects representing these 2 types. VirtualEndPoint for Virtual type and ServiceInstanceEndpoint for Logical. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an endpoint which will be used as subject in rule. It is a polymorphic type object which can be either of the types - 1. Virtual 2. Logical We have 2 separate objects representing these 2 types. VirtualEndPoint for Virtual type and ServiceInstanceEndpoint for Logical. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BaseEndpoint</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>$BaseEndpoint &#x3D; Initialize-BaseEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BaseEndpoint &#x3D; Initialize-BaseEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BaseInterfaceGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BaseInterfaceGroup</command:noun>
      <maml:description>
        <maml:para>Tier0/Tier1 Interface group for interface grouping. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier0/Tier1 Interface group for interface grouping. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BaseInterfaceGroup</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>$BaseInterfaceGroup &#x3D; Initialize-BaseInterfaceGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseInterfaceGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BaseInterfaceGroup &#x3D; Initialize-BaseInterfaceGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseInterfaceGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BasePolicyServiceInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BasePolicyServiceInstance</command:noun>
      <maml:description>
        <maml:para>Represents an instance of partner Service and its configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an instance of partner Service and its configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BasePolicyServiceInstance</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>$BasePolicyServiceInstance &#x3D; Initialize-BasePolicyServiceInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BasePolicyServiceInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BasePolicyServiceInstance &#x3D; Initialize-BasePolicyServiceInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BasePolicyServiceInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BaseRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BaseRule</command:noun>
      <maml:description>
        <maml:para>A rule indicates the action to be performed for various types of traffic flowing between workload groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A rule indicates the action to be performed for various types of traffic flowing between workload groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BaseRule</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>$BaseRule &#x3D; Initialize-BaseRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BaseRule &#x3D; Initialize-BaseRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BaseTier0Interface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BaseTier0Interface</command:noun>
      <maml:description>
        <maml:para>Tier-0 interface configuration for external connectivity.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier-0 interface configuration for external connectivity.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BaseTier0Interface</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>$BaseTier0Interface &#x3D; Initialize-BaseTier0Interface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseTier0Interface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BaseTier0Interface &#x3D; Initialize-BaseTier0Interface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BaseTier0Interface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BatchRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BatchRequest</command:noun>
      <maml:description>
        <maml:para>A set of operations to be performed in a single batch</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A set of operations to be performed in a single batch</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BatchRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Requests</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.BatchRequestItem&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.BatchRequestItem&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ContinueOnError</maml:name>
          <maml:Description>
            <maml:para>Continue even if an error is encountered.</maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Requests</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.BatchRequestItem&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.BatchRequestItem&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ContinueOnError</maml:name>
        <maml:Description>
          <maml:para>Continue even if an error is encountered.</maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-BatchRequestItem -Uri &quot;MyUri&quot; -Method &quot;GET&quot; -Body 0
$BatchRequest &#x3D; Initialize-BatchRequest -Requests $BatchRequestItem -ContinueOnError $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BatchRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$BatchRequest &#x3D; Initialize-BatchRequest
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BatchRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BatchRequestItem</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BatchRequestItem</command:noun>
      <maml:description>
        <maml:para>A single request within a batch of operations</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A single request within a batch of operations</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BatchRequestItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Uri</maml:name>
          <maml:Description>
            <maml:para>relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Method</maml:name>
          <maml:Description>
            <maml:para>http method type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Body</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Uri</maml:name>
        <maml:Description>
          <maml:para>relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Method</maml:name>
        <maml:Description>
          <maml:para>http method type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Body</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-BatchRequestItem -Uri &quot;MyUri&quot; -Method &quot;GET&quot; -Body 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BatchRequestItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BatchRequestItem &#x3D; Initialize-BatchRequestItem -Uri &quot;MyUri&quot; -Method &quot;GET&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BatchRequestItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BfdHealthMonitoringConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BfdHealthMonitoringConfig</command:noun>
      <maml:description>
        <maml:para>Bfd Health Monitoring Options used specific to BFD Transport Zone profiles </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Bfd Health Monitoring Options used specific to BFD Transport Zone profiles </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BfdHealthMonitoringConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Whether the heartbeat is enabled. A PATCH or PUT request with \&quot;enabled\&quot; false (with no probe intervals) will set or reset the probe_interval to their default value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProbeInterval</maml:name>
          <maml:Description>
            <maml:para>The time interval (in millisec) between probe packets for tunnels between transport nodes.</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>1000</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LatencyEnabled</maml:name>
          <maml:Description>
            <maml:para>The flag is to turn on/off latency. A PATCH or PUT request with \&quot;latency_enabled\&quot; true will enable NSX to send the networking latency data to thrid-party monitoring tools like vRNI.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Enabled</maml:name>
        <maml:Description>
          <maml:para>Whether the heartbeat is enabled. A PATCH or PUT request with \&quot;enabled\&quot; false (with no probe intervals) will set or reset the probe_interval to their default value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProbeInterval</maml:name>
        <maml:Description>
          <maml:para>The time interval (in millisec) between probe packets for tunnels between transport nodes.</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>1000</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LatencyEnabled</maml:name>
        <maml:Description>
          <maml:para>The flag is to turn on/off latency. A PATCH or PUT request with \&quot;latency_enabled\&quot; true will enable NSX to send the networking latency data to thrid-party monitoring tools like vRNI.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$BfdHealthMonitoringConfig &#x3D; Initialize-BfdHealthMonitoringConfig -Enabled $false -ProbeInterval 0 -LatencyEnabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BfdHealthMonitoringConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BfdHealthMonitoringConfig &#x3D; Initialize-BfdHealthMonitoringConfig -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BfdHealthMonitoringConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BfdProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BfdProfile</command:noun>
      <maml:description>
        <maml:para>Bidirectional Forwarding Detection configuration for BGP peers</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Bidirectional Forwarding Detection configuration for BGP peers</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BfdProfile</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>$BfdProfile &#x3D; Initialize-BfdProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BfdProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BfdProfile &#x3D; Initialize-BfdProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BfdProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpBfdConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpBfdConfig</command:noun>
      <maml:description>
        <maml:para>BFD configuration for BGP peers</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>BFD configuration for BGP peers</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpBfdConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to enable BFD cofiguration.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Interval</maml:name>
          <maml:Description>
            <maml:para>Time interval between heartbeat packets in milliseconds. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>Multiple</maml:name>
          <maml:Description>
            <maml:para>Declare dead multiple. Number of times heartbeat packet is missed before BFD declares the neighbor is down. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>3</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to enable BFD cofiguration.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Interval</maml:name>
        <maml:Description>
          <maml:para>Time interval between heartbeat packets in milliseconds. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</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>Multiple</maml:name>
        <maml:Description>
          <maml:para>Declare dead multiple. Number of times heartbeat packet is missed before BFD declares the neighbor is down. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>3</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BgpBfdConfig &#x3D; Initialize-BgpBfdConfig -Enabled $false -Interval 0 -Multiple 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpBfdConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpBfdConfig &#x3D; Initialize-BgpBfdConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpBfdConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpGracefulRestartConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpGracefulRestartConfig</command:noun>
      <maml:description>
        <maml:para>Configuration field to hold BGP restart mode and timer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration field to hold BGP restart mode and timer.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpGracefulRestartConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mode</maml:name>
          <maml:Description>
            <maml:para>If mode is DISABLE, then graceful restart and helper modes are disabled. If mode is GR_AND_HELPER, then both graceful restart and helper modes are enabled. If mode is HELPER_ONLY, then helper mode is enabled. HELPER_ONLY mode is the ability for a BGP speaker to indicate its ability to preserve forwarding state during BGP restart. GRACEFUL_RESTART mode is the ability of a BGP speaker to advertise its restart to its peers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ModeEnum.HELPERONLY</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timer</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BgpGracefulRestartTimer</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.BgpGracefulRestartTimer</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>Mode</maml:name>
        <maml:Description>
          <maml:para>If mode is DISABLE, then graceful restart and helper modes are disabled. If mode is GR_AND_HELPER, then both graceful restart and helper modes are enabled. If mode is HELPER_ONLY, then helper mode is enabled. HELPER_ONLY mode is the ability for a BGP speaker to indicate its ability to preserve forwarding state during BGP restart. GRACEFUL_RESTART mode is the ability of a BGP speaker to advertise its restart to its peers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ModeEnum.HELPERONLY</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timer</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BgpGracefulRestartTimer</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.BgpGracefulRestartTimer</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$BgpGracefulRestartTimer &#x3D; Initialize-BgpGracefulRestartTimer -RestartTimer 0 -StaleRouteTimer 0
$BgpGracefulRestartConfig &#x3D; Initialize-BgpGracefulRestartConfig -Mode &quot;DISABLE&quot; -Timer $BgpGracefulRestartTimer
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpGracefulRestartConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$BgpGracefulRestartConfig &#x3D; Initialize-BgpGracefulRestartConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpGracefulRestartConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-BgpGracefulRestartTimer</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpGracefulRestartTimer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpGracefulRestartTimer</command:noun>
      <maml:description>
        <maml:para>Configuration field to hold BGP restart timers</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration field to hold BGP restart timers</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpGracefulRestartTimer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RestartTimer</maml:name>
          <maml:Description>
            <maml:para>Maximum time taken (in seconds) for a BGP session to be established after a restart. This can be used to speed up routing convergence by its peer in case the BGP speaker does not come back up after a restart. If the session is not re-established within this timer, the receiving speaker will delete all the stale routes from that peer. </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>180</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StaleRouteTimer</maml:name>
          <maml:Description>
            <maml:para>Maximum time (in seconds) before stale routes are removed from the RIB (Routing Information Base) when BGP restarts. </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>600</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RestartTimer</maml:name>
        <maml:Description>
          <maml:para>Maximum time taken (in seconds) for a BGP session to be established after a restart. This can be used to speed up routing convergence by its peer in case the BGP speaker does not come back up after a restart. If the session is not re-established within this timer, the receiving speaker will delete all the stale routes from that peer. </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>180</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StaleRouteTimer</maml:name>
        <maml:Description>
          <maml:para>Maximum time (in seconds) before stale routes are removed from the RIB (Routing Information Base) when BGP restarts. </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>600</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BgpGracefulRestartTimer &#x3D; Initialize-BgpGracefulRestartTimer -RestartTimer 0 -StaleRouteTimer 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpGracefulRestartTimer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpGracefulRestartTimer &#x3D; Initialize-BgpGracefulRestartTimer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpGracefulRestartTimer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpNeighborConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpNeighborConfig</command:noun>
      <maml:description>
        <maml:para>Contains information necessary to configure a BGP neighbor. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains information necessary to configure a BGP neighbor. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpNeighborConfig</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>$BgpNeighborConfig &#x3D; Initialize-BgpNeighborConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpNeighborConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpNeighborConfig &#x3D; Initialize-BgpNeighborConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpNeighborConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpNeighborLocalAsConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpNeighborLocalAsConfig</command:noun>
      <maml:description>
        <maml:para>BGP neighbor local-as configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>BGP neighbor local-as configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpNeighborLocalAsConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalAsNum</maml:name>
          <maml:Description>
            <maml:para>Specify local-as number for Tier-0 to advertize to BGP peer. This overrides local_as_num configured in the BgpRoutingConfig object. AS number can be specified in ASPLAIN (e.g., \&quot;65546\&quot;) or ASDOT (e.g., \&quot;1.10\&quot;) format. It is supported for BgpNeighborConfig under both default tier0 and vrf tier0. When this capability is configured, it enables the BGP to prepend \&quot;local_as_num\&quot; value to the beginning of AS_PATH for BOTH outgoing and incoming route advertisements from the configured neighbor. After prepend, AS_PATH contains both \&quot;neighbor&#39;s &lt;local_as_num&gt;\&quot; and BGP&#39;s &lt;local_as_num&gt;. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AsPathModifierType</maml:name>
          <maml:Description>
            <maml:para>Optional parameter. If this property is not set, by default BGP prepends neighbor&#39;s local_as_num value to the AS_PATH for BOTH outgoing and incoming route advertisements from the peer neighbor. By setting one of the following value, user can modify the default prepend action on the AS_PATH in both inbound and outbound direction. NO_PREPEND: If type is NO_PREPEND, then the local router will NOT prepend the incoming advertisement from that peer with neighbor&#39;s local_as_num, so the AS path advertised will now prepend only the BGP local-as of the router. NO_PREPEND_REPLACE_AS - If type is \&quot;NO_PREPEND_REPLACE_AS\&quot;, then the local routes will be advertised with the neighbor&#39;s local-as instead of the BGP&#39;s local-as to peer router. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalAsNum</maml:name>
        <maml:Description>
          <maml:para>Specify local-as number for Tier-0 to advertize to BGP peer. This overrides local_as_num configured in the BgpRoutingConfig object. AS number can be specified in ASPLAIN (e.g., \&quot;65546\&quot;) or ASDOT (e.g., \&quot;1.10\&quot;) format. It is supported for BgpNeighborConfig under both default tier0 and vrf tier0. When this capability is configured, it enables the BGP to prepend \&quot;local_as_num\&quot; value to the beginning of AS_PATH for BOTH outgoing and incoming route advertisements from the configured neighbor. After prepend, AS_PATH contains both \&quot;neighbor&#39;s &lt;local_as_num&gt;\&quot; and BGP&#39;s &lt;local_as_num&gt;. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AsPathModifierType</maml:name>
        <maml:Description>
          <maml:para>Optional parameter. If this property is not set, by default BGP prepends neighbor&#39;s local_as_num value to the AS_PATH for BOTH outgoing and incoming route advertisements from the peer neighbor. By setting one of the following value, user can modify the default prepend action on the AS_PATH in both inbound and outbound direction. NO_PREPEND: If type is NO_PREPEND, then the local router will NOT prepend the incoming advertisement from that peer with neighbor&#39;s local_as_num, so the AS path advertised will now prepend only the BGP local-as of the router. NO_PREPEND_REPLACE_AS - If type is \&quot;NO_PREPEND_REPLACE_AS\&quot;, then the local routes will be advertised with the neighbor&#39;s local-as instead of the BGP&#39;s local-as to peer router. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BgpNeighborLocalAsConfig &#x3D; Initialize-BgpNeighborLocalAsConfig -LocalAsNum &quot;MyLocalAsNum&quot; -AsPathModifierType &quot;NO_PREPEND&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpNeighborLocalAsConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpNeighborLocalAsConfig &#x3D; Initialize-BgpNeighborLocalAsConfig -LocalAsNum &quot;MyLocalAsNum&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpNeighborLocalAsConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpRouteFiltering</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpRouteFiltering</command:noun>
      <maml:description>
        <maml:para>Enable address_families and route filtering in each direction</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Enable address_families and route filtering in each direction</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpRouteFiltering</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to enable address family.</maml:para>
          </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>AddressFamily</maml:name>
          <maml:Description>
            <maml:para>Address family type. If not configured, this property automatically derived for IPv4 &amp; IPv6 peer configuration.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InRouteFilters</maml:name>
          <maml:Description>
            <maml:para>Specify path of prefix-list or route map to filter routes for IN direction. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OutRouteFilters</maml:name>
          <maml:Description>
            <maml:para>Specify path of prefix-list or route map to filter routes for OUT direction. When not specified, a built-in prefix-list named &#39;prefixlist-out-default&#39; is automatically applied. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaximumRoutes</maml:name>
          <maml:Description>
            <maml:para>Maximum number of routes for the address family. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to enable address family.</maml:para>
        </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>AddressFamily</maml:name>
        <maml:Description>
          <maml:para>Address family type. If not configured, this property automatically derived for IPv4 &amp; IPv6 peer configuration.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InRouteFilters</maml:name>
        <maml:Description>
          <maml:para>Specify path of prefix-list or route map to filter routes for IN direction. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OutRouteFilters</maml:name>
        <maml:Description>
          <maml:para>Specify path of prefix-list or route map to filter routes for OUT direction. When not specified, a built-in prefix-list named &#39;prefixlist-out-default&#39; is automatically applied. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaximumRoutes</maml:name>
        <maml:Description>
          <maml:para>Maximum number of routes for the address family. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BgpRouteFiltering &#x3D; Initialize-BgpRouteFiltering -Enabled $false -AddressFamily &quot;IPV4&quot; -InRouteFilters &quot;MyInRouteFilters&quot; -OutRouteFilters &quot;MyOutRouteFilters&quot; -MaximumRoutes 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpRouteFiltering with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpRouteFiltering &#x3D; Initialize-BgpRouteFiltering
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpRouteFiltering with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpRouteLeaking</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpRouteLeaking</command:noun>
      <maml:description>
        <maml:para>BGP route leaking in each direction</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>BGP route leaking in each direction</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpRouteLeaking</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AddressFamily</maml:name>
          <maml:Description>
            <maml:para>Address family type. Assumed IPv4 address family when not specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InFilter</maml:name>
          <maml:Description>
            <maml:para>Specify path of route map to filter routes for IN direction. If not specified then all exported routes from peer attachment will be imported. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OutFilter</maml:name>
          <maml:Description>
            <maml:para>Specify path of route map to filter routes for OUT direction. If not specified then all redistribute routes will be exported. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>AddressFamily</maml:name>
        <maml:Description>
          <maml:para>Address family type. Assumed IPv4 address family when not specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InFilter</maml:name>
        <maml:Description>
          <maml:para>Specify path of route map to filter routes for IN direction. If not specified then all exported routes from peer attachment will be imported. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OutFilter</maml:name>
        <maml:Description>
          <maml:para>Specify path of route map to filter routes for OUT direction. If not specified then all redistribute routes will be exported. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BgpRouteLeaking &#x3D; Initialize-BgpRouteLeaking -AddressFamily &quot;IPV4&quot; -InFilter &quot;MyInFilter&quot; -OutFilter &quot;MyOutFilter&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpRouteLeaking with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpRouteLeaking &#x3D; Initialize-BgpRouteLeaking
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpRouteLeaking with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpRoutingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpRoutingConfig</command:noun>
      <maml:description>
        <maml:para>Contains BGP routing configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains BGP routing configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpRoutingConfig</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>$BgpRoutingConfig &#x3D; Initialize-BgpRoutingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpRoutingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpRoutingConfig &#x3D; Initialize-BgpRoutingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpRoutingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BgpTroubleshootConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BgpTroubleshootConfig</command:noun>
      <maml:description>
        <maml:para>Configuration field to hold BGP session diagnostics, system diagnostics and bfd control packet diagnostics. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration field to hold BGP session diagnostics, system diagnostics and bfd control packet diagnostics. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BgpTroubleshootConfig</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>$BgpTroubleshootConfig &#x3D; Initialize-BgpTroubleshootConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpTroubleshootConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BgpTroubleshootConfig &#x3D; Initialize-BgpTroubleshootConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BgpTroubleshootConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BinaryPacketData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BinaryPacketData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BinaryPacketData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Packet configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FrameSize</maml:name>
          <maml:Description>
            <maml:para>If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size. </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>128</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Routed</maml:name>
          <maml:Description>
            <maml:para>When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected. More specifically: - For ARP request, the target IP will be overwritten as gateway IP if the target IP is not in the same subnet of gateway. - For ARP response, the target IP and destination MAC will be overwritten as gateway IP/MAC respectively, if the target IP is not in the same subnet of gateway. - For IP packet, the destination MAC will be overwritten as gateway MAC. However, this flag will not be effective when injecting the traceflow packet to a VLAN backed port. This is because the gateway in this case is a physical gateway that is outside the scope of NSX. Therefore, users need to manually populate the gateway MAC address. If the user still sets this flag in this case, a validation error will be thrown. The scenario where a user injects a packet with a VLAN tag into a parent port is referred to as the traceflow container case. Please note that the value of &#x60;routed&#x60; depends on the connected network of the child segment rather than the connected network of segment of the parent port in this case. Here is the explanation: The parent port in this context is the port on a segment which is referred to by a SegmentConnectionBindingMap. The bound segment of the SegmentConnectionBindingMap is the child segment. The user-crafted traceflow packet will be directly forwarded to the corresponding child segment of the parent port without interacting with any layer 2 forwarding/layer 3 routing in this scenario. The crafted packet will follow the forwarding/routing polices of the child segment&#39;s connected network. For example, if a user injects a crafted packet to port_p, and the segment (seg_p) of port_p is referred to by the binding map m1, where m1 is bound to segment seg_c, and the destination port (port_d) of the packet is the VM vNIC connected to seg_p. Although port_p and port_d are on the same segment, the &#39;routed&#39; value should be set to true if the user expects the crafted packet to be correctly delivered to the destination. This is because the child segments seg_c and seg_d are on different segments and require router interaction to communicate. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportType</maml:name>
          <maml:Description>
            <maml:para>This type takes effect only for IP packet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TransportTypeEnum.UNICAST</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Packet configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FrameSize</maml:name>
        <maml:Description>
          <maml:para>If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size. </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>128</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Routed</maml:name>
        <maml:Description>
          <maml:para>When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected. More specifically: - For ARP request, the target IP will be overwritten as gateway IP if the target IP is not in the same subnet of gateway. - For ARP response, the target IP and destination MAC will be overwritten as gateway IP/MAC respectively, if the target IP is not in the same subnet of gateway. - For IP packet, the destination MAC will be overwritten as gateway MAC. However, this flag will not be effective when injecting the traceflow packet to a VLAN backed port. This is because the gateway in this case is a physical gateway that is outside the scope of NSX. Therefore, users need to manually populate the gateway MAC address. If the user still sets this flag in this case, a validation error will be thrown. The scenario where a user injects a packet with a VLAN tag into a parent port is referred to as the traceflow container case. Please note that the value of &#x60;routed&#x60; depends on the connected network of the child segment rather than the connected network of segment of the parent port in this case. Here is the explanation: The parent port in this context is the port on a segment which is referred to by a SegmentConnectionBindingMap. The bound segment of the SegmentConnectionBindingMap is the child segment. The user-crafted traceflow packet will be directly forwarded to the corresponding child segment of the parent port without interacting with any layer 2 forwarding/layer 3 routing in this scenario. The crafted packet will follow the forwarding/routing polices of the child segment&#39;s connected network. For example, if a user injects a crafted packet to port_p, and the segment (seg_p) of port_p is referred to by the binding map m1, where m1 is bound to segment seg_c, and the destination port (port_d) of the packet is the VM vNIC connected to seg_p. Although port_p and port_d are on the same segment, the &#39;routed&#39; value should be set to true if the user expects the crafted packet to be correctly delivered to the destination. This is because the child segments seg_c and seg_d are on different segments and require router interaction to communicate. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportType</maml:name>
        <maml:Description>
          <maml:para>This type takes effect only for IP packet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TransportTypeEnum.UNICAST</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BinaryPacketData &#x3D; Initialize-BinaryPacketData -ResourceType &quot;BinaryPacketData&quot; -FrameSize 0 -Routed $false -TransportType &quot;BROADCAST&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BinaryPacketData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BinaryPacketData &#x3D; Initialize-BinaryPacketData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BinaryPacketData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BridgeFirewallPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BridgeFirewallPolicy</command:noun>
      <maml:description>
        <maml:para>Represents the Bridge Firewall Policy, which contains the list of Bridge Firewall Rules. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Bridge Firewall Policy, which contains the list of Bridge Firewall Rules. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BridgeFirewallPolicy</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>$BridgeFirewallPolicy &#x3D; Initialize-BridgeFirewallPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BridgeFirewallPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BridgeFirewallPolicy &#x3D; Initialize-BridgeFirewallPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BridgeFirewallPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-BridgeProfileConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>BridgeProfileConfig</command:noun>
      <maml:description>
        <maml:para>configuration parameters for Bridge Profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>configuration parameters for Bridge Profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-BridgeProfileConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BridgeProfilePath</maml:name>
          <maml:Description>
            <maml:para>Same bridge profile can be configured on different segments. Each bridge profile on a segment must unique.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkTeamingPolicyName</maml:name>
          <maml:Description>
            <maml:para>The name of the switching uplink teaming policy for the bridge endpoint. This name corresponds to one of the switching uplink teaming policy names listed in the VLAN transport zone specified by the property \&quot;vlan_transport_zone_path\&quot;. When this property is not specified, the default teaming policy of the host-switch is assigned. Do not set a value when the &#39;bridge_profile_path&#39; is the path of L2DistributedBridgeEndpointProfile. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VlanIds</maml:name>
          <maml:Description>
            <maml:para>VLAN specification for bridge endpoint. Either VLAN ID or VLAN ranges can be specified. Not both.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VlanTransportZonePath</maml:name>
          <maml:Description>
            <maml:para>The path of the VLAN transport zone that represents the underlay L2 zone in which the VLANs will be bridged to overlay segments. A unique VLAN transport zone should be assigned to each underlay L2 zone when needed for bridging. If two VLANs in two underlay L2 zones are combined together as one L2 broadcast-domain by certain L2 extension, the two underlay L2 zones still should have two different VLAN transport zones assigned to them. It is optional for distributed-bridging but required for other bridging modes. If it is not given, the distributed bridge will span all ESX transport nodes in the overlay transport zone of the segment that contains this profile. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BridgeProfilePath</maml:name>
        <maml:Description>
          <maml:para>Same bridge profile can be configured on different segments. Each bridge profile on a segment must unique.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkTeamingPolicyName</maml:name>
        <maml:Description>
          <maml:para>The name of the switching uplink teaming policy for the bridge endpoint. This name corresponds to one of the switching uplink teaming policy names listed in the VLAN transport zone specified by the property \&quot;vlan_transport_zone_path\&quot;. When this property is not specified, the default teaming policy of the host-switch is assigned. Do not set a value when the &#39;bridge_profile_path&#39; is the path of L2DistributedBridgeEndpointProfile. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VlanIds</maml:name>
        <maml:Description>
          <maml:para>VLAN specification for bridge endpoint. Either VLAN ID or VLAN ranges can be specified. Not both.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VlanTransportZonePath</maml:name>
        <maml:Description>
          <maml:para>The path of the VLAN transport zone that represents the underlay L2 zone in which the VLANs will be bridged to overlay segments. A unique VLAN transport zone should be assigned to each underlay L2 zone when needed for bridging. If two VLANs in two underlay L2 zones are combined together as one L2 broadcast-domain by certain L2 extension, the two underlay L2 zones still should have two different VLAN transport zones assigned to them. It is optional for distributed-bridging but required for other bridging modes. If it is not given, the distributed bridge will span all ESX transport nodes in the overlay transport zone of the segment that contains this profile. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$BridgeProfileConfig &#x3D; Initialize-BridgeProfileConfig -BridgeProfilePath &quot;MyBridgeProfilePath&quot; -UplinkTeamingPolicyName &quot;MyUplinkTeamingPolicyName&quot; -VlanIds &quot;MyVlanIds&quot; -VlanTransportZonePath &quot;MyVlanTransportZonePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BridgeProfileConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$BridgeProfileConfig &#x3D; Initialize-BridgeProfileConfig -BridgeProfilePath &quot;MyBridgeProfilePath&quot; -VlanIds &quot;MyVlanIds&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-BridgeProfileConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ByodPolicyServiceInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ByodPolicyServiceInstance</command:noun>
      <maml:description>
        <maml:para>Represents an instance of partner&#39;s service whose wiring will be done by partner itself. As partner does all the wiring, we call it as Byod - Bring your own device. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an instance of partner&#39;s service whose wiring will be done by partner itself. As partner does all the wiring, we call it as Byod - Bring your own device. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ByodPolicyServiceInstance</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>$ByodPolicyServiceInstance &#x3D; Initialize-ByodPolicyServiceInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ByodPolicyServiceInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ByodPolicyServiceInstance &#x3D; Initialize-ByodPolicyServiceInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ByodPolicyServiceInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CPUReservation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CPUReservation</command:noun>
      <maml:description>
        <maml:para>Relative to the form factor pre-defined reservation value. We recommended that you use the predefined measures of CPU reservation shares to reduce the CPU reservation of a VM. Reservation shares are relative to the default form-factor value. Though absolute values for CPU reservation is supported, we advise to use this option with caution as incorrect or high reservation values could lead to deployment failure or lead to resource starvation for other VMs running on the same host. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Relative to the form factor pre-defined reservation value. We recommended that you use the predefined measures of CPU reservation shares to reduce the CPU reservation of a VM. Reservation shares are relative to the default form-factor value. Though absolute values for CPU reservation is supported, we advise to use this option with caution as incorrect or high reservation values could lead to deployment failure or lead to resource starvation for other VMs running on the same host. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CPUReservation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReservationInShares</maml:name>
          <maml:Description>
            <maml:para>Shares specify the relative importance of a virtual machine on a given host. When you assign shares to a virtual machine, you always specify the priority for that virtual machine relative to other powered-on virtual machines on the same host. The default priority for shares is HIGH_PRIORITY. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ReservationInSharesEnum.HIGHPRIORITY</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReservationInMhz</maml:name>
          <maml:Description>
            <maml:para>The CPU reservation in MHz is the guaranteed minimum amount of clock cycles that the vmkernel CPU scheduler will give the Edge VM in case of contention. If an Edge VM is not using its reserved resources, then other machines can use them thus preventing waste of CPU cycles on the physical host. Note: We recommend use of reservation_in_shares instead of this absolute configuration. When you specify this value, set reservation_in_shares to LOW_PRIORITY. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>ReservationInShares</maml:name>
        <maml:Description>
          <maml:para>Shares specify the relative importance of a virtual machine on a given host. When you assign shares to a virtual machine, you always specify the priority for that virtual machine relative to other powered-on virtual machines on the same host. The default priority for shares is HIGH_PRIORITY. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ReservationInSharesEnum.HIGHPRIORITY</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReservationInMhz</maml:name>
        <maml:Description>
          <maml:para>The CPU reservation in MHz is the guaranteed minimum amount of clock cycles that the vmkernel CPU scheduler will give the Edge VM in case of contention. If an Edge VM is not using its reserved resources, then other machines can use them thus preventing waste of CPU cycles on the physical host. Note: We recommend use of reservation_in_shares instead of this absolute configuration. When you specify this value, set reservation_in_shares to LOW_PRIORITY. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CPUReservation &#x3D; Initialize-CPUReservation -ReservationInShares &quot;EXTRA_HIGH_PRIORITY&quot; -ReservationInMhz 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CPUReservation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CPUReservation &#x3D; Initialize-CPUReservation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CPUReservation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CaBundle</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CaBundle</command:noun>
      <maml:description>
        <maml:para>CA certificates bundle</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>CA certificates bundle</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CaBundle</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>$CaBundle &#x3D; Initialize-CaBundle
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CaBundle with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CaBundle &#x3D; Initialize-CaBundle
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CaBundle with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CapacityThreshold</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CapacityThreshold</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CapacityThreshold</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ThresholdType</maml:name>
          <maml:Description>
            <maml:para>Indicate the object type for which threshold is to be set. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MinThresholdPercentage</maml:name>
          <maml:Description>
            <maml:para>Set the minimum threshold percentage. Specify a value between 0 and 100. Usage percentage above this value is tagged as warning. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxThresholdPercentage</maml:name>
          <maml:Description>
            <maml:para>Set the maximum threshold percentage. Specify a value between 0 and 100. Usage percentage above this value is tagged as critical. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ThresholdType</maml:name>
        <maml:Description>
          <maml:para>Indicate the object type for which threshold is to be set. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MinThresholdPercentage</maml:name>
        <maml:Description>
          <maml:para>Set the minimum threshold percentage. Specify a value between 0 and 100. Usage percentage above this value is tagged as warning. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxThresholdPercentage</maml:name>
        <maml:Description>
          <maml:para>Set the maximum threshold percentage. Specify a value between 0 and 100. Usage percentage above this value is tagged as critical. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CapacityThreshold &#x3D; Initialize-CapacityThreshold -ThresholdType &quot;MyThresholdType&quot; -MinThresholdPercentage 0 -MaxThresholdPercentage 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CapacityThreshold with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CapacityThreshold &#x3D; Initialize-CapacityThreshold -ThresholdType &quot;MyThresholdType&quot; -MinThresholdPercentage 0 -MaxThresholdPercentage 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CapacityThreshold with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CapacityThresholdList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CapacityThresholdList</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CapacityThresholdList</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>$CapacityThresholdList &#x3D; Initialize-CapacityThresholdList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CapacityThresholdList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CapacityThresholdList &#x3D; Initialize-CapacityThresholdList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CapacityThresholdList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CapacityUsageMetaInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CapacityUsageMetaInfo</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CapacityUsageMetaInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastUpdatedTimestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp at which capacity usage was last calculated</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MinGlobalThresholdPercentage</maml:name>
          <maml:Description>
            <maml:para>Indicates the minimum global threshold percentage </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxGlobalThresholdPercentage</maml:name>
          <maml:Description>
            <maml:para>Indicates the maximum global threshold percentage </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LastUpdatedTimestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp at which capacity usage was last calculated</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MinGlobalThresholdPercentage</maml:name>
        <maml:Description>
          <maml:para>Indicates the minimum global threshold percentage </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxGlobalThresholdPercentage</maml:name>
        <maml:Description>
          <maml:para>Indicates the maximum global threshold percentage </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CapacityUsageMetaInfo &#x3D; Initialize-CapacityUsageMetaInfo -LastUpdatedTimestamp 0 -MinGlobalThresholdPercentage 0 -MaxGlobalThresholdPercentage 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CapacityUsageMetaInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CapacityUsageMetaInfo &#x3D; Initialize-CapacityUsageMetaInfo -LastUpdatedTimestamp 0 -MinGlobalThresholdPercentage 0 -MaxGlobalThresholdPercentage 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CapacityUsageMetaInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CheckpointCounter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CheckpointCounter</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CheckpointCounter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CheckpointType</maml:name>
          <maml:Description>
            <maml:para>Type of Livetrace checkpoint. UNKNOWN - Unknown checkpoint. PORT_INPUT - Received by a port on slowpath. The first slowpath checkpoint is encountered when the packet enters a certain port. For a certain port, a series of subsequent checkpoints is usually encountered after the packet traverses through PORT_INPUT. PORT_OUTPUT - Forwarded to a port on slowpath. The last slowpath checkpoint is encountered when the packet left a certain port. For a certain port, a series of checkpoints is usually encountered before the packet traverses through PORT_OUTPUT. SPOOFGUARD_INPUT - Received by slowpath Spoofguard service. This checkpoint should be encountered either after the packet encounters PORT_INPUT or before the packet encounters PORT_OUTPUT. SPOOFGUARD_OUTPUT - Forwarded from slowpath Spoofguard service. This checkpoint should be encountered after SPOOFGUARD_INPUT. SPOOFUGARD_DROP - Dropped by slowpath Spoofguard service. This checkpoint should be encountered after SPOOFGUARD_INPUT. DFW_INPUT - Received by slowpath DFW service. This checkpoint should be encountered encountered either after the packet encounters PORT_INPUT or before the packet encounters PORT_OUTPUT. This checkpoint should after SPOOFGUARD related checkpoints, if they exist. DFW_OUTPUT - Forwarded from slowpath DFW service. This checkpoint should be encountered after DFW_INPUT. DFW_DROP - Dropped by slowpath DFW service.This checkpoint should be encountered after DFW_INPUT. UPLINK_INPUT - Ingressed via an uplink port on slowpath. The first slowpath checkpoint is encountered when the packet ingress from external network via an uplink. UPLINK_OUTPUT - Egressed via an uplink port on slowpath. The last slowpath checkpoint is encountered when the packet egress to external network via an uplink. ENS_PORT_INPUT - Received by a port on ENS fastpath. The first ENS fastpath checkpoint is encountered when the packet enters a certain port. ENS_PORT_OUTPUT - Forwarded to a port on ENS fastpath. The last ENS fastpath checkpoint is encountered when the packet left a certain port. ENS_UPLINK_INPUT - Ingressed via an uplink port on ENS fastpath. The first ENS fastpath checkpoint is encountered when the packet ingress from external network via an uplink. ENS_UPLINK_OUTPUT - Egressed via an uplink port on ENS fastpath. The last ENS fastpath checkpoint is encountered when the packet egress to external network via an uplink. ENS_DFW_INPUT - Received by ENS fastpath DFW service. This checkpoint should be encountered after ENS_PORT_INPUT. ENS_DFW_OUTPUT - Forwarded from ENS fastpath DFW service. This checkpoint should be encountered after ENS_DFW_INPUT. ENS_DFW_DROP - Dropped by ENS fastpath DFW service. This checkpoint should be encountered after ENS_DFW_INPUT. ROUTER_DROP - Dropped by slowpath router service. This checkpoint should be encountered after PORT_INPUT. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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 number of packets traversed by this checkpoint. The packet connectivity issue can be discovered by comparing the count value of different checkpoints. </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>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>CheckpointType</maml:name>
        <maml:Description>
          <maml:para>Type of Livetrace checkpoint. UNKNOWN - Unknown checkpoint. PORT_INPUT - Received by a port on slowpath. The first slowpath checkpoint is encountered when the packet enters a certain port. For a certain port, a series of subsequent checkpoints is usually encountered after the packet traverses through PORT_INPUT. PORT_OUTPUT - Forwarded to a port on slowpath. The last slowpath checkpoint is encountered when the packet left a certain port. For a certain port, a series of checkpoints is usually encountered before the packet traverses through PORT_OUTPUT. SPOOFGUARD_INPUT - Received by slowpath Spoofguard service. This checkpoint should be encountered either after the packet encounters PORT_INPUT or before the packet encounters PORT_OUTPUT. SPOOFGUARD_OUTPUT - Forwarded from slowpath Spoofguard service. This checkpoint should be encountered after SPOOFGUARD_INPUT. SPOOFUGARD_DROP - Dropped by slowpath Spoofguard service. This checkpoint should be encountered after SPOOFGUARD_INPUT. DFW_INPUT - Received by slowpath DFW service. This checkpoint should be encountered encountered either after the packet encounters PORT_INPUT or before the packet encounters PORT_OUTPUT. This checkpoint should after SPOOFGUARD related checkpoints, if they exist. DFW_OUTPUT - Forwarded from slowpath DFW service. This checkpoint should be encountered after DFW_INPUT. DFW_DROP - Dropped by slowpath DFW service.This checkpoint should be encountered after DFW_INPUT. UPLINK_INPUT - Ingressed via an uplink port on slowpath. The first slowpath checkpoint is encountered when the packet ingress from external network via an uplink. UPLINK_OUTPUT - Egressed via an uplink port on slowpath. The last slowpath checkpoint is encountered when the packet egress to external network via an uplink. ENS_PORT_INPUT - Received by a port on ENS fastpath. The first ENS fastpath checkpoint is encountered when the packet enters a certain port. ENS_PORT_OUTPUT - Forwarded to a port on ENS fastpath. The last ENS fastpath checkpoint is encountered when the packet left a certain port. ENS_UPLINK_INPUT - Ingressed via an uplink port on ENS fastpath. The first ENS fastpath checkpoint is encountered when the packet ingress from external network via an uplink. ENS_UPLINK_OUTPUT - Egressed via an uplink port on ENS fastpath. The last ENS fastpath checkpoint is encountered when the packet egress to external network via an uplink. ENS_DFW_INPUT - Received by ENS fastpath DFW service. This checkpoint should be encountered after ENS_PORT_INPUT. ENS_DFW_OUTPUT - Forwarded from ENS fastpath DFW service. This checkpoint should be encountered after ENS_DFW_INPUT. ENS_DFW_DROP - Dropped by ENS fastpath DFW service. This checkpoint should be encountered after ENS_DFW_INPUT. ROUTER_DROP - Dropped by slowpath router service. This checkpoint should be encountered after PORT_INPUT. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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 number of packets traversed by this checkpoint. The packet connectivity issue can be discovered by comparing the count value of different checkpoints. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CheckpointCounter &#x3D; Initialize-CheckpointCounter -CheckpointType &quot;UNKNOWN&quot; -Count 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CheckpointCounter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CheckpointCounter &#x3D; Initialize-CheckpointCounter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CheckpointCounter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CheckpointCounterResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CheckpointCounterResult</command:noun>
      <maml:description>
        <maml:para>The packets that only have the count action (other permutations such as trace + pktcap or count + trace/pktcap cannot) can traverse through the ENS fastpath. Therefore, two checkpoint results from ENS fastpath and slowpath are listed below.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The packets that only have the count action (other permutations such as trace + pktcap or count + trace/pktcap cannot) can traverse through the ENS fastpath. Therefore, two checkpoint results from ENS fastpath and slowpath are listed below.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CheckpointCounterResult</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NonEnsCheckpointsResult</maml:name>
          <maml:Description>
            <maml:para>The counter result from non ENS checkpoints </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnsCheckpointsResult</maml:name>
          <maml:Description>
            <maml:para>The counter result from ENS checkpoints </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</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>NonEnsCheckpointsResult</maml:name>
        <maml:Description>
          <maml:para>The counter result from non ENS checkpoints </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnsCheckpointsResult</maml:name>
        <maml:Description>
          <maml:para>The counter result from ENS checkpoints </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CheckpointCounter&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$CheckpointCounter &#x3D; Initialize-CheckpointCounter -CheckpointType &quot;UNKNOWN&quot; -Count 0
$CheckpointCounterResult &#x3D; Initialize-CheckpointCounterResult -NonEnsCheckpointsResult $CheckpointCounter -EnsCheckpointsResult $CheckpointCounter
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CheckpointCounterResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$CheckpointCounterResult &#x3D; Initialize-CheckpointCounterResult
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CheckpointCounterResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildAntreaTraceflowConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildAntreaTraceflowConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper for AntreaTraceflowConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for AntreaTraceflowConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildAntreaTraceflowConfig</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>$ChildAntreaTraceflowConfig &#x3D; Initialize-ChildAntreaTraceflowConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildAntreaTraceflowConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildAntreaTraceflowConfig &#x3D; Initialize-ChildAntreaTraceflowConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildAntreaTraceflowConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildBfdProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildBfdProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for BfdProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for BfdProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildBfdProfile</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>$ChildBfdProfile &#x3D; Initialize-ChildBfdProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBfdProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildBfdProfile &#x3D; Initialize-ChildBfdProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBfdProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildBgpNeighborConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildBgpNeighborConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for BgpNeighborConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for BgpNeighborConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildBgpNeighborConfig</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>$ChildBgpNeighborConfig &#x3D; Initialize-ChildBgpNeighborConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBgpNeighborConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildBgpNeighborConfig &#x3D; Initialize-ChildBgpNeighborConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBgpNeighborConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildBgpRoutingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildBgpRoutingConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for BgpRoutingConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for BgpRoutingConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildBgpRoutingConfig</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>$ChildBgpRoutingConfig &#x3D; Initialize-ChildBgpRoutingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBgpRoutingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildBgpRoutingConfig &#x3D; Initialize-ChildBgpRoutingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBgpRoutingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildBridgeFirewallPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildBridgeFirewallPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for BridgeFirewallPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for BridgeFirewallPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildBridgeFirewallPolicy</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>$ChildBridgeFirewallPolicy &#x3D; Initialize-ChildBridgeFirewallPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBridgeFirewallPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildBridgeFirewallPolicy &#x3D; Initialize-ChildBridgeFirewallPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildBridgeFirewallPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildByodPolicyServiceInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildByodPolicyServiceInstance</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ByodPolicyServiceInstance used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ByodPolicyServiceInstance used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildByodPolicyServiceInstance</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>$ChildByodPolicyServiceInstance &#x3D; Initialize-ChildByodPolicyServiceInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildByodPolicyServiceInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildByodPolicyServiceInstance &#x3D; Initialize-ChildByodPolicyServiceInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildByodPolicyServiceInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildCaBundle</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildCaBundle</command:noun>
      <maml:description>
        <maml:para>Child wrapper for CA certificates bundle, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for CA certificates bundle, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildCaBundle</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>$ChildCaBundle &#x3D; Initialize-ChildCaBundle
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCaBundle with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildCaBundle &#x3D; Initialize-ChildCaBundle
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCaBundle with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildCommunicationEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildCommunicationEntry</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for CommunicationEntry, used in hierarchical API This type is deprecated. Use the type ChildRule instead.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for CommunicationEntry, used in hierarchical API This type is deprecated. Use the type ChildRule instead.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildCommunicationEntry</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>$ChildCommunicationEntry &#x3D; Initialize-ChildCommunicationEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCommunicationEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildCommunicationEntry &#x3D; Initialize-ChildCommunicationEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCommunicationEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildCommunicationMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildCommunicationMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for CommunicationMap, used in hierarchical API This type is deprecated. Use the type ChildSecurityPolicy instead.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for CommunicationMap, used in hierarchical API This type is deprecated. Use the type ChildSecurityPolicy instead.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildCommunicationMap</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>$ChildCommunicationMap &#x3D; Initialize-ChildCommunicationMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCommunicationMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildCommunicationMap &#x3D; Initialize-ChildCommunicationMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCommunicationMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildCommunityList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildCommunityList</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for CommunityList, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for CommunityList, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildCommunityList</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>$ChildCommunityList &#x3D; Initialize-ChildCommunityList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCommunityList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildCommunityList &#x3D; Initialize-ChildCommunityList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildCommunityList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildComputeClusterIdfwConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildComputeClusterIdfwConfiguration</command:noun>
      <maml:description>
        <maml:para>Wrapper object for ComputeClusterIdfwConfiguration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for ComputeClusterIdfwConfiguration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildComputeClusterIdfwConfiguration</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>$ChildComputeClusterIdfwConfiguration &#x3D; Initialize-ChildComputeClusterIdfwConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildComputeClusterIdfwConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildComputeClusterIdfwConfiguration &#x3D; Initialize-ChildComputeClusterIdfwConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildComputeClusterIdfwConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildConstraint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildConstraint</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Constraint, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Constraint, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildConstraint</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>$ChildConstraint &#x3D; Initialize-ChildConstraint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildConstraint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildConstraint &#x3D; Initialize-ChildConstraint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildConstraint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildConstraintGlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildConstraintGlobalConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ConstraintGlobalConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ConstraintGlobalConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildConstraintGlobalConfig</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>$ChildConstraintGlobalConfig &#x3D; Initialize-ChildConstraintGlobalConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildConstraintGlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildConstraintGlobalConfig &#x3D; Initialize-ChildConstraintGlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildConstraintGlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDeploymentZone</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDeploymentZone</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for DeploymentZone, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for DeploymentZone, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDeploymentZone</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>$ChildDeploymentZone &#x3D; Initialize-ChildDeploymentZone
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDeploymentZone with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDeploymentZone &#x3D; Initialize-ChildDeploymentZone
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDeploymentZone with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDfwFirewallConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDfwFirewallConfiguration</command:noun>
      <maml:description>
        <maml:para>Wrapper object for FirewallConfiguration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for FirewallConfiguration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDfwFirewallConfiguration</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>$ChildDfwFirewallConfiguration &#x3D; Initialize-ChildDfwFirewallConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDfwFirewallConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDfwFirewallConfiguration &#x3D; Initialize-ChildDfwFirewallConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDfwFirewallConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDhcpRelayConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDhcpRelayConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for DhcpRelayConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for DhcpRelayConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDhcpRelayConfig</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>$ChildDhcpRelayConfig &#x3D; Initialize-ChildDhcpRelayConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDhcpRelayConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDhcpRelayConfig &#x3D; Initialize-ChildDhcpRelayConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDhcpRelayConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDhcpServerConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDhcpServerConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for DhcpServerConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for DhcpServerConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDhcpServerConfig</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>$ChildDhcpServerConfig &#x3D; Initialize-ChildDhcpServerConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDhcpServerConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDhcpServerConfig &#x3D; Initialize-ChildDhcpServerConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDhcpServerConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDhcpStaticBindingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDhcpStaticBindingConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper for DhcpStaticBindingConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for DhcpStaticBindingConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDhcpStaticBindingConfig</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>$ChildDhcpStaticBindingConfig &#x3D; Initialize-ChildDhcpStaticBindingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDhcpStaticBindingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDhcpStaticBindingConfig &#x3D; Initialize-ChildDhcpStaticBindingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDhcpStaticBindingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDistributedVlanConnection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDistributedVlanConnection</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for distributed vlan connection, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for distributed vlan connection, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDistributedVlanConnection</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>$ChildDistributedVlanConnection &#x3D; Initialize-ChildDistributedVlanConnection
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDistributedVlanConnection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDistributedVlanConnection &#x3D; Initialize-ChildDistributedVlanConnection
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDistributedVlanConnection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDnsSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDnsSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for DnsSecurityProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for DnsSecurityProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDnsSecurityProfile</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>$ChildDnsSecurityProfile &#x3D; Initialize-ChildDnsSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDnsSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDnsSecurityProfile &#x3D; Initialize-ChildDnsSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDnsSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDnsSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDnsSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper obejct for DnsSecurityProfileBindingMap used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper obejct for DnsSecurityProfileBindingMap used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDnsSecurityProfileBindingMap</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>$ChildDnsSecurityProfileBindingMap &#x3D; Initialize-ChildDnsSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDnsSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDnsSecurityProfileBindingMap &#x3D; Initialize-ChildDnsSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDnsSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDomain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDomain</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for domain, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for domain, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDomain</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>$ChildDomain &#x3D; Initialize-ChildDomain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDomain &#x3D; Initialize-ChildDomain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildDomainDeploymentMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildDomainDeploymentMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for DomainDeploymentMap, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for DomainDeploymentMap, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildDomainDeploymentMap</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>$ChildDomainDeploymentMap &#x3D; Initialize-ChildDomainDeploymentMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDomainDeploymentMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildDomainDeploymentMap &#x3D; Initialize-ChildDomainDeploymentMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildDomainDeploymentMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildEndpointPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildEndpointPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for EndpointPolicy used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for EndpointPolicy used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildEndpointPolicy</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>$ChildEndpointPolicy &#x3D; Initialize-ChildEndpointPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEndpointPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildEndpointPolicy &#x3D; Initialize-ChildEndpointPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEndpointPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildEndpointRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildEndpointRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for EndpointRule used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for EndpointRule used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildEndpointRule</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>$ChildEndpointRule &#x3D; Initialize-ChildEndpointRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEndpointRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildEndpointRule &#x3D; Initialize-ChildEndpointRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEndpointRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildEnforcementPoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildEnforcementPoint</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for EnforcementPoint, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for EnforcementPoint, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildEnforcementPoint</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>$ChildEnforcementPoint &#x3D; Initialize-ChildEnforcementPoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEnforcementPoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildEnforcementPoint &#x3D; Initialize-ChildEnforcementPoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEnforcementPoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildEvpnConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildEvpnConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for EvpnConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for EvpnConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildEvpnConfig</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>$ChildEvpnConfig &#x3D; Initialize-ChildEvpnConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEvpnConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildEvpnConfig &#x3D; Initialize-ChildEvpnConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEvpnConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildEvpnTunnelEndpointConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildEvpnTunnelEndpointConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for EvpnTunnelEndpointConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for EvpnTunnelEndpointConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildEvpnTunnelEndpointConfig</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>$ChildEvpnTunnelEndpointConfig &#x3D; Initialize-ChildEvpnTunnelEndpointConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEvpnTunnelEndpointConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildEvpnTunnelEndpointConfig &#x3D; Initialize-ChildEvpnTunnelEndpointConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildEvpnTunnelEndpointConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildFloodProtectionProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildFloodProtectionProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for FloodProtectionProfile, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for FloodProtectionProfile, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildFloodProtectionProfile</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>$ChildFloodProtectionProfile &#x3D; Initialize-ChildFloodProtectionProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildFloodProtectionProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildFloodProtectionProfile &#x3D; Initialize-ChildFloodProtectionProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildFloodProtectionProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildFloodProtectionProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildFloodProtectionProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for FloodProtectionProfileBindingMap, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for FloodProtectionProfileBindingMap, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildFloodProtectionProfileBindingMap</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>$ChildFloodProtectionProfileBindingMap &#x3D; Initialize-ChildFloodProtectionProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildFloodProtectionProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildFloodProtectionProfileBindingMap &#x3D; Initialize-ChildFloodProtectionProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildFloodProtectionProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildFqdnAnalysisConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildFqdnAnalysisConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for FqdnAnalysisConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for FqdnAnalysisConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildFqdnAnalysisConfig</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>$ChildFqdnAnalysisConfig &#x3D; Initialize-ChildFqdnAnalysisConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildFqdnAnalysisConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildFqdnAnalysisConfig &#x3D; Initialize-ChildFqdnAnalysisConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildFqdnAnalysisConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGatewayConnection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGatewayConnection</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for gateway connection, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for gateway connection, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGatewayConnection</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>$ChildGatewayConnection &#x3D; Initialize-ChildGatewayConnection
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGatewayConnection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGatewayConnection &#x3D; Initialize-ChildGatewayConnection
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGatewayConnection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGatewayPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGatewayPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GatewayPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GatewayPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGatewayPolicy</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>$ChildGatewayPolicy &#x3D; Initialize-ChildGatewayPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGatewayPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGatewayPolicy &#x3D; Initialize-ChildGatewayPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGatewayPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGatewayQosProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGatewayQosProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for GatewayQosProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for GatewayQosProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGatewayQosProfile</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>$ChildGatewayQosProfile &#x3D; Initialize-ChildGatewayQosProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGatewayQosProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGatewayQosProfile &#x3D; Initialize-ChildGatewayQosProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGatewayQosProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGeneralSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGeneralSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GeneralSecurityProfile, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GeneralSecurityProfile, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGeneralSecurityProfile</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>$ChildGeneralSecurityProfile &#x3D; Initialize-ChildGeneralSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGeneralSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGeneralSecurityProfile &#x3D; Initialize-ChildGeneralSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGeneralSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGeneralSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGeneralSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GeneralSecurityProfileBindingMap, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GeneralSecurityProfileBindingMap, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGeneralSecurityProfileBindingMap</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>$ChildGeneralSecurityProfileBindingMap &#x3D; Initialize-ChildGeneralSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGeneralSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGeneralSecurityProfileBindingMap &#x3D; Initialize-ChildGeneralSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGeneralSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGeoIpSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGeoIpSetting</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GeoIpSetting, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GeoIpSetting, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGeoIpSetting</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>$ChildGeoIpSetting &#x3D; Initialize-ChildGeoIpSetting
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGeoIpSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGeoIpSetting &#x3D; Initialize-ChildGeoIpSetting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGeoIpSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGlobalConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GlobalConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GlobalConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGlobalConfig</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>$ChildGlobalConfig &#x3D; Initialize-ChildGlobalConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGlobalConfig &#x3D; Initialize-ChildGlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGlobalDfwConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGlobalDfwConfiguration</command:noun>
      <maml:description>
        <maml:para>Wrapper object for GlobalDfwConfiguration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for GlobalDfwConfiguration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGlobalDfwConfiguration</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>$ChildGlobalDfwConfiguration &#x3D; Initialize-ChildGlobalDfwConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalDfwConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGlobalDfwConfiguration &#x3D; Initialize-ChildGlobalDfwConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalDfwConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGlobalIdsSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGlobalIdsSettings</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GlobalIdsSettings, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GlobalIdsSettings, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGlobalIdsSettings</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>$ChildGlobalIdsSettings &#x3D; Initialize-ChildGlobalIdsSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalIdsSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGlobalIdsSettings &#x3D; Initialize-ChildGlobalIdsSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalIdsSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGlobalIdsSignature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGlobalIdsSignature</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GlobalIdsSignature, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GlobalIdsSignature, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGlobalIdsSignature</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>$ChildGlobalIdsSignature &#x3D; Initialize-ChildGlobalIdsSignature
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalIdsSignature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGlobalIdsSignature &#x3D; Initialize-ChildGlobalIdsSignature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalIdsSignature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGlobalManager</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGlobalManager</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Global Manager, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Global Manager, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGlobalManager</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>$ChildGlobalManager &#x3D; Initialize-ChildGlobalManager
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalManager with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGlobalManager &#x3D; Initialize-ChildGlobalManager
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGlobalManager with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGroup</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for group, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for group, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGroup</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>$ChildGroup &#x3D; Initialize-ChildGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGroup &#x3D; Initialize-ChildGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGroupDiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGroupDiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper obejct for GroupDiscoveryProfileBindingMap used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper obejct for GroupDiscoveryProfileBindingMap used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGroupDiscoveryProfileBindingMap</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>$ChildGroupDiscoveryProfileBindingMap &#x3D; Initialize-ChildGroupDiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGroupDiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGroupDiscoveryProfileBindingMap &#x3D; Initialize-ChildGroupDiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGroupDiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildGroupMonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildGroupMonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for GroupMonitoringProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for GroupMonitoringProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildGroupMonitoringProfileBindingMap</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>$ChildGroupMonitoringProfileBindingMap &#x3D; Initialize-ChildGroupMonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGroupMonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildGroupMonitoringProfileBindingMap &#x3D; Initialize-ChildGroupMonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildGroupMonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildHostTransportNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildHostTransportNode</command:noun>
      <maml:description>
        <maml:para>Child wrapper for Host Transport Node, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for Host Transport Node, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildHostTransportNode</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>$ChildHostTransportNode &#x3D; Initialize-ChildHostTransportNode
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildHostTransportNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildHostTransportNode &#x3D; Initialize-ChildHostTransportNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildHostTransportNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildHostTransportNodeCollection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildHostTransportNodeCollection</command:noun>
      <maml:description>
        <maml:para>Child wrapper for Transport Collection, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for Transport Collection, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildHostTransportNodeCollection</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>$ChildHostTransportNodeCollection &#x3D; Initialize-ChildHostTransportNodeCollection
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildHostTransportNodeCollection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildHostTransportNodeCollection &#x3D; Initialize-ChildHostTransportNodeCollection
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildHostTransportNodeCollection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPDiscoveryProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPDiscoveryProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPDiscoveryProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPDiscoveryProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPDiscoveryProfile</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>$ChildIPDiscoveryProfile &#x3D; Initialize-ChildIPDiscoveryProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPDiscoveryProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPDiscoveryProfile &#x3D; Initialize-ChildIPDiscoveryProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPDiscoveryProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPFIXDFWCollectorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPFIXDFWCollectorProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPFIXDFWCollectorProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPFIXDFWCollectorProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPFIXDFWCollectorProfile</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>$ChildIPFIXDFWCollectorProfile &#x3D; Initialize-ChildIPFIXDFWCollectorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXDFWCollectorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPFIXDFWCollectorProfile &#x3D; Initialize-ChildIPFIXDFWCollectorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXDFWCollectorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPFIXDFWProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPFIXDFWProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPFIXDFWProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPFIXDFWProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPFIXDFWProfile</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>$ChildIPFIXDFWProfile &#x3D; Initialize-ChildIPFIXDFWProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXDFWProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPFIXDFWProfile &#x3D; Initialize-ChildIPFIXDFWProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXDFWProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPFIXL2CollectorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPFIXL2CollectorProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPFIXL2CollectorProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPFIXL2CollectorProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPFIXL2CollectorProfile</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>$ChildIPFIXL2CollectorProfile &#x3D; Initialize-ChildIPFIXL2CollectorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXL2CollectorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPFIXL2CollectorProfile &#x3D; Initialize-ChildIPFIXL2CollectorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXL2CollectorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPFIXL2Profile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPFIXL2Profile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPFIXL2Profile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPFIXL2Profile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPFIXL2Profile</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>$ChildIPFIXL2Profile &#x3D; Initialize-ChildIPFIXL2Profile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXL2Profile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPFIXL2Profile &#x3D; Initialize-ChildIPFIXL2Profile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPFIXL2Profile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPReputationSiteMapping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPReputationSiteMapping</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IP ReputationSiteMapping, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IP ReputationSiteMapping, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPReputationSiteMapping</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>$ChildIPReputationSiteMapping &#x3D; Initialize-ChildIPReputationSiteMapping
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPReputationSiteMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPReputationSiteMapping &#x3D; Initialize-ChildIPReputationSiteMapping
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPReputationSiteMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPSecVpnDpdProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPSecVpnDpdProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPSecVpnDpdProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPSecVpnDpdProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPSecVpnDpdProfile</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>$ChildIPSecVpnDpdProfile &#x3D; Initialize-ChildIPSecVpnDpdProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnDpdProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPSecVpnDpdProfile &#x3D; Initialize-ChildIPSecVpnDpdProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnDpdProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPSecVpnIkeProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPSecVpnIkeProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPSecVpnIkeProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPSecVpnIkeProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPSecVpnIkeProfile</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>$ChildIPSecVpnIkeProfile &#x3D; Initialize-ChildIPSecVpnIkeProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnIkeProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPSecVpnIkeProfile &#x3D; Initialize-ChildIPSecVpnIkeProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnIkeProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPSecVpnLocalEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPSecVpnLocalEndpoint</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPSecVpnLocalEndpoint, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPSecVpnLocalEndpoint, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPSecVpnLocalEndpoint</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>$ChildIPSecVpnLocalEndpoint &#x3D; Initialize-ChildIPSecVpnLocalEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnLocalEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPSecVpnLocalEndpoint &#x3D; Initialize-ChildIPSecVpnLocalEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnLocalEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPSecVpnService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPSecVpnService</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPSecVpnService, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPSecVpnService, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPSecVpnService</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>$ChildIPSecVpnService &#x3D; Initialize-ChildIPSecVpnService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPSecVpnService &#x3D; Initialize-ChildIPSecVpnService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPSecVpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPSecVpnSession</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPSecVpnSession, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPSecVpnSession, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPSecVpnSession</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>$ChildIPSecVpnSession &#x3D; Initialize-ChildIPSecVpnSession
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPSecVpnSession &#x3D; Initialize-ChildIPSecVpnSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIPSecVpnTunnelProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIPSecVpnTunnelProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IPSecVpnTunnelProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IPSecVpnTunnelProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIPSecVpnTunnelProfile</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>$ChildIPSecVpnTunnelProfile &#x3D; Initialize-ChildIPSecVpnTunnelProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnTunnelProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIPSecVpnTunnelProfile &#x3D; Initialize-ChildIPSecVpnTunnelProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIPSecVpnTunnelProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdentityFirewallStore</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdentityFirewallStore</command:noun>
      <maml:description>
        <maml:para>Child wrapper for IdentityFirewallStore, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for IdentityFirewallStore, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdentityFirewallStore</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>$ChildIdentityFirewallStore &#x3D; Initialize-ChildIdentityFirewallStore
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdentityFirewallStore with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdentityFirewallStore &#x3D; Initialize-ChildIdentityFirewallStore
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdentityFirewallStore with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsClusterConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsClusterConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsClusterConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsClusterConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsClusterConfig</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>$ChildIdsClusterConfig &#x3D; Initialize-ChildIdsClusterConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsClusterConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsClusterConfig &#x3D; Initialize-ChildIdsClusterConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsClusterConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsCustomSignatureSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsCustomSignatureSettings</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsCustomSignatureSettings, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsCustomSignatureSettings, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsCustomSignatureSettings</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>$ChildIdsCustomSignatureSettings &#x3D; Initialize-ChildIdsCustomSignatureSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsCustomSignatureSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsCustomSignatureSettings &#x3D; Initialize-ChildIdsCustomSignatureSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsCustomSignatureSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsGatewayPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsGatewayPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsGatewayPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsGatewayPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsGatewayPolicy</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>$ChildIdsGatewayPolicy &#x3D; Initialize-ChildIdsGatewayPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsGatewayPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsGatewayPolicy &#x3D; Initialize-ChildIdsGatewayPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsGatewayPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsGlobalEventConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsGlobalEventConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsGlobalEventConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsGlobalEventConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsGlobalEventConfig</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>$ChildIdsGlobalEventConfig &#x3D; Initialize-ChildIdsGlobalEventConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsGlobalEventConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsGlobalEventConfig &#x3D; Initialize-ChildIdsGlobalEventConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsGlobalEventConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsPcapFileMetadata</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsPcapFileMetadata</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsPcapFileMetadata, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsPcapFileMetadata, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsPcapFileMetadata</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>$ChildIdsPcapFileMetadata &#x3D; Initialize-ChildIdsPcapFileMetadata
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsPcapFileMetadata with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsPcapFileMetadata &#x3D; Initialize-ChildIdsPcapFileMetadata
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsPcapFileMetadata with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsProfile</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>$ChildIdsProfile &#x3D; Initialize-ChildIdsProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsProfile &#x3D; Initialize-ChildIdsProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsRule, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsRule, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsRule</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>$ChildIdsRule &#x3D; Initialize-ChildIdsRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsRule &#x3D; Initialize-ChildIdsRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsSecurityPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsSecurityPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsSecurityPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsSecurityPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsSecurityPolicy</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>$ChildIdsSecurityPolicy &#x3D; Initialize-ChildIdsSecurityPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSecurityPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsSecurityPolicy &#x3D; Initialize-ChildIdsSecurityPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSecurityPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsSettings</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsSettings, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsSettings, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsSettings</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>$ChildIdsSettings &#x3D; Initialize-ChildIdsSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsSettings &#x3D; Initialize-ChildIdsSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsSignature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsSignature</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsSignature, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsSignature, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsSignature</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>$ChildIdsSignature &#x3D; Initialize-ChildIdsSignature
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSignature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsSignature &#x3D; Initialize-ChildIdsSignature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSignature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsSignatureStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsSignatureStatus</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsSignatureStatus, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsSignatureStatus, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsSignatureStatus</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>$ChildIdsSignatureStatus &#x3D; Initialize-ChildIdsSignatureStatus
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSignatureStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsSignatureStatus &#x3D; Initialize-ChildIdsSignatureStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSignatureStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsSignatureVersion</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsSignatureVersion</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsSignatureVersion, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsSignatureVersion, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsSignatureVersion</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>$ChildIdsSignatureVersion &#x3D; Initialize-ChildIdsSignatureVersion
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSignatureVersion with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsSignatureVersion &#x3D; Initialize-ChildIdsSignatureVersion
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSignatureVersion with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsSiteVersionMapping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsSiteVersionMapping</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsSiteVersionMapping, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsSiteVersionMapping, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsSiteVersionMapping</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>$ChildIdsSiteVersionMapping &#x3D; Initialize-ChildIdsSiteVersionMapping
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSiteVersionMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsSiteVersionMapping &#x3D; Initialize-ChildIdsSiteVersionMapping
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsSiteVersionMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsStandaloneHostConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsStandaloneHostConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsStandaloneHostConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsStandaloneHostConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsStandaloneHostConfig</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>$ChildIdsStandaloneHostConfig &#x3D; Initialize-ChildIdsStandaloneHostConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsStandaloneHostConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsStandaloneHostConfig &#x3D; Initialize-ChildIdsStandaloneHostConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsStandaloneHostConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIdsThresholdConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIdsThresholdConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IdsThresholdConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IdsThresholdConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIdsThresholdConfig</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>$ChildIdsThresholdConfig &#x3D; Initialize-ChildIdsThresholdConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsThresholdConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIdsThresholdConfig &#x3D; Initialize-ChildIdsThresholdConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIdsThresholdConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildInfra</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildInfra</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Infra, used in multi-tenancy hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Infra, used in multi-tenancy hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildInfra</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>$ChildInfra &#x3D; Initialize-ChildInfra
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildInfra with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildInfra &#x3D; Initialize-ChildInfra
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildInfra with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIpAddressAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIpAddressAllocation</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IpAddressAllocation, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IpAddressAllocation, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIpAddressAllocation</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>$ChildIpAddressAllocation &#x3D; Initialize-ChildIpAddressAllocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIpAddressAllocation &#x3D; Initialize-ChildIpAddressAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIpAddressBlock</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIpAddressBlock</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IpAddressBlock, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IpAddressBlock, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIpAddressBlock</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>$ChildIpAddressBlock &#x3D; Initialize-ChildIpAddressBlock
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressBlock with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIpAddressBlock &#x3D; Initialize-ChildIpAddressBlock
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressBlock with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIpAddressPool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIpAddressPool</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IpAddressPool, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IpAddressPool, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIpAddressPool</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>$ChildIpAddressPool &#x3D; Initialize-ChildIpAddressPool
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressPool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIpAddressPool &#x3D; Initialize-ChildIpAddressPool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressPool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIpAddressPoolSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIpAddressPoolSubnet</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IpAddressPoolSubnet, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IpAddressPoolSubnet, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIpAddressPoolSubnet</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>$ChildIpAddressPoolSubnet &#x3D; Initialize-ChildIpAddressPoolSubnet
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressPoolSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIpAddressPoolSubnet &#x3D; Initialize-ChildIpAddressPoolSubnet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpAddressPoolSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIpv6DadProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIpv6DadProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Ipv6DadProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Ipv6DadProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIpv6DadProfile</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>$ChildIpv6DadProfile &#x3D; Initialize-ChildIpv6DadProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpv6DadProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIpv6DadProfile &#x3D; Initialize-ChildIpv6DadProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpv6DadProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildIpv6NdraProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildIpv6NdraProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Ipv6NdraProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Ipv6NdraProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildIpv6NdraProfile</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>$ChildIpv6NdraProfile &#x3D; Initialize-ChildIpv6NdraProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpv6NdraProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildIpv6NdraProfile &#x3D; Initialize-ChildIpv6NdraProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildIpv6NdraProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL2BridgeEndpointProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL2BridgeEndpointProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L2BridgeEndpointProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L2BridgeEndpointProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL2BridgeEndpointProfile</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>$ChildL2BridgeEndpointProfile &#x3D; Initialize-ChildL2BridgeEndpointProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2BridgeEndpointProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL2BridgeEndpointProfile &#x3D; Initialize-ChildL2BridgeEndpointProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2BridgeEndpointProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL2VPNService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL2VPNService</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L2VPNService, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L2VPNService, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL2VPNService</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>$ChildL2VPNService &#x3D; Initialize-ChildL2VPNService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2VPNService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL2VPNService &#x3D; Initialize-ChildL2VPNService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2VPNService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL2VPNSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL2VPNSession</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L2VPNSession, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L2VPNSession, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL2VPNSession</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>$ChildL2VPNSession &#x3D; Initialize-ChildL2VPNSession
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2VPNSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL2VPNSession &#x3D; Initialize-ChildL2VPNSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2VPNSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL2Vpn</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL2Vpn</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L2Vpn, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L2Vpn, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL2Vpn</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>$ChildL2Vpn &#x3D; Initialize-ChildL2Vpn
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2Vpn with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL2Vpn &#x3D; Initialize-ChildL2Vpn
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2Vpn with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL2VpnContext</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL2VpnContext</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L2VpnContext, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L2VpnContext, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL2VpnContext</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>$ChildL2VpnContext &#x3D; Initialize-ChildL2VpnContext
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2VpnContext with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL2VpnContext &#x3D; Initialize-ChildL2VpnContext
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL2VpnContext with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL3Vpn</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL3Vpn</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L3Vpn, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L3Vpn, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL3Vpn</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>$ChildL3Vpn &#x3D; Initialize-ChildL3Vpn
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL3Vpn with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL3Vpn &#x3D; Initialize-ChildL3Vpn
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL3Vpn with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL3VpnContext</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL3VpnContext</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L3VpnContext, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L3VpnContext, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL3VpnContext</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>$ChildL3VpnContext &#x3D; Initialize-ChildL3VpnContext
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL3VpnContext with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL3VpnContext &#x3D; Initialize-ChildL3VpnContext
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL3VpnContext with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL7AccessEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL7AccessEntry</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L7 Access Entry, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L7 Access Entry, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL7AccessEntry</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>$ChildL7AccessEntry &#x3D; Initialize-ChildL7AccessEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL7AccessEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL7AccessEntry &#x3D; Initialize-ChildL7AccessEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL7AccessEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildL7AccessProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildL7AccessProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for L7 Access Profile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for L7 Access Profile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildL7AccessProfile</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>$ChildL7AccessProfile &#x3D; Initialize-ChildL7AccessProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL7AccessProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildL7AccessProfile &#x3D; Initialize-ChildL7AccessProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildL7AccessProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBAppProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBAppProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBAppProfile, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBAppProfile, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBAppProfile</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>$ChildLBAppProfile &#x3D; Initialize-ChildLBAppProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBAppProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBAppProfile &#x3D; Initialize-ChildLBAppProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBAppProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBClientSslProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBClientSslProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBClientSslProfile, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBClientSslProfile, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBClientSslProfile</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>$ChildLBClientSslProfile &#x3D; Initialize-ChildLBClientSslProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBClientSslProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBClientSslProfile &#x3D; Initialize-ChildLBClientSslProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBClientSslProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBMonitorProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBMonitorProfile, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBMonitorProfile, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBMonitorProfile</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>$ChildLBMonitorProfile &#x3D; Initialize-ChildLBMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBMonitorProfile &#x3D; Initialize-ChildLBMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBPersistenceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBPersistenceProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBPersistenceProfile, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBPersistenceProfile, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBPersistenceProfile</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>$ChildLBPersistenceProfile &#x3D; Initialize-ChildLBPersistenceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBPersistenceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBPersistenceProfile &#x3D; Initialize-ChildLBPersistenceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBPersistenceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBPool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBPool</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBPool, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBPool, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBPool</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>$ChildLBPool &#x3D; Initialize-ChildLBPool
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBPool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBPool &#x3D; Initialize-ChildLBPool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBPool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBServerSslProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBServerSslProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBServerSslProfile, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBServerSslProfile, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBServerSslProfile</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>$ChildLBServerSslProfile &#x3D; Initialize-ChildLBServerSslProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBServerSslProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBServerSslProfile &#x3D; Initialize-ChildLBServerSslProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBServerSslProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBService</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBService, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBService, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBService</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>$ChildLBService &#x3D; Initialize-ChildLBService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBService &#x3D; Initialize-ChildLBService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLBVirtualServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLBVirtualServer</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LBVirtualServer, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LBVirtualServer, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLBVirtualServer</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>$ChildLBVirtualServer &#x3D; Initialize-ChildLBVirtualServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBVirtualServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLBVirtualServer &#x3D; Initialize-ChildLBVirtualServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLBVirtualServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLimit</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLimit</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Limit, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Limit, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLimit</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>$ChildLimit &#x3D; Initialize-ChildLimit
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLimit with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLimit &#x3D; Initialize-ChildLimit
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLimit with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLiveTraceConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLiveTraceConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper for LiveTraceConfig for Hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for LiveTraceConfig for Hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLiveTraceConfig</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>$ChildLiveTraceConfig &#x3D; Initialize-ChildLiveTraceConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLiveTraceConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLiveTraceConfig &#x3D; Initialize-ChildLiveTraceConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLiveTraceConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildLocaleServices</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildLocaleServices</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for LocaleServices, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for LocaleServices, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildLocaleServices</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>$ChildLocaleServices &#x3D; Initialize-ChildLocaleServices
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLocaleServices with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildLocaleServices &#x3D; Initialize-ChildLocaleServices
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildLocaleServices with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildMacDiscoveryProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildMacDiscoveryProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for MacDiscoveryProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for MacDiscoveryProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildMacDiscoveryProfile</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>$ChildMacDiscoveryProfile &#x3D; Initialize-ChildMacDiscoveryProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMacDiscoveryProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildMacDiscoveryProfile &#x3D; Initialize-ChildMacDiscoveryProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMacDiscoveryProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildMalwarePreventionProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildMalwarePreventionProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for MalwarePreventionProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for MalwarePreventionProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildMalwarePreventionProfile</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>$ChildMalwarePreventionProfile &#x3D; Initialize-ChildMalwarePreventionProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMalwarePreventionProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildMalwarePreventionProfile &#x3D; Initialize-ChildMalwarePreventionProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMalwarePreventionProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildMalwarePreventionSignature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildMalwarePreventionSignature</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for MalwarePreventionSignature, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for MalwarePreventionSignature, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildMalwarePreventionSignature</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>$ChildMalwarePreventionSignature &#x3D; Initialize-ChildMalwarePreventionSignature
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMalwarePreventionSignature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildMalwarePreventionSignature &#x3D; Initialize-ChildMalwarePreventionSignature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMalwarePreventionSignature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildMetadataProxyConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildMetadataProxyConfig</command:noun>
      <maml:description>
        <maml:para>Wrapper object for MetadataProxyConfig</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for MetadataProxyConfig</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildMetadataProxyConfig</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>$ChildMetadataProxyConfig &#x3D; Initialize-ChildMetadataProxyConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMetadataProxyConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildMetadataProxyConfig &#x3D; Initialize-ChildMetadataProxyConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildMetadataProxyConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOdsDynamicRunbookInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOdsDynamicRunbookInstance</command:noun>
      <maml:description>
        <maml:para>Child wrapper for OdsDynamicRunbookInstance for Hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for OdsDynamicRunbookInstance for Hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOdsDynamicRunbookInstance</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>$ChildOdsDynamicRunbookInstance &#x3D; Initialize-ChildOdsDynamicRunbookInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOdsDynamicRunbookInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOdsDynamicRunbookInstance &#x3D; Initialize-ChildOdsDynamicRunbookInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOdsDynamicRunbookInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOdsRunbookInvocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOdsRunbookInvocation</command:noun>
      <maml:description>
        <maml:para>Child wrapper for OdsRunbookInvocation for Hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for OdsRunbookInvocation for Hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOdsRunbookInvocation</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>$ChildOdsRunbookInvocation &#x3D; Initialize-ChildOdsRunbookInvocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOdsRunbookInvocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOdsRunbookInvocation &#x3D; Initialize-ChildOdsRunbookInvocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOdsRunbookInvocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOdsRunbookInvocationArtifactBatchRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOdsRunbookInvocationArtifactBatchRequest</command:noun>
      <maml:description>
        <maml:para>Child wrapper for OdsRunbookInvocationArtifactBatchRequest for Hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for OdsRunbookInvocationArtifactBatchRequest for Hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOdsRunbookInvocationArtifactBatchRequest</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>$ChildOdsRunbookInvocationArtifactBatchRequest &#x3D; Initialize-ChildOdsRunbookInvocationArtifactBatchRequest
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOdsRunbookInvocationArtifactBatchRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOdsRunbookInvocationArtifactBatchRequest &#x3D; Initialize-ChildOdsRunbookInvocationArtifactBatchRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOdsRunbookInvocationArtifactBatchRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOpsGlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOpsGlobalConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for OpsGlobalConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for OpsGlobalConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOpsGlobalConfig</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>$ChildOpsGlobalConfig &#x3D; Initialize-ChildOpsGlobalConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOpsGlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOpsGlobalConfig &#x3D; Initialize-ChildOpsGlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOpsGlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOrg</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOrg</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Org, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Org, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOrg</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>$ChildOrg &#x3D; Initialize-ChildOrg
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOrg with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOrg &#x3D; Initialize-ChildOrg
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOrg with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOrgRoot</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOrgRoot</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for OrgRoot, used in multi-tenancy hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for OrgRoot, used in multi-tenancy hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOrgRoot</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>$ChildOrgRoot &#x3D; Initialize-ChildOrgRoot
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOrgRoot with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOrgRoot &#x3D; Initialize-ChildOrgRoot
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOrgRoot with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOspfAreaConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOspfAreaConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for OspfAreaConfig used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for OspfAreaConfig used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOspfAreaConfig</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>$ChildOspfAreaConfig &#x3D; Initialize-ChildOspfAreaConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOspfAreaConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOspfAreaConfig &#x3D; Initialize-ChildOspfAreaConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOspfAreaConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildOspfRoutingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildOspfRoutingConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for OspfRoutingConfig used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for OspfRoutingConfig used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildOspfRoutingConfig</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>$ChildOspfRoutingConfig &#x3D; Initialize-ChildOspfRoutingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOspfRoutingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildOspfRoutingConfig &#x3D; Initialize-ChildOspfRoutingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildOspfRoutingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyConfigResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyConfigResource</command:noun>
      <maml:description>
        <maml:para>Represents an object on the desired state</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an object on the desired state</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyConfigResource</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>$ChildPolicyConfigResource &#x3D; Initialize-ChildPolicyConfigResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyConfigResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyConfigResource &#x3D; Initialize-ChildPolicyConfigResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyConfigResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyContextProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyContextProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyContextProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyContextProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyContextProfile</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>$ChildPolicyContextProfile &#x3D; Initialize-ChildPolicyContextProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyContextProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyContextProfile &#x3D; Initialize-ChildPolicyContextProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyContextProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyCustomAttributes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyCustomAttributes</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyCustomAttributes, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyCustomAttributes, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyCustomAttributes</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>$ChildPolicyCustomAttributes &#x3D; Initialize-ChildPolicyCustomAttributes
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyCustomAttributes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyCustomAttributes &#x3D; Initialize-ChildPolicyCustomAttributes
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyCustomAttributes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyDnsForwarder</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyDnsForwarder</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyDnsForwarder, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyDnsForwarder, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyDnsForwarder</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>$ChildPolicyDnsForwarder &#x3D; Initialize-ChildPolicyDnsForwarder
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyDnsForwarder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyDnsForwarder &#x3D; Initialize-ChildPolicyDnsForwarder
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyDnsForwarder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyDnsForwarderZone</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyDnsForwarderZone</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyDnsForwarderZone, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyDnsForwarderZone, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyDnsForwarderZone</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>$ChildPolicyDnsForwarderZone &#x3D; Initialize-ChildPolicyDnsForwarderZone
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyDnsForwarderZone with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyDnsForwarderZone &#x3D; Initialize-ChildPolicyDnsForwarderZone
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyDnsForwarderZone with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyEdgeCluster</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyEdgeCluster</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyEdgeCluster, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyEdgeCluster, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyEdgeCluster</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>$ChildPolicyEdgeCluster &#x3D; Initialize-ChildPolicyEdgeCluster
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeCluster with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyEdgeCluster &#x3D; Initialize-ChildPolicyEdgeCluster
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeCluster with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyEdgeHighAvailabilityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyEdgeHighAvailabilityProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyEdgeHighAvailabilityProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyEdgeHighAvailabilityProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyEdgeHighAvailabilityProfile</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>$ChildPolicyEdgeHighAvailabilityProfile &#x3D; Initialize-ChildPolicyEdgeHighAvailabilityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeHighAvailabilityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyEdgeHighAvailabilityProfile &#x3D; Initialize-ChildPolicyEdgeHighAvailabilityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeHighAvailabilityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyEdgeNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyEdgeNode</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyEdgeNode, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyEdgeNode, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyEdgeNode</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>$ChildPolicyEdgeNode &#x3D; Initialize-ChildPolicyEdgeNode
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyEdgeNode &#x3D; Initialize-ChildPolicyEdgeNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyEdgeTransportNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyEdgeTransportNode</command:noun>
      <maml:description>
        <maml:para>Child Wrapper object for PolicyEdgeTransportNode, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child Wrapper object for PolicyEdgeTransportNode, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyEdgeTransportNode</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>$ChildPolicyEdgeTransportNode &#x3D; Initialize-ChildPolicyEdgeTransportNode
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeTransportNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyEdgeTransportNode &#x3D; Initialize-ChildPolicyEdgeTransportNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyEdgeTransportNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyExcludeList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyExcludeList</command:noun>
      <maml:description>
        <maml:para>Wrapper object for PolicyExcludeList</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for PolicyExcludeList</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyExcludeList</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>$ChildPolicyExcludeList &#x3D; Initialize-ChildPolicyExcludeList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyExcludeList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyExcludeList &#x3D; Initialize-ChildPolicyExcludeList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyExcludeList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFailureDomain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFailureDomain</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFailureDomain, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFailureDomain, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFailureDomain</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>$ChildPolicyFailureDomain &#x3D; Initialize-ChildPolicyFailureDomain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFailureDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFailureDomain &#x3D; Initialize-ChildPolicyFailureDomain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFailureDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallCPUMemThresholdsProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallCPUMemThresholdsProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallCPUMemThresholdsProfileBindingMap, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallCPUMemThresholdsProfileBindingMap, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallCPUMemThresholdsProfileBindingMap</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>$ChildPolicyFirewallCPUMemThresholdsProfileBindingMap &#x3D; Initialize-ChildPolicyFirewallCPUMemThresholdsProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallCPUMemThresholdsProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallCPUMemThresholdsProfileBindingMap &#x3D; Initialize-ChildPolicyFirewallCPUMemThresholdsProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallCPUMemThresholdsProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallCpuMemThresholdsProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallCpuMemThresholdsProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallCpuMemThresholdsProfile, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallCpuMemThresholdsProfile, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallCpuMemThresholdsProfile</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>$ChildPolicyFirewallCpuMemThresholdsProfile &#x3D; Initialize-ChildPolicyFirewallCpuMemThresholdsProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallCpuMemThresholdsProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallCpuMemThresholdsProfile &#x3D; Initialize-ChildPolicyFirewallCpuMemThresholdsProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallCpuMemThresholdsProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallFloodProtectionProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallFloodProtectionProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallFloodProtectionProfileBindingMap, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallFloodProtectionProfileBindingMap, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallFloodProtectionProfileBindingMap</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>$ChildPolicyFirewallFloodProtectionProfileBindingMap &#x3D; Initialize-ChildPolicyFirewallFloodProtectionProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallFloodProtectionProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallFloodProtectionProfileBindingMap &#x3D; Initialize-ChildPolicyFirewallFloodProtectionProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallFloodProtectionProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallIpReputationConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallIpReputationConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallIpReputationConfig, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallIpReputationConfig, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallIpReputationConfig</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>$ChildPolicyFirewallIpReputationConfig &#x3D; Initialize-ChildPolicyFirewallIpReputationConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallIpReputationConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallIpReputationConfig &#x3D; Initialize-ChildPolicyFirewallIpReputationConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallIpReputationConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallScheduler</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallScheduler</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallScheduler, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallScheduler, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallScheduler</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>$ChildPolicyFirewallScheduler &#x3D; Initialize-ChildPolicyFirewallScheduler
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallScheduler with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallScheduler &#x3D; Initialize-ChildPolicyFirewallScheduler
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallScheduler with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallSessionTimerProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallSessionTimerProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallSessionTimerProfile, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallSessionTimerProfile, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallSessionTimerProfile</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>$ChildPolicyFirewallSessionTimerProfile &#x3D; Initialize-ChildPolicyFirewallSessionTimerProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallSessionTimerProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallSessionTimerProfile &#x3D; Initialize-ChildPolicyFirewallSessionTimerProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallSessionTimerProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyFirewallSessionTimerProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyFirewallSessionTimerProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyFirewallSessionTimerProfileBindingMap, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyFirewallSessionTimerProfileBindingMap, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyFirewallSessionTimerProfileBindingMap</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>$ChildPolicyFirewallSessionTimerProfileBindingMap &#x3D; Initialize-ChildPolicyFirewallSessionTimerProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallSessionTimerProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyFirewallSessionTimerProfileBindingMap &#x3D; Initialize-ChildPolicyFirewallSessionTimerProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyFirewallSessionTimerProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyIgmpProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyIgmpProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyIgmpProfile used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyIgmpProfile used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyIgmpProfile</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>$ChildPolicyIgmpProfile &#x3D; Initialize-ChildPolicyIgmpProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyIgmpProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyIgmpProfile &#x3D; Initialize-ChildPolicyIgmpProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyIgmpProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyInterVrfRoutingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyInterVrfRoutingConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyInterVrfRoutingConfig used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyInterVrfRoutingConfig used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyInterVrfRoutingConfig</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>$ChildPolicyInterVrfRoutingConfig &#x3D; Initialize-ChildPolicyInterVrfRoutingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyInterVrfRoutingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyInterVrfRoutingConfig &#x3D; Initialize-ChildPolicyInterVrfRoutingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyInterVrfRoutingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyLabel</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyLabel</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyLabel, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyLabel, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyLabel</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>$ChildPolicyLabel &#x3D; Initialize-ChildPolicyLabel
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyLabel with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyLabel &#x3D; Initialize-ChildPolicyLabel
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyLabel with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyLatencyStatProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyLatencyStatProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyLatencyStatProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyLatencyStatProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyLatencyStatProfile</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>$ChildPolicyLatencyStatProfile &#x3D; Initialize-ChildPolicyLatencyStatProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyLatencyStatProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyLatencyStatProfile &#x3D; Initialize-ChildPolicyLatencyStatProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyLatencyStatProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyMulticastConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyMulticastConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyMulticastConfig used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyMulticastConfig used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyMulticastConfig</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>$ChildPolicyMulticastConfig &#x3D; Initialize-ChildPolicyMulticastConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyMulticastConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyMulticastConfig &#x3D; Initialize-ChildPolicyMulticastConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyMulticastConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyNat</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyNat</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyNat, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyNat, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyNat</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>$ChildPolicyNat &#x3D; Initialize-ChildPolicyNat
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyNat with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyNat &#x3D; Initialize-ChildPolicyNat
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyNat with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyNatRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyNatRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyNatRule, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyNatRule, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyNatRule</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>$ChildPolicyNatRule &#x3D; Initialize-ChildPolicyNatRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyNatRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyNatRule &#x3D; Initialize-ChildPolicyNatRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyNatRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyPimProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyPimProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyPimProfile used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyPimProfile used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyPimProfile</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>$ChildPolicyPimProfile &#x3D; Initialize-ChildPolicyPimProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyPimProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyPimProfile &#x3D; Initialize-ChildPolicyPimProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyPimProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicySIExcludeList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicySIExcludeList</command:noun>
      <maml:description>
        <maml:para>Wrapper object for PolicySIExcludeList</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for PolicySIExcludeList</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicySIExcludeList</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>$ChildPolicySIExcludeList &#x3D; Initialize-ChildPolicySIExcludeList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicySIExcludeList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicySIExcludeList &#x3D; Initialize-ChildPolicySIExcludeList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicySIExcludeList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyServiceChain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyServiceChain</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyServiceInstance used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyServiceInstance used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyServiceChain</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>$ChildPolicyServiceChain &#x3D; Initialize-ChildPolicyServiceChain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyServiceChain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyServiceChain &#x3D; Initialize-ChildPolicyServiceChain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyServiceChain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyServiceInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyServiceInstance</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyServiceInstance used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyServiceInstance used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyServiceInstance</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>$ChildPolicyServiceInstance &#x3D; Initialize-ChildPolicyServiceInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyServiceInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyServiceInstance &#x3D; Initialize-ChildPolicyServiceInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyServiceInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyServiceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyServiceProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyServiceProfile used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyServiceProfile used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyServiceProfile</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>$ChildPolicyServiceProfile &#x3D; Initialize-ChildPolicyServiceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyServiceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyServiceProfile &#x3D; Initialize-ChildPolicyServiceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyServiceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyTier1MulticastConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyTier1MulticastConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyTier1MulticastConfig used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyTier1MulticastConfig used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyTier1MulticastConfig</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>$ChildPolicyTier1MulticastConfig &#x3D; Initialize-ChildPolicyTier1MulticastConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyTier1MulticastConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyTier1MulticastConfig &#x3D; Initialize-ChildPolicyTier1MulticastConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyTier1MulticastConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyTransportZone</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyTransportZone</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyTransportZone, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyTransportZone, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyTransportZone</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>$ChildPolicyTransportZone &#x3D; Initialize-ChildPolicyTransportZone
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyTransportZone with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyTransportZone &#x3D; Initialize-ChildPolicyTransportZone
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyTransportZone with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyTransportZoneProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyTransportZoneProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyTransportZoneProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyTransportZoneProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyTransportZoneProfile</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>$ChildPolicyTransportZoneProfile &#x3D; Initialize-ChildPolicyTransportZoneProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyTransportZoneProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyTransportZoneProfile &#x3D; Initialize-ChildPolicyTransportZoneProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyTransportZoneProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyUrlCategorizationConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyUrlCategorizationConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyUrlCategorizationConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyUrlCategorizationConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyUrlCategorizationConfig</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>$ChildPolicyUrlCategorizationConfig &#x3D; Initialize-ChildPolicyUrlCategorizationConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyUrlCategorizationConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyUrlCategorizationConfig &#x3D; Initialize-ChildPolicyUrlCategorizationConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyUrlCategorizationConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPolicyVpcNatRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPolicyVpcNatRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PolicyVpcNatRule, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PolicyVpcNatRule, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPolicyVpcNatRule</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>$ChildPolicyVpcNatRule &#x3D; Initialize-ChildPolicyVpcNatRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyVpcNatRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPolicyVpcNatRule &#x3D; Initialize-ChildPolicyVpcNatRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPolicyVpcNatRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPortDiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPortDiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PortDiscoveryProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PortDiscoveryProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPortDiscoveryProfileBindingMap</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>$ChildPortDiscoveryProfileBindingMap &#x3D; Initialize-ChildPortDiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortDiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPortDiscoveryProfileBindingMap &#x3D; Initialize-ChildPortDiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortDiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPortMirroringProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPortMirroringProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PortMirroringProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PortMirroringProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPortMirroringProfile</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>$ChildPortMirroringProfile &#x3D; Initialize-ChildPortMirroringProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortMirroringProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPortMirroringProfile &#x3D; Initialize-ChildPortMirroringProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortMirroringProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPortMonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPortMonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PortMonitoringProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PortMonitoringProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPortMonitoringProfileBindingMap</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>$ChildPortMonitoringProfileBindingMap &#x3D; Initialize-ChildPortMonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortMonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPortMonitoringProfileBindingMap &#x3D; Initialize-ChildPortMonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortMonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPortQoSProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPortQoSProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PortQoSProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PortQoSProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPortQoSProfileBindingMap</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>$ChildPortQoSProfileBindingMap &#x3D; Initialize-ChildPortQoSProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortQoSProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPortQoSProfileBindingMap &#x3D; Initialize-ChildPortQoSProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortQoSProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPortRealTimeEthProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPortRealTimeEthProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PortRealTimeEthProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PortRealTimeEthProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPortRealTimeEthProfileBindingMap</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>$ChildPortRealTimeEthProfileBindingMap &#x3D; Initialize-ChildPortRealTimeEthProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortRealTimeEthProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPortRealTimeEthProfileBindingMap &#x3D; Initialize-ChildPortRealTimeEthProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortRealTimeEthProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPortSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPortSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PortSecurityProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PortSecurityProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPortSecurityProfileBindingMap</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>$ChildPortSecurityProfileBindingMap &#x3D; Initialize-ChildPortSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPortSecurityProfileBindingMap &#x3D; Initialize-ChildPortSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPortSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildPrefixList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildPrefixList</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for PrefixList, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for PrefixList, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildPrefixList</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>$ChildPrefixList &#x3D; Initialize-ChildPrefixList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPrefixList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildPrefixList &#x3D; Initialize-ChildPrefixList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildPrefixList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildProject</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildProject</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Project, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Project, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildProject</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>$ChildProject &#x3D; Initialize-ChildProject
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildProject with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildProject &#x3D; Initialize-ChildProject
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildProject with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildProjectIpAddressAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildProjectIpAddressAllocation</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ProjectIpAddressAllocation, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ProjectIpAddressAllocation, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildProjectIpAddressAllocation</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>$ChildProjectIpAddressAllocation &#x3D; Initialize-ChildProjectIpAddressAllocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildProjectIpAddressAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildProjectIpAddressAllocation &#x3D; Initialize-ChildProjectIpAddressAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildProjectIpAddressAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildProjectRouteFilter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildProjectRouteFilter</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ProjectRouteFilter used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ProjectRouteFilter used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildProjectRouteFilter</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>$ChildProjectRouteFilter &#x3D; Initialize-ChildProjectRouteFilter
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildProjectRouteFilter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildProjectRouteFilter &#x3D; Initialize-ChildProjectRouteFilter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildProjectRouteFilter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildQoSProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildQoSProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for QoSProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for QoSProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildQoSProfile</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>$ChildQoSProfile &#x3D; Initialize-ChildQoSProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildQoSProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildQoSProfile &#x3D; Initialize-ChildQoSProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildQoSProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildReaction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildReaction</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Reaction used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Reaction used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildReaction</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>$ChildReaction &#x3D; Initialize-ChildReaction
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildReaction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildReaction &#x3D; Initialize-ChildReaction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildReaction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildRealTimeEthProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildRealTimeEthProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for RealTimeEthProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for RealTimeEthProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildRealTimeEthProfile</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>$ChildRealTimeEthProfile &#x3D; Initialize-ChildRealTimeEthProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRealTimeEthProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildRealTimeEthProfile &#x3D; Initialize-ChildRealTimeEthProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRealTimeEthProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildRedirectionPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildRedirectionPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for RedirectionPolicy used in Hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for RedirectionPolicy used in Hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildRedirectionPolicy</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>$ChildRedirectionPolicy &#x3D; Initialize-ChildRedirectionPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRedirectionPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildRedirectionPolicy &#x3D; Initialize-ChildRedirectionPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRedirectionPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildRedirectionRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildRedirectionRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ChildRedirectionRule used in Hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ChildRedirectionRule used in Hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildRedirectionRule</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>$ChildRedirectionRule &#x3D; Initialize-ChildRedirectionRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRedirectionRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildRedirectionRule &#x3D; Initialize-ChildRedirectionRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRedirectionRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildResourceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildResourceReference</command:noun>
      <maml:description>
        <maml:para>Represents a reference to ChildPolicyConfigResource in the hierarchical API. resource_type, id and target_type are mandatory fields.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a reference to ChildPolicyConfigResource in the hierarchical API. resource_type, id and target_type are mandatory fields.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildResourceReference</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>$ChildResourceReference &#x3D; Initialize-ChildResourceReference
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildResourceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildResourceReference &#x3D; Initialize-ChildResourceReference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildResourceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Rule, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Rule, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildRule</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>$ChildRule &#x3D; Initialize-ChildRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildRule &#x3D; Initialize-ChildRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSIStatusConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSIStatusConfiguration</command:noun>
      <maml:description>
        <maml:para>Wrapper object for PolicySIStatusConfiguration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for PolicySIStatusConfiguration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSIStatusConfiguration</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>$ChildSIStatusConfiguration &#x3D; Initialize-ChildSIStatusConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSIStatusConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSIStatusConfiguration &#x3D; Initialize-ChildSIStatusConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSIStatusConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSecurityFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSecurityFeatures</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for T1 Security Feature, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for T1 Security Feature, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSecurityFeatures</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>$ChildSecurityFeatures &#x3D; Initialize-ChildSecurityFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSecurityFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSecurityFeatures &#x3D; Initialize-ChildSecurityFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSecurityFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSecurityPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSecurityPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SecurityPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SecurityPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSecurityPolicy</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>$ChildSecurityPolicy &#x3D; Initialize-ChildSecurityPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSecurityPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSecurityPolicy &#x3D; Initialize-ChildSecurityPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSecurityPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegment</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Segment, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Segment, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegment</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>$ChildSegment &#x3D; Initialize-ChildSegment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegment &#x3D; Initialize-ChildSegment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentConnectionBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentConnectionBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper for SegmentConnectionBindingMap, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for SegmentConnectionBindingMap, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentConnectionBindingMap</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>$ChildSegmentConnectionBindingMap &#x3D; Initialize-ChildSegmentConnectionBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentConnectionBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentConnectionBindingMap &#x3D; Initialize-ChildSegmentConnectionBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentConnectionBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentDiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentDiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentDiscoveryProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentDiscoveryProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentDiscoveryProfileBindingMap</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>$ChildSegmentDiscoveryProfileBindingMap &#x3D; Initialize-ChildSegmentDiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentDiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentDiscoveryProfileBindingMap &#x3D; Initialize-ChildSegmentDiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentDiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentMonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentMonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentMonitoringProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentMonitoringProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentMonitoringProfileBindingMap</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>$ChildSegmentMonitoringProfileBindingMap &#x3D; Initialize-ChildSegmentMonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentMonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentMonitoringProfileBindingMap &#x3D; Initialize-ChildSegmentMonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentMonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentPort</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentPort</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentPort, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentPort, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentPort</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>$ChildSegmentPort &#x3D; Initialize-ChildSegmentPort
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentPort with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentPort &#x3D; Initialize-ChildSegmentPort
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentPort with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentQoSProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentQoSProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentQoSProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentQoSProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentQoSProfileBindingMap</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>$ChildSegmentQoSProfileBindingMap &#x3D; Initialize-ChildSegmentQoSProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentQoSProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentQoSProfileBindingMap &#x3D; Initialize-ChildSegmentQoSProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentQoSProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentRealTimeEthProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentRealTimeEthProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentRealTimeEthProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentRealTimeEthProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentRealTimeEthProfileBindingMap</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>$ChildSegmentRealTimeEthProfileBindingMap &#x3D; Initialize-ChildSegmentRealTimeEthProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentRealTimeEthProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentRealTimeEthProfileBindingMap &#x3D; Initialize-ChildSegmentRealTimeEthProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentRealTimeEthProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentSecurityFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentSecurityFeatures</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Segment Security Feature, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Segment Security Feature, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentSecurityFeatures</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>$ChildSegmentSecurityFeatures &#x3D; Initialize-ChildSegmentSecurityFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentSecurityFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentSecurityFeatures &#x3D; Initialize-ChildSegmentSecurityFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentSecurityFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentSecurityProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentSecurityProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentSecurityProfile</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>$ChildSegmentSecurityProfile &#x3D; Initialize-ChildSegmentSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentSecurityProfile &#x3D; Initialize-ChildSegmentSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSegmentSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSegmentSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SegmentSecurityProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SegmentSecurityProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSegmentSecurityProfileBindingMap</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>$ChildSegmentSecurityProfileBindingMap &#x3D; Initialize-ChildSegmentSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSegmentSecurityProfileBindingMap &#x3D; Initialize-ChildSegmentSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSegmentSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildService</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Service, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Service, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildService</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>$ChildService &#x3D; Initialize-ChildService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildService &#x3D; Initialize-ChildService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildServiceEntry</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ServiceEntry, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ServiceEntry, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildServiceEntry</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>$ChildServiceEntry &#x3D; Initialize-ChildServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildServiceEntry &#x3D; Initialize-ChildServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildServiceInstanceEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildServiceInstanceEndpoint</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ServiceInstanceEndpoint used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ServiceInstanceEndpoint used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildServiceInstanceEndpoint</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>$ChildServiceInstanceEndpoint &#x3D; Initialize-ChildServiceInstanceEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceInstanceEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildServiceInstanceEndpoint &#x3D; Initialize-ChildServiceInstanceEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceInstanceEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildServiceInterface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildServiceInterface</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ServiceInterface, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ServiceInterface, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildServiceInterface</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>$ChildServiceInterface &#x3D; Initialize-ChildServiceInterface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceInterface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildServiceInterface &#x3D; Initialize-ChildServiceInterface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceInterface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildServiceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildServiceReference</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ServiceReference used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ServiceReference used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildServiceReference</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>$ChildServiceReference &#x3D; Initialize-ChildServiceReference
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildServiceReference &#x3D; Initialize-ChildServiceReference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildServiceSegment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildServiceSegment</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ServiceSegment, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ServiceSegment, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildServiceSegment</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>$ChildServiceSegment &#x3D; Initialize-ChildServiceSegment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceSegment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildServiceSegment &#x3D; Initialize-ChildServiceSegment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildServiceSegment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSessionTimerProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSessionTimerProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SessionTimerProfileBindingMap, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SessionTimerProfileBindingMap, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSessionTimerProfileBindingMap</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>$ChildSessionTimerProfileBindingMap &#x3D; Initialize-ChildSessionTimerProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSessionTimerProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSessionTimerProfileBindingMap &#x3D; Initialize-ChildSessionTimerProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSessionTimerProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildShaDynamicPlugin</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildShaDynamicPlugin</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ShaDynamicPlugin, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ShaDynamicPlugin, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildShaDynamicPlugin</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>$ChildShaDynamicPlugin &#x3D; Initialize-ChildShaDynamicPlugin
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShaDynamicPlugin with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildShaDynamicPlugin &#x3D; Initialize-ChildShaDynamicPlugin
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShaDynamicPlugin with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildShaPluginProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildShaPluginProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ShaPluginProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ShaPluginProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildShaPluginProfile</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>$ChildShaPluginProfile &#x3D; Initialize-ChildShaPluginProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShaPluginProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildShaPluginProfile &#x3D; Initialize-ChildShaPluginProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShaPluginProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildShaPredefinedPlugin</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildShaPredefinedPlugin</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for ShaPredefinedPlugin, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for ShaPredefinedPlugin, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildShaPredefinedPlugin</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>$ChildShaPredefinedPlugin &#x3D; Initialize-ChildShaPredefinedPlugin
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShaPredefinedPlugin with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildShaPredefinedPlugin &#x3D; Initialize-ChildShaPredefinedPlugin
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShaPredefinedPlugin with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildShare</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildShare</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Share, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Share, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildShare</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>$ChildShare &#x3D; Initialize-ChildShare
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShare with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildShare &#x3D; Initialize-ChildShare
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildShare with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSharedResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSharedResource</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SharedResource, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SharedResource, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSharedResource</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>$ChildSharedResource &#x3D; Initialize-ChildSharedResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSharedResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSharedResource &#x3D; Initialize-ChildSharedResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSharedResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSite</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSite</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Site, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Site, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSite</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>$ChildSite &#x3D; Initialize-ChildSite
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSite with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSite &#x3D; Initialize-ChildSite
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSite with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSiteSecuritySetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSiteSecuritySetting</command:noun>
      <maml:description>
        <maml:para>Wrapper object for SiteSecuritySetting</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for SiteSecuritySetting</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSiteSecuritySetting</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>$ChildSiteSecuritySetting &#x3D; Initialize-ChildSiteSecuritySetting
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSiteSecuritySetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSiteSecuritySetting &#x3D; Initialize-ChildSiteSecuritySetting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSiteSecuritySetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSpoofGuardProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSpoofGuardProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for SpoofGuardProfile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for SpoofGuardProfile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSpoofGuardProfile</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>$ChildSpoofGuardProfile &#x3D; Initialize-ChildSpoofGuardProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSpoofGuardProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSpoofGuardProfile &#x3D; Initialize-ChildSpoofGuardProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSpoofGuardProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildStandaloneHostIdfwConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildStandaloneHostIdfwConfiguration</command:noun>
      <maml:description>
        <maml:para>Wrapper object for StandaloneHostIdfwConfiguration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wrapper object for StandaloneHostIdfwConfiguration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildStandaloneHostIdfwConfiguration</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>$ChildStandaloneHostIdfwConfiguration &#x3D; Initialize-ChildStandaloneHostIdfwConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStandaloneHostIdfwConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildStandaloneHostIdfwConfiguration &#x3D; Initialize-ChildStandaloneHostIdfwConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStandaloneHostIdfwConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildStaticARPConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildStaticARPConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for StaticARPConfig, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for StaticARPConfig, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildStaticARPConfig</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>$ChildStaticARPConfig &#x3D; Initialize-ChildStaticARPConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticARPConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildStaticARPConfig &#x3D; Initialize-ChildStaticARPConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticARPConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildStaticMimeContent</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildStaticMimeContent</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Static MIME content, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Static MIME content, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildStaticMimeContent</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>$ChildStaticMimeContent &#x3D; Initialize-ChildStaticMimeContent
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticMimeContent with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildStaticMimeContent &#x3D; Initialize-ChildStaticMimeContent
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticMimeContent with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildStaticRouteBfdPeer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildStaticRouteBfdPeer</command:noun>
      <maml:description>
        <maml:para>Child wrapper for StaticRouteBfdPeer, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for StaticRouteBfdPeer, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildStaticRouteBfdPeer</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>$ChildStaticRouteBfdPeer &#x3D; Initialize-ChildStaticRouteBfdPeer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticRouteBfdPeer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildStaticRouteBfdPeer &#x3D; Initialize-ChildStaticRouteBfdPeer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticRouteBfdPeer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildStaticRoutes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildStaticRoutes</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for StaticRoutes, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for StaticRoutes, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildStaticRoutes</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>$ChildStaticRoutes &#x3D; Initialize-ChildStaticRoutes
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticRoutes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildStaticRoutes &#x3D; Initialize-ChildStaticRoutes
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildStaticRoutes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildSubnetConnectionBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildSubnetConnectionBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper for SubnetConnectionBindingMap, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for SubnetConnectionBindingMap, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildSubnetConnectionBindingMap</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>$ChildSubnetConnectionBindingMap &#x3D; Initialize-ChildSubnetConnectionBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSubnetConnectionBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildSubnetConnectionBindingMap &#x3D; Initialize-ChildSubnetConnectionBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildSubnetConnectionBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTagBulkOperation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTagBulkOperation</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for TagBulkOperation, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for TagBulkOperation, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTagBulkOperation</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>$ChildTagBulkOperation &#x3D; Initialize-ChildTagBulkOperation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTagBulkOperation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTagBulkOperation &#x3D; Initialize-ChildTagBulkOperation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTagBulkOperation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier0</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier0</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier-0, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier-0, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier0</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>$ChildTier0 &#x3D; Initialize-ChildTier0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier0 &#x3D; Initialize-ChildTier0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier0DeploymentMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier0DeploymentMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier0DeploymentMap, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier0DeploymentMap, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier0DeploymentMap</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>$ChildTier0DeploymentMap &#x3D; Initialize-ChildTier0DeploymentMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0DeploymentMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier0DeploymentMap &#x3D; Initialize-ChildTier0DeploymentMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0DeploymentMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier0Interface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier0Interface</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier0Interface, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier0Interface, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier0Interface</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>$ChildTier0Interface &#x3D; Initialize-ChildTier0Interface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0Interface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier0Interface &#x3D; Initialize-ChildTier0Interface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0Interface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier0InterfaceGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier0InterfaceGroup</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier0InterfaceGroup, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier0InterfaceGroup, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier0InterfaceGroup</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>$ChildTier0InterfaceGroup &#x3D; Initialize-ChildTier0InterfaceGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0InterfaceGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier0InterfaceGroup &#x3D; Initialize-ChildTier0InterfaceGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0InterfaceGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier0RouteMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier0RouteMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier0RouteMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier0RouteMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier0RouteMap</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>$ChildTier0RouteMap &#x3D; Initialize-ChildTier0RouteMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0RouteMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier0RouteMap &#x3D; Initialize-ChildTier0RouteMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0RouteMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier0SecurityFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier0SecurityFeatures</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for T0 Security Feature, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for T0 Security Feature, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier0SecurityFeatures</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>$ChildTier0SecurityFeatures &#x3D; Initialize-ChildTier0SecurityFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0SecurityFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier0SecurityFeatures &#x3D; Initialize-ChildTier0SecurityFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier0SecurityFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier1</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier1</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier-1 , used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier-1 , used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier1</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>$ChildTier1 &#x3D; Initialize-ChildTier1
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier1 &#x3D; Initialize-ChildTier1
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier1DeploymentMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier1DeploymentMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier1DeploymentMap, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier1DeploymentMap, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier1DeploymentMap</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>$ChildTier1DeploymentMap &#x3D; Initialize-ChildTier1DeploymentMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1DeploymentMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier1DeploymentMap &#x3D; Initialize-ChildTier1DeploymentMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1DeploymentMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier1Interface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier1Interface</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier1Interface, used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier1Interface, used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier1Interface</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>$ChildTier1Interface &#x3D; Initialize-ChildTier1Interface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1Interface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier1Interface &#x3D; Initialize-ChildTier1Interface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1Interface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTier1InterfaceGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTier1InterfaceGroup</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tier1InterfaceGroup, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tier1InterfaceGroup, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTier1InterfaceGroup</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>$ChildTier1InterfaceGroup &#x3D; Initialize-ChildTier1InterfaceGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1InterfaceGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTier1InterfaceGroup &#x3D; Initialize-ChildTier1InterfaceGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTier1InterfaceGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTlsCertificate</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTlsCertificate</command:noun>
      <maml:description>
        <maml:para>Child wrapper for TlsCertificate, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for TlsCertificate, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTlsCertificate</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>$ChildTlsCertificate &#x3D; Initialize-ChildTlsCertificate
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsCertificate with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTlsCertificate &#x3D; Initialize-ChildTlsCertificate
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsCertificate with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTlsCrl</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTlsCrl</command:noun>
      <maml:description>
        <maml:para>Child wrapper for TlsCrl, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for TlsCrl, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTlsCrl</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>$ChildTlsCrl &#x3D; Initialize-ChildTlsCrl
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsCrl with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTlsCrl &#x3D; Initialize-ChildTlsCrl
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsCrl with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTlsPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTlsPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for TLSPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for TLSPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTlsPolicy</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>$ChildTlsPolicy &#x3D; Initialize-ChildTlsPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTlsPolicy &#x3D; Initialize-ChildTlsPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTlsProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTlsProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for TLS Profile, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for TLS Profile, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTlsProfile</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>$ChildTlsProfile &#x3D; Initialize-ChildTlsProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTlsProfile &#x3D; Initialize-ChildTlsProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTlsRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTlsRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Rule, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Rule, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTlsRule</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>$ChildTlsRule &#x3D; Initialize-ChildTlsRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTlsRule &#x3D; Initialize-ChildTlsRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTlsTrustData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTlsTrustData</command:noun>
      <maml:description>
        <maml:para>Child wrapper for TlsTrustData, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for TlsTrustData, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTlsTrustData</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>$ChildTlsTrustData &#x3D; Initialize-ChildTlsTrustData
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsTrustData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTlsTrustData &#x3D; Initialize-ChildTlsTrustData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTlsTrustData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTraceflowConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTraceflowConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper for TraceflowConfig, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for TraceflowConfig, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTraceflowConfig</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>$ChildTraceflowConfig &#x3D; Initialize-ChildTraceflowConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTraceflowConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTraceflowConfig &#x3D; Initialize-ChildTraceflowConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTraceflowConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTransitGateway</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTransitGateway</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for transit gateway, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for transit gateway, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTransitGateway</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>$ChildTransitGateway &#x3D; Initialize-ChildTransitGateway
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGateway with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTransitGateway &#x3D; Initialize-ChildTransitGateway
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGateway with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTransitGatewayAttachment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTransitGatewayAttachment</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for transit gateway attachment, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for transit gateway attachment, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTransitGatewayAttachment</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>$ChildTransitGatewayAttachment &#x3D; Initialize-ChildTransitGatewayAttachment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGatewayAttachment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTransitGatewayAttachment &#x3D; Initialize-ChildTransitGatewayAttachment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGatewayAttachment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTransitGatewayNat</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTransitGatewayNat</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for TransitGatewayNat, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for TransitGatewayNat, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTransitGatewayNat</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>$ChildTransitGatewayNat &#x3D; Initialize-ChildTransitGatewayNat
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGatewayNat with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTransitGatewayNat &#x3D; Initialize-ChildTransitGatewayNat
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGatewayNat with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTransitGatewayNatRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTransitGatewayNatRule</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for TransitGatewayNatRule, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for TransitGatewayNatRule, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTransitGatewayNatRule</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>$ChildTransitGatewayNatRule &#x3D; Initialize-ChildTransitGatewayNatRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGatewayNatRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTransitGatewayNatRule &#x3D; Initialize-ChildTransitGatewayNatRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTransitGatewayNatRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildTunnel</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildTunnel</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Tunnel, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Tunnel, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildTunnel</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>$ChildTunnel &#x3D; Initialize-ChildTunnel
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTunnel with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildTunnel &#x3D; Initialize-ChildTunnel
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildTunnel with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVMTagReplicationPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVMTagReplicationPolicy</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VMTagReplicationPolicy, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VMTagReplicationPolicy, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVMTagReplicationPolicy</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>$ChildVMTagReplicationPolicy &#x3D; Initialize-ChildVMTagReplicationPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVMTagReplicationPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVMTagReplicationPolicy &#x3D; Initialize-ChildVMTagReplicationPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVMTagReplicationPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVirtualEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVirtualEndpoint</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VirtualEndpoint used in hierarchical API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VirtualEndpoint used in hierarchical API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVirtualEndpoint</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>$ChildVirtualEndpoint &#x3D; Initialize-ChildVirtualEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVirtualEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVirtualEndpoint &#x3D; Initialize-ChildVirtualEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVirtualEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVniPoolConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVniPoolConfig</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VniPoolConfig, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VniPoolConfig, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVniPoolConfig</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>$ChildVniPoolConfig &#x3D; Initialize-ChildVniPoolConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVniPoolConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVniPoolConfig &#x3D; Initialize-ChildVniPoolConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVniPoolConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpc</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpc</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VPC, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VPC, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpc</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>$ChildVpc &#x3D; Initialize-ChildVpc
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpc with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpc &#x3D; Initialize-ChildVpc
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpc with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcAttachment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcAttachment</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VpcAttachment, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VpcAttachment, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcAttachment</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>$ChildVpcAttachment &#x3D; Initialize-ChildVpcAttachment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcAttachment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcAttachment &#x3D; Initialize-ChildVpcAttachment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcAttachment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcConnectivityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcConnectivityProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VPC Connectivity Profile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VPC Connectivity Profile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcConnectivityProfile</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>$ChildVpcConnectivityProfile &#x3D; Initialize-ChildVpcConnectivityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcConnectivityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcConnectivityProfile &#x3D; Initialize-ChildVpcConnectivityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcConnectivityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcIpAddressAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcIpAddressAllocation</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for IpAddressAllocation, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for IpAddressAllocation, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcIpAddressAllocation</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>$ChildVpcIpAddressAllocation &#x3D; Initialize-ChildVpcIpAddressAllocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcIpAddressAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcIpAddressAllocation &#x3D; Initialize-ChildVpcIpAddressAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcIpAddressAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for Security Profile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for Security Profile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcSecurityProfile</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>$ChildVpcSecurityProfile &#x3D; Initialize-ChildVpcSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcSecurityProfile &#x3D; Initialize-ChildVpcSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcServiceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcServiceProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VPC Service Profile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VPC Service Profile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcServiceProfile</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>$ChildVpcServiceProfile &#x3D; Initialize-ChildVpcServiceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcServiceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcServiceProfile &#x3D; Initialize-ChildVpcServiceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcServiceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcSubnet</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VPC Subnet, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VPC Subnet, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcSubnet</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>$ChildVpcSubnet &#x3D; Initialize-ChildVpcSubnet
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcSubnet &#x3D; Initialize-ChildVpcSubnet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcSubnetBridgeProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcSubnetBridgeProfile</command:noun>
      <maml:description>
        <maml:para>Child wrapper for VpcSubnetBridgeProfile, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper for VpcSubnetBridgeProfile, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcSubnetBridgeProfile</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>$ChildVpcSubnetBridgeProfile &#x3D; Initialize-ChildVpcSubnetBridgeProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnetBridgeProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcSubnetBridgeProfile &#x3D; Initialize-ChildVpcSubnetBridgeProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnetBridgeProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcSubnetPort</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcSubnetPort</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VPC Subnet Port, used in hierarchical API </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VPC Subnet Port, used in hierarchical API </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcSubnetPort</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>$ChildVpcSubnetPort &#x3D; Initialize-ChildVpcSubnetPort
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnetPort with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcSubnetPort &#x3D; Initialize-ChildVpcSubnetPort
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnetPort with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ChildVpcSubnetPortProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ChildVpcSubnetPortProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Child wrapper object for VpcSubnetPortProfileBindingMap, used in hierarchical API</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Child wrapper object for VpcSubnetPortProfileBindingMap, used in hierarchical API</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ChildVpcSubnetPortProfileBindingMap</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>$ChildVpcSubnetPortProfileBindingMap &#x3D; Initialize-ChildVpcSubnetPortProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnetPortProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ChildVpcSubnetPortProfileBindingMap &#x3D; Initialize-ChildVpcSubnetPortProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ChildVpcSubnetPortProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CidrArrayConstraintValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CidrArrayConstraintValue</command:noun>
      <maml:description>
        <maml:para>List of CIDR values</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of CIDR values</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CidrArrayConstraintValue</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CidrArrayConstraintValue &#x3D; Initialize-CidrArrayConstraintValue -ResourceType &quot;StringArrayConstraintValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CidrArrayConstraintValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CidrArrayConstraintValue &#x3D; Initialize-CidrArrayConstraintValue
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CidrArrayConstraintValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CipherSuite</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CipherSuite</command:noun>
      <maml:description>
        <maml:para>HTTP cipher suite</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>HTTP cipher suite</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CipherSuite</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the TLS cipher suite</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable status for this cipher suite</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the TLS cipher suite</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable status for this cipher suite</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$CipherSuite &#x3D; Initialize-CipherSuite -Name &quot;MyName&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CipherSuite with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CipherSuite &#x3D; Initialize-CipherSuite -Name &quot;MyName&quot; -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CipherSuite with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ClasslessStaticRoute</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ClasslessStaticRoute</command:noun>
      <maml:description>
        <maml:para>DHCP classless static route option.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP classless static route option.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ClasslessStaticRoute</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Network</maml:name>
          <maml:Description>
            <maml:para>Destination network in CIDR 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NextHop</maml:name>
          <maml:Description>
            <maml:para>IP address of next hop of the route.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Network</maml:name>
        <maml:Description>
          <maml:para>Destination network in CIDR 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NextHop</maml:name>
        <maml:Description>
          <maml:para>IP address of next hop of the route.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClasslessStaticRoute with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClasslessStaticRoute with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CloudNativeDeploymentAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CloudNativeDeploymentAction</command:noun>
      <maml:description>
        <maml:para>Action to be perform on deployment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Action to be perform on deployment.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CloudNativeDeploymentAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Action</maml:name>
          <maml:Description>
            <maml:para>Action can be deploy or undeploy. DEPLOY - Deploy NSX Application Platform charts. UNDEPLOY - Undeploy NSX Application Platform charts. REDEPLOY - Redeploy NSX Application Platform charts. UPDATE_FORMFACTOR - Upgrade NSX Application Platform charts. REDEPLOY_UPDATE_FORMFACTOR - Retry update NSX Application Platform charts. FORCE_UNDEPLOY - Undeploy forcefully. RESTART - Restart deployment. RESET - Reset deployment. RESET_BR_VERSION - Reset version during Backup/Restore. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>Action can be deploy or undeploy. DEPLOY - Deploy NSX Application Platform charts. UNDEPLOY - Undeploy NSX Application Platform charts. REDEPLOY - Redeploy NSX Application Platform charts. UPDATE_FORMFACTOR - Upgrade NSX Application Platform charts. REDEPLOY_UPDATE_FORMFACTOR - Retry update NSX Application Platform charts. FORCE_UNDEPLOY - Undeploy forcefully. RESTART - Restart deployment. RESET - Reset deployment. RESET_BR_VERSION - Reset version during Backup/Restore. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CloudNativeDeploymentAction &#x3D; Initialize-CloudNativeDeploymentAction -Action &quot;DEPLOY&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CloudNativeDeploymentAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CloudNativeDeploymentAction &#x3D; Initialize-CloudNativeDeploymentAction -Action &quot;DEPLOY&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CloudNativeDeploymentAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CloudNativeDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CloudNativeDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>Configuration for NSX Application Platform deployment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for NSX Application Platform deployment.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CloudNativeDeploymentConfig</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>$CloudNativeDeploymentConfig &#x3D; Initialize-CloudNativeDeploymentConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CloudNativeDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CloudNativeDeploymentConfig &#x3D; Initialize-CloudNativeDeploymentConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CloudNativeDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ClusterControlPlane</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ClusterControlPlane</command:noun>
      <maml:description>
        <maml:para>Cluster control plane is a hierarchical extension of the NSX-T control plane. It allows NSX to manage multiple clusters. There is an instance of cluster control plane in each managed cluster. The cluster control plane is responsible for the traffic management, span calculation and it can work on its own. NSX-T central control plane distributes high-level network configurations like security policies and groups to cluster control planes, and each cluster control plane computes and realizes the configurations on the managed cluster. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Cluster control plane is a hierarchical extension of the NSX-T control plane. It allows NSX to manage multiple clusters. There is an instance of cluster control plane in each managed cluster. The cluster control plane is responsible for the traffic management, span calculation and it can work on its own. NSX-T central control plane distributes high-level network configurations like security policies and groups to cluster control planes, and each cluster control plane computes and realizes the configurations on the managed cluster. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ClusterControlPlane</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>$ClusterControlPlane &#x3D; Initialize-ClusterControlPlane
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusterControlPlane with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ClusterControlPlane &#x3D; Initialize-ClusterControlPlane
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusterControlPlane with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ClusterNodeVMDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ClusterNodeVMDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>Contains info used to configure the VM on deployment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains info used to configure the VM on deployment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ClusterNodeVMDeploymentConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlacementType</maml:name>
          <maml:Description>
            <maml:para>Specifies the config for the platform through which to deploy the VM </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlacementType</maml:name>
        <maml:Description>
          <maml:para>Specifies the config for the platform through which to deploy the VM </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ClusterNodeVMDeploymentConfig &#x3D; Initialize-ClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusterNodeVMDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ClusterNodeVMDeploymentConfig &#x3D; Initialize-ClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusterNodeVMDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ClusterNodeVMDeploymentRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ClusterNodeVMDeploymentRequest</command:noun>
      <maml:description>
        <maml:para>Contains the deployment information for a cluster node VM soon to be deployed or already deployed by the Manager </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains the deployment information for a cluster node VM soon to be deployed or already deployed by the Manager </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ClusterNodeVMDeploymentRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmId</maml:name>
          <maml:Description>
            <maml:para>ID of the VM maintained internally and used to recognize it. Note: This is automatically generated and cannot be modified. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Roles</maml:name>
          <maml:Description>
            <maml:para>List of cluster node role (or roles) which the VM should take on. They specify what type (or types) of cluster node which the new VM should act as. Currently both CONTROLLER and MANAGER must be provided, since this permutation is the only one supported now. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;ClusterNodeVMDeploymentRequest.RolesEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;ClusterNodeVMDeploymentRequest.RolesEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FormFactor</maml:name>
          <maml:Description>
            <maml:para>Specifies the desired \&quot;size\&quot; of the VM </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.FormFactorEnum.MEDIUM</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UserSettings</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NodeUserSettings</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.NodeUserSettings</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeploymentConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentConfig</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>VmId</maml:name>
        <maml:Description>
          <maml:para>ID of the VM maintained internally and used to recognize it. Note: This is automatically generated and cannot be modified. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Roles</maml:name>
        <maml:Description>
          <maml:para>List of cluster node role (or roles) which the VM should take on. They specify what type (or types) of cluster node which the new VM should act as. Currently both CONTROLLER and MANAGER must be provided, since this permutation is the only one supported now. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;ClusterNodeVMDeploymentRequest.RolesEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;ClusterNodeVMDeploymentRequest.RolesEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FormFactor</maml:name>
        <maml:Description>
          <maml:para>Specifies the desired \&quot;size\&quot; of the VM </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.FormFactorEnum.MEDIUM</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UserSettings</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NodeUserSettings</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.NodeUserSettings</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeploymentConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>&quot;CONTROLLER&quot;
$NodeUserSettings &#x3D; Initialize-NodeUserSettings -CliUsername &quot;MyCliUsername&quot; -CliPassword &quot;MyCliPassword&quot; -RootPassword &quot;MyRootPassword&quot; -AuditUsername &quot;MyAuditUsername&quot; -AuditPassword &quot;MyAuditPassword&quot;
$ClusterNodeVMDeploymentConfig &#x3D; Initialize-ClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
$ClusterNodeVMDeploymentRequest &#x3D; Initialize-ClusterNodeVMDeploymentRequest -VmId &quot;MyVmId&quot; -Roles &quot;CONTROLLER&quot; -FormFactor &quot;SMALL&quot; -UserSettings $NodeUserSettings -DeploymentConfig $ClusterNodeVMDeploymentConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusterNodeVMDeploymentRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>&quot;CONTROLLER&quot;
$ClusterNodeVMDeploymentConfig &#x3D; Initialize-ClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
$ClusterNodeVMDeploymentRequest &#x3D; Initialize-ClusterNodeVMDeploymentRequest -Roles &quot;CONTROLLER&quot; -DeploymentConfig $ClusterNodeVMDeploymentConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusterNodeVMDeploymentRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-NodeUserSettings</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-ClusterNodeVMDeploymentConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ClusteringConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ClusteringConfig</command:noun>
      <maml:description>
        <maml:para>Configuration for automatically joining a cluster node to the cluster after it is deployed. ClusteringConfig is required if any of the deployment nodes has CONTROLLER role. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for automatically joining a cluster node to the cluster after it is deployed. ClusteringConfig is required if any of the deployment nodes has CONTROLLER role. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ClusteringConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClusteringType</maml:name>
          <maml:Description>
            <maml:para>Specifies the type of clustering config to be used. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClusteringType</maml:name>
        <maml:Description>
          <maml:para>Specifies the type of clustering config to be used. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ClusteringConfig &#x3D; Initialize-ClusteringConfig -ClusteringType &quot;ControlClusteringConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusteringConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ClusteringConfig &#x3D; Initialize-ClusteringConfig -ClusteringType &quot;ControlClusteringConfig&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ClusteringConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ColumnItem</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ColumnItem</command:noun>
      <maml:description>
        <maml:para>Represents a column of the Grid</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a column of the Grid</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ColumnItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ColumnIdentifier</maml:name>
          <maml:Description>
            <maml:para>Identifies the column and used for fetching content upon an user click or drilldown. If column identifier is not provided, the column&#39;s data will not participate in searches and drilldowns.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Field</maml:name>
          <maml:Description>
            <maml:para>Field from which values of the column will be derived.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Data type of the field.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.String</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tooltip</maml:name>
          <maml:Description>
            <maml:para>Multi-line text to be shown on tooltip while hovering over a cell in the grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Hidden</maml:name>
          <maml:Description>
            <maml:para>If set to true, hides the column</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SortKey</maml:name>
          <maml:Description>
            <maml:para>Sorting on column is based on the sort_key. sort_key represents the field in the output data on which sort is requested.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>If true, the value of the column are sorted in ascending order. Otherwise, in descending order.</maml:para>
          </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>DrilldownId</maml:name>
          <maml:Description>
            <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>Hyperlink of the specified UI page that provides details. If drilldown_id is provided, then navigation cannot be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RenderConfiguration</maml:name>
          <maml:Description>
            <maml:para>Render configuration to be applied, if any.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</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>ColumnIdentifier</maml:name>
        <maml:Description>
          <maml:para>Identifies the column and used for fetching content upon an user click or drilldown. If column identifier is not provided, the column&#39;s data will not participate in searches and drilldowns.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Field</maml:name>
        <maml:Description>
          <maml:para>Field from which values of the column will be derived.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Data type of the field.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.String</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tooltip</maml:name>
        <maml:Description>
          <maml:para>Multi-line text to be shown on tooltip while hovering over a cell in the grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Hidden</maml:name>
        <maml:Description>
          <maml:para>If set to true, hides the column</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SortKey</maml:name>
        <maml:Description>
          <maml:para>Sorting on column is based on the sort_key. sort_key represents the field in the output data on which sort is requested.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>If true, the value of the column are sorted in ascending order. Otherwise, in descending order.</maml:para>
        </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>DrilldownId</maml:name>
        <maml:Description>
          <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Navigation</maml:name>
        <maml:Description>
          <maml:para>Hyperlink of the specified UI page that provides details. If drilldown_id is provided, then navigation cannot be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RenderConfiguration</maml:name>
        <maml:Description>
          <maml:para>Render configuration to be applied, if any.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;


$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip

$ColumnItem &#x3D; Initialize-ColumnItem -ColumnIdentifier &quot;MyColumnIdentifier&quot; -Label $Label -Field &quot;MyField&quot; -Type &quot;String&quot; -Tooltip $Tooltip -Hidden $false -SortKey &quot;MySortKey&quot; -SortAscending $false -DrilldownId &quot;MyDrilldownId&quot; -Navigation &quot;MyNavigation&quot; -RenderConfiguration $RenderConfiguration
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ColumnItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot;

$ColumnItem &#x3D; Initialize-ColumnItem -Label $Label -Field &quot;MyField&quot; -Type &quot;String&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ColumnItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommonAgentEndpointInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommonAgentEndpointInfo</command:noun>
      <maml:description>
        <maml:para>An endpoint to connect to Kafka/ingress of the NSX Application Platform. Either FQDN or IP address can be used in the endpoint info. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An endpoint to connect to Kafka/ingress of the NSX Application Platform. Either FQDN or IP address can be used in the endpoint info. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommonAgentEndpointInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Address</maml:name>
          <maml:Description>
            <maml:para>The IP address or the full qualified domain name of Kafka broker/ingress. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port number where the broker is listening to. </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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Address</maml:name>
        <maml:Description>
          <maml:para>The IP address or the full qualified domain name of Kafka broker/ingress. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>The port number where the broker is listening to. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CommonAgentEndpointInfo &#x3D; Initialize-CommonAgentEndpointInfo -Address &quot;MyAddress&quot; -Port 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommonAgentEndpointInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommonAgentEndpointInfo &#x3D; Initialize-CommonAgentEndpointInfo -Address &quot;MyAddress&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommonAgentEndpointInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommonAgentHostConfigurationInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommonAgentHostConfigurationInfo</command:noun>
      <maml:description>
        <maml:para>NSX Application Platform Common Agent configuration that can be applied to host nodes. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>NSX Application Platform Common Agent configuration that can be applied to host nodes. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommonAgentHostConfigurationInfo</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>$CommonAgentHostConfigurationInfo &#x3D; Initialize-CommonAgentHostConfigurationInfo
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommonAgentHostConfigurationInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommonAgentHostConfigurationInfo &#x3D; Initialize-CommonAgentHostConfigurationInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommonAgentHostConfigurationInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommonAgentPrivateIpRangeInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommonAgentPrivateIpRangeInfo</command:noun>
      <maml:description>
        <maml:para>An IP prefix to mark the private network that NSX Application Platform Common Agent network flow is collected from. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An IP prefix to mark the private network that NSX Application Platform Common Agent network flow is collected from. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommonAgentPrivateIpRangeInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AddressType</maml:name>
          <maml:Description>
            <maml:para>The type of IP address. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Address</maml:name>
          <maml:Description>
            <maml:para>The prefix of IP address that marks the range of private network. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>The length of IP address prefix that marks the range of private network. </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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AddressType</maml:name>
        <maml:Description>
          <maml:para>The type of IP address. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Address</maml:name>
        <maml:Description>
          <maml:para>The prefix of IP address that marks the range of private network. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>The length of IP address prefix that marks the range of private network. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CommonAgentPrivateIpRangeInfo &#x3D; Initialize-CommonAgentPrivateIpRangeInfo -AddressType &quot;IPV4&quot; -Address &quot;MyAddress&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommonAgentPrivateIpRangeInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommonAgentPrivateIpRangeInfo &#x3D; Initialize-CommonAgentPrivateIpRangeInfo -AddressType &quot;IPV4&quot; -Address &quot;MyAddress&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommonAgentPrivateIpRangeInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommunicationEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommunicationEntry</command:noun>
      <maml:description>
        <maml:para>A communication entry indicates the action to be performed for various types of traffic flowing between workload groups. This type is deprecated. Use the type Rule instead.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A communication entry indicates the action to be performed for various types of traffic flowing between workload groups. This type is deprecated. Use the type Rule instead.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommunicationEntry</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>$CommunicationEntry &#x3D; Initialize-CommunicationEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunicationEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommunicationEntry &#x3D; Initialize-CommunicationEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunicationEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommunicationInsertParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommunicationInsertParameters</command:noun>
      <maml:description>
        <maml:para>Parameters to let the admin specify a relative position of a communication map or communication entry w.r.t to another one. This type is deprecated. Use the type RuleInsertParameters instead. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Parameters to let the admin specify a relative position of a communication map or communication entry w.r.t to another one. This type is deprecated. Use the type RuleInsertParameters instead. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommunicationInsertParameters</maml:name>
        <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">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OperationEnum.Top</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 communication map/communication entry path if operation is &#39;insert_after&#39; or &#39;insert_before&#39; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Operation</maml:name>
        <maml:Description>
          <maml:para>Operation</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OperationEnum.Top</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 communication map/communication entry path if operation is &#39;insert_after&#39; or &#39;insert_before&#39; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CommunicationInsertParameters &#x3D; Initialize-CommunicationInsertParameters -Operation &quot;insert_top&quot; -AnchorPath &quot;MyAnchorPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunicationInsertParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommunicationInsertParameters &#x3D; Initialize-CommunicationInsertParameters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunicationInsertParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommunicationMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommunicationMap</command:noun>
      <maml:description>
        <maml:para>Ordered list of CommunicationEntries. This object is created by default along with the Domain. This type is deprecated. Use the type SecurityPolicy instead. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ordered list of CommunicationEntries. This object is created by default along with the Domain. This type is deprecated. Use the type SecurityPolicy instead. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommunicationMap</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>$CommunicationMap &#x3D; Initialize-CommunicationMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunicationMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommunicationMap &#x3D; Initialize-CommunicationMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunicationMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommunityList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommunityList</command:noun>
      <maml:description>
        <maml:para>Community list for BGP routing configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Community list for BGP routing configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommunityList</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>$CommunityList &#x3D; Initialize-CommunityList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunityList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommunityList &#x3D; Initialize-CommunityList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunityList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CommunityMatchCriteria</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CommunityMatchCriteria</command:noun>
      <maml:description>
        <maml:para>Match criteria based on a community list</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Match criteria based on a community list</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CommunityMatchCriteria</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Criteria</maml:name>
          <maml:Description>
            <maml:para>Match criteria specified as a community list path or a regular expression. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MatchOperator</maml:name>
          <maml:Description>
            <maml:para>Match operator for community list entries. Not valid when a regular expression is specified for criteria. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Criteria</maml:name>
        <maml:Description>
          <maml:para>Match criteria specified as a community list path or a regular expression. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MatchOperator</maml:name>
        <maml:Description>
          <maml:para>Match operator for community list entries. Not valid when a regular expression is specified for criteria. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CommunityMatchCriteria &#x3D; Initialize-CommunityMatchCriteria -Criteria &quot;MyCriteria&quot; -MatchOperator &quot;MATCH_ANY&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunityMatchCriteria with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CommunityMatchCriteria &#x3D; Initialize-CommunityMatchCriteria -Criteria &quot;MyCriteria&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CommunityMatchCriteria with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ComputeClusterIdfwConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ComputeClusterIdfwConfiguration</command:noun>
      <maml:description>
        <maml:para>Idfw configuration for activate/deactivate idfw on cluster level. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Idfw configuration for activate/deactivate idfw on cluster level. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ComputeClusterIdfwConfiguration</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>$ComputeClusterIdfwConfiguration &#x3D; Initialize-ComputeClusterIdfwConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ComputeClusterIdfwConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ComputeClusterIdfwConfiguration &#x3D; Initialize-ComputeClusterIdfwConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ComputeClusterIdfwConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Condition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Condition</command:noun>
      <maml:description>
        <maml:para>Represents the leaf level condition. Evaluation of the condition expression will be case insensitive. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the leaf level condition. Evaluation of the condition expression will be case insensitive. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Condition</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>$Condition &#x3D; Initialize-Condition
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Condition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Condition &#x3D; Initialize-Condition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Condition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConditionalValueConstraintExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConditionalValueConstraintExpression</command:noun>
      <maml:description>
        <maml:para>Represents the leaf level expression to restrict the target attribute value based on the set of existing values. Generally, used in combination with RelatedAttributeConditionalExpression to constraint the values related to another attribute on the same resource. This object is always used in conjunction with some exression. Example - { \&quot;condition\&quot; : { \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;rhs_value\&quot;: [\&quot;/infra/domains/mgw/groups/VCENTER\&quot;, \&quot;/infra/domains/mgw/groups/SRM\&quot;, \&quot;/infra/domains/mgw/groups/NSX\&quot;], \&quot;value_constraint\&quot;: { \&quot;resource_type\&quot;: \&quot;ValueConstraintExpression\&quot;, \&quot;operator\&quot;:\&quot;EXCLUDES\&quot;, \&quot;values\&quot;:[\&quot;/infra/domains/mgw/groups/VCENTER\&quot;, \&quot;/infra/domains/mgw/groups/SRM\&quot;, \&quot;/infra/domains/mgw/groups/NSX\&quot;] } } </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the leaf level expression to restrict the target attribute value based on the set of existing values. Generally, used in combination with RelatedAttributeConditionalExpression to constraint the values related to another attribute on the same resource. This object is always used in conjunction with some exression. Example - { \&quot;condition\&quot; : { \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;rhs_value\&quot;: [\&quot;/infra/domains/mgw/groups/VCENTER\&quot;, \&quot;/infra/domains/mgw/groups/SRM\&quot;, \&quot;/infra/domains/mgw/groups/NSX\&quot;], \&quot;value_constraint\&quot;: { \&quot;resource_type\&quot;: \&quot;ValueConstraintExpression\&quot;, \&quot;operator\&quot;:\&quot;EXCLUDES\&quot;, \&quot;values\&quot;:[\&quot;/infra/domains/mgw/groups/VCENTER\&quot;, \&quot;/infra/domains/mgw/groups/SRM\&quot;, \&quot;/infra/domains/mgw/groups/NSX\&quot;] } } </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConditionalValueConstraintExpression</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Operator</maml:name>
          <maml:Description>
            <maml:para>INCLUDES_ANY operator supported only for StringArrayConstraintValue</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RhsValue</maml:name>
          <maml:Description>
            <maml:para>List of values.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ValueConstraint</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ValueConstraintExpression</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ValueConstraintExpression</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RhsValueWithType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ConstraintValue</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintValue</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Operator</maml:name>
        <maml:Description>
          <maml:para>INCLUDES_ANY operator supported only for StringArrayConstraintValue</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RhsValue</maml:name>
        <maml:Description>
          <maml:para>List of values.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ValueConstraint</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ValueConstraintExpression</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ValueConstraintExpression</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RhsValueWithType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ConstraintValue</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintValue</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ValueConstraintExpression &#x3D; Initialize-ValueConstraintExpression
$ConstraintValue &#x3D; Initialize-ConstraintValue -ResourceType &quot;StringArrayConstraintValue&quot;
$ConditionalValueConstraintExpression &#x3D; Initialize-ConditionalValueConstraintExpression -Operator &quot;INCLUDES&quot; -RhsValue &quot;MyRhsValue&quot; -ValueConstraint $ValueConstraintExpression -RhsValueWithType $ConstraintValue
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConditionalValueConstraintExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ValueConstraintExpression &#x3D; Initialize-ValueConstraintExpression
$ConditionalValueConstraintExpression &#x3D; Initialize-ConditionalValueConstraintExpression -Operator &quot;INCLUDES&quot; -ValueConstraint $ValueConstraintExpression
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConditionalValueConstraintExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-ValueConstraintExpression</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-ConstraintValue</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConfigOnboardingConflictRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConfigOnboardingConflictRequest</command:noun>
      <maml:description>
        <maml:para>Config onboarding request to verify conflicts in onboarding configuration on global manager for a site. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Config onboarding request to verify conflicts in onboarding configuration on global manager for a site. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConfigOnboardingConflictRequest</maml:name>
        <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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Suffix</maml:name>
          <maml:Description>
            <maml:para>User provided suffix string to resolve conflicting site 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Prefix</maml:name>
          <maml:Description>
            <maml:para>User provided prefix string to resolve conflicting site 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="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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Suffix</maml:name>
        <maml:Description>
          <maml:para>User provided suffix string to resolve conflicting site 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Prefix</maml:name>
        <maml:Description>
          <maml:para>User provided prefix string to resolve conflicting site 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConfigOnboardingConflictRequest &#x3D; Initialize-ConfigOnboardingConflictRequest -SiteId &quot;MySiteId&quot; -Suffix &quot;MySuffix&quot; -Prefix &quot;MyPrefix&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConfigOnboardingConflictRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConfigOnboardingConflictRequest &#x3D; Initialize-ConfigOnboardingConflictRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConfigOnboardingConflictRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConfigOnboardingRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConfigOnboardingRequest</command:noun>
      <maml:description>
        <maml:para>Config onboarding request to initiate onboarding workflow on global manager for a site. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Config onboarding request to initiate onboarding workflow on global manager for a site. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConfigOnboardingRequest</maml:name>
        <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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Suffix</maml:name>
          <maml:Description>
            <maml:para>User provided suffix string to resolve conflicting site 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Prefix</maml:name>
          <maml:Description>
            <maml:para>User provided prefix string to resolve conflicting site 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SiteBackupReference</maml:name>
          <maml:Description>
            <maml:para>Site backup image details to hint user to restore site before starting onboarding process. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Suffix</maml:name>
        <maml:Description>
          <maml:para>User provided suffix string to resolve conflicting site 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Prefix</maml:name>
        <maml:Description>
          <maml:para>User provided prefix string to resolve conflicting site 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SiteBackupReference</maml:name>
        <maml:Description>
          <maml:para>Site backup image details to hint user to restore site before starting onboarding process. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConfigOnboardingRequest &#x3D; Initialize-ConfigOnboardingRequest -SiteId &quot;MySiteId&quot; -Suffix &quot;MySuffix&quot; -Prefix &quot;MyPrefix&quot; -SiteBackupReference &quot;MySiteBackupReference&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConfigOnboardingRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConfigOnboardingRequest &#x3D; Initialize-ConfigOnboardingRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConfigOnboardingRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConjunctionOperator</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConjunctionOperator</command:noun>
      <maml:description>
        <maml:para>Represents the operators AND or OR.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the operators AND or OR.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConjunctionOperator</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>$ConjunctionOperator &#x3D; Initialize-ConjunctionOperator
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConjunctionOperator with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConjunctionOperator &#x3D; Initialize-ConjunctionOperator
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConjunctionOperator with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConnectivityAdvancedConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConnectivityAdvancedConfig</command:noun>
      <maml:description>
        <maml:para>Advanced configuration for Policy connectivity</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Advanced configuration for Policy connectivity</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConnectivityAdvancedConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Connectivity</maml:name>
          <maml:Description>
            <maml:para>Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityEnum.ON</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Connectivity</maml:name>
        <maml:Description>
          <maml:para>Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityEnum.ON</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConnectivityAdvancedConfig &#x3D; Initialize-ConnectivityAdvancedConfig -Connectivity &quot;ON&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConnectivityAdvancedConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConnectivityAdvancedConfig &#x3D; Initialize-ConnectivityAdvancedConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConnectivityAdvancedConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConsolidatedStatusNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConsolidatedStatusNsxT</command:noun>
      <maml:description>
        <maml:para>Detailed Realized Status of an intent object on an NSX-T type of enforcement point. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Detailed Realized Status of an intent object on an NSX-T type of enforcement point. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConsolidatedStatusNsxT</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>$ConsolidatedStatusNsxT &#x3D; Initialize-ConsolidatedStatusNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConsolidatedStatusNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConsolidatedStatusNsxT &#x3D; Initialize-ConsolidatedStatusNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConsolidatedStatusNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConstantFieldValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConstantFieldValue</command:noun>
      <maml:description>
        <maml:para>Constant Field Value.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Constant Field Value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConstantFieldValue</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Field Setting Value resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Field Setting Value resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConstantFieldValue &#x3D; Initialize-ConstantFieldValue -ResourceType &quot;ConstantFieldValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstantFieldValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConstantFieldValue &#x3D; Initialize-ConstantFieldValue
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstantFieldValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Constraint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Constraint</command:noun>
      <maml:description>
        <maml:para>Constraint object to constraint any attribute on a resource based on specified expression. Example- Restrict the allowed services in Edge Communication Entry to list of services, if the destinationGroups contain vCenter. { \&quot;target\&quot;:{ \&quot;target_resource_type\&quot;:\&quot;CommunicationEntry\&quot;, \&quot;attribute\&quot;:\&quot;services\&quot;, \&quot;path_prefix\&quot;:\&quot;/infra/domains/vmc-domain/edge-communication-maps/default/communication-entries\&quot; } \&quot;constraint_expression\&quot;:{ \&quot;related_attribute\&quot;:{ \&quot;attribute\&quot;:\&quot;destinationGroups\&quot; } \&quot;condition\&quot;:{ \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;rhs_value\&quot;:{\&quot;vCenter\&quot;} \&quot;value_constraint\&quot;:{ \&quot;operator\&quot;:\&quot;ALLOW\&quot;, \&quot;values\&quot;:{\&quot;/ref/services/HTTPS\&quot;, \&quot;/ref/services/HTTOP\&quot;, ...} } } } } </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Constraint object to constraint any attribute on a resource based on specified expression. Example- Restrict the allowed services in Edge Communication Entry to list of services, if the destinationGroups contain vCenter. { \&quot;target\&quot;:{ \&quot;target_resource_type\&quot;:\&quot;CommunicationEntry\&quot;, \&quot;attribute\&quot;:\&quot;services\&quot;, \&quot;path_prefix\&quot;:\&quot;/infra/domains/vmc-domain/edge-communication-maps/default/communication-entries\&quot; } \&quot;constraint_expression\&quot;:{ \&quot;related_attribute\&quot;:{ \&quot;attribute\&quot;:\&quot;destinationGroups\&quot; } \&quot;condition\&quot;:{ \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;rhs_value\&quot;:{\&quot;vCenter\&quot;} \&quot;value_constraint\&quot;:{ \&quot;operator\&quot;:\&quot;ALLOW\&quot;, \&quot;values\&quot;:{\&quot;/ref/services/HTTPS\&quot;, \&quot;/ref/services/HTTOP\&quot;, ...} } } } } </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Constraint</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>$Constraint &#x3D; Initialize-Constraint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Constraint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Constraint &#x3D; Initialize-Constraint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Constraint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConstraintExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConstraintExpression</command:noun>
      <maml:description>
        <maml:para>All the types of the expression extend from this abstract class. This is present for extensibility. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All the types of the expression extend from this abstract class. This is present for extensibility. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConstraintExpression</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>$ConstraintExpression &#x3D; Initialize-ConstraintExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConstraintExpression &#x3D; Initialize-ConstraintExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConstraintGlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConstraintGlobalConfig</command:noun>
      <maml:description>
        <maml:para>Global Constraint configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global Constraint configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConstraintGlobalConfig</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>$ConstraintGlobalConfig &#x3D; Initialize-ConstraintGlobalConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintGlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConstraintGlobalConfig &#x3D; Initialize-ConstraintGlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintGlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConstraintTarget</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConstraintTarget</command:noun>
      <maml:description>
        <maml:para>Resource attribute on which constraint should be applied. Example - sourceGroups attribute of Edge CommunicationEntry to be restricted, is given as: { \&quot;target_resource_type\&quot;:\&quot;CommunicationEntry\&quot;, \&quot;attribute\&quot;:\&quot;sourceGroups\&quot;, \&quot;path_prefix\&quot;:\&quot;/infra/domains/vmc-domain/edge-communication-maps/default/communication-entries\&quot; } </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Resource attribute on which constraint should be applied. Example - sourceGroups attribute of Edge CommunicationEntry to be restricted, is given as: { \&quot;target_resource_type\&quot;:\&quot;CommunicationEntry\&quot;, \&quot;attribute\&quot;:\&quot;sourceGroups\&quot;, \&quot;path_prefix\&quot;:\&quot;/infra/domains/vmc-domain/edge-communication-maps/default/communication-entries\&quot; } </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConstraintTarget</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetResourceType</maml:name>
          <maml:Description>
            <maml:para>Target resource type accepts input as DTO Type and or FQDN. It also supports dot format like SecurityPolicy.Rule in a scenario where same DTO type shared across across policy sub tree. For example DTO type Rule shared by both security policy and gateway policy rules. So to specify any constraint for Security policy rule, user can define the target resource type as SecurityPolicy.Rule. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Attribute</maml:name>
          <maml:Description>
            <maml:para>Attribute name of the target 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>PathPrefix</maml:name>
          <maml:Description>
            <maml:para>Path prefix of the entity to apply constraint. It should be a valid string prefix for policy path. This is required to further disambiguiate if multiple policy entities share the same resource type. Example - Edge FW and DFW use the same resource type CommunicationMap, CommunicationEntry, Group, etc. For multi-tenancy path-prefixes (i.e. path starting with /orgs) following values are supported: 1. When constraint is created under &#39;/infra/constraints/&#39; OR under &#39;/orgs/&lt;org-id&gt;/projects/&lt;default-project&gt;/infra/constraints/&#39; then &#39;/orgs/&lt;org-id&gt;/projects/&lt;project-id&gt;/&#39; value is supported. 2. When constraint is created under custom project i.e. &#39;/orgs/&lt;org-id&gt;/projects/&lt;project-id&gt;/infra/constraints/&#39; then &#39;/orgs/&lt;org-id&gt;/projects/&lt;project-id&gt;/vpcs/&lt;vpc-id&gt;/&#39; value is supported. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>TargetResourceType</maml:name>
        <maml:Description>
          <maml:para>Target resource type accepts input as DTO Type and or FQDN. It also supports dot format like SecurityPolicy.Rule in a scenario where same DTO type shared across across policy sub tree. For example DTO type Rule shared by both security policy and gateway policy rules. So to specify any constraint for Security policy rule, user can define the target resource type as SecurityPolicy.Rule. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Attribute</maml:name>
        <maml:Description>
          <maml:para>Attribute name of the target 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>PathPrefix</maml:name>
        <maml:Description>
          <maml:para>Path prefix of the entity to apply constraint. It should be a valid string prefix for policy path. This is required to further disambiguiate if multiple policy entities share the same resource type. Example - Edge FW and DFW use the same resource type CommunicationMap, CommunicationEntry, Group, etc. For multi-tenancy path-prefixes (i.e. path starting with /orgs) following values are supported: 1. When constraint is created under &#39;/infra/constraints/&#39; OR under &#39;/orgs/&lt;org-id&gt;/projects/&lt;default-project&gt;/infra/constraints/&#39; then &#39;/orgs/&lt;org-id&gt;/projects/&lt;project-id&gt;/&#39; value is supported. 2. When constraint is created under custom project i.e. &#39;/orgs/&lt;org-id&gt;/projects/&lt;project-id&gt;/infra/constraints/&#39; then &#39;/orgs/&lt;org-id&gt;/projects/&lt;project-id&gt;/vpcs/&lt;vpc-id&gt;/&#39; value is supported. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConstraintTarget &#x3D; Initialize-ConstraintTarget -TargetResourceType &quot;MyTargetResourceType&quot; -Attribute &quot;MyAttribute&quot; -PathPrefix &quot;MyPathPrefix&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintTarget with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConstraintTarget &#x3D; Initialize-ConstraintTarget
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintTarget with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ConstraintValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ConstraintValue</command:noun>
      <maml:description>
        <maml:para>All the types of value extend from this abstract class. This is present for extensibility. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All the types of value extend from this abstract class. This is present for extensibility. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ConstraintValue</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ConstraintValue &#x3D; Initialize-ConstraintValue -ResourceType &quot;StringArrayConstraintValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ConstraintValue &#x3D; Initialize-ConstraintValue -ResourceType &quot;StringArrayConstraintValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ConstraintValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ContainerClusterStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ContainerClusterStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ContainerClusterStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClusterId</maml:name>
          <maml:Description>
            <maml:para>Identifier of the container cluster.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>Display the container cluster status.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Detail</maml:name>
          <maml:Description>
            <maml:para>Detail information on status.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Interval</maml:name>
          <maml:Description>
            <maml:para>Display the cluster check interval in seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>ClusterId</maml:name>
        <maml:Description>
          <maml:para>Identifier of the container cluster.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>Display the container cluster status.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Detail</maml:name>
        <maml:Description>
          <maml:para>Detail information on status.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Interval</maml:name>
        <maml:Description>
          <maml:para>Display the cluster check interval in seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ContainerClusterStatus &#x3D; Initialize-ContainerClusterStatus -ClusterId &quot;MyClusterId&quot; -Status &quot;UNKNOWN&quot; -Detail &quot;MyDetail&quot; -Interval 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ContainerClusterStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ContainerClusterStatus &#x3D; Initialize-ContainerClusterStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ContainerClusterStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ContainerConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ContainerConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents a container to group widgets that belong to a common category or have a common purpose.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a container to group widgets that belong to a common category or have a common purpose.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ContainerConfiguration</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>$ContainerConfiguration &#x3D; Initialize-ContainerConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ContainerConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ContainerConfiguration &#x3D; Initialize-ContainerConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ContainerConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ContextProfileAttributesMetadata</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ContextProfileAttributesMetadata</command:noun>
      <maml:description>
        <maml:para>Key value structure for holding metadata of context profile attributes</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Key value structure for holding metadata of context profile attributes</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ContextProfileAttributesMetadata</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key for metadata</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Value for metadata 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Key for metadata</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Value for metadata 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ContextProfileAttributesMetadata -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ContextProfileAttributesMetadata with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ContextProfileAttributesMetadata &#x3D; Initialize-ContextProfileAttributesMetadata -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ContextProfileAttributesMetadata with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CpuCoreConfigForEnhancedNetworkingStackSwitch</command:noun>
      <maml:description>
        <maml:para>Non Uniform Memory Access (NUMA) nodes and Logical cpu cores (Lcores) per NUMA node configuration for Enhanced Networking Stack enabled HostSwitch.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Non Uniform Memory Access (NUMA) nodes and Logical cpu cores (Lcores) per NUMA node configuration for Enhanced Networking Stack enabled HostSwitch.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NumaNodeIndex</maml:name>
          <maml:Description>
            <maml:para>Unique index of the Non Uniform Memory Access (NUMA) node</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NumLcores</maml:name>
          <maml:Description>
            <maml:para>Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NumaNodeIndex</maml:name>
        <maml:Description>
          <maml:para>Unique index of the Non Uniform Memory Access (NUMA) node</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NumLcores</maml:name>
        <maml:Description>
          <maml:para>Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CpuCoreConfigForEnhancedNetworkingStackSwitch &#x3D; Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch -NumaNodeIndex 0 -NumLcores 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CpuCoreConfigForEnhancedNetworkingStackSwitch &#x3D; Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch -NumaNodeIndex 0 -NumLcores 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Criterion</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Criterion</command:noun>
      <maml:description>
        <maml:para>Event Criterion is the logical evaluations by which the event may be deemed fulfilled. All the evaluations must be met in order for the criterion to be met (implicit AND). </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Event Criterion is the logical evaluations by which the event may be deemed fulfilled. All the evaluations must be met in order for the criterion to be met (implicit AND). </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Criterion</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Evaluations</maml:name>
          <maml:Description>
            <maml:para>Criterion Evaluations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Evaluation&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Evaluation&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Evaluations</maml:name>
        <maml:Description>
          <maml:para>Criterion Evaluations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Evaluation&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Evaluation&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Evaluation &#x3D; Initialize-Evaluation -ResourceType &quot;SourceFieldEvaluation&quot;
$Criterion &#x3D; Initialize-Criterion -Evaluations $Evaluation
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Criterion with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Evaluation &#x3D; Initialize-Evaluation -ResourceType &quot;SourceFieldEvaluation&quot;
$Criterion &#x3D; Initialize-Criterion -Evaluations $Evaluation
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Criterion with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CsrExtensions</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CsrExtensions</command:noun>
      <maml:description>
        <maml:para>Collection of various x509 v3 extensions to be added to a CSR</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Collection of various x509 v3 extensions to be added to a CSR</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CsrExtensions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubjectAltNames</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</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>SubjectAltNames</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SubjectAltNames &#x3D; Initialize-SubjectAltNames -DnsNames &quot;MyDnsNames&quot; -IpAddresses &quot;MyIpAddresses&quot;
$CsrExtensions &#x3D; Initialize-CsrExtensions -SubjectAltNames $SubjectAltNames
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CsrExtensions with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$CsrExtensions &#x3D; Initialize-CsrExtensions
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CsrExtensions with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SubjectAltNames</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CustomFilterWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CustomFilterWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for custom filter widget. For this widget the data source is not applicable. It defines ui identifer for filter UI component and render it on dashboard view. This configuration can only be used for system owned widgets.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for custom filter widget. For this widget the data source is not applicable. It defines ui identifer for filter UI component and render it on dashboard view. This configuration can only be used for system owned widgets.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CustomFilterWidgetConfiguration</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>$CustomFilterWidgetConfiguration &#x3D; Initialize-CustomFilterWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomFilterWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CustomFilterWidgetConfiguration &#x3D; Initialize-CustomFilterWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomFilterWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CustomSignatureModification</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CustomSignatureModification</command:noun>
      <maml:description>
        <maml:para>IDS raw signatures</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS raw signatures</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CustomSignatureModification</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>$CustomSignatureModification &#x3D; Initialize-CustomSignatureModification
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomSignatureModification with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CustomSignatureModification &#x3D; Initialize-CustomSignatureModification
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomSignatureModification with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CustomSignatureValidationPayload</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CustomSignatureValidationPayload</command:noun>
      <maml:description>
        <maml:para>IDS raw signatures</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS raw signatures</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CustomSignatureValidationPayload</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>$CustomSignatureValidationPayload &#x3D; Initialize-CustomSignatureValidationPayload
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomSignatureValidationPayload with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CustomSignatureValidationPayload &#x3D; Initialize-CustomSignatureValidationPayload
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomSignatureValidationPayload with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CustomWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CustomWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for custom widget. For this widget the data source is not applicable. It defines ui identifer to identify UI component and render it on dashboard view. This configuration can only be used for system owned widgets.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for custom widget. For this widget the data source is not applicable. It defines ui identifer to identify UI component and render it on dashboard view. This configuration can only be used for system owned widgets.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CustomWidgetConfiguration</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>$CustomWidgetConfiguration &#x3D; Initialize-CustomWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CustomWidgetConfiguration &#x3D; Initialize-CustomWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CustomWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-CvxConnectionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CvxConnectionInfo</command:noun>
      <maml:description>
        <maml:para>Credential info to connect to a CVX type of enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Credential info to connect to a CVX type of enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-CvxConnectionInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointAddress</maml:name>
          <maml:Description>
            <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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 of Enforcement Point Connection Info.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointAddress</maml:name>
        <maml:Description>
          <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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 of Enforcement Point Connection Info.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$CvxConnectionInfo &#x3D; Initialize-CvxConnectionInfo -EnforcementPointAddress &quot;MyEnforcementPointAddress&quot; -ResourceType &quot;NSXTConnectionInfo&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CvxConnectionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$CvxConnectionInfo &#x3D; Initialize-CvxConnectionInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-CvxConnectionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Datasource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Datasource</command:noun>
      <maml:description>
        <maml:para>An instance of a datasource configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An instance of a datasource configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Datasource</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Name of a datasource instance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Urls</maml:name>
          <maml:Description>
            <maml:para>Array of urls relative to the datasource configuration. For example, api/v1/fabric/nodes is a relative url of nsx-manager instance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.UrlAlias&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.UrlAlias&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeystoreInfo</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Name of a datasource instance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Urls</maml:name>
        <maml:Description>
          <maml:para>Array of urls relative to the datasource configuration. For example, api/v1/fabric/nodes is a relative url of nsx-manager instance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.UrlAlias&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.UrlAlias&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeystoreInfo</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$KeyStoreInfo &#x3D; Initialize-KeyStoreInfo -KeystoreAlias &quot;MyKeystoreAlias&quot; -Keystore &quot;MyKeystore&quot; -Truststore &quot;MyTruststore&quot; -KeystorePhrase &quot;MyKeystorePhrase&quot;
$UrlAlias &#x3D; Initialize-UrlAlias -Alias &quot;MyAlias&quot; -Url &quot;MyUrl&quot; -Query &quot;MyQuery&quot; -RequestMethod &quot;Get&quot; -RequestHeaders 0 -RequestBody 0 -KeystoreInfo $KeyStoreInfo

$Datasource &#x3D; Initialize-Datasource -DisplayName &quot;MyDisplayName&quot; -Urls $UrlAlias -KeystoreInfo $KeyStoreInfo
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Datasource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$UrlAlias &#x3D; Initialize-UrlAlias -Url &quot;MyUrl&quot;

$Datasource &#x3D; Initialize-Datasource -DisplayName &quot;MyDisplayName&quot; -Urls $UrlAlias
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Datasource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-KeyStoreInfo</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DedicatedResources</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DedicatedResources</command:noun>
      <maml:description>
        <maml:para>To assign dedicated resources from default project to custom project for logging. Resources dedicated to this project for logging cannot be dedicated to other projects. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>To assign dedicated resources from default project to custom project for logging. Resources dedicated to this project for logging cannot be dedicated to other projects. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DedicatedResources</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tier0s</maml:name>
          <maml:Description>
            <maml:para>Logs for Tier0s mentioned will have this project&#39;s context. Tier0s mentioned under dedicated_resources should also be part of tier0s under project payload. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Tier0s</maml:name>
        <maml:Description>
          <maml:para>Logs for Tier0s mentioned will have this project&#39;s context. Tier0s mentioned under dedicated_resources should also be part of tier0s under project payload. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DedicatedResources &#x3D; Initialize-DedicatedResources -Tier0s &quot;MyTier0s&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DedicatedResources with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DedicatedResources &#x3D; Initialize-DedicatedResources
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DedicatedResources with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DefaultFilterValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DefaultFilterValue</command:noun>
      <maml:description>
        <maml:para>An instance of a datasource configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An instance of a datasource configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DefaultFilterValue</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Alias</maml:name>
          <maml:Description>
            <maml:para>Filter alias.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Filter default 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>Alias</maml:name>
        <maml:Description>
          <maml:para>Filter alias.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Filter default 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DefaultFilterValue &#x3D; Initialize-DefaultFilterValue -Alias &quot;MyAlias&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DefaultFilterValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DefaultFilterValue &#x3D; Initialize-DefaultFilterValue -Alias &quot;MyAlias&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DefaultFilterValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DeploymentChecksAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DeploymentChecksAction</command:noun>
      <maml:description>
        <maml:para>Pre/Post deployment checks.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pre/Post deployment checks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DeploymentChecksAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Action</maml:name>
          <maml:Description>
            <maml:para>Run pre/post deployment checks. PRE_CHECKS - Run pre-check before deployment. POST_CHECKS - Run post-check after deployment. ABORT_CHECKS - Abort running pre/post deployement checks. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>Run pre/post deployment checks. PRE_CHECKS - Run pre-check before deployment. POST_CHECKS - Run post-check after deployment. ABORT_CHECKS - Abort running pre/post deployement checks. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DeploymentChecksAction &#x3D; Initialize-DeploymentChecksAction -Action &quot;PRE_CHECKS&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DeploymentChecksAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DeploymentChecksAction &#x3D; Initialize-DeploymentChecksAction -Action &quot;PRE_CHECKS&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DeploymentChecksAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DeploymentRegistry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DeploymentRegistry</command:noun>
      <maml:description>
        <maml:para>Template for storing docker registry and helm url.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Template for storing docker registry and helm url.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DeploymentRegistry</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>$DeploymentRegistry &#x3D; Initialize-DeploymentRegistry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DeploymentRegistry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DeploymentRegistry &#x3D; Initialize-DeploymentRegistry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DeploymentRegistry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DeploymentTemplate</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DeploymentTemplate</command:noun>
      <maml:description>
        <maml:para>Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DeploymentTemplate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Deployment Template 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>Attributes</maml:name>
          <maml:Description>
            <maml:para>List of attributes specific to a partner for which the service is created. There attributes are passed on to the partner appliance and is opaque to the NSX Manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Attribute&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Attribute&gt;</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>Name</maml:name>
        <maml:Description>
          <maml:para>Deployment Template 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>Attributes</maml:name>
        <maml:Description>
          <maml:para>List of attributes specific to a partner for which the service is created. There attributes are passed on to the partner appliance and is opaque to the NSX Manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Attribute&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Attribute&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Attribute &#x3D; Initialize-Attribute -Key &quot;MyKey&quot; -DisplayName &quot;MyDisplayName&quot; -Value &quot;MyValue&quot; -AttributeType &quot;IP_ADDRESS&quot; -ReadOnly $false
$DeploymentTemplate &#x3D; Initialize-DeploymentTemplate -Name &quot;MyName&quot; -Attributes $Attribute
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DeploymentTemplate with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DeploymentTemplate &#x3D; Initialize-DeploymentTemplate
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DeploymentTemplate with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DfwFirewallConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DfwFirewallConfiguration</command:noun>
      <maml:description>
        <maml:para>DFW Firewall related configurations</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DFW Firewall related configurations</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DfwFirewallConfiguration</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>$DfwFirewallConfiguration &#x3D; Initialize-DfwFirewallConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DfwFirewallConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DfwFirewallConfiguration &#x3D; Initialize-DfwFirewallConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DfwFirewallConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpConfig</command:noun>
      <maml:description>
        <maml:para>DHCP config. This dhcp configuration can be overriden per subnet. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP config. This dhcp configuration can be overriden per subnet. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableDhcp</maml:name>
          <maml:Description>
            <maml:para>If activated, the DHCP server will be configured based on IP address type. If deactivated then neither DHCP server nor relay shall be configured. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpRelayConfigPath</maml:name>
          <maml:Description>
            <maml:para>Policy path of DHCP-relay-config. If configured then all the subnets will be configured with the DHCP relay server. If not specified, then the local DHCP server will be configured for all connected subnets. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsClientConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</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>EnableDhcp</maml:name>
        <maml:Description>
          <maml:para>If activated, the DHCP server will be configured based on IP address type. If deactivated then neither DHCP server nor relay shall be configured. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpRelayConfigPath</maml:name>
        <maml:Description>
          <maml:para>Policy path of DHCP-relay-config. If configured then all the subnets will be configured with the DHCP relay server. If not specified, then the local DHCP server will be configured for all connected subnets. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsClientConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$DnsClientConfig &#x3D; Initialize-DnsClientConfig -DnsServerIps &quot;MyDnsServerIps&quot;
$DhcpConfig &#x3D; Initialize-DhcpConfig -EnableDhcp $false -DhcpRelayConfigPath &quot;MyDhcpRelayConfigPath&quot; -DnsClientConfig $DnsClientConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DhcpConfig &#x3D; Initialize-DhcpConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-DnsClientConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpDeleteLeaseRequestParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpDeleteLeaseRequestParameters</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpDeleteLeaseRequestParameters</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ip</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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mac</maml:name>
          <maml:Description>
            <maml:para>A MAC address. Must be 6 pairs of hexadecimal digits, upper or lower case, separated by colons or dashes. Examples: 01:23:45:67:89:ab, 01-23-45-67-89-AB. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ip</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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Mac</maml:name>
        <maml:Description>
          <maml:para>A MAC address. Must be 6 pairs of hexadecimal digits, upper or lower case, separated by colons or dashes. Examples: 01:23:45:67:89:ab, 01-23-45-67-89-AB. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-DhcpDeleteLeaseRequestParameters -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpDeleteLeaseRequestParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpDeleteLeaseRequestParameters &#x3D; Initialize-DhcpDeleteLeaseRequestParameters -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpDeleteLeaseRequestParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpDeleteLeases</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpDeleteLeases</command:noun>
      <maml:description>
        <maml:para>List of DHCP leases to be deleted</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of DHCP leases to be deleted</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpDeleteLeases</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Leases</maml:name>
          <maml:Description>
            <maml:para>List of DHCP leases</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeaseRequestParameters&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeaseRequestParameters&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Leases</maml:name>
        <maml:Description>
          <maml:para>List of DHCP leases</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeaseRequestParameters&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeaseRequestParameters&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-DhcpDeleteLeaseRequestParameters -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
$DhcpDeleteLeases &#x3D; Initialize-DhcpDeleteLeases -Leases $DhcpDeleteLeaseRequestParameters
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpDeleteLeases with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DhcpDeleteLeaseRequestParameters &#x3D; Initialize-DhcpDeleteLeaseRequestParameters -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
$DhcpDeleteLeases &#x3D; Initialize-DhcpDeleteLeases -Leases $DhcpDeleteLeaseRequestParameters
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpDeleteLeases with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OpCode</maml:name>
          <maml:Description>
            <maml:para>This is used to specify the general type of message. A client sending request to a server uses an op code of BOOTREQUEST, while a server replying uses an op code of BOOTREPLY.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OpCodeEnum.BOOTREQUEST</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OpCode</maml:name>
        <maml:Description>
          <maml:para>This is used to specify the general type of message. A client sending request to a server uses an op code of BOOTREQUEST, while a server replying uses an op code of BOOTREPLY.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OpCodeEnum.BOOTREQUEST</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DhcpHeader &#x3D; Initialize-DhcpHeader -OpCode &quot;BOOTREQUEST&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpHeader &#x3D; Initialize-DhcpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpOption121</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpOption121</command:noun>
      <maml:description>
        <maml:para>DHCP option 121 to define classless static route.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP option 121 to define classless static route.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpOption121</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StaticRoutes</maml:name>
          <maml:Description>
            <maml:para>Classless static route of DHCP option 121.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ClasslessStaticRoute&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ClasslessStaticRoute&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StaticRoutes</maml:name>
        <maml:Description>
          <maml:para>Classless static route of DHCP option 121.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ClasslessStaticRoute&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ClasslessStaticRoute&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
$DhcpOption121 &#x3D; Initialize-DhcpOption121 -StaticRoutes $ClasslessStaticRoute
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpOption121 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
$DhcpOption121 &#x3D; Initialize-DhcpOption121 -StaticRoutes $ClasslessStaticRoute
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpOption121 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpRelayConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpRelayConfig</command:noun>
      <maml:description>
        <maml:para>DHCP relay configuration. Please note, the realized-state of this entity returned by the \&quot;GET /policy/api/v1/infra/realized-state/realized-entity\&quot; with this entity policy-path is irrelevant with the application status of this entity. Please do not rely on this returned realized-state to determine how this dhcp-relay-config was applied. The dhcp realization information was reflected in the realization states of the referencing Segment or T0/T1 gateway. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP relay configuration. Please note, the realized-state of this entity returned by the \&quot;GET /policy/api/v1/infra/realized-state/realized-entity\&quot; with this entity policy-path is irrelevant with the application status of this entity. Please do not rely on this returned realized-state to determine how this dhcp-relay-config was applied. The dhcp realization information was reflected in the realization states of the referencing Segment or T0/T1 gateway. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpRelayConfig</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>$DhcpRelayConfig &#x3D; Initialize-DhcpRelayConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpRelayConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpRelayConfig &#x3D; Initialize-DhcpRelayConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpRelayConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpServerAdditionalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpServerAdditionalConfig</command:noun>
      <maml:description>
        <maml:para>Additional DHCP server config for VPC subnet. The additional configuration must be cleared when the subnet has DHCP relay enabled or DHCP is deactivated. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Additional DHCP server config for VPC subnet. The additional configuration must be cleared when the subnet has DHCP relay enabled or DHCP is deactivated. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpServerAdditionalConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Options</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpV4Options</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpV4Options</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReservedIpRanges</maml:name>
          <maml:Description>
            <maml:para>Specifies IP ranges that are reserved and excluded from being assigned by the DHCP server to clients. These reserved IPs must not overlap with system-reserved addresses, including the gateway IP, network IP, DHCP server IP, and broadcast IP, and they must belong to the defined subnet CIDR. The reserved IPs can be provided as either a single IP address or an IP address range. Only IPv4 addresses are supported. Supported formats include: [\&quot;192.168.1.1\&quot;, \&quot;192.168.1.3-192.168.1.100\&quot;] </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Options</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpV4Options</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpV4Options</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReservedIpRanges</maml:name>
        <maml:Description>
          <maml:para>Specifies IP ranges that are reserved and excluded from being assigned by the DHCP server to clients. These reserved IPs must not overlap with system-reserved addresses, including the gateway IP, network IP, DHCP server IP, and broadcast IP, and they must belong to the defined subnet CIDR. The reserved IPs can be provided as either a single IP address or an IP address range. Only IPv4 addresses are supported. Supported formats include: [\&quot;192.168.1.1\&quot;, \&quot;192.168.1.3-192.168.1.100\&quot;] </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
$DhcpOption121 &#x3D; Initialize-DhcpOption121 -StaticRoutes $ClasslessStaticRoute

$GenericDhcpOption &#x3D; Initialize-GenericDhcpOption -Code 0 -Values &quot;MyValues&quot;
$DhcpV4Options &#x3D; Initialize-DhcpV4Options -Option121 $DhcpOption121 -Others $GenericDhcpOption

$DhcpServerAdditionalConfig &#x3D; Initialize-DhcpServerAdditionalConfig -Options $DhcpV4Options -ReservedIpRanges &quot;MyReservedIpRanges&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpServerAdditionalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DhcpServerAdditionalConfig &#x3D; Initialize-DhcpServerAdditionalConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpServerAdditionalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-DhcpV4Options</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpServerConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpServerConfig</command:noun>
      <maml:description>
        <maml:para>DHCP server configuration. Please note, the realized-state of this entity returned by the \&quot;GET /policy/api/v1/infra/realized-state/realized-entity\&quot; with this entity policy-path is irrelevant with the application status of this entity. Please do not rely on this returned realized-state to determine how this dhcp-server-config was applied. The dhcp realization information was reflected in the realization states of the referencing Segment or T0/T1 gateway. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP server configuration. Please note, the realized-state of this entity returned by the \&quot;GET /policy/api/v1/infra/realized-state/realized-entity\&quot; with this entity policy-path is irrelevant with the application status of this entity. Please do not rely on this returned realized-state to determine how this dhcp-server-config was applied. The dhcp realization information was reflected in the realization states of the referencing Segment or T0/T1 gateway. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpServerConfig</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>$DhcpServerConfig &#x3D; Initialize-DhcpServerConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpServerConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpServerConfig &#x3D; Initialize-DhcpServerConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpServerConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpStaticBindingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpStaticBindingConfig</command:noun>
      <maml:description>
        <maml:para>DHCP IPv4 and IPv6 static bindings are extended from this abstract class. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP IPv4 and IPv6 static bindings are extended from this abstract class. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpStaticBindingConfig</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>$DhcpStaticBindingConfig &#x3D; Initialize-DhcpStaticBindingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpStaticBindingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpStaticBindingConfig &#x3D; Initialize-DhcpStaticBindingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpStaticBindingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpV4Options</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpV4Options</command:noun>
      <maml:description>
        <maml:para>DHCP options for IPv4 server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP options for IPv4 server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpV4Options</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Option121</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpOption121</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpOption121</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Others</maml:name>
          <maml:Description>
            <maml:para>To define DHCP options other than option 121 in generic format. Please note, only the following options can be defined in generic format. Those other options will be accepted without validation but will not take effect. Option code 3, 6, 12, 51 should be configured as properties. - -- -- -- -- -- -- -- -- -- -- -- -- - Code Name - -- -- -- -- -- -- -- -- -- -- -- -- - 2 Time Offset 13 Boot File Size 19 Forward On/Off 26 MTU Interface 28 Broadcast Address 35 ARP Timeout 40 NIS Domain 41 NIS Servers 42 NTP Servers 44 NETBIOS Name Srv 45 NETBIOS Dist Srv 46 NETBIOS Node Type 47 NETBIOS Scope 58 Renewal Time 59 Rebinding Time 64 NIS+-Domain-Name 65 NIS+-Server-Addr 66 TFTP Server-Name (used by PXE) 67 Bootfile-Name (used by PXE) 117 Name Service Search 119 Domain Search 150 TFTP server address (used by PXE) 209 PXE Configuration File 210 PXE Path Prefix 211 PXE Reboot Time </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.GenericDhcpOption&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.GenericDhcpOption&gt;</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>Option121</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpOption121</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpOption121</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Others</maml:name>
        <maml:Description>
          <maml:para>To define DHCP options other than option 121 in generic format. Please note, only the following options can be defined in generic format. Those other options will be accepted without validation but will not take effect. Option code 3, 6, 12, 51 should be configured as properties. - -- -- -- -- -- -- -- -- -- -- -- -- - Code Name - -- -- -- -- -- -- -- -- -- -- -- -- - 2 Time Offset 13 Boot File Size 19 Forward On/Off 26 MTU Interface 28 Broadcast Address 35 ARP Timeout 40 NIS Domain 41 NIS Servers 42 NTP Servers 44 NETBIOS Name Srv 45 NETBIOS Dist Srv 46 NETBIOS Node Type 47 NETBIOS Scope 58 Renewal Time 59 Rebinding Time 64 NIS+-Domain-Name 65 NIS+-Server-Addr 66 TFTP Server-Name (used by PXE) 67 Bootfile-Name (used by PXE) 117 Name Service Search 119 Domain Search 150 TFTP server address (used by PXE) 209 PXE Configuration File 210 PXE Path Prefix 211 PXE Reboot Time </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.GenericDhcpOption&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.GenericDhcpOption&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
$DhcpOption121 &#x3D; Initialize-DhcpOption121 -StaticRoutes $ClasslessStaticRoute

$GenericDhcpOption &#x3D; Initialize-GenericDhcpOption -Code 0 -Values &quot;MyValues&quot;
$DhcpV4Options &#x3D; Initialize-DhcpV4Options -Option121 $DhcpOption121 -Others $GenericDhcpOption
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpV4Options with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DhcpV4Options &#x3D; Initialize-DhcpV4Options
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpV4Options with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-DhcpOption121</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpV4StaticBindingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpV4StaticBindingConfig</command:noun>
      <maml:description>
        <maml:para>DHCP IPv4 static bindings are configured for each segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP IPv4 static bindings are configured for each segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpV4StaticBindingConfig</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>$DhcpV4StaticBindingConfig &#x3D; Initialize-DhcpV4StaticBindingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpV4StaticBindingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpV4StaticBindingConfig &#x3D; Initialize-DhcpV4StaticBindingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpV4StaticBindingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DhcpV6StaticBindingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DhcpV6StaticBindingConfig</command:noun>
      <maml:description>
        <maml:para>DHCP IPv6 static bindings are configured for each segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP IPv6 static bindings are configured for each segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DhcpV6StaticBindingConfig</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>$DhcpV6StaticBindingConfig &#x3D; Initialize-DhcpV6StaticBindingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpV6StaticBindingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DhcpV6StaticBindingConfig &#x3D; Initialize-DhcpV6StaticBindingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DhcpV6StaticBindingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Dhcpv4</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Dhcpv4</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ip assignment spec, which is desired for DHCPv4 allocated IP.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ip assignment spec, which is desired for DHCPv4 allocated IP.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Dhcpv4</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Dhcpv4 &#x3D; Initialize-Dhcpv4 -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Dhcpv4 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Dhcpv4 &#x3D; Initialize-Dhcpv4
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Dhcpv4 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Dhcpv6</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Dhcpv6</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ip assignment spec, which is desired for DHCPv6 allocated IP. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ip assignment spec, which is desired for DHCPv6 allocated IP. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Dhcpv6</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Dhcpv6 &#x3D; Initialize-Dhcpv6 -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Dhcpv6 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Dhcpv6 &#x3D; Initialize-Dhcpv6
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Dhcpv6 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Dhcpv6Header</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Dhcpv6Header</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Dhcpv6Header</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MsgType</maml:name>
          <maml:Description>
            <maml:para>This is used to specify the DHCP v6 message. To request the assignment of one or more IPv6 addresses, a client first locates a DHCP server and then requests the assignment of addresses and other configuration information from the server. The client sends a Solicit message to the All_DHCP_Relay_Agents_and_Servers address to find available DHCP servers. Any server that can meet the client&#39;s requirements responds with an Advertise message. The client then chooses one of the servers and sends a Request message to the server asking for confirmed assignment of addresses and other configuration information. The server responds with a Reply message that contains the confirmed addresses and configuration. SOLICIT - A client sends a Solicit message to locate servers. ADVERTISE - A server sends and Advertise message to indicate that it is available. REQUEST - A client sends a Request message to request configuration parameters. REPLY - A server sends a Reply message containing assigned addresses and configuration parameters.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MsgTypeEnum.SOLICIT</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MsgType</maml:name>
        <maml:Description>
          <maml:para>This is used to specify the DHCP v6 message. To request the assignment of one or more IPv6 addresses, a client first locates a DHCP server and then requests the assignment of addresses and other configuration information from the server. The client sends a Solicit message to the All_DHCP_Relay_Agents_and_Servers address to find available DHCP servers. Any server that can meet the client&#39;s requirements responds with an Advertise message. The client then chooses one of the servers and sends a Request message to the server asking for confirmed assignment of addresses and other configuration information. The server responds with a Reply message that contains the confirmed addresses and configuration. SOLICIT - A client sends a Solicit message to locate servers. ADVERTISE - A server sends and Advertise message to indicate that it is available. REQUEST - A client sends a Request message to request configuration parameters. REPLY - A server sends a Reply message containing assigned addresses and configuration parameters.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MsgTypeEnum.SOLICIT</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Dhcpv6Header &#x3D; Initialize-Dhcpv6Header -MsgType &quot;SOLICIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Dhcpv6Header with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Dhcpv6Header &#x3D; Initialize-Dhcpv6Header
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Dhcpv6Header with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryAdDomain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryAdDomain</command:noun>
      <maml:description>
        <maml:para>Active Directory Domain</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active Directory Domain</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryAdDomain</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>$DirectoryAdDomain &#x3D; Initialize-DirectoryAdDomain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryAdDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryAdDomain &#x3D; Initialize-DirectoryAdDomain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryAdDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryAdGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryAdGroup</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryAdGroup</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>$DirectoryAdGroup &#x3D; Initialize-DirectoryAdGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryAdGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryAdGroup &#x3D; Initialize-DirectoryAdGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryAdGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryDomain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryDomain</command:noun>
      <maml:description>
        <maml:para>Directory Domain</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Directory Domain</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryDomain</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>$DirectoryDomain &#x3D; Initialize-DirectoryDomain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryDomain &#x3D; Initialize-DirectoryDomain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryDomainSyncSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryDomainSyncSettings</command:noun>
      <maml:description>
        <maml:para>Domain synchronization settings</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Domain synchronization settings</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryDomainSyncSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeltaSyncInterval</maml:name>
          <maml:Description>
            <maml:para>Directory domain delta synchronization interval time between two delta sync in minutes.</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>180</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FullSyncCronExpr</maml:name>
          <maml:Description>
            <maml:para>Directory domain full synchronization schedule using cron expression. For example, cron expression \&quot;0 0 12 ? * SUN *\&quot; means full sync is scheduled every Sunday midnight. If this object is null, it means there is no background cron job running for full sync.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SyncDelayInSec</maml:name>
          <maml:Description>
            <maml:para>Sync delay after Directory domain has been successfully created. if delay is -1, initial full sync will not be triggered. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>30</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeltaSyncInterval</maml:name>
        <maml:Description>
          <maml:para>Directory domain delta synchronization interval time between two delta sync in minutes.</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>180</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FullSyncCronExpr</maml:name>
        <maml:Description>
          <maml:para>Directory domain full synchronization schedule using cron expression. For example, cron expression \&quot;0 0 12 ? * SUN *\&quot; means full sync is scheduled every Sunday midnight. If this object is null, it means there is no background cron job running for full sync.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SyncDelayInSec</maml:name>
        <maml:Description>
          <maml:para>Sync delay after Directory domain has been successfully created. if delay is -1, initial full sync will not be triggered. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>30</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DirectoryDomainSyncSettings &#x3D; Initialize-DirectoryDomainSyncSettings -DeltaSyncInterval 0 -FullSyncCronExpr &quot;MyFullSyncCronExpr&quot; -SyncDelayInSec 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryDomainSyncSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryDomainSyncSettings &#x3D; Initialize-DirectoryDomainSyncSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryDomainSyncSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryEventLogServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryEventLogServer</command:noun>
      <maml:description>
        <maml:para>Event log server of directory domain</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Event log server of directory domain</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryEventLogServer</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>$DirectoryEventLogServer &#x3D; Initialize-DirectoryEventLogServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryEventLogServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryEventLogServer &#x3D; Initialize-DirectoryEventLogServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryEventLogServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryEventLogServerStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryEventLogServerStatus</command:noun>
      <maml:description>
        <maml:para>Event log server connection status</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Event log server connection status</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryEventLogServerStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Status</maml:name>
          <maml:Description>
            <maml:para>Connection status: OK: All OK ERROR: Generic error </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ErrorMessage</maml:name>
          <maml:Description>
            <maml:para>Additional optional detail error message</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastPollingTime</maml:name>
          <maml:Description>
            <maml:para>Last polling time</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastEventRecordId</maml:name>
          <maml:Description>
            <maml:para>Last event record ID is an opaque integer value that shows the last successfully received event from event log server.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastEventTimeCreated</maml:name>
          <maml:Description>
            <maml:para>Time of last successfully received and record event from event log server.</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>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>Status</maml:name>
        <maml:Description>
          <maml:para>Connection status: OK: All OK ERROR: Generic error </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ErrorMessage</maml:name>
        <maml:Description>
          <maml:para>Additional optional detail error message</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LastPollingTime</maml:name>
        <maml:Description>
          <maml:para>Last polling time</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LastEventRecordId</maml:name>
        <maml:Description>
          <maml:para>Last event record ID is an opaque integer value that shows the last successfully received event from event log server.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LastEventTimeCreated</maml:name>
        <maml:Description>
          <maml:para>Time of last successfully received and record event from event log server.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DirectoryEventLogServerStatus &#x3D; Initialize-DirectoryEventLogServerStatus -Status &quot;OK&quot; -ErrorMessage &quot;MyErrorMessage&quot; -LastPollingTime 0 -LastEventRecordId 0 -LastEventTimeCreated 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryEventLogServerStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryEventLogServerStatus &#x3D; Initialize-DirectoryEventLogServerStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryEventLogServerStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DirectoryLdapServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DirectoryLdapServer</command:noun>
      <maml:description>
        <maml:para>LDAP server of directory domain</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>LDAP server of directory domain</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DirectoryLdapServer</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>$DirectoryLdapServer &#x3D; Initialize-DirectoryLdapServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryLdapServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DirectoryLdapServer &#x3D; Initialize-DirectoryLdapServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DirectoryLdapServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Base Discovery Profile Binding Map</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base Discovery Profile Binding Map</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DiscoveryProfileBindingMap</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>$DiscoveryProfileBindingMap &#x3D; Initialize-DiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DiscoveryProfileBindingMap &#x3D; Initialize-DiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DistributedFloodProtectionProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DistributedFloodProtectionProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DistributedFloodProtectionProfile</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>$DistributedFloodProtectionProfile &#x3D; Initialize-DistributedFloodProtectionProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DistributedFloodProtectionProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DistributedFloodProtectionProfile &#x3D; Initialize-DistributedFloodProtectionProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DistributedFloodProtectionProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DistributedVlanConnection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DistributedVlanConnection</command:noun>
      <maml:description>
        <maml:para>Policy distributed vlan connection</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy distributed vlan connection</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DistributedVlanConnection</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>$DistributedVlanConnection &#x3D; Initialize-DistributedVlanConnection
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DistributedVlanConnection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DistributedVlanConnection &#x3D; Initialize-DistributedVlanConnection
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DistributedVlanConnection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DnsClientConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DnsClientConfig</command:noun>
      <maml:description>
        <maml:para>Dns config </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dns config </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DnsClientConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServerIps</maml:name>
          <maml:Description>
            <maml:para>IPs of the DNS servers which need to be configured on the workload VMs </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>DnsServerIps</maml:name>
        <maml:Description>
          <maml:para>IPs of the DNS servers which need to be configured on the workload VMs </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DnsClientConfig &#x3D; Initialize-DnsClientConfig -DnsServerIps &quot;MyDnsServerIps&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsClientConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DnsClientConfig &#x3D; Initialize-DnsClientConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsClientConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DnsHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DnsHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DnsHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MessageType</maml:name>
          <maml:Description>
            <maml:para>Specifies the message type whether it is a query or a response.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MessageTypeEnum.QUERY</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>This is used to define what is being asked or responded.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AddressType</maml:name>
          <maml:Description>
            <maml:para>This is used to specify the type of the address. V4 - The address provided is an IPv4 domain name/IP address, the Type in query or response will be A V6 - The address provided is an IPv6 domain name/IP address, the Type in query or response will be AAAA</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AddressTypeEnum.V4</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MessageType</maml:name>
        <maml:Description>
          <maml:para>Specifies the message type whether it is a query or a response.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MessageTypeEnum.QUERY</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>This is used to define what is being asked or responded.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AddressType</maml:name>
        <maml:Description>
          <maml:para>This is used to specify the type of the address. V4 - The address provided is an IPv4 domain name/IP address, the Type in query or response will be A V6 - The address provided is an IPv6 domain name/IP address, the Type in query or response will be AAAA</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AddressTypeEnum.V4</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DnsHeader &#x3D; Initialize-DnsHeader -MessageType &quot;QUERY&quot; -Address &quot;MyAddress&quot; -AddressType &quot;V4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DnsHeader &#x3D; Initialize-DnsHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DnsSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DnsSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Used to configure DNS security profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to configure DNS security profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DnsSecurityProfile</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>$DnsSecurityProfile &#x3D; Initialize-DnsSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DnsSecurityProfile &#x3D; Initialize-DnsSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DnsSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DnsSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between DNS security profile and Group. With this entity, user can specify intent for applying DNS security profile profile to particular Group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between DNS security profile and Group. With this entity, user can specify intent for applying DNS security profile profile to particular Group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DnsSecurityProfileBindingMap</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>$DnsSecurityProfileBindingMap &#x3D; Initialize-DnsSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DnsSecurityProfileBindingMap &#x3D; Initialize-DnsSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DnsSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Domain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Domain</command:noun>
      <maml:description>
        <maml:para>Domain.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Domain.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Domain</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>$Domain &#x3D; Initialize-Domain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Domain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Domain &#x3D; Initialize-Domain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Domain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DomainDeploymentMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DomainDeploymentMap</command:noun>
      <maml:description>
        <maml:para>Binding of domain to the enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Binding of domain to the enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DomainDeploymentMap</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>$DomainDeploymentMap &#x3D; Initialize-DomainDeploymentMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DomainDeploymentMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DomainDeploymentMap &#x3D; Initialize-DomainDeploymentMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DomainDeploymentMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DonutConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DonutConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration of a Donut</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration of a Donut</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DonutConfiguration</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>$DonutConfiguration &#x3D; Initialize-DonutConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DonutConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DonutConfiguration &#x3D; Initialize-DonutConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DonutConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DonutPart</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DonutPart</command:noun>
      <maml:description>
        <maml:para>Represents an entity or portion to be plotted on a donut or stats chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an entity or portion to be plotted on a donut or stats chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DonutPart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the part will be displayed. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Field</maml:name>
          <maml:Description>
            <maml:para>A numerical value that represents the portion or entity of the donut or stats chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tooltip</maml:name>
          <maml:Description>
            <maml:para>Multi-line text to be shown on tooltip while hovering over the portion.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DrilldownId</maml:name>
          <maml:Description>
            <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>Hyperlink of the specified UI page that provides details. If drilldown_id is provided, then navigation cannot be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RenderConfiguration</maml:name>
          <maml:Description>
            <maml:para>Additional rendering or conditional evaluation of the field values to be performed, if any.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HideEmptyLegend</maml:name>
          <maml:Description>
            <maml:para>If true, legend will be shown only if the data for the part is available. This is applicable only if legends are specified in widget configuration.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the part will be displayed. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Field</maml:name>
        <maml:Description>
          <maml:para>A numerical value that represents the portion or entity of the donut or stats chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tooltip</maml:name>
        <maml:Description>
          <maml:para>Multi-line text to be shown on tooltip while hovering over the portion.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DrilldownId</maml:name>
        <maml:Description>
          <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Navigation</maml:name>
        <maml:Description>
          <maml:para>Hyperlink of the specified UI page that provides details. If drilldown_id is provided, then navigation cannot be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RenderConfiguration</maml:name>
        <maml:Description>
          <maml:para>Additional rendering or conditional evaluation of the field values to be performed, if any.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HideEmptyLegend</maml:name>
        <maml:Description>
          <maml:para>If true, legend will be shown only if the data for the part is available. This is applicable only if legends are specified in widget configuration.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>


$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;


$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip

$DonutPart &#x3D; Initialize-DonutPart -Condition &quot;MyCondition&quot; -Label $Label -Field &quot;MyField&quot; -Tooltip $Tooltip -DrilldownId &quot;MyDrilldownId&quot; -Navigation &quot;MyNavigation&quot; -RenderConfiguration $RenderConfiguration -HideEmptyLegend $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DonutPart with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DonutPart &#x3D; Initialize-DonutPart -Field &quot;MyField&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DonutPart with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DonutSection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DonutSection</command:noun>
      <maml:description>
        <maml:para>Represents high level logical grouping of portions or segments of a donut / stats chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents high level logical grouping of portions or segments of a donut / stats chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DonutSection</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Parts</maml:name>
          <maml:Description>
            <maml:para>Array of portions or parts of the donut or stats chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DonutPart&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DonutPart&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Template</maml:name>
          <maml:Description>
            <maml:para>If true, the section will be appled as template for forming parts. Only one part will be formed from each element of &#39;row_list_field&#39;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RowListField</maml:name>
          <maml:Description>
            <maml:para>Field of the root of the api result set for forming parts.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Parts</maml:name>
        <maml:Description>
          <maml:para>Array of portions or parts of the donut or stats chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DonutPart&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DonutPart&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Template</maml:name>
        <maml:Description>
          <maml:para>If true, the section will be appled as template for forming parts. Only one part will be formed from each element of &#39;row_list_field&#39;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RowListField</maml:name>
        <maml:Description>
          <maml:para>Field of the root of the api result set for forming parts.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>



$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;


$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip

$DonutPart &#x3D; Initialize-DonutPart -Condition &quot;MyCondition&quot; -Label $Label -Field &quot;MyField&quot; -Tooltip $Tooltip -DrilldownId &quot;MyDrilldownId&quot; -Navigation &quot;MyNavigation&quot; -RenderConfiguration $RenderConfiguration -HideEmptyLegend $false

$DonutSection &#x3D; Initialize-DonutSection -Parts $DonutPart -Template $false -RowListField &quot;MyRowListField&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DonutSection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$DonutPart &#x3D; Initialize-DonutPart -Field &quot;MyField&quot;

$DonutSection &#x3D; Initialize-DonutSection -Parts $DonutPart
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DonutSection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DpuInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DpuInfo</command:noun>
      <maml:description>
        <maml:para>Details of data processing unit (DPU) present on a ESXi Host.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Details of data processing unit (DPU) present on a ESXi Host.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DpuInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DpuId</maml:name>
          <maml:Description>
            <maml:para>Specifies Id of DPU.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>Specifies state of DPU.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Model</maml:name>
          <maml:Description>
            <maml:para>Specifies the model of DPU.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vendor</maml:name>
          <maml:Description>
            <maml:para>Specifies the vendor of DPU.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FirmwareVersion</maml:name>
          <maml:Description>
            <maml:para>Specifies the firmware version of DPU.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OsVersion</maml:name>
          <maml:Description>
            <maml:para>Specifies the operating system version of DPU.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsPrimary</maml:name>
          <maml:Description>
            <maml:para>Specifies whether this is considered the primary DPU in the host.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DpuId</maml:name>
        <maml:Description>
          <maml:para>Specifies Id of DPU.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>Specifies state of DPU.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Model</maml:name>
        <maml:Description>
          <maml:para>Specifies the model of DPU.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vendor</maml:name>
        <maml:Description>
          <maml:para>Specifies the vendor of DPU.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FirmwareVersion</maml:name>
        <maml:Description>
          <maml:para>Specifies the firmware version of DPU.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OsVersion</maml:name>
        <maml:Description>
          <maml:para>Specifies the operating system version of DPU.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsPrimary</maml:name>
        <maml:Description>
          <maml:para>Specifies whether this is considered the primary DPU in the host.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$DpuInfo &#x3D; Initialize-DpuInfo -DpuId &quot;MyDpuId&quot; -State &quot;UNAVAILABLE&quot; -Model &quot;MyModel&quot; -Vendor &quot;MyVendor&quot; -FirmwareVersion &quot;MyFirmwareVersion&quot; -OsVersion &quot;MyOsVersion&quot; -IsPrimary $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DpuInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DpuInfo &#x3D; Initialize-DpuInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DpuInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DriverConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DriverConfig</command:noun>
      <maml:description>
        <maml:para>These are driver specific configuration options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>These are driver specific configuration options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DriverConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigType</maml:name>
          <maml:Description>
            <maml:para>The specific type of config.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Version</maml:name>
          <maml:Description>
            <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigParams</maml:name>
          <maml:Description>
            <maml:para>List of parameters that could be used to configure high performance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</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>HighPerformanceConfigType</maml:name>
        <maml:Description>
          <maml:para>The specific type of config.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Version</maml:name>
        <maml:Description>
          <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HighPerformanceConfigParams</maml:name>
        <maml:Description>
          <maml:para>List of parameters that could be used to configure high performance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HighPerformanceConfigParams &#x3D; Initialize-HighPerformanceConfigParams -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$DriverConfig &#x3D; Initialize-DriverConfig -HighPerformanceConfigType &quot;ADV_CONFIG&quot; -Version &quot;MyVersion&quot; -HighPerformanceConfigParams $HighPerformanceConfigParams
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DriverConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$DriverConfig &#x3D; Initialize-DriverConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DriverConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DropdownFilterPlotConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DropdownFilterPlotConfiguration</command:noun>
      <maml:description>
        <maml:para>Dropdown Filter plotting configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dropdown Filter plotting configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DropdownFilterPlotConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the given chart config is applied to the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllowMaximize</maml:name>
          <maml:Description>
            <maml:para>Allow maximize capability for this widget</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the given chart config is applied to the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllowMaximize</maml:name>
        <maml:Description>
          <maml:para>Allow maximize capability for this widget</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$DropdownFilterPlotConfiguration &#x3D; Initialize-DropdownFilterPlotConfiguration -Condition &quot;MyCondition&quot; -AllowMaximize $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DropdownFilterPlotConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DropdownFilterPlotConfiguration &#x3D; Initialize-DropdownFilterPlotConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DropdownFilterPlotConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DropdownFilterWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DropdownFilterWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for dropdown filter widget.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for dropdown filter widget.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DropdownFilterWidgetConfiguration</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>$DropdownFilterWidgetConfiguration &#x3D; Initialize-DropdownFilterWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DropdownFilterWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DropdownFilterWidgetConfiguration &#x3D; Initialize-DropdownFilterWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DropdownFilterWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DropdownItem</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DropdownItem</command:noun>
      <maml:description>
        <maml:para>Dropdown item definition</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dropdown item definition</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DropdownItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Field</maml:name>
          <maml:Description>
            <maml:para>An expression that represents the items of the dropdown filter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>expression to extract display name to be shown in the drop down.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ShortDisplayName</maml:name>
          <maml:Description>
            <maml:para>Property value is shown in the drop down input box for a filter. If the value is not provided &#39;display_name&#39; property value is used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Value of filter inside dropdown filter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdditionalValue</maml:name>
          <maml:Description>
            <maml:para>An additional key-value pair for item to be display in dropdown.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Field</maml:name>
        <maml:Description>
          <maml:para>An expression that represents the items of the dropdown filter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>expression to extract display name to be shown in the drop down.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ShortDisplayName</maml:name>
        <maml:Description>
          <maml:para>Property value is shown in the drop down input box for a filter. If the value is not provided &#39;display_name&#39; property value is used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Value of filter inside dropdown filter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AdditionalValue</maml:name>
        <maml:Description>
          <maml:para>An additional key-value pair for item to be display in dropdown.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DropdownItem &#x3D; Initialize-DropdownItem -Field &quot;MyField&quot; -DisplayName &quot;MyDisplayName&quot; -ShortDisplayName &quot;MyShortDisplayName&quot; -Value &quot;MyValue&quot; -AdditionalValue 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DropdownItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DropdownItem &#x3D; Initialize-DropdownItem -Field &quot;MyField&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DropdownItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DscpBit</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DscpBit</command:noun>
      <maml:description>
        <maml:para>To define the Dscp bit in Global In-band network telemetry configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>To define the Dscp bit in Global In-band network telemetry configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DscpBit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IndicatorType</maml:name>
          <maml:Description>
            <maml:para>The method for indicating the existence of INT header.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IndicatorType</maml:name>
        <maml:Description>
          <maml:para>The method for indicating the existence of INT header.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DscpBit &#x3D; Initialize-DscpBit -IndicatorType &quot;DSCP_BIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DscpBit with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DscpBit &#x3D; Initialize-DscpBit
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DscpBit with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DscpIndicator</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DscpIndicator</command:noun>
      <maml:description>
        <maml:para>The DscpIndicator is the base class for global In-band network telemetry configurations for different types in a NSX domain. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The DscpIndicator is the base class for global In-band network telemetry configurations for different types in a NSX domain. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DscpIndicator</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IndicatorType</maml:name>
          <maml:Description>
            <maml:para>The method for indicating the existence of INT header.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IndicatorType</maml:name>
        <maml:Description>
          <maml:para>The method for indicating the existence of INT header.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DscpIndicator &#x3D; Initialize-DscpIndicator -IndicatorType &quot;DSCP_BIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DscpIndicator with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DscpIndicator &#x3D; Initialize-DscpIndicator -IndicatorType &quot;DSCP_BIT&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DscpIndicator with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DscpValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DscpValue</command:noun>
      <maml:description>
        <maml:para>To define the Dscp value in Global In-band network telemetry configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>To define the Dscp value in Global In-band network telemetry configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DscpValue</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IndicatorType</maml:name>
          <maml:Description>
            <maml:para>The method for indicating the existence of INT header.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IndicatorType</maml:name>
        <maml:Description>
          <maml:para>The method for indicating the existence of INT header.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DscpValue &#x3D; Initialize-DscpValue -IndicatorType &quot;DSCP_BIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DscpValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DscpValue &#x3D; Initialize-DscpValue
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DscpValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-DuplicateIPDetectionOptions</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>DuplicateIPDetectionOptions</command:noun>
      <maml:description>
        <maml:para>Contains dupliacte IP detection related discovery options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains dupliacte IP detection related discovery options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-DuplicateIPDetectionOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DuplicateIpDetectionEnabled</maml:name>
          <maml:Description>
            <maml:para>Indicates whether duplicate IP detection should be 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DuplicateIpDetectionEnabled</maml:name>
        <maml:Description>
          <maml:para>Indicates whether duplicate IP detection should be 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$DuplicateIPDetectionOptions &#x3D; Initialize-DuplicateIPDetectionOptions -DuplicateIpDetectionEnabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DuplicateIPDetectionOptions with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$DuplicateIPDetectionOptions &#x3D; Initialize-DuplicateIPDetectionOptions
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-DuplicateIPDetectionOptions with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EdgeHostAffinityConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EdgeHostAffinityConfig</command:noun>
      <maml:description>
        <maml:para>This config allows edge VM to be pinned to a host group. Edge VM to host group affinity rule is configured to define the placement boundary of Edge VM. BestEffortRestart policy is also configured on the VM, with the help of a BER_Edge_VM_Tag, which aligns Edge VM power cycle with the assigned host&#39;s maintenance operation. When edge&#39;s current host enters host maintenance mode, Edge VM shall gracefully shut down. Once the host exits maintenance mode, edge will get powered on, provided there are no other compatible hosts available in the given host group. If other hosts are available in the given host group, edge will gracefully shut down once the current host enters maintenance mode, and shall be powered on upon another compatible host in the given host group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This config allows edge VM to be pinned to a host group. Edge VM to host group affinity rule is configured to define the placement boundary of Edge VM. BestEffortRestart policy is also configured on the VM, with the help of a BER_Edge_VM_Tag, which aligns Edge VM power cycle with the assigned host&#39;s maintenance operation. When edge&#39;s current host enters host maintenance mode, Edge VM shall gracefully shut down. Once the host exits maintenance mode, edge will get powered on, provided there are no other compatible hosts available in the given host group. If other hosts are available in the given host group, edge will gracefully shut down once the current host enters maintenance mode, and shall be powered on upon another compatible host in the given host group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EdgeHostAffinityConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostGroupName</maml:name>
          <maml:Description>
            <maml:para>Host group name as created on VC to which edge VM is to be pinned. This will configure a ClusterVmHostRuleInfo affinity rule, between Edge VM and given host group </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostGroupName</maml:name>
        <maml:Description>
          <maml:para>Host group name as created on VC to which edge VM is to be pinned. This will configure a ClusterVmHostRuleInfo affinity rule, between Edge VM and given host group </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$EdgeHostAffinityConfig &#x3D; Initialize-EdgeHostAffinityConfig -HostGroupName &quot;MyHostGroupName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EdgeHostAffinityConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EdgeHostAffinityConfig &#x3D; Initialize-EdgeHostAffinityConfig -HostGroupName &quot;MyHostGroupName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EdgeHostAffinityConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EgressRateLimiter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EgressRateLimiter</command:noun>
      <maml:description>
        <maml:para>A shaper that specifies egress rate properties in Mb/s</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A shaper that specifies egress rate properties in Mb/s</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EgressRateLimiter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Type rate limiter </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Type rate limiter </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$EgressRateLimiter &#x3D; Initialize-EgressRateLimiter -ResourceType &quot;IngressRateLimiter&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EgressRateLimiter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EgressRateLimiter &#x3D; Initialize-EgressRateLimiter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EgressRateLimiter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EndpointPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EndpointPolicy</command:noun>
      <maml:description>
        <maml:para>Ordered list of Endpoint Rules ordered by sequence number of the entries. The maximum number of policies is 25. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ordered list of Endpoint Rules ordered by sequence number of the entries. The maximum number of policies is 25. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EndpointPolicy</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>$EndpointPolicy &#x3D; Initialize-EndpointPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EndpointPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EndpointPolicy &#x3D; Initialize-EndpointPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EndpointPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EndpointRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EndpointRule</command:noun>
      <maml:description>
        <maml:para>Endpoint Rule comes from user configuration. User configures Endpoint Rule to specify what services are applied on the groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Endpoint Rule comes from user configuration. User configures Endpoint Rule to specify what services are applied on the groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EndpointRule</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>$EndpointRule &#x3D; Initialize-EndpointRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EndpointRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EndpointRule &#x3D; Initialize-EndpointRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EndpointRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcedStatusDetailsNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcedStatusDetailsNsxT</command:noun>
      <maml:description>
        <maml:para>Detailed Realized Status of an intent object on an NSX-T type of enforcement point. This is a detailed view of the Realized Status of an intent object from an NSX-T enforcement point perspective. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Detailed Realized Status of an intent object on an NSX-T type of enforcement point. This is a detailed view of the Realized Status of an intent object from an NSX-T enforcement point perspective. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcedStatusDetailsNsxT</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcedStatusInfo</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.EnforcedStatusInfoNsxT</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.EnforcedStatusInfoNsxT</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PendingChangesInfo</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PendingChangesInfoNsxT</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.PendingChangesInfoNsxT</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>EnforcedStatusInfo</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.EnforcedStatusInfoNsxT</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.EnforcedStatusInfoNsxT</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PendingChangesInfo</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PendingChangesInfoNsxT</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.PendingChangesInfoNsxT</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$EnforcedStatusNsxT &#x3D; Initialize-EnforcedStatusNsxT -Status &quot;UNINITIALIZED&quot; -StatusMessage &quot;MyStatusMessage&quot;
$EnforcedStatusPerScopeNsxT &#x3D; Initialize-EnforcedStatusPerScopeNsxT -ResourceType &quot;TransportNodeSpanEnforcedStatus&quot;
$EnforcedStatusInfoNsxT &#x3D; Initialize-EnforcedStatusInfoNsxT -EnforcedStatus $EnforcedStatusNsxT -EnforcedStatusPerScope $EnforcedStatusPerScopeNsxT

$PendingChangesInfoNsxT &#x3D; Initialize-PendingChangesInfoNsxT -PendingChangesFlag $false
$EnforcedStatusDetailsNsxT &#x3D; Initialize-EnforcedStatusDetailsNsxT -EnforcedStatusInfo $EnforcedStatusInfoNsxT -PendingChangesInfo $PendingChangesInfoNsxT
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusDetailsNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$EnforcedStatusDetailsNsxT &#x3D; Initialize-EnforcedStatusDetailsNsxT
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusDetailsNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-EnforcedStatusInfoNsxT</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-PendingChangesInfoNsxT</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcedStatusInfoNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcedStatusInfoNsxT</command:noun>
      <maml:description>
        <maml:para>Information about the realized status of the intent object on an NSX-T type of enforcement point. Some very recent changes may be excluded when preparing this information, which is indicated by Pending Changes Info. In addition to the realized status across all scopes, this information holds details about enforced realized status per scope. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about the realized status of the intent object on an NSX-T type of enforcement point. Some very recent changes may be excluded when preparing this information, which is indicated by Pending Changes Info. In addition to the realized status across all scopes, this information holds details about enforced realized status per scope. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcedStatusInfoNsxT</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcedStatus</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcedStatusPerScope</maml:name>
          <maml:Description>
            <maml:para>List of Enforced Realized Status per Scope.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.EnforcedStatusPerScopeNsxT&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.EnforcedStatusPerScopeNsxT&gt;</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>EnforcedStatus</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnforcedStatusPerScope</maml:name>
        <maml:Description>
          <maml:para>List of Enforced Realized Status per Scope.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.EnforcedStatusPerScopeNsxT&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.EnforcedStatusPerScopeNsxT&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$EnforcedStatusNsxT &#x3D; Initialize-EnforcedStatusNsxT -Status &quot;UNINITIALIZED&quot; -StatusMessage &quot;MyStatusMessage&quot;
$EnforcedStatusPerScopeNsxT &#x3D; Initialize-EnforcedStatusPerScopeNsxT -ResourceType &quot;TransportNodeSpanEnforcedStatus&quot;
$EnforcedStatusInfoNsxT &#x3D; Initialize-EnforcedStatusInfoNsxT -EnforcedStatus $EnforcedStatusNsxT -EnforcedStatusPerScope $EnforcedStatusPerScopeNsxT
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusInfoNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$EnforcedStatusInfoNsxT &#x3D; Initialize-EnforcedStatusInfoNsxT
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusInfoNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-EnforcedStatusNsxT</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcedStatusNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcedStatusNsxT</command:noun>
      <maml:description>
        <maml:para>NSX-T Enforced Status.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>NSX-T Enforced Status.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcedStatusNsxT</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Status</maml:name>
          <maml:Description>
            <maml:para>Enforced Realized Status.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StatusMessage</maml:name>
          <maml:Description>
            <maml:para>Status Message conveying hints depending on the status 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Status</maml:name>
        <maml:Description>
          <maml:para>Enforced Realized Status.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StatusMessage</maml:name>
        <maml:Description>
          <maml:para>Status Message conveying hints depending on the status 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$EnforcedStatusNsxT &#x3D; Initialize-EnforcedStatusNsxT -Status &quot;UNINITIALIZED&quot; -StatusMessage &quot;MyStatusMessage&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EnforcedStatusNsxT &#x3D; Initialize-EnforcedStatusNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcedStatusPerScopeNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcedStatusPerScopeNsxT</command:noun>
      <maml:description>
        <maml:para>NSX-T Detailed Realized Status Per Scope. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>NSX-T Detailed Realized Status Per Scope. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcedStatusPerScopeNsxT</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Enforced Realized Status Per Scope Resource Type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Enforced Realized Status Per Scope Resource Type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$EnforcedStatusPerScopeNsxT &#x3D; Initialize-EnforcedStatusPerScopeNsxT -ResourceType &quot;TransportNodeSpanEnforcedStatus&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusPerScopeNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EnforcedStatusPerScopeNsxT &#x3D; Initialize-EnforcedStatusPerScopeNsxT -ResourceType &quot;TransportNodeSpanEnforcedStatus&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusPerScopeNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcedStatusPerTransportNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcedStatusPerTransportNode</command:noun>
      <maml:description>
        <maml:para>Detailed Realized Status Per Transport Node.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Detailed Realized Status Per Transport Node.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcedStatusPerTransportNode</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing the 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>NsxId</maml:name>
          <maml:Description>
            <maml:para>UUID identifying uniquely the 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>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Display name of the 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>EnforcedStatus</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</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>Path</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing the 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>NsxId</maml:name>
        <maml:Description>
          <maml:para>UUID identifying uniquely the 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>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Display name of the 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>EnforcedStatus</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.EnforcedStatusNsxT</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$EnforcedStatusNsxT &#x3D; Initialize-EnforcedStatusNsxT -Status &quot;UNINITIALIZED&quot; -StatusMessage &quot;MyStatusMessage&quot;
$EnforcedStatusPerTransportNode &#x3D; Initialize-EnforcedStatusPerTransportNode -Path &quot;MyPath&quot; -NsxId &quot;MyNsxId&quot; -DisplayName &quot;MyDisplayName&quot; -EnforcedStatus $EnforcedStatusNsxT
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusPerTransportNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$EnforcedStatusPerTransportNode &#x3D; Initialize-EnforcedStatusPerTransportNode
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcedStatusPerTransportNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-EnforcedStatusNsxT</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcementPoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcementPoint</command:noun>
      <maml:description>
        <maml:para>Enforcement point is the endpoint where policy configurations are applied. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Enforcement point is the endpoint where policy configurations are applied. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcementPoint</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>$EnforcementPoint &#x3D; Initialize-EnforcementPoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcementPoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EnforcementPoint &#x3D; Initialize-EnforcementPoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcementPoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EnforcementPointConnectionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EnforcementPointConnectionInfo</command:noun>
      <maml:description>
        <maml:para>Contains information required to connect to enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains information required to connect to enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EnforcementPointConnectionInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointAddress</maml:name>
          <maml:Description>
            <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Resource Type of Enforcement Point Connection Info.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnforcementPointAddress</maml:name>
        <maml:Description>
          <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Resource Type of Enforcement Point Connection Info.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$EnforcementPointConnectionInfo &#x3D; Initialize-EnforcementPointConnectionInfo -EnforcementPointAddress &quot;MyEnforcementPointAddress&quot; -ResourceType &quot;NSXTConnectionInfo&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcementPointConnectionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EnforcementPointConnectionInfo &#x3D; Initialize-EnforcementPointConnectionInfo -EnforcementPointAddress &quot;MyEnforcementPointAddress&quot; -ResourceType &quot;NSXTConnectionInfo&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EnforcementPointConnectionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EntityInstanceCountConstraintExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EntityInstanceCountConstraintExpression</command:noun>
      <maml:description>
        <maml:para>Represents the leaf level constraint to restrict the number of instances of an entity type that can be created. Lowering the limit on the number of instances of a given type is allowed even in cases where there are instances more than the specified limit already in the system. In this case, creation of new instances of that type will be disallowed unless the number of instances goes below the limit. One of the main usage of this expression is to implement Quotas in the multi-tenancy context. It allows to limit the number of resources which can be created inside a Project or Vpc. It also forbids consumption of specific resource by putting its entity count to 0. Note that, update/delete operations will continue to be allowed on already created instances. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the leaf level constraint to restrict the number of instances of an entity type that can be created. Lowering the limit on the number of instances of a given type is allowed even in cases where there are instances more than the specified limit already in the system. In this case, creation of new instances of that type will be disallowed unless the number of instances goes below the limit. One of the main usage of this expression is to implement Quotas in the multi-tenancy context. It allows to limit the number of resources which can be created inside a Project or Vpc. It also forbids consumption of specific resource by putting its entity count to 0. Note that, update/delete operations will continue to be allowed on already created instances. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EntityInstanceCountConstraintExpression</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>$EntityInstanceCountConstraintExpression &#x3D; Initialize-EntityInstanceCountConstraintExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EntityInstanceCountConstraintExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EntityInstanceCountConstraintExpression &#x3D; Initialize-EntityInstanceCountConstraintExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EntityInstanceCountConstraintExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ErrorResolverMetadata</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ErrorResolverMetadata</command:noun>
      <maml:description>
        <maml:para>Error along with its metadata</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Error along with its metadata</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ErrorResolverMetadata</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ErrorId</maml:name>
          <maml:Description>
            <maml:para>The error id as reported by the entity where the error occurred.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EntityId</maml:name>
          <maml:Description>
            <maml:para>The entity/node UUID where the error has occurred.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UserMetadata</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserMetadata</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserMetadata</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SystemMetadata</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ErrorResolverSystemMetadata</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverSystemMetadata</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>The error id as reported by the entity where the error occurred.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EntityId</maml:name>
        <maml:Description>
          <maml:para>The entity/node UUID where the error has occurred.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UserMetadata</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserMetadata</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserMetadata</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SystemMetadata</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ErrorResolverSystemMetadata</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverSystemMetadata</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ErrorResolverUserInputData -PropertyName &quot;MyPropertyName&quot; -DataType &quot;TEXT&quot; -PropertyValue &quot;MyPropertyValue&quot;
$ErrorResolverUserMetadata &#x3D; Initialize-ErrorResolverUserMetadata -UserInputList $ErrorResolverUserInputData

$ErrorResolverSystemMetadata &#x3D; Initialize-ErrorResolverSystemMetadata -Value &quot;MyValue&quot;
$ErrorResolverMetadata &#x3D; Initialize-ErrorResolverMetadata -ErrorId 0 -EntityId &quot;MyEntityId&quot; -UserMetadata $ErrorResolverUserMetadata -SystemMetadata $ErrorResolverSystemMetadata
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverMetadata with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ErrorResolverMetadata &#x3D; Initialize-ErrorResolverMetadata -ErrorId 0 -EntityId &quot;MyEntityId&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverMetadata with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-ErrorResolverUserMetadata</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-ErrorResolverSystemMetadata</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ErrorResolverMetadataList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ErrorResolverMetadataList</command:noun>
      <maml:description>
        <maml:para>List of errors with their metadata</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of errors with their metadata</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ErrorResolverMetadataList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Errors</maml:name>
          <maml:Description>
            <maml:para>List of errors with their corresponding metadata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadata&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadata&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Errors</maml:name>
        <maml:Description>
          <maml:para>List of errors with their corresponding metadata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadata&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadata&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ErrorResolverUserInputData -PropertyName &quot;MyPropertyName&quot; -DataType &quot;TEXT&quot; -PropertyValue &quot;MyPropertyValue&quot;
$ErrorResolverUserMetadata &#x3D; Initialize-ErrorResolverUserMetadata -UserInputList $ErrorResolverUserInputData

$ErrorResolverSystemMetadata &#x3D; Initialize-ErrorResolverSystemMetadata -Value &quot;MyValue&quot;
$ErrorResolverMetadata &#x3D; Initialize-ErrorResolverMetadata -ErrorId 0 -EntityId &quot;MyEntityId&quot; -UserMetadata $ErrorResolverUserMetadata -SystemMetadata $ErrorResolverSystemMetadata

$ErrorResolverMetadataList &#x3D; Initialize-ErrorResolverMetadataList -Errors $ErrorResolverMetadata
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverMetadataList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$ErrorResolverMetadata &#x3D; Initialize-ErrorResolverMetadata -ErrorId 0 -EntityId &quot;MyEntityId&quot;

$ErrorResolverMetadataList &#x3D; Initialize-ErrorResolverMetadataList -Errors $ErrorResolverMetadata
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverMetadataList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ErrorResolverSystemMetadata</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ErrorResolverSystemMetadata</command:noun>
      <maml:description>
        <maml:para>Metadata fetched from an external system like Syslog or LogInsight.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Metadata fetched from an external system like Syslog or LogInsight.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ErrorResolverSystemMetadata</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>The value fetched from another system</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Value</maml:name>
        <maml:Description>
          <maml:para>The value fetched from another system</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ErrorResolverSystemMetadata &#x3D; Initialize-ErrorResolverSystemMetadata -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverSystemMetadata with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ErrorResolverSystemMetadata &#x3D; Initialize-ErrorResolverSystemMetadata
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverSystemMetadata with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ErrorResolverUserInputData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ErrorResolverUserInputData</command:noun>
      <maml:description>
        <maml:para>Corresponds to one property entered by the user</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Corresponds to one property entered by the user</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ErrorResolverUserInputData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PropertyName</maml:name>
          <maml:Description>
            <maml:para>Name of the property supplied by the user</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DataType</maml:name>
          <maml:Description>
            <maml:para>The datatype of the given property. Useful for data validation</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PropertyValue</maml:name>
          <maml:Description>
            <maml:para>The value associated with the above property</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PropertyName</maml:name>
        <maml:Description>
          <maml:para>Name of the property supplied by the user</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DataType</maml:name>
        <maml:Description>
          <maml:para>The datatype of the given property. Useful for data validation</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PropertyValue</maml:name>
        <maml:Description>
          <maml:para>The value associated with the above property</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ErrorResolverUserInputData -PropertyName &quot;MyPropertyName&quot; -DataType &quot;TEXT&quot; -PropertyValue &quot;MyPropertyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverUserInputData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ErrorResolverUserInputData &#x3D; Initialize-ErrorResolverUserInputData -PropertyName &quot;MyPropertyName&quot; -DataType &quot;TEXT&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverUserInputData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ErrorResolverUserMetadata</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ErrorResolverUserMetadata</command:noun>
      <maml:description>
        <maml:para>User supplied metadata needed for resolving errors</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User supplied metadata needed for resolving errors</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ErrorResolverUserMetadata</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UserInputList</maml:name>
          <maml:Description>
            <maml:para>List of user supplied input data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserInputData&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserInputData&gt;</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>UserInputList</maml:name>
        <maml:Description>
          <maml:para>List of user supplied input data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserInputData&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ErrorResolverUserInputData&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ErrorResolverUserInputData -PropertyName &quot;MyPropertyName&quot; -DataType &quot;TEXT&quot; -PropertyValue &quot;MyPropertyValue&quot;
$ErrorResolverUserMetadata &#x3D; Initialize-ErrorResolverUserMetadata -UserInputList $ErrorResolverUserInputData
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverUserMetadata with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ErrorResolverUserMetadata &#x3D; Initialize-ErrorResolverUserMetadata
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ErrorResolverUserMetadata with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EtherTypeServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EtherTypeServiceEntry</command:noun>
      <maml:description>
        <maml:para>A ServiceEntry that represents an ethertype protocol</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ServiceEntry that represents an ethertype protocol</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EtherTypeServiceEntry</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>$EtherTypeServiceEntry &#x3D; Initialize-EtherTypeServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EtherTypeServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EtherTypeServiceEntry &#x3D; Initialize-EtherTypeServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EtherTypeServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EthernetHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EthernetHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EthernetHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcMac</maml:name>
          <maml:Description>
            <maml:para>The source MAC address of form: \&quot;^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\&quot;. For example: 00:00:00:00:00:00. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstMac</maml:name>
          <maml:Description>
            <maml:para>The destination MAC address of form: \&quot;^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\&quot;. For example: 00:00:00:00:00:00. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EthType</maml:name>
          <maml:Description>
            <maml:para>This field defaults to IPv4.</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>2048</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcMac</maml:name>
        <maml:Description>
          <maml:para>The source MAC address of form: \&quot;^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\&quot;. For example: 00:00:00:00:00:00. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstMac</maml:name>
        <maml:Description>
          <maml:para>The destination MAC address of form: \&quot;^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\&quot;. For example: 00:00:00:00:00:00. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EthType</maml:name>
        <maml:Description>
          <maml:para>This field defaults to IPv4.</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>2048</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$EthernetHeader &#x3D; Initialize-EthernetHeader -SrcMac &quot;MySrcMac&quot; -DstMac &quot;MyDstMac&quot; -EthType 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EthernetHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EthernetHeader &#x3D; Initialize-EthernetHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EthernetHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Evaluation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Evaluation</command:noun>
      <maml:description>
        <maml:para>Criterion Evaluation is the basic logical condition to evaluate whether the event could be potentially met. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Criterion Evaluation is the basic logical condition to evaluate whether the event could be potentially met. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Evaluation</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Criterion Evaluation resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Criterion Evaluation resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Evaluation &#x3D; Initialize-Evaluation -ResourceType &quot;SourceFieldEvaluation&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Evaluation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Evaluation &#x3D; Initialize-Evaluation -ResourceType &quot;SourceFieldEvaluation&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Evaluation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Event</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Event</command:noun>
      <maml:description>
        <maml:para>The Event is the criterion or criteria applied to the source and, when met, prompt Policy to run the action. All Reaction Events are constructed with reference to the object, the \&quot;source\&quot;, that is logically deemed to be the object upon which the Event in question initially occurred upon. Some example events include: - New object was created. - Change in realization state. - Specific API is called. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Event is the criterion or criteria applied to the source and, when met, prompt Policy to run the action. All Reaction Events are constructed with reference to the object, the \&quot;source\&quot;, that is logically deemed to be the object upon which the Event in question initially occurred upon. Some example events include: - New object was created. - Change in realization state. - Specific API is called. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Event</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Source</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Source</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Criteria</maml:name>
          <maml:Description>
            <maml:para>Criteria applied to the source and, if satisfied, would trigger the action. Criteria is composed of criterions. In order for the Criteria to be met, only one of the criterion must be fulfilled (implicit OR). </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Criterion&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Criterion&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Source</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Source</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Criteria</maml:name>
        <maml:Description>
          <maml:para>Criteria applied to the source and, if satisfied, would trigger the action. Criteria is composed of criterions. In order for the Criteria to be met, only one of the criterion must be fulfilled (implicit OR). </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Criterion&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Criterion&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Source &#x3D; Initialize-Source -ResourceType &quot;ResourceOperation&quot;

$Evaluation &#x3D; Initialize-Evaluation -ResourceType &quot;SourceFieldEvaluation&quot;
$Criterion &#x3D; Initialize-Criterion -Evaluations $Evaluation

$Event &#x3D; Initialize-Event -Source $Source -Criteria $Criterion
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Event with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Source &#x3D; Initialize-Source -ResourceType &quot;ResourceOperation&quot;
$Event &#x3D; Initialize-Event -Source $Source
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Event with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Source</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EvpnConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EvpnConfig</command:noun>
      <maml:description>
        <maml:para>Evpn Configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Evpn Configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EvpnConfig</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>$EvpnConfig &#x3D; Initialize-EvpnConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EvpnConfig &#x3D; Initialize-EvpnConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EvpnEncapConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EvpnEncapConfig</command:noun>
      <maml:description>
        <maml:para>Encapsulation method for EVPN.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Encapsulation method for EVPN.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EvpnEncapConfig</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>$EvpnEncapConfig &#x3D; Initialize-EvpnEncapConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnEncapConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EvpnEncapConfig &#x3D; Initialize-EvpnEncapConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnEncapConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EvpnTenantConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EvpnTenantConfig</command:noun>
      <maml:description>
        <maml:para>This resource is relevant only when Evpn Service is configured in ROUTE-SERVER mode. The resource defines Vlans to VNIs mappings used by Evpn tenant VMs for overlay VXLAN transmission when attached to vRouter. The resource contains overlay transport_zone_path and vni_pool_path to orchestrate creation of child Logical-Switches. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This resource is relevant only when Evpn Service is configured in ROUTE-SERVER mode. The resource defines Vlans to VNIs mappings used by Evpn tenant VMs for overlay VXLAN transmission when attached to vRouter. The resource contains overlay transport_zone_path and vni_pool_path to orchestrate creation of child Logical-Switches. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EvpnTenantConfig</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>$EvpnTenantConfig &#x3D; Initialize-EvpnTenantConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnTenantConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EvpnTenantConfig &#x3D; Initialize-EvpnTenantConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnTenantConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-EvpnTunnelEndpointConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>EvpnTunnelEndpointConfig</command:noun>
      <maml:description>
        <maml:para>Evpn Tunnel Endpoint Configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Evpn Tunnel Endpoint Configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-EvpnTunnelEndpointConfig</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>$EvpnTunnelEndpointConfig &#x3D; Initialize-EvpnTunnelEndpointConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnTunnelEndpointConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$EvpnTunnelEndpointConfig &#x3D; Initialize-EvpnTunnelEndpointConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-EvpnTunnelEndpointConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ExcludedMembersList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ExcludedMembersList</command:noun>
      <maml:description>
        <maml:para>Represents the list of members that need to be excluded</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the list of members that need to be excluded</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ExcludedMembersList</maml:name>
        <command:parameter required="false" 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:parameter required="false" 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="false" 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:parameter required="false" 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>
$IPAddressExpression &#x3D; Initialize-IPAddressExpression
$PathExpression &#x3D; Initialize-PathExpression
$ExcludedMembersList &#x3D; Initialize-ExcludedMembersList -IpAddressExpression $IPAddressExpression -PathExpression $PathExpression
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExcludedMembersList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ExcludedMembersList &#x3D; Initialize-ExcludedMembersList
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExcludedMembersList 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>
      <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>Initialize-ExportRequestParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ExportRequestParameter</command:noun>
      <maml:description>
        <maml:para>This holds the request parameters required to invoke export task. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This holds the request parameters required to invoke export task. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ExportRequestParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DraftPath</maml:name>
          <maml:Description>
            <maml:para>Policy path of a draft which is to be exported. If not provided, current firewall configuration will then 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Passphrase</maml:name>
          <maml:Description>
            <maml:para>Passphrase to sign exported files. The passphrase specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one non-space special character. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>DraftPath</maml:name>
        <maml:Description>
          <maml:para>Policy path of a draft which is to be exported. If not provided, current firewall configuration will then 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Passphrase</maml:name>
        <maml:Description>
          <maml:para>Passphrase to sign exported files. The passphrase specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one non-space special character. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ExportRequestParameter -DraftPath &quot;MyDraftPath&quot; -Passphrase &quot;MyPassphrase&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExportRequestParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ExportRequestParameter &#x3D; Initialize-ExportRequestParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExportRequestParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Expression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Expression</command:noun>
      <maml:description>
        <maml:para>All the nodes of the expression extend from this abstract class. This is present for extensibility. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All the nodes of the expression extend from this abstract class. This is present for extensibility. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Expression</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>$Expression &#x3D; Initialize-Expression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Expression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Expression &#x3D; Initialize-Expression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Expression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ExternalAddressBinding</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ExternalAddressBinding</command:noun>
      <maml:description>
        <maml:para>External Address Binding</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>External Address Binding</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ExternalAddressBinding</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ExternalIpAddress</maml:name>
          <maml:Description>
            <maml:para>External IP from external IP block. if not specified system will reserved IP external IP 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>AllocatedExternalIpPath</maml:name>
          <maml:Description>
            <maml:para>Path of the allocated IP address for using specific external_ip_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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ExternalIpAddress</maml:name>
        <maml:Description>
          <maml:para>External IP from external IP block. if not specified system will reserved IP external IP 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>AllocatedExternalIpPath</maml:name>
        <maml:Description>
          <maml:para>Path of the allocated IP address for using specific external_ip_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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ExternalAddressBinding &#x3D; Initialize-ExternalAddressBinding -ExternalIpAddress &quot;MyExternalIpAddress&quot; -AllocatedExternalIpPath &quot;MyAllocatedExternalIpPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExternalAddressBinding with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ExternalAddressBinding &#x3D; Initialize-ExternalAddressBinding
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExternalAddressBinding with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ExternalGatewayBfdConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ExternalGatewayBfdConfig</command:noun>
      <maml:description>
        <maml:para>Configuration for BFD session between host nodes and external gateways. If this configuration is not provided, system defaults are applied. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for BFD session between host nodes and external gateways. If this configuration is not provided, system defaults are applied. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ExternalGatewayBfdConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BfdProfilePath</maml:name>
          <maml:Description>
            <maml:para>Policy path to Bfd Profile</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable BFD session.</maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BfdProfilePath</maml:name>
        <maml:Description>
          <maml:para>Policy path to Bfd Profile</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable BFD session.</maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ExternalGatewayBfdConfig &#x3D; Initialize-ExternalGatewayBfdConfig -BfdProfilePath &quot;MyBfdProfilePath&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExternalGatewayBfdConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ExternalGatewayBfdConfig &#x3D; Initialize-ExternalGatewayBfdConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExternalGatewayBfdConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ExternalIDExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ExternalIDExpression</command:noun>
      <maml:description>
        <maml:para>Represents external ID expressions in the form of an array, to support addition of objects like virtual interfaces, virtual machines, CloudNativeServiceInstance BareMetalServer, BareMetalServerInterface to a group.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents external ID expressions in the form of an array, to support addition of objects like virtual interfaces, virtual machines, CloudNativeServiceInstance BareMetalServer, BareMetalServerInterface to a group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ExternalIDExpression</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>$ExternalIDExpression &#x3D; Initialize-ExternalIDExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExternalIDExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ExternalIDExpression &#x3D; Initialize-ExternalIDExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ExternalIDExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FIPSGlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FIPSGlobalConfig</command:noun>
      <maml:description>
        <maml:para>Global configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FIPSGlobalConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LbFipsEnabled</maml:name>
          <maml:Description>
            <maml:para>This is a deprecated property which is always set as true. When this flag is set to true FIPS mode will be set on ssl encryptions of load balancer feature. </maml:para>
          </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>TlsFipsEnabled</maml:name>
          <maml:Description>
            <maml:para>When this flag is set to true FIPS mode will be set on ssl encryptions of TLS inspection feature.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LbFipsEnabled</maml:name>
        <maml:Description>
          <maml:para>This is a deprecated property which is always set as true. When this flag is set to true FIPS mode will be set on ssl encryptions of load balancer feature. </maml:para>
        </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>TlsFipsEnabled</maml:name>
        <maml:Description>
          <maml:para>When this flag is set to true FIPS mode will be set on ssl encryptions of TLS inspection feature.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$FIPSGlobalConfig &#x3D; Initialize-FIPSGlobalConfig -LbFipsEnabled $false -TlsFipsEnabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FIPSGlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FIPSGlobalConfig &#x3D; Initialize-FIPSGlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FIPSGlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FabricHostNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FabricHostNode</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FabricHostNode</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Fqdn</maml:name>
          <maml:Description>
            <maml:para>Fully qualified domain name of the 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>IP Addresses of the Node, version 4 or 6. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DiscoveredIpAddresses</maml:name>
          <maml:Description>
            <maml:para>Discovered IP Addresses of the transport node, version 4 or 6</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OsType</maml:name>
          <maml:Description>
            <maml:para>Hypervisor type, for example ESXi or RHEL KVM</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OsVersion</maml:name>
          <maml:Description>
            <maml:para>Version of the hypervisor operating system</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ManagedByServer</maml:name>
          <maml:Description>
            <maml:para>The id of the vCenter server managing the ESXi type HostNode</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostCredential</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.HostNodeLoginCredential</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.HostNodeLoginCredential</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DiscoveredNodeId</maml:name>
          <maml:Description>
            <maml:para>Id of discovered node which was converted to create this 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>ComputeCollectionId</maml:name>
          <maml:Description>
            <maml:para>Id of the compute collection to which discovered node belongs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaintenanceModeState</maml:name>
          <maml:Description>
            <maml:para>Indicates host node&#39;s maintenance mode state. The state is ENTERING when a task to put the host in maintenance-mode is in progress. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>WindowsInstallLocation</maml:name>
          <maml:Description>
            <maml:para>Specify an installation folder to install the NSX kernel modules for Windows Server. By default, it is C:\\Program Files\\VMware\\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>Dpu</maml:name>
          <maml:Description>
            <maml:para>Specifies details of data processing units (DPU) present on ESXi Host.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DpuInfo&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DpuInfo&gt;</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>Fqdn</maml:name>
        <maml:Description>
          <maml:para>Fully qualified domain name of the 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>IP Addresses of the Node, version 4 or 6. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DiscoveredIpAddresses</maml:name>
        <maml:Description>
          <maml:para>Discovered IP Addresses of the transport node, version 4 or 6</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OsType</maml:name>
        <maml:Description>
          <maml:para>Hypervisor type, for example ESXi or RHEL KVM</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OsVersion</maml:name>
        <maml:Description>
          <maml:para>Version of the hypervisor operating system</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ManagedByServer</maml:name>
        <maml:Description>
          <maml:para>The id of the vCenter server managing the ESXi type HostNode</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostCredential</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.HostNodeLoginCredential</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.HostNodeLoginCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DiscoveredNodeId</maml:name>
        <maml:Description>
          <maml:para>Id of discovered node which was converted to create this 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>ComputeCollectionId</maml:name>
        <maml:Description>
          <maml:para>Id of the compute collection to which discovered node belongs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaintenanceModeState</maml:name>
        <maml:Description>
          <maml:para>Indicates host node&#39;s maintenance mode state. The state is ENTERING when a task to put the host in maintenance-mode is in progress. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>WindowsInstallLocation</maml:name>
        <maml:Description>
          <maml:para>Specify an installation folder to install the NSX kernel modules for Windows Server. By default, it is C:\\Program Files\\VMware\\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>Dpu</maml:name>
        <maml:Description>
          <maml:para>Specifies details of data processing units (DPU) present on ESXi Host.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DpuInfo&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DpuInfo&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HostNodeLoginCredential &#x3D; Initialize-HostNodeLoginCredential -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -Thumbprint &quot;MyThumbprint&quot;
$DpuInfo &#x3D; Initialize-DpuInfo -DpuId &quot;MyDpuId&quot; -State &quot;UNAVAILABLE&quot; -Model &quot;MyModel&quot; -Vendor &quot;MyVendor&quot; -FirmwareVersion &quot;MyFirmwareVersion&quot; -OsVersion &quot;MyOsVersion&quot; -IsPrimary $false
$FabricHostNode &#x3D; Initialize-FabricHostNode -Fqdn &quot;MyFqdn&quot; -IpAddresses &quot;MyIpAddresses&quot; -DiscoveredIpAddresses &quot;MyDiscoveredIpAddresses&quot; -OsType &quot;ESXI&quot; -OsVersion &quot;MyOsVersion&quot; -ManagedByServer &quot;MyManagedByServer&quot; -HostCredential $HostNodeLoginCredential -DiscoveredNodeId &quot;MyDiscoveredNodeId&quot; -ComputeCollectionId &quot;MyComputeCollectionId&quot; -MaintenanceModeState &quot;OFF&quot; -WindowsInstallLocation &quot;MyWindowsInstallLocation&quot; -Dpu $DpuInfo
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FabricHostNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$FabricHostNode &#x3D; Initialize-FabricHostNode -IpAddresses &quot;MyIpAddresses&quot; -OsType &quot;ESXI&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FabricHostNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-HostNodeLoginCredential</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FeaturePermission</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FeaturePermission</command:noun>
      <maml:description>
        <maml:para>Feature Permission</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Feature Permission</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FeaturePermission</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Feature</maml:name>
          <maml:Description>
            <maml:para>Feature Id</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FeatureName</maml:name>
          <maml:Description>
            <maml:para>Feature 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>FeatureDescription</maml:name>
          <maml:Description>
            <maml:para>Feature Description</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Permission</maml:name>
          <maml:Description>
            <maml:para>Permission</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsInternal</maml:name>
          <maml:Description>
            <maml:para>Is internal</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsExecuteRecommended</maml:name>
          <maml:Description>
            <maml:para>Is execute recommended</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Feature</maml:name>
        <maml:Description>
          <maml:para>Feature Id</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FeatureName</maml:name>
        <maml:Description>
          <maml:para>Feature 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>FeatureDescription</maml:name>
        <maml:Description>
          <maml:para>Feature Description</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Permission</maml:name>
        <maml:Description>
          <maml:para>Permission</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsInternal</maml:name>
        <maml:Description>
          <maml:para>Is internal</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsExecuteRecommended</maml:name>
        <maml:Description>
          <maml:para>Is execute recommended</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$FeaturePermission &#x3D; Initialize-FeaturePermission -Feature &quot;MyFeature&quot; -FeatureName &quot;MyFeatureName&quot; -FeatureDescription &quot;MyFeatureDescription&quot; -Permission &quot;crud&quot; -IsInternal $false -IsExecuteRecommended $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FeaturePermission with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FeaturePermission &#x3D; Initialize-FeaturePermission -Feature &quot;MyFeature&quot; -Permission &quot;crud&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FeaturePermission with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FeaturePermissionArray</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FeaturePermissionArray</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FeaturePermissionArray</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FeaturePermissions</maml:name>
          <maml:Description>
            <maml:para>Array of FeaturePermission</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.FeaturePermission&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.FeaturePermission&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FeaturePermissions</maml:name>
        <maml:Description>
          <maml:para>Array of FeaturePermission</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.FeaturePermission&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.FeaturePermission&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FeaturePermission -Feature &quot;MyFeature&quot; -FeatureName &quot;MyFeatureName&quot; -FeatureDescription &quot;MyFeatureDescription&quot; -Permission &quot;crud&quot; -IsInternal $false -IsExecuteRecommended $false
$FeaturePermissionArray &#x3D; Initialize-FeaturePermissionArray -FeaturePermissions $FeaturePermission
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FeaturePermissionArray with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$FeaturePermission &#x3D; Initialize-FeaturePermission -Feature &quot;MyFeature&quot; -Permission &quot;crud&quot;
$FeaturePermissionArray &#x3D; Initialize-FeaturePermissionArray -FeaturePermissions $FeaturePermission
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FeaturePermissionArray with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FeatureSet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FeatureSet</command:noun>
      <maml:description>
        <maml:para>Represents list of features required to view the widget.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents list of features required to view the widget.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FeatureSet</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FeatureList</maml:name>
          <maml:Description>
            <maml:para>List of features required for to view widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RequireAllPermissions</maml:name>
          <maml:Description>
            <maml:para>Flag for specifying if permission to all features is required If set to false, then if there is permission for any of the feature from feature list, widget will be available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FeatureList</maml:name>
        <maml:Description>
          <maml:para>List of features required for to view widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RequireAllPermissions</maml:name>
        <maml:Description>
          <maml:para>Flag for specifying if permission to all features is required If set to false, then if there is permission for any of the feature from feature list, widget will be available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$FeatureSet &#x3D; Initialize-FeatureSet -FeatureList &quot;MyFeatureList&quot; -RequireAllPermissions $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FeatureSet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FeatureSet &#x3D; Initialize-FeatureSet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FeatureSet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FederationConnectivityConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FederationConnectivityConfig</command:noun>
      <maml:description>
        <maml:para>Additional configuration required for federation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Additional configuration required for federation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FederationConnectivityConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GlobalOverlayId</maml:name>
          <maml:Description>
            <maml:para>Global id for by Layer3 services for federation usecases. </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>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>GlobalOverlayId</maml:name>
        <maml:Description>
          <maml:para>Global id for by Layer3 services for federation usecases. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FederationConnectivityConfig &#x3D; Initialize-FederationConnectivityConfig -GlobalOverlayId 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FederationConnectivityConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FederationConnectivityConfig &#x3D; Initialize-FederationConnectivityConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FederationConnectivityConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FederationGatewayConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FederationGatewayConfig</command:noun>
      <maml:description>
        <maml:para>Additional gateway configuration required for federation</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Additional gateway configuration required for federation</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FederationGatewayConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GlobalOverlayId</maml:name>
          <maml:Description>
            <maml:para>Global id for by Layer3 services for federation usecases. </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>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>GlobalOverlayId</maml:name>
        <maml:Description>
          <maml:para>Global id for by Layer3 services for federation usecases. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FederationGatewayConfig &#x3D; Initialize-FederationGatewayConfig -GlobalOverlayId 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FederationGatewayConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FederationGatewayConfig &#x3D; Initialize-FederationGatewayConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FederationGatewayConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FieldSanityConstraintExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FieldSanityConstraintExpression</command:noun>
      <maml:description>
        <maml:para>Represents the field value constraint to constrain specified field value based on defined sanity checks. Example - For DNS.upstream_servers, all the IP addresses must either be public or private. { \&quot;target\&quot;: { \&quot;target_resource_type\&quot;: \&quot;DnsForwarderZone\&quot;, \&quot;attribute\&quot;: \&quot;upstreamServers\&quot;, \&quot;path_prefix\&quot;: \&quot;/infra/dns-forwarder-zones/\&quot; }, \&quot;constraint_expression\&quot;: { \&quot;resource_type\&quot;: \&quot;FieldSanityConstraintExpression\&quot;, \&quot;operator\&quot;: \&quot;OR\&quot;, \&quot;checks\&quot;: [\&quot;ALL_PUBLIC_IPS\&quot;, \&quot;ALL_PRIVATE_IPS\&quot;] } } </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the field value constraint to constrain specified field value based on defined sanity checks. Example - For DNS.upstream_servers, all the IP addresses must either be public or private. { \&quot;target\&quot;: { \&quot;target_resource_type\&quot;: \&quot;DnsForwarderZone\&quot;, \&quot;attribute\&quot;: \&quot;upstreamServers\&quot;, \&quot;path_prefix\&quot;: \&quot;/infra/dns-forwarder-zones/\&quot; }, \&quot;constraint_expression\&quot;: { \&quot;resource_type\&quot;: \&quot;FieldSanityConstraintExpression\&quot;, \&quot;operator\&quot;: \&quot;OR\&quot;, \&quot;checks\&quot;: [\&quot;ALL_PUBLIC_IPS\&quot;, \&quot;ALL_PRIVATE_IPS\&quot;] } } </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FieldSanityConstraintExpression</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>$FieldSanityConstraintExpression &#x3D; Initialize-FieldSanityConstraintExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldSanityConstraintExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FieldSanityConstraintExpression &#x3D; Initialize-FieldSanityConstraintExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldSanityConstraintExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FieldSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FieldSetting</command:noun>
      <maml:description>
        <maml:para>Field Setting. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Field Setting. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FieldSetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FieldPointer</maml:name>
          <maml:Description>
            <maml:para>Field Pointer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FieldSettingValue</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.FieldSettingValue</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FieldPointer</maml:name>
        <maml:Description>
          <maml:para>Field Pointer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FieldSettingValue</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.FieldSettingValue</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$FieldSettingValue &#x3D; Initialize-FieldSettingValue -ResourceType &quot;ConstantFieldValue&quot;
$FieldSetting &#x3D; Initialize-FieldSetting -FieldPointer &quot;MyFieldPointer&quot; -Value $FieldSettingValue
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$FieldSettingValue &#x3D; Initialize-FieldSettingValue -ResourceType &quot;ConstantFieldValue&quot;
$FieldSetting &#x3D; Initialize-FieldSetting -FieldPointer &quot;MyFieldPointer&quot; -Value $FieldSettingValue
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-FieldSettingValue</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FieldSettingValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FieldSettingValue</command:noun>
      <maml:description>
        <maml:para>Field Setting Value. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Field Setting Value. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FieldSettingValue</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Field Setting Value resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Field Setting Value resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FieldSettingValue &#x3D; Initialize-FieldSettingValue -ResourceType &quot;ConstantFieldValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldSettingValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FieldSettingValue &#x3D; Initialize-FieldSettingValue -ResourceType &quot;ConstantFieldValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldSettingValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FieldsFilterData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FieldsFilterData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FieldsFilterData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Filter type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Filter type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FieldsFilterData &#x3D; Initialize-FieldsFilterData -ResourceType &quot;FieldsFilterData&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldsFilterData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FieldsFilterData &#x3D; Initialize-FieldsFilterData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldsFilterData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FieldsPacketData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FieldsPacketData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FieldsPacketData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Packet configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FrameSize</maml:name>
          <maml:Description>
            <maml:para>If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size. </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>128</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Routed</maml:name>
          <maml:Description>
            <maml:para>When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected. More specifically: - For ARP request, the target IP will be overwritten as gateway IP if the target IP is not in the same subnet of gateway. - For ARP response, the target IP and destination MAC will be overwritten as gateway IP/MAC respectively, if the target IP is not in the same subnet of gateway. - For IP packet, the destination MAC will be overwritten as gateway MAC. However, this flag will not be effective when injecting the traceflow packet to a VLAN backed port. This is because the gateway in this case is a physical gateway that is outside the scope of NSX. Therefore, users need to manually populate the gateway MAC address. If the user still sets this flag in this case, a validation error will be thrown. The scenario where a user injects a packet with a VLAN tag into a parent port is referred to as the traceflow container case. Please note that the value of &#x60;routed&#x60; depends on the connected network of the child segment rather than the connected network of segment of the parent port in this case. Here is the explanation: The parent port in this context is the port on a segment which is referred to by a SegmentConnectionBindingMap. The bound segment of the SegmentConnectionBindingMap is the child segment. The user-crafted traceflow packet will be directly forwarded to the corresponding child segment of the parent port without interacting with any layer 2 forwarding/layer 3 routing in this scenario. The crafted packet will follow the forwarding/routing polices of the child segment&#39;s connected network. For example, if a user injects a crafted packet to port_p, and the segment (seg_p) of port_p is referred to by the binding map m1, where m1 is bound to segment seg_c, and the destination port (port_d) of the packet is the VM vNIC connected to seg_p. Although port_p and port_d are on the same segment, the &#39;routed&#39; value should be set to true if the user expects the crafted packet to be correctly delivered to the destination. This is because the child segments seg_c and seg_d are on different segments and require router interaction to communicate. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportType</maml:name>
          <maml:Description>
            <maml:para>This type takes effect only for IP packet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TransportTypeEnum.UNICAST</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Packet configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FrameSize</maml:name>
        <maml:Description>
          <maml:para>If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size. </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>128</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Routed</maml:name>
        <maml:Description>
          <maml:para>When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected. More specifically: - For ARP request, the target IP will be overwritten as gateway IP if the target IP is not in the same subnet of gateway. - For ARP response, the target IP and destination MAC will be overwritten as gateway IP/MAC respectively, if the target IP is not in the same subnet of gateway. - For IP packet, the destination MAC will be overwritten as gateway MAC. However, this flag will not be effective when injecting the traceflow packet to a VLAN backed port. This is because the gateway in this case is a physical gateway that is outside the scope of NSX. Therefore, users need to manually populate the gateway MAC address. If the user still sets this flag in this case, a validation error will be thrown. The scenario where a user injects a packet with a VLAN tag into a parent port is referred to as the traceflow container case. Please note that the value of &#x60;routed&#x60; depends on the connected network of the child segment rather than the connected network of segment of the parent port in this case. Here is the explanation: The parent port in this context is the port on a segment which is referred to by a SegmentConnectionBindingMap. The bound segment of the SegmentConnectionBindingMap is the child segment. The user-crafted traceflow packet will be directly forwarded to the corresponding child segment of the parent port without interacting with any layer 2 forwarding/layer 3 routing in this scenario. The crafted packet will follow the forwarding/routing polices of the child segment&#39;s connected network. For example, if a user injects a crafted packet to port_p, and the segment (seg_p) of port_p is referred to by the binding map m1, where m1 is bound to segment seg_c, and the destination port (port_d) of the packet is the VM vNIC connected to seg_p. Although port_p and port_d are on the same segment, the &#39;routed&#39; value should be set to true if the user expects the crafted packet to be correctly delivered to the destination. This is because the child segments seg_c and seg_d are on different segments and require router interaction to communicate. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportType</maml:name>
        <maml:Description>
          <maml:para>This type takes effect only for IP packet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TransportTypeEnum.UNICAST</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FieldsPacketData &#x3D; Initialize-FieldsPacketData -ResourceType &quot;BinaryPacketData&quot; -FrameSize 0 -Routed $false -TransportType &quot;BROADCAST&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldsPacketData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FieldsPacketData &#x3D; Initialize-FieldsPacketData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FieldsPacketData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FileTransferAuthenticationScheme</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FileTransferAuthenticationScheme</command:noun>
      <maml:description>
        <maml:para>Remote server authentication details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote server authentication details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FileTransferAuthenticationScheme</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SchemeName</maml:name>
          <maml:Description>
            <maml:para>Authentication scheme name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>User name to authenticate 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Password to authenticate 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IdentityFile</maml:name>
          <maml:Description>
            <maml:para>SSH private key data</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SchemeName</maml:name>
        <maml:Description>
          <maml:para>Authentication scheme name</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Username</maml:name>
        <maml:Description>
          <maml:para>User name to authenticate 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Password to authenticate 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IdentityFile</maml:name>
        <maml:Description>
          <maml:para>SSH private key data</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -IdentityFile &quot;MyIdentityFile&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FileTransferAuthenticationScheme with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FileTransferAuthenticationScheme &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FileTransferAuthenticationScheme with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FileTransferProtocol</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FileTransferProtocol</command:noun>
      <maml:description>
        <maml:para>Protocol to transfer backup file to remote server</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Protocol to transfer backup file to remote server</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FileTransferProtocol</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProtocolName</maml:name>
          <maml:Description>
            <maml:para>Protocol name</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ProtocolNameEnum.Sftp</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SshFingerprint</maml:name>
          <maml:Description>
            <maml:para>The expected SSH fingerprint of the server. If the server&#39;s fingerprint does not match this fingerprint, the connection will be terminated. Only ECDSA fingerprints hashed with SHA256 are supported. To obtain the host&#39;s ssh fingerprint, you should connect via some method other than SSH to obtain this information. You can use one of these commands to view the key&#39;s fingerprint: 1. ssh-keygen -l -E sha256 -f ssh_host_ecdsa_key.pub 2. awk &#39;{print $2}&#39; ssh_host_ecdsa_key.pub | base64 -d | sha256sum -b | sed &#39;s/ .*$//&#39; | xxd -r -p | base64 | sed &#39;s/.//44g&#39; | awk &#39;{print \&quot;SHA256:\&quot;$1}&#39; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AuthenticationScheme</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FileTransferAuthenticationScheme</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.FileTransferAuthenticationScheme</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProtocolName</maml:name>
        <maml:Description>
          <maml:para>Protocol name</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ProtocolNameEnum.Sftp</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SshFingerprint</maml:name>
        <maml:Description>
          <maml:para>The expected SSH fingerprint of the server. If the server&#39;s fingerprint does not match this fingerprint, the connection will be terminated. Only ECDSA fingerprints hashed with SHA256 are supported. To obtain the host&#39;s ssh fingerprint, you should connect via some method other than SSH to obtain this information. You can use one of these commands to view the key&#39;s fingerprint: 1. ssh-keygen -l -E sha256 -f ssh_host_ecdsa_key.pub 2. awk &#39;{print $2}&#39; ssh_host_ecdsa_key.pub | base64 -d | sha256sum -b | sed &#39;s/ .*$//&#39; | xxd -r -p | base64 | sed &#39;s/.//44g&#39; | awk &#39;{print \&quot;SHA256:\&quot;$1}&#39; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AuthenticationScheme</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FileTransferAuthenticationScheme</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.FileTransferAuthenticationScheme</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -IdentityFile &quot;MyIdentityFile&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FileTransferProtocol with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$FileTransferAuthenticationScheme &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FileTransferProtocol with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-FileTransferAuthenticationScheme</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FilterRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FilterRequest</command:noun>
      <maml:description>
        <maml:para>Filter request parameters</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Filter request parameters</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FilterRequest</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FieldNames</maml:name>
          <maml:Description>
            <maml:para>Comma separated fields to be filtered on</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CaseSensitive</maml:name>
          <maml:Description>
            <maml:para>Set this flag to true to make filtering case-sensitive. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FieldNames</maml:name>
        <maml:Description>
          <maml:para>Comma separated fields to be filtered on</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CaseSensitive</maml:name>
        <maml:Description>
          <maml:para>Set this flag to true to make filtering case-sensitive. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FilterRequest -FieldNames &quot;MyFieldNames&quot; -Value &quot;MyValue&quot; -CaseSensitive $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FilterRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FilterRequest &#x3D; Initialize-FilterRequest -FieldNames &quot;MyFieldNames&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FilterRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FilterWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FilterWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for filter widget. This is abstract representation of filter widget.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for filter widget. This is abstract representation of filter widget.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FilterWidgetConfiguration</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>$FilterWidgetConfiguration &#x3D; Initialize-FilterWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FilterWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FilterWidgetConfiguration &#x3D; Initialize-FilterWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FilterWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FirewallConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FirewallConfiguration</command:noun>
      <maml:description>
        <maml:para>For Multi-tenancy, only disable_auto_draft field applies, the other fields have no effect. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>For Multi-tenancy, only disable_auto_draft field applies, the other fields have no effect. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FirewallConfiguration</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>$FirewallConfiguration &#x3D; Initialize-FirewallConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FirewallConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FirewallConfiguration &#x3D; Initialize-FirewallConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FirewallConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FirstNSampling</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FirstNSampling</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FirstNSampling</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingType</maml:name>
          <maml:Description>
            <maml:para>Sampling type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>SamplingType</maml:name>
        <maml:Description>
          <maml:para>Sampling type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FirstNSampling &#x3D; Initialize-FirstNSampling -SamplingType &quot;FirstNSampling&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FirstNSampling with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FirstNSampling &#x3D; Initialize-FirstNSampling
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FirstNSampling with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FloodProtectionProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FloodProtectionProfile</command:noun>
      <maml:description>
        <maml:para>A profile holding TCP, UDP and ICMP and other protcol connection limits.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A profile holding TCP, UDP and ICMP and other protcol connection limits.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FloodProtectionProfile</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>$FloodProtectionProfile &#x3D; Initialize-FloodProtectionProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FloodProtectionProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FloodProtectionProfile &#x3D; Initialize-FloodProtectionProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FloodProtectionProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FloodProtectionProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FloodProtectionProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between Flood Protection profile and Logical Routers. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between Flood Protection profile and Logical Routers. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FloodProtectionProfileBindingMap</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>$FloodProtectionProfileBindingMap &#x3D; Initialize-FloodProtectionProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FloodProtectionProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FloodProtectionProfileBindingMap &#x3D; Initialize-FloodProtectionProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FloodProtectionProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Footer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Footer</command:noun>
      <maml:description>
        <maml:para>Footer of a widget that provides additional information or allows an action such as clickable url for navigation. An example usage of footer is provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Footer of a widget that provides additional information or allows an action such as clickable url for navigation. An example usage of footer is provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Footer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Actions</maml:name>
          <maml:Description>
            <maml:para>Action to be performed at the footer of a widget. An action at the footer can be simple text description or a hyperlink to a UI page. Action allows a clickable url for navigation. An example usage of footer action is provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.FooterAction&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.FooterAction&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the footer will be applied. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Actions</maml:name>
        <maml:Description>
          <maml:para>Action to be performed at the footer of a widget. An action at the footer can be simple text description or a hyperlink to a UI page. Action allows a clickable url for navigation. An example usage of footer action is provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.FooterAction&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.FooterAction&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the footer will be applied. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>



$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;

$FooterAction &#x3D; Initialize-FooterAction -Label $Label -Url &quot;MyUrl&quot; -DockToContainerFooter $false

$Footer &#x3D; Initialize-Footer -Actions $FooterAction -Condition &quot;MyCondition&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Footer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Footer &#x3D; Initialize-Footer
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Footer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FooterAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FooterAction</command:noun>
      <maml:description>
        <maml:para>Action specified at the footer of a widget to provide additional information or to provide a clickable url for navigation. An example usage of footer action is provided under the &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Action specified at the footer of a widget to provide additional information or to provide a clickable url for navigation. An example usage of footer action is provided under the &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FooterAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>Hyperlink to the UI page that provides details of action.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DockToContainerFooter</maml:name>
          <maml:Description>
            <maml:para>If true, the footer will appear in the underlying container that holds the widget.</maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>Hyperlink to the UI page that provides details of action.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DockToContainerFooter</maml:name>
        <maml:Description>
          <maml:para>If true, the footer will appear in the underlying container that holds the widget.</maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;

$FooterAction &#x3D; Initialize-FooterAction -Label $Label -Url &quot;MyUrl&quot; -DockToContainerFooter $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FooterAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot;

$FooterAction &#x3D; Initialize-FooterAction -Label $Label
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FooterAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FqdnAnalysisConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FqdnAnalysisConfig</command:noun>
      <maml:description>
        <maml:para>The type contains information about the configuration of the FqdnAnalysis feature for a specific node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The type contains information about the configuration of the FqdnAnalysis feature for a specific node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FqdnAnalysisConfig</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>$FqdnAnalysisConfig &#x3D; Initialize-FqdnAnalysisConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FqdnAnalysisConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FqdnAnalysisConfig &#x3D; Initialize-FqdnAnalysisConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FqdnAnalysisConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-FromEsxiVmknic</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>FromEsxiVmknic</command:noun>
      <maml:description>
        <maml:para>If this type of IP assignment is chosen, then the management vmkernel nic of ESXi will be configured as a virtual tunnel endpoint. The existing IP assigned to the management vmkernel nic will be used to form an overlay traffic tunnel between ESXi hosts. This type of IP assignment can be used only if the ESXi management vmkernel nic is connected to a DVPort that belongs to VDS referenced in the StandardHostSwitch.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>If this type of IP assignment is chosen, then the management vmkernel nic of ESXi will be configured as a virtual tunnel endpoint. The existing IP assigned to the management vmkernel nic will be used to form an overlay traffic tunnel between ESXi hosts. This type of IP assignment can be used only if the ESXi management vmkernel nic is connected to a DVPort that belongs to VDS referenced in the StandardHostSwitch.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-FromEsxiVmknic</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$FromEsxiVmknic &#x3D; Initialize-FromEsxiVmknic -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FromEsxiVmknic with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$FromEsxiVmknic &#x3D; Initialize-FromEsxiVmknic
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-FromEsxiVmknic with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayConnection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayConnection</command:noun>
      <maml:description>
        <maml:para>Policy gateway connection</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy gateway connection</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayConnection</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>$GatewayConnection &#x3D; Initialize-GatewayConnection
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayConnection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayConnection &#x3D; Initialize-GatewayConnection
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayConnection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayFloodProtectionProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayFloodProtectionProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayFloodProtectionProfile</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>$GatewayFloodProtectionProfile &#x3D; Initialize-GatewayFloodProtectionProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayFloodProtectionProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayFloodProtectionProfile &#x3D; Initialize-GatewayFloodProtectionProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayFloodProtectionProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayGeneralSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayGeneralSecurityProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayGeneralSecurityProfile</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>$GatewayGeneralSecurityProfile &#x3D; Initialize-GatewayGeneralSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayGeneralSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayGeneralSecurityProfile &#x3D; Initialize-GatewayGeneralSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayGeneralSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayInterfaceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayInterfaceReference</command:noun>
      <maml:description>
        <maml:para>Contains gateway interface details. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains gateway interface details. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayInterfaceReference</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InterfacePath</maml:name>
          <maml:Description>
            <maml:para>Absolute policy path of member interface. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InterfacePath</maml:name>
        <maml:Description>
          <maml:para>Absolute policy path of member interface. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GatewayInterfaceReference &#x3D; Initialize-GatewayInterfaceReference -InterfacePath &quot;MyInterfacePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayInterfaceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayInterfaceReference &#x3D; Initialize-GatewayInterfaceReference -InterfacePath &quot;MyInterfacePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayInterfaceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayPolicy</command:noun>
      <maml:description>
        <maml:para>Contains ordered list of Rules for GatewayPolicy</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains ordered list of Rules for GatewayPolicy</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayPolicy</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>$GatewayPolicy &#x3D; Initialize-GatewayPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayPolicy &#x3D; Initialize-GatewayPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayQosProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayQosProfile</command:noun>
      <maml:description>
        <maml:para>QoS profile contains configuration of rate limiting properties which can be applied in ingress and egress directions at Tier1 gateways </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>QoS profile contains configuration of rate limiting properties which can be applied in ingress and egress directions at Tier1 gateways </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayQosProfile</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>$GatewayQosProfile &#x3D; Initialize-GatewayQosProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayQosProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayQosProfile &#x3D; Initialize-GatewayQosProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayQosProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayQosProfileConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayQosProfileConfig</command:noun>
      <maml:description>
        <maml:para>Gateway QoS profile configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gateway QoS profile configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayQosProfileConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IngressQosProfilePath</maml:name>
          <maml:Description>
            <maml:para>Policy path to gateway QoS profile in ingress direction. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EgressQosProfilePath</maml:name>
          <maml:Description>
            <maml:para>Policy path to gateway QoS profile in egress direction. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>IngressQosProfilePath</maml:name>
        <maml:Description>
          <maml:para>Policy path to gateway QoS profile in ingress direction. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EgressQosProfilePath</maml:name>
        <maml:Description>
          <maml:para>Policy path to gateway QoS profile in egress direction. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GatewayQosProfileConfig &#x3D; Initialize-GatewayQosProfileConfig -IngressQosProfilePath &quot;MyIngressQosProfilePath&quot; -EgressQosProfilePath &quot;MyEgressQosProfilePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayQosProfileConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayQosProfileConfig &#x3D; Initialize-GatewayQosProfileConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayQosProfileConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewayRecoverySiteConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewayRecoverySiteConfig</command:noun>
      <maml:description>
        <maml:para>Recovery site config</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Recovery site config</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewayRecoverySiteConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tier0GatewayPath</maml:name>
          <maml:Description>
            <maml:para>Path of Tier-0 gateway</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ToPrimarySitePath</maml:name>
          <maml:Description>
            <maml:para>Recovery site 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>FailoverLinkedTier1Gateway</maml:name>
          <maml:Description>
            <maml:para>Linked Tier1 gateway whose primary site matches from_site_path and are stretched to new primary site are recovered on new primary site path.</maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tier0GatewayPath</maml:name>
        <maml:Description>
          <maml:para>Path of Tier-0 gateway</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ToPrimarySitePath</maml:name>
        <maml:Description>
          <maml:para>Recovery site 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>FailoverLinkedTier1Gateway</maml:name>
        <maml:Description>
          <maml:para>Linked Tier1 gateway whose primary site matches from_site_path and are stretched to new primary site are recovered on new primary site path.</maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GatewayRecoverySiteConfig &#x3D; Initialize-GatewayRecoverySiteConfig -Tier0GatewayPath &quot;MyTier0GatewayPath&quot; -ToPrimarySitePath &quot;MyToPrimarySitePath&quot; -FailoverLinkedTier1Gateway $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayRecoverySiteConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GatewayRecoverySiteConfig &#x3D; Initialize-GatewayRecoverySiteConfig -Tier0GatewayPath &quot;MyTier0GatewayPath&quot; -ToPrimarySitePath &quot;MyToPrimarySitePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewayRecoverySiteConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GatewaySiteFailoverActionConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GatewaySiteFailoverActionConfig</command:noun>
      <maml:description>
        <maml:para>configuration to trigger site failover for one or more Tier0 and linked Tier1 gateway(s).</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>configuration to trigger site failover for one or more Tier0 and linked Tier1 gateway(s).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GatewaySiteFailoverActionConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FromSitePath</maml:name>
          <maml:Description>
            <maml:para>Source site path for failover. Gateway whose primary site path matches from_site_path are considered for recovery.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ToPrimarySiteConfig</maml:name>
          <maml:Description>
            <maml:para>Recovery stie for Tier-0 gateway and linked Tier-1 gateway.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.GatewayRecoverySiteConfig&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.GatewayRecoverySiteConfig&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FromSitePath</maml:name>
        <maml:Description>
          <maml:para>Source site path for failover. Gateway whose primary site path matches from_site_path are considered for recovery.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ToPrimarySiteConfig</maml:name>
        <maml:Description>
          <maml:para>Recovery stie for Tier-0 gateway and linked Tier-1 gateway.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.GatewayRecoverySiteConfig&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.GatewayRecoverySiteConfig&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$GatewayRecoverySiteConfig &#x3D; Initialize-GatewayRecoverySiteConfig -Tier0GatewayPath &quot;MyTier0GatewayPath&quot; -ToPrimarySitePath &quot;MyToPrimarySitePath&quot; -FailoverLinkedTier1Gateway $false
$GatewaySiteFailoverActionConfig &#x3D; Initialize-GatewaySiteFailoverActionConfig -FromSitePath &quot;MyFromSitePath&quot; -ToPrimarySiteConfig $GatewayRecoverySiteConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewaySiteFailoverActionConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$GatewayRecoverySiteConfig &#x3D; Initialize-GatewayRecoverySiteConfig -Tier0GatewayPath &quot;MyTier0GatewayPath&quot; -ToPrimarySitePath &quot;MyToPrimarySitePath&quot;
$GatewaySiteFailoverActionConfig &#x3D; Initialize-GatewaySiteFailoverActionConfig -FromSitePath &quot;MyFromSitePath&quot; -ToPrimarySiteConfig $GatewayRecoverySiteConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GatewaySiteFailoverActionConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GeneralSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeneralSecurityProfile</command:noun>
      <maml:description>
        <maml:para>A profile holding general security settings.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A profile holding general security settings.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GeneralSecurityProfile</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>$GeneralSecurityProfile &#x3D; Initialize-GeneralSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeneralSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeneralSecurityProfile &#x3D; Initialize-GeneralSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeneralSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GeneralSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeneralSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between General Security profile and Logical Routers. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between General Security profile and Logical Routers. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GeneralSecurityProfileBindingMap</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>$GeneralSecurityProfileBindingMap &#x3D; Initialize-GeneralSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeneralSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeneralSecurityProfileBindingMap &#x3D; Initialize-GeneralSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeneralSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GenericDhcpOption</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GenericDhcpOption</command:noun>
      <maml:description>
        <maml:para>Define DHCP options other than option 121.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Define DHCP options other than option 121.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GenericDhcpOption</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Code</maml:name>
          <maml:Description>
            <maml:para>Code of the dhcp option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Values</maml:name>
          <maml:Description>
            <maml:para>Value of the option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Code</maml:name>
        <maml:Description>
          <maml:para>Code of the dhcp option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Values</maml:name>
        <maml:Description>
          <maml:para>Value of the option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GenericDhcpOption &#x3D; Initialize-GenericDhcpOption -Code 0 -Values &quot;MyValues&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GenericDhcpOption with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GenericDhcpOption &#x3D; Initialize-GenericDhcpOption -Code 0 -Values &quot;MyValues&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GenericDhcpOption with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GeoIpBlockedEventsBaseFilterParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeoIpBlockedEventsBaseFilterParameter</command:noun>
      <maml:description>
        <maml:para>Geo IP Blocked Events Base Filter Parameter</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Geo IP Blocked Events Base Filter Parameter</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GeoIpBlockedEventsBaseFilterParameter</maml:name>
        <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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GeoIpBlockedEventsBaseFilterParameter &#x3D; Initialize-GeoIpBlockedEventsBaseFilterParameter -IncludeAllProjects $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeoIpBlockedEventsBaseFilterParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeoIpBlockedEventsBaseFilterParameter &#x3D; Initialize-GeoIpBlockedEventsBaseFilterParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeoIpBlockedEventsBaseFilterParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GeoIpSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeoIpSetting</command:noun>
      <maml:description>
        <maml:para>Geo IP Setting used to activate or deactivate auto-download of Geo IP Bundle. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Geo IP Setting used to activate or deactivate auto-download of Geo IP Bundle. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GeoIpSetting</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>$GeoIpSetting &#x3D; Initialize-GeoIpSetting
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeoIpSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeoIpSetting &#x3D; Initialize-GeoIpSetting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeoIpSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GeoLocationExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GeoLocationExpression</command:noun>
      <maml:description>
        <maml:para>Represents Geo location expressions in the form of an array, to support geo location in a group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents Geo location expressions in the form of an array, to support geo location in a group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GeoLocationExpression</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>$GeoLocationExpression &#x3D; Initialize-GeoLocationExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeoLocationExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GeoLocationExpression &#x3D; Initialize-GeoLocationExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GeoLocationExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalCollectorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalCollectorConfig</command:noun>
      <maml:description>
        <maml:para>The GlobalCollectorConfig is the base class for global collector configurations for different types in a NSX domain. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The GlobalCollectorConfig is the base class for global collector configurations for different types in a NSX domain. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalCollectorConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorType</maml:name>
          <maml:Description>
            <maml:para>Specify the global collector type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorIp</maml:name>
          <maml:Description>
            <maml:para>IP address for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorPort</maml:name>
          <maml:Description>
            <maml:para>Port for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorType</maml:name>
        <maml:Description>
          <maml:para>Specify the global collector type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorIp</maml:name>
        <maml:Description>
          <maml:para>IP address for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorPort</maml:name>
        <maml:Description>
          <maml:para>Port for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GlobalCollectorConfig &#x3D; Initialize-GlobalCollectorConfig -CollectorType &quot;VRNI&quot; -CollectorIp &quot;MyCollectorIp&quot; -CollectorPort 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalCollectorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalCollectorConfig &#x3D; Initialize-GlobalCollectorConfig -CollectorType &quot;VRNI&quot; -CollectorIp &quot;MyCollectorIp&quot; -CollectorPort 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalCollectorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalConfig</command:noun>
      <maml:description>
        <maml:para>Global configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalConfig</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>$GlobalConfig &#x3D; Initialize-GlobalConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalConfig &#x3D; Initialize-GlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalDfwConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalDfwConfiguration</command:noun>
      <maml:description>
        <maml:para>Global distributed firewall configuration for a specific site</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global distributed firewall configuration for a specific site</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalDfwConfiguration</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>$GlobalDfwConfiguration &#x3D; Initialize-GlobalDfwConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalDfwConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalDfwConfiguration &#x3D; Initialize-GlobalDfwConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalDfwConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalIdsSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalIdsSettings</command:noun>
      <maml:description>
        <maml:para>Represents the Intrusion Detection System settings for NSX+. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Intrusion Detection System settings for NSX+. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalIdsSettings</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>$GlobalIdsSettings &#x3D; Initialize-GlobalIdsSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalIdsSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalIdsSettings &#x3D; Initialize-GlobalIdsSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalIdsSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalIdsSignature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalIdsSignature</command:noun>
      <maml:description>
        <maml:para>Global IDS signature. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global IDS signature. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalIdsSignature</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>$GlobalIdsSignature &#x3D; Initialize-GlobalIdsSignature
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalIdsSignature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalIdsSignature &#x3D; Initialize-GlobalIdsSignature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalIdsSignature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalManager</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalManager</command:noun>
      <maml:description>
        <maml:para>Global Manager. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global Manager. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalManager</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>$GlobalManager &#x3D; Initialize-GlobalManager
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalManager with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalManager &#x3D; Initialize-GlobalManager
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalManager with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalManagerConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalManagerConfig</command:noun>
      <maml:description>
        <maml:para>This configuration is distributed to all Sites participating in federation. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This configuration is distributed to all Sites participating in federation. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalManagerConfig</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>$GlobalManagerConfig &#x3D; Initialize-GlobalManagerConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalManagerConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalManagerConfig &#x3D; Initialize-GlobalManagerConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalManagerConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GlobalManagerSwitchOverRequestParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GlobalManagerSwitchOverRequestParameter</command:noun>
      <maml:description>
        <maml:para>Parameter to force switch over from Standby to Active. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Parameter to force switch over from Standby to Active. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GlobalManagerSwitchOverRequestParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Force</maml:name>
          <maml:Description>
            <maml:para>If true indicates that user requested make standby Global Manager as active ignoring the state of current active Global Manager. Typically, recommended to use when active Global Manager is failed or not reachable. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Force</maml:name>
        <maml:Description>
          <maml:para>If true indicates that user requested make standby Global Manager as active ignoring the state of current active Global Manager. Typically, recommended to use when active Global Manager is failed or not reachable. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$GlobalManagerSwitchOverRequestParameter &#x3D; Initialize-GlobalManagerSwitchOverRequestParameter -Force $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalManagerSwitchOverRequestParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GlobalManagerSwitchOverRequestParameter &#x3D; Initialize-GlobalManagerSwitchOverRequestParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GlobalManagerSwitchOverRequestParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GmFederationSiteConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GmFederationSiteConfig</command:noun>
      <maml:description>
        <maml:para>Additional configuration required for federation at Site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Additional configuration required for federation at Site.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GmFederationSiteConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransitSubnet</maml:name>
          <maml:Description>
            <maml:para>IP Addresses to be allocated for transit segment when the gateway is stretched. Note that Global Manager will carve out the IP Pool for each site to be used for edge nodes when gateway is stretched based on the user provided subnet and maximum number of edge nodes allowed per 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransitSubnet</maml:name>
        <maml:Description>
          <maml:para>IP Addresses to be allocated for transit segment when the gateway is stretched. Note that Global Manager will carve out the IP Pool for each site to be used for edge nodes when gateway is stretched based on the user provided subnet and maximum number of edge nodes allowed per 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GmFederationSiteConfig &#x3D; Initialize-GmFederationSiteConfig -TransitSubnet &quot;MyTransitSubnet&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GmFederationSiteConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GmFederationSiteConfig &#x3D; Initialize-GmFederationSiteConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GmFederationSiteConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GmRtepConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GmRtepConfig</command:noun>
      <maml:description>
        <maml:para>Global Manager federation RTEP configuration. This configuration is distributed to all Sites participating in federation. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global Manager federation RTEP configuration. This configuration is distributed to all Sites participating in federation. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GmRtepConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IbgpPassword</maml:name>
          <maml:Description>
            <maml:para>Password to authenticate IBGP session between remote tunnel endpoints created on federated sites. This is applied to inter-site underlay IBGP neighbors created over remote tunnel endpoints on all sites. Empty string (\&quot;\&quot;) clears existing password. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>IbgpPassword</maml:name>
        <maml:Description>
          <maml:para>Password to authenticate IBGP session between remote tunnel endpoints created on federated sites. This is applied to inter-site underlay IBGP neighbors created over remote tunnel endpoints on all sites. Empty string (\&quot;\&quot;) clears existing password. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GmRtepConfig &#x3D; Initialize-GmRtepConfig -IbgpPassword &quot;MyIbgpPassword&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GmRtepConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GmRtepConfig &#x3D; Initialize-GmRtepConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GmRtepConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GraphConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GraphConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration of a graph widget</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration of a graph widget</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GraphConfiguration</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>$GraphConfiguration &#x3D; Initialize-GraphConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GraphConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GraphConfiguration &#x3D; Initialize-GraphConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GraphConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GraphDefinition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GraphDefinition</command:noun>
      <maml:description>
        <maml:para>Defines a graph</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Defines a graph</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GraphDefinition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RowListField</maml:name>
          <maml:Description>
            <maml:para>An expression that represents the series of the graph</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PointDefinition</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PointDefinition</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.PointDefinition</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RenderConfiguration</maml:name>
          <maml:Description>
            <maml:para>Additional rendering or conditional evaluation of the field values to be performed, if any.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identifier of graph. It can be used to differentiate multiple graph series present in GraphWidgetConfiguration.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>RowListField</maml:name>
        <maml:Description>
          <maml:para>An expression that represents the series of the graph</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PointDefinition</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PointDefinition</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.PointDefinition</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RenderConfiguration</maml:name>
        <maml:Description>
          <maml:para>Additional rendering or conditional evaluation of the field values to be performed, if any.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identifier of graph. It can be used to differentiate multiple graph series present in GraphWidgetConfiguration.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$PointDefinition &#x3D; Initialize-PointDefinition -Field &quot;MyField&quot; -XValue &quot;MyXValue&quot; -YValue &quot;MyYValue&quot; -Tooltip $Tooltip -DrilldownId &quot;MyDrilldownId&quot; -Navigation &quot;MyNavigation&quot;



$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip


$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;

$GraphDefinition &#x3D; Initialize-GraphDefinition -RowListField &quot;MyRowListField&quot; -PointDefinition $PointDefinition -RenderConfiguration $RenderConfiguration -Label $Label -Id &quot;MyId&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GraphDefinition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$PointDefinition &#x3D; Initialize-PointDefinition -Field &quot;MyField&quot; -XValue &quot;MyXValue&quot; -YValue &quot;MyYValue&quot;

$GraphDefinition &#x3D; Initialize-GraphDefinition -PointDefinition $PointDefinition
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GraphDefinition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-PointDefinition</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GreTunnel</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GreTunnel</command:noun>
      <maml:description>
        <maml:para>GRE Tunnel</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>GRE Tunnel</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GreTunnel</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>$GreTunnel &#x3D; Initialize-GreTunnel
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnel with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GreTunnel &#x3D; Initialize-GreTunnel
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnel with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GreTunnelAggregateTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GreTunnelAggregateTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>Provides the aggregated traffic statistics of a GRE tunnel across all edge transport nodes. It includes the following information: - GRE tunnel destination address. - Logical tunnel port ID. - Aggregated incoming packet counters on the tunnel across all transport nodes. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. - Aggregated outcoming packet counters on the tunnel across all transport nodes. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the aggregated traffic statistics of a GRE tunnel across all edge transport nodes. It includes the following information: - GRE tunnel destination address. - Logical tunnel port ID. - Aggregated incoming packet counters on the tunnel across all transport nodes. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. - Aggregated outcoming packet counters on the tunnel across all transport nodes. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GreTunnelAggregateTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>GreTunnelAggregateTrafficStatistics - Resource type as GreTunnelAggregateTrafficStatistics will be used to populate P2P GRE Aggregate Tunnel traffic statistics </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>GreTunnelAggregateTrafficStatistics - Resource type as GreTunnelAggregateTrafficStatistics will be used to populate P2P GRE Aggregate Tunnel traffic statistics </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GreTunnelAggregateTrafficStatistics &#x3D; Initialize-GreTunnelAggregateTrafficStatistics -ResourceType &quot;GreTunnelAggregateTrafficStatistics&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelAggregateTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GreTunnelAggregateTrafficStatistics &#x3D; Initialize-GreTunnelAggregateTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelAggregateTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GreTunnelEndpointStatusPerEdgeNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GreTunnelEndpointStatusPerEdgeNode</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GreTunnelEndpointStatusPerEdgeNode</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastUpdateTimestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the data was last updated</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>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>Tunnel source 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>TunnelPortId</maml:name>
          <maml:Description>
            <maml:para>ID of the tunnel router port</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>Edge node policy 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>RuntimeStatus</maml:name>
          <maml:Description>
            <maml:para>Tunnel run time status</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelUpCount</maml:name>
          <maml:Description>
            <maml:para>Count of Tunnel run time status as \&quot;UP\&quot;</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelLastUpTime</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the tunnel status was last updated as \&quot;UP\&quot;</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelDownCount</maml:name>
          <maml:Description>
            <maml:para>Count of Tunnel run time status as \&quot;DOWN\&quot;</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelLastDownTime</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the tunnel status was last updated as \&quot;DOWN\&quot;</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveStatus</maml:name>
          <maml:Description>
            <maml:para>The keepalive_status indicates Tunnel keepalive is administratively enabled or disabled</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveInterval</maml:name>
          <maml:Description>
            <maml:para>Tunnel keepalive interval in seconds</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveDeadMultiplier</maml:name>
          <maml:Description>
            <maml:para>Tunnel keepalive dead multiplier</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveTxCount</maml:name>
          <maml:Description>
            <maml:para>Total number of keepalive packets sent</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveLastTxTime</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the last keepalive sent</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveRxCount</maml:name>
          <maml:Description>
            <maml:para>Total number of keepalive packets received</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveLastRxTime</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the last keepalive received</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveAck</maml:name>
          <maml:Description>
            <maml:para>The keepalive_ack indicates Tunnel keepalive ACK is administratively enabled or disabled</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveAckSentCount</maml:name>
          <maml:Description>
            <maml:para>Total number of keepalive ack packets sent</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveLastAckTime</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the last keepalive ack sent</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeepaliveAdminState</maml:name>
          <maml:Description>
            <maml:para>Tunnel Keepalive Admin State</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>LastUpdateTimestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the data was last updated</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>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>Tunnel source 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>TunnelPortId</maml:name>
        <maml:Description>
          <maml:para>ID of the tunnel router port</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>Edge node policy 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>RuntimeStatus</maml:name>
        <maml:Description>
          <maml:para>Tunnel run time status</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelUpCount</maml:name>
        <maml:Description>
          <maml:para>Count of Tunnel run time status as \&quot;UP\&quot;</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelLastUpTime</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the tunnel status was last updated as \&quot;UP\&quot;</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelDownCount</maml:name>
        <maml:Description>
          <maml:para>Count of Tunnel run time status as \&quot;DOWN\&quot;</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelLastDownTime</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the tunnel status was last updated as \&quot;DOWN\&quot;</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveStatus</maml:name>
        <maml:Description>
          <maml:para>The keepalive_status indicates Tunnel keepalive is administratively enabled or disabled</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveInterval</maml:name>
        <maml:Description>
          <maml:para>Tunnel keepalive interval in seconds</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveDeadMultiplier</maml:name>
        <maml:Description>
          <maml:para>Tunnel keepalive dead multiplier</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveTxCount</maml:name>
        <maml:Description>
          <maml:para>Total number of keepalive packets sent</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveLastTxTime</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the last keepalive sent</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveRxCount</maml:name>
        <maml:Description>
          <maml:para>Total number of keepalive packets received</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveLastRxTime</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the last keepalive received</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveAck</maml:name>
        <maml:Description>
          <maml:para>The keepalive_ack indicates Tunnel keepalive ACK is administratively enabled or disabled</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveAckSentCount</maml:name>
        <maml:Description>
          <maml:para>Total number of keepalive ack packets sent</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveLastAckTime</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the last keepalive ack sent</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeepaliveAdminState</maml:name>
        <maml:Description>
          <maml:para>Tunnel Keepalive Admin State</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GreTunnelEndpointStatusPerEdgeNode &#x3D; Initialize-GreTunnelEndpointStatusPerEdgeNode -LastUpdateTimestamp 0 -Source &quot;MySource&quot; -TunnelPortId &quot;MyTunnelPortId&quot; -EdgePath &quot;MyEdgePath&quot; -RuntimeStatus &quot;UP&quot; -TunnelUpCount 0 -TunnelLastUpTime 0 -TunnelDownCount 0 -TunnelLastDownTime 0 -KeepaliveStatus &quot;KEEPALIVE_STATUS_ENABLE&quot; -KeepaliveInterval 0 -KeepaliveDeadMultiplier 0 -KeepaliveTxCount 0 -KeepaliveLastTxTime 0 -KeepaliveRxCount 0 -KeepaliveLastRxTime 0 -KeepaliveAck &quot;KEEPALIVE_ACK_ENABLE&quot; -KeepaliveAckSentCount 0 -KeepaliveLastAckTime 0 -KeepaliveAdminState &quot;ENABLED&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelEndpointStatusPerEdgeNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GreTunnelEndpointStatusPerEdgeNode &#x3D; Initialize-GreTunnelEndpointStatusPerEdgeNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelEndpointStatusPerEdgeNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GreTunnelStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GreTunnelStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GreTunnelStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Indicates Resource type of TunnelStatus, GreTunnelStatus - Resource type as GreTunnelStatus will be used to populate P2P GRE Tunnel status </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Indicates Resource type of TunnelStatus, GreTunnelStatus - Resource type as GreTunnelStatus will be used to populate P2P GRE Tunnel status </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GreTunnelStatus &#x3D; Initialize-GreTunnelStatus -ResourceType &quot;GreTunnelStatus&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GreTunnelStatus &#x3D; Initialize-GreTunnelStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GreTunnelTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GreTunnelTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>Provides traffic statistics for a P2P GRE tunnel for all the edge transport nodes. It includes the following information: - Destination IP address of the tunnel. - Port ID and source address of the tunnel. - The subcluster ID of the logical tunnel port. - Transport node ID. - Incoming packet counters on the tunnel across all edge transport nodes. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. - Outgoing packet counters on the tunnel across all edge transport nodes. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides traffic statistics for a P2P GRE tunnel for all the edge transport nodes. It includes the following information: - Destination IP address of the tunnel. - Port ID and source address of the tunnel. - The subcluster ID of the logical tunnel port. - Transport node ID. - Incoming packet counters on the tunnel across all edge transport nodes. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. - Outgoing packet counters on the tunnel across all edge transport nodes. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GreTunnelTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>GreTunnelTrafficStatistics - Resource type as GreTunnelTrafficStatistics will be used to populate P2P GRE Tunnel traffic statistics </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>GreTunnelTrafficStatistics - Resource type as GreTunnelTrafficStatistics will be used to populate P2P GRE Tunnel traffic statistics </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$GreTunnelTrafficStatistics &#x3D; Initialize-GreTunnelTrafficStatistics -ResourceType &quot;GreTunnelTrafficStatistics&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GreTunnelTrafficStatistics &#x3D; Initialize-GreTunnelTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GreTunnelTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GridConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GridConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration of a Grid or Table widget.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration of a Grid or Table widget.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GridConfiguration</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>$GridConfiguration &#x3D; Initialize-GridConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GridConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GridConfiguration &#x3D; Initialize-GridConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GridConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Group</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Group</command:noun>
      <maml:description>
        <maml:para>Group.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Group</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>$Group &#x3D; Initialize-Group
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Group with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Group &#x3D; Initialize-Group
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Group with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GroupDiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GroupDiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between discovery profile and Group. With this entity, user can specify intent for applying discovery profile profile to particular Group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between discovery profile and Group. With this entity, user can specify intent for applying discovery profile profile to particular Group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GroupDiscoveryProfileBindingMap</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>$GroupDiscoveryProfileBindingMap &#x3D; Initialize-GroupDiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupDiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GroupDiscoveryProfileBindingMap &#x3D; Initialize-GroupDiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupDiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GroupMemberList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GroupMemberList</command:noun>
      <maml:description>
        <maml:para>List of same type members to either add or remove from a group.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of same type members to either add or remove from a group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GroupMemberList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Members</maml:name>
          <maml:Description>
            <maml:para>This array contains group members of similar types.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Members</maml:name>
        <maml:Description>
          <maml:para>This array contains group members of similar types.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-GroupMemberList -Members &quot;MyMembers&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupMemberList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GroupMemberList &#x3D; Initialize-GroupMemberList -Members &quot;MyMembers&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupMemberList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GroupMonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GroupMonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between monitoring profile and Group. Using this entity, you can specify intent for applying monitoring profile to particular Group. Group with membership criteria vm only supported as source group. Port mirroring is only supported on group with five vms. For the IPFIX profile, Segment, Segment Port, VM, VIF, DVPORT, DVPG member types are supported in the group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between monitoring profile and Group. Using this entity, you can specify intent for applying monitoring profile to particular Group. Group with membership criteria vm only supported as source group. Port mirroring is only supported on group with five vms. For the IPFIX profile, Segment, Segment Port, VM, VIF, DVPORT, DVPG member types are supported in the group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GroupMonitoringProfileBindingMap</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>$GroupMonitoringProfileBindingMap &#x3D; Initialize-GroupMonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupMonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GroupMonitoringProfileBindingMap &#x3D; Initialize-GroupMonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupMonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-GroupScopeExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>GroupScopeExpression</command:noun>
      <maml:description>
        <maml:para>Represents scope of the workloads that needs to be added to the Group.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents scope of the workloads that needs to be added to the Group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-GroupScopeExpression</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>$GroupScopeExpression &#x3D; Initialize-GroupScopeExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupScopeExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$GroupScopeExpression &#x3D; Initialize-GroupScopeExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-GroupScopeExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Header</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Header</command:noun>
      <maml:description>
        <maml:para>Header of a widget that provides additional information. This will be shown at the container level. It includes details as label value pairs.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Header of a widget that provides additional information. This will be shown at the container level. It includes details as label value pairs.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Header</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubHeaders</maml:name>
          <maml:Description>
            <maml:para>An array of label-value properties. This field is deprecated instead used &#39;sub_header_widgets&#39; property to define header widgets.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PropertyItem&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PropertyItem&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ContentAlignment</maml:name>
          <maml:Description>
            <maml:para>Alignment of header labels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ContentAlignmentEnum.RIGHT</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubHeaderWidgets</maml:name>
          <maml:Description>
            <maml:para>An array of widgets which will appear inside the container header Instead of &#39;sub_headers&#39; property use this property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.WidgetItem&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.WidgetItem&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the header will be applied. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>SubHeaders</maml:name>
        <maml:Description>
          <maml:para>An array of label-value properties. This field is deprecated instead used &#39;sub_header_widgets&#39; property to define header widgets.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PropertyItem&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PropertyItem&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ContentAlignment</maml:name>
        <maml:Description>
          <maml:para>Alignment of header labels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ContentAlignmentEnum.RIGHT</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubHeaderWidgets</maml:name>
        <maml:Description>
          <maml:para>An array of widgets which will appear inside the container header Instead of &#39;sub_headers&#39; property use this property.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.WidgetItem&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.WidgetItem&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the header will be applied. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>



$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;


$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip

$PropertyItem &#x3D; Initialize-PropertyItem -Label $Label -Field &quot;MyField&quot; -Heading $false -Type &quot;String&quot; -RenderConfiguration $RenderConfiguration -Condition &quot;MyCondition&quot; -Separator $false -Navigation &quot;MyNavigation&quot; -Span 0 -Rowspan 0 -LabelValueSeparator &quot;MyLabelValueSeparator&quot; -Style 0 -DrilldownId &quot;MyDrilldownId&quot;


$WidgetItem &#x3D; Initialize-WidgetItem -Label $Label -WidgetId &quot;MyWidgetId&quot; -Weight 0 -Alignment &quot;LEFT&quot; -Separator $false -Span 0 -Rowspan 0

$Header &#x3D; Initialize-Header -SubHeaders $PropertyItem -ContentAlignment &quot;LEFT&quot; -SubHeaderWidgets $WidgetItem -Condition &quot;MyCondition&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Header with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Header &#x3D; Initialize-Header
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Header with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HealthCheckSpecVlans</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HealthCheckSpecVlans</command:noun>
      <maml:description>
        <maml:para>HealthCheckSpecVlan is used for specifying VLAN ID ranges for healthcheck. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>HealthCheckSpecVlan is used for specifying VLAN ID ranges for healthcheck. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HealthCheckSpecVlans</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VlanRanges</maml:name>
          <maml:Description>
            <maml:para>VLAN ID ranges</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HealthCheckVlanRange&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HealthCheckVlanRange&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VlanRanges</maml:name>
        <maml:Description>
          <maml:para>VLAN ID ranges</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HealthCheckVlanRange&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HealthCheckVlanRange&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HealthCheckVlanRange &#x3D; Initialize-HealthCheckVlanRange -Start 0 -End 0
$HealthCheckSpecVlans &#x3D; Initialize-HealthCheckSpecVlans -VlanRanges $HealthCheckVlanRange
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HealthCheckSpecVlans with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$HealthCheckVlanRange &#x3D; Initialize-HealthCheckVlanRange -Start 0 -End 0
$HealthCheckSpecVlans &#x3D; Initialize-HealthCheckSpecVlans -VlanRanges $HealthCheckVlanRange
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HealthCheckSpecVlans with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HealthCheckVlanRange</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HealthCheckVlanRange</command:noun>
      <maml:description>
        <maml:para>VLAN ID range</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VLAN ID range</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HealthCheckVlanRange</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Start</maml:name>
          <maml:Description>
            <maml:para>Virtual Local Area Network Identifier</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VarEnd</maml:name>
          <maml:Description>
            <maml:para>Virtual Local Area Network Identifier</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Start</maml:name>
        <maml:Description>
          <maml:para>Virtual Local Area Network Identifier</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VarEnd</maml:name>
        <maml:Description>
          <maml:para>Virtual Local Area Network Identifier</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HealthCheckVlanRange &#x3D; Initialize-HealthCheckVlanRange -Start 0 -End 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HealthCheckVlanRange with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HealthCheckVlanRange &#x3D; Initialize-HealthCheckVlanRange -Start 0 -End 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HealthCheckVlanRange with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HighPerformanceConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HighPerformanceConfig</command:noun>
      <maml:description>
        <maml:para>Configuration supported to configure high performance.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration supported to configure high performance.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HighPerformanceConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigType</maml:name>
          <maml:Description>
            <maml:para>The specific type of config.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Version</maml:name>
          <maml:Description>
            <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigParams</maml:name>
          <maml:Description>
            <maml:para>List of parameters that could be used to configure high performance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HighPerformanceConfigType</maml:name>
        <maml:Description>
          <maml:para>The specific type of config.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Version</maml:name>
        <maml:Description>
          <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HighPerformanceConfigParams</maml:name>
        <maml:Description>
          <maml:para>List of parameters that could be used to configure high performance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HighPerformanceConfigParams &#x3D; Initialize-HighPerformanceConfigParams -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$HighPerformanceConfig &#x3D; Initialize-HighPerformanceConfig -HighPerformanceConfigType &quot;ADV_CONFIG&quot; -Version &quot;MyVersion&quot; -HighPerformanceConfigParams $HighPerformanceConfigParams
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HighPerformanceConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$HighPerformanceConfig &#x3D; Initialize-HighPerformanceConfig -HighPerformanceConfigType &quot;ADV_CONFIG&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HighPerformanceConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HighPerformanceConfigParams</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HighPerformanceConfigParams</command:noun>
      <maml:description>
        <maml:para>Configuration parameters required to configure high performance.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration parameters required to configure high performance.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HighPerformanceConfigParams</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key used to configure high performance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Value corresponding to the 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Key used to configure high performance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Value corresponding to the 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HighPerformanceConfigParams &#x3D; Initialize-HighPerformanceConfigParams -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HighPerformanceConfigParams with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HighPerformanceConfigParams &#x3D; Initialize-HighPerformanceConfigParams -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HighPerformanceConfigParams with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostMovementSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostMovementSpec</command:noun>
      <maml:description>
        <maml:para>Fields required for host movement across sub-clusters</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Fields required for host movement across sub-clusters</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostMovementSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>This is the policy path of source sub-cluster from which hosts are moved out </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Destination</maml:name>
          <maml:Description>
            <maml:para>This is the policy path of destination sub-cluster to which hosts will be moved to. If this value is null, then we assume the host is moved into the cluster. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DiscoveredNodeIds</maml:name>
          <maml:Description>
            <maml:para>Discovered node IDs to be moved. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>This is the policy path of source sub-cluster from which hosts are moved out </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Destination</maml:name>
        <maml:Description>
          <maml:para>This is the policy path of destination sub-cluster to which hosts will be moved to. If this value is null, then we assume the host is moved into the cluster. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DiscoveredNodeIds</maml:name>
        <maml:Description>
          <maml:para>Discovered node IDs to be moved. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HostMovementSpec &#x3D; Initialize-HostMovementSpec -Source &quot;MySource&quot; -Destination &quot;MyDestination&quot; -DiscoveredNodeIds &quot;MyDiscoveredNodeIds&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostMovementSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostMovementSpec &#x3D; Initialize-HostMovementSpec -Source &quot;MySource&quot; -DiscoveredNodeIds &quot;MyDiscoveredNodeIds&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostMovementSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostNodeLoginCredential</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostNodeLoginCredential</command:noun>
      <maml:description>
        <maml:para>The credentials to login into the host node</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The credentials to login into the host node</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostNodeLoginCredential</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>The username of the account on the 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>Password</maml:name>
          <maml:Description>
            <maml:para>The authentication password of the 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>Thumbprint</maml:name>
          <maml:Description>
            <maml:para>For ESXi hosts, the thumbprint of the ESXi management service. For KVM hosts, the SSH key fingerprint. If thumbprint is not provided then connection to host may not be established and API call will fail. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Username</maml:name>
        <maml:Description>
          <maml:para>The username of the account on the 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>Password</maml:name>
        <maml:Description>
          <maml:para>The authentication password of the 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>Thumbprint</maml:name>
        <maml:Description>
          <maml:para>For ESXi hosts, the thumbprint of the ESXi management service. For KVM hosts, the SSH key fingerprint. If thumbprint is not provided then connection to host may not be established and API call will fail. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HostNodeLoginCredential &#x3D; Initialize-HostNodeLoginCredential -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -Thumbprint &quot;MyThumbprint&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostNodeLoginCredential with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostNodeLoginCredential &#x3D; Initialize-HostNodeLoginCredential
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostNodeLoginCredential with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostSwitchConfigOption</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostSwitchConfigOption</command:noun>
      <maml:description>
        <maml:para>Host Switch configuration option specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host Switch configuration option specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostSwitchConfigOption</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchId</maml:name>
          <maml:Description>
            <maml:para>This field is writable only in case of VDS type HostSwitch and system generated for NVDS type. For VDS type host switch, This field is used to lookup a VDS from corresponding Compute Manager and then can be configured for logical networking. For NVDS type host switch, This field is system generated and if provided will be overwritten.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchProfileIds</maml:name>
          <maml:Description>
            <maml:para>Host switch profiles bound to this host switch. If a profile ID is not provided for any HostSwitchProfileType that is supported by the transport node, the corresponding default profile will be bound to the host switch. If transport node is created using Policy APIs, use policyPaths instead of UUIDs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Uplinks</maml:name>
          <maml:Description>
            <maml:para>If VDS is used as a HostSwitch this attribute must be specified. You can associate uplinks from UplinkHostSwitchProfile to either VDS uplink or LAG. VDS uplink or LAG will inherit the global VDS level teaming policy from vSphere. NSX managed uplink or LAG will have NSX teaming policy configured through UplinkHostSwitchProfile.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ipv6AssignmentSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</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>HostSwitchId</maml:name>
        <maml:Description>
          <maml:para>This field is writable only in case of VDS type HostSwitch and system generated for NVDS type. For VDS type host switch, This field is used to lookup a VDS from corresponding Compute Manager and then can be configured for logical networking. For NVDS type host switch, This field is system generated and if provided will be overwritten.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchProfileIds</maml:name>
        <maml:Description>
          <maml:para>Host switch profiles bound to this host switch. If a profile ID is not provided for any HostSwitchProfileType that is supported by the transport node, the corresponding default profile will be bound to the host switch. If transport node is created using Policy APIs, use policyPaths instead of UUIDs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Uplinks</maml:name>
        <maml:Description>
          <maml:para>If VDS is used as a HostSwitch this attribute must be specified. You can associate uplinks from UplinkHostSwitchProfile to either VDS uplink or LAG. VDS uplink or LAG will inherit the global VDS level teaming policy from vSphere. NSX managed uplink or LAG will have NSX teaming policy configured through UplinkHostSwitchProfile.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAssignmentSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ipv6AssignmentSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HostSwitchProfileTypeIdEntry &#x3D; Initialize-HostSwitchProfileTypeIdEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
$VdsUplink &#x3D; Initialize-VdsUplink -VdsUplinkName &quot;MyVdsUplinkName&quot; -VdsLagName &quot;MyVdsLagName&quot; -UplinkName &quot;MyUplinkName&quot;
$IpAssignmentSpec &#x3D; Initialize-IpAssignmentSpec -ResourceType &quot;StaticIpPoolSpec&quot;
$Ipv6AssignmentSpec &#x3D; Initialize-Ipv6AssignmentSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
$HostSwitchConfigOption &#x3D; Initialize-HostSwitchConfigOption -HostSwitchId &quot;MyHostSwitchId&quot; -HostSwitchProfileIds $HostSwitchProfileTypeIdEntry -Uplinks $VdsUplink -IpAssignmentSpec $IpAssignmentSpec -Ipv6AssignmentSpec $Ipv6AssignmentSpec
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchConfigOption with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$HostSwitchConfigOption &#x3D; Initialize-HostSwitchConfigOption
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchConfigOption with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-IpAssignmentSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-Ipv6AssignmentSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostSwitchConfigSource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostSwitchConfigSource</command:noun>
      <maml:description>
        <maml:para>This object contains references to transport node profile sub configurations that will be used to generate overridden host switch configuration.Such overridden configuration can be applied to a sub-cluster defined within vSphere managed cluster.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This object contains references to transport node profile sub configurations that will be used to generate overridden host switch configuration.Such overridden configuration can be applied to a sub-cluster defined within vSphere managed cluster.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostSwitchConfigSource</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchId</maml:name>
          <maml:Description>
            <maml:para>HostSwitch Id</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeProfileSubConfigName</maml:name>
          <maml:Description>
            <maml:para>Name of the TransportNodeProfile sub configuration to be used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchId</maml:name>
        <maml:Description>
          <maml:para>HostSwitch Id</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeProfileSubConfigName</maml:name>
        <maml:Description>
          <maml:para>Name of the TransportNodeProfile sub configuration to be used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HostSwitchConfigSource &#x3D; Initialize-HostSwitchConfigSource -HostSwitchId &quot;MyHostSwitchId&quot; -TransportNodeProfileSubConfigName &quot;MyTransportNodeProfileSubConfigName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchConfigSource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostSwitchConfigSource &#x3D; Initialize-HostSwitchConfigSource -HostSwitchId &quot;MyHostSwitchId&quot; -TransportNodeProfileSubConfigName &quot;MyTransportNodeProfileSubConfigName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchConfigSource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostSwitchProfileTypeIdEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostSwitchProfileTypeIdEntry</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostSwitchProfileTypeIdEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Supported HostSwitch profiles.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>key 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Supported HostSwitch profiles.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>key 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HostSwitchProfileTypeIdEntry &#x3D; Initialize-HostSwitchProfileTypeIdEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchProfileTypeIdEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostSwitchProfileTypeIdEntry &#x3D; Initialize-HostSwitchProfileTypeIdEntry -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchProfileTypeIdEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostSwitchSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostSwitchSpec</command:noun>
      <maml:description>
        <maml:para>The HostSwitchSpec is the base class for standard and preconfigured host switch specifications. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The HostSwitchSpec is the base class for standard and preconfigured host switch specifications. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostSwitchSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$HostSwitchSpec &#x3D; Initialize-HostSwitchSpec -ResourceType &quot;StandardHostSwitchSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostSwitchSpec &#x3D; Initialize-HostSwitchSpec -ResourceType &quot;StandardHostSwitchSpec&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostSwitchSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostTransportNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostTransportNode</command:noun>
      <maml:description>
        <maml:para>Host Transport Node</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host Transport Node</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostTransportNode</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>$HostTransportNode &#x3D; Initialize-HostTransportNode
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostTransportNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostTransportNode &#x3D; Initialize-HostTransportNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostTransportNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-HostTransportNodeCollection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>HostTransportNodeCollection</command:noun>
      <maml:description>
        <maml:para>Entity to indicate relation between Compute collection and Transport node template.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Entity to indicate relation between Compute collection and Transport node template.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-HostTransportNodeCollection</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>$HostTransportNodeCollection &#x3D; Initialize-HostTransportNodeCollection
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostTransportNodeCollection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$HostTransportNodeCollection &#x3D; Initialize-HostTransportNodeCollection
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-HostTransportNodeCollection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ICMPTypeServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ICMPTypeServiceEntry</command:noun>
      <maml:description>
        <maml:para>A ServiceEntry that represents IPv4 or IPv6 ICMP protocol</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ServiceEntry that represents IPv4 or IPv6 ICMP protocol</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ICMPTypeServiceEntry</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>$ICMPTypeServiceEntry &#x3D; Initialize-ICMPTypeServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ICMPTypeServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ICMPTypeServiceEntry &#x3D; Initialize-ICMPTypeServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ICMPTypeServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IGMPTypeServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IGMPTypeServiceEntry</command:noun>
      <maml:description>
        <maml:para>A ServiceEntry that represents IGMP protocol</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ServiceEntry that represents IGMP protocol</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IGMPTypeServiceEntry</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>$IGMPTypeServiceEntry &#x3D; Initialize-IGMPTypeServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IGMPTypeServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IGMPTypeServiceEntry &#x3D; Initialize-IGMPTypeServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IGMPTypeServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPAddressExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPAddressExpression</command:noun>
      <maml:description>
        <maml:para>Represents IP address expressions in the form of an array, to support addition of IP addresses in a group.If duplicate IP Addresses are provided these will be filtered out and only unique IP Addresses will be considered. Avoid creating groups with multiple IPAddressExpression.In future releases, group will be restricted to contain a single IPAddressExpression. To group IPAddresses, use nested groups instead of multiple IPAddressExpressions.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents IP address expressions in the form of an array, to support addition of IP addresses in a group.If duplicate IP Addresses are provided these will be filtered out and only unique IP Addresses will be considered. Avoid creating groups with multiple IPAddressExpression.In future releases, group will be restricted to contain a single IPAddressExpression. To group IPAddresses, use nested groups instead of multiple IPAddressExpressions.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPAddressExpression</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>$IPAddressExpression &#x3D; Initialize-IPAddressExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPAddressExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPAddressExpression &#x3D; Initialize-IPAddressExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPAddressExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPAddressList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPAddressList</command:noun>
      <maml:description>
        <maml:para>Collection of IP Addresses.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Collection of IP Addresses.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPAddressList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>The array contains IP addresses.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>The array contains IP addresses.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-IPAddressList -IpAddresses &quot;MyIpAddresses&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPAddressList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPAddressList &#x3D; Initialize-IPAddressList -IpAddresses &quot;MyIpAddresses&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPAddressList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPAddresses</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPAddresses</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPAddresses</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>The IP addresses in the form of IP Address, IP Range, CIDR, used as source IPs or destination IPs of filters.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>The IP addresses in the form of IP Address, IP Range, CIDR, used as source IPs or destination IPs of filters.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPAddresses &#x3D; Initialize-IPAddresses -IpAddresses &quot;MyIpAddresses&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPAddresses with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPAddresses &#x3D; Initialize-IPAddresses
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPAddresses with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPDiscoveryProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPDiscoveryProfile</command:noun>
      <maml:description>
        <maml:para>Using this profile to configure different options of IP Discovery</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Using this profile to configure different options of IP Discovery</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPDiscoveryProfile</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>$IPDiscoveryProfile &#x3D; Initialize-IPDiscoveryProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPDiscoveryProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPDiscoveryProfile &#x3D; Initialize-IPDiscoveryProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPDiscoveryProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPFIXDFWCollector</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPFIXDFWCollector</command:noun>
      <maml:description>
        <maml:para>IPFIX DFW data will be collected on collector Host IP and Port address should be provided for collector. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPFIX DFW data will be collected on collector Host IP and Port address should be provided for collector. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPFIXDFWCollector</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>$IPFIXDFWCollector &#x3D; Initialize-IPFIXDFWCollector
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXDFWCollector with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPFIXDFWCollector &#x3D; Initialize-IPFIXDFWCollector
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXDFWCollector with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPFIXDFWCollectorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPFIXDFWCollectorProfile</command:noun>
      <maml:description>
        <maml:para>IPFIX data for the NSX distributed firewall will be sent to the specified IPFIX collectors. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPFIX data for the NSX distributed firewall will be sent to the specified IPFIX collectors. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPFIXDFWCollectorProfile</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>$IPFIXDFWCollectorProfile &#x3D; Initialize-IPFIXDFWCollectorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXDFWCollectorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPFIXDFWCollectorProfile &#x3D; Initialize-IPFIXDFWCollectorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXDFWCollectorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPFIXDFWProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPFIXDFWProfile</command:noun>
      <maml:description>
        <maml:para>IPFIX packets from source will be sent to IPFIX DFW collector. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPFIX packets from source will be sent to IPFIX DFW collector. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPFIXDFWProfile</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>$IPFIXDFWProfile &#x3D; Initialize-IPFIXDFWProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXDFWProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPFIXDFWProfile &#x3D; Initialize-IPFIXDFWProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXDFWProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPFIXL2Collector</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPFIXL2Collector</command:noun>
      <maml:description>
        <maml:para>IPFIX packets will be collected on collector. IP and port address should be provided for collector. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPFIX packets will be collected on collector. IP and port address should be provided for collector. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPFIXL2Collector</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>$IPFIXL2Collector &#x3D; Initialize-IPFIXL2Collector
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXL2Collector with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPFIXL2Collector &#x3D; Initialize-IPFIXL2Collector
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXL2Collector with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPFIXL2CollectorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPFIXL2CollectorProfile</command:noun>
      <maml:description>
        <maml:para>IPFIX L2 data will be collected on collectors. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPFIX L2 data will be collected on collectors. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPFIXL2CollectorProfile</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>$IPFIXL2CollectorProfile &#x3D; Initialize-IPFIXL2CollectorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXL2CollectorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPFIXL2CollectorProfile &#x3D; Initialize-IPFIXL2CollectorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXL2CollectorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPFIXL2Profile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPFIXL2Profile</command:noun>
      <maml:description>
        <maml:para>IPFIX data from source logical segment, port, group will be forwarded to IPFIX collector. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPFIX data from source logical segment, port, group will be forwarded to IPFIX collector. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPFIXL2Profile</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>$IPFIXL2Profile &#x3D; Initialize-IPFIXL2Profile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXL2Profile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPFIXL2Profile &#x3D; Initialize-IPFIXL2Profile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPFIXL2Profile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPInfo</command:noun>
      <maml:description>
        <maml:para>An IP information structure that includes a single IP address and its associated prefix length.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An IP information structure that includes a single IP address and its associated prefix length.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>IP Addresses</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>IP Addresses</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPInfo &#x3D; Initialize-IPInfo -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPInfo &#x3D; Initialize-IPInfo -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPProtocolServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPProtocolServiceEntry</command:noun>
      <maml:description>
        <maml:para>A ServiceEntry that represents an IP protocol</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ServiceEntry that represents an IP protocol</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPProtocolServiceEntry</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>$IPProtocolServiceEntry &#x3D; Initialize-IPProtocolServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPProtocolServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPProtocolServiceEntry &#x3D; Initialize-IPProtocolServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPProtocolServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPReputationSiteMapping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPReputationSiteMapping</command:noun>
      <maml:description>
        <maml:para>Configuration to allow management of IP reputation on a specific site from the global manager. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration to allow management of IP reputation on a specific site from the global manager. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPReputationSiteMapping</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>$IPReputationSiteMapping &#x3D; Initialize-IPReputationSiteMapping
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPReputationSiteMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPReputationSiteMapping &#x3D; Initialize-IPReputationSiteMapping
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPReputationSiteMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnDpdProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnDpdProfile</command:noun>
      <maml:description>
        <maml:para>Dead peer detection (DPD) is a method that allows detection of unreachable internet key excahnge (IKE) peers. Any changes affects all IPSec VPN sessions consuming this profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dead peer detection (DPD) is a method that allows detection of unreachable internet key excahnge (IKE) peers. Any changes affects all IPSec VPN sessions consuming this profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnDpdProfile</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>$IPSecVpnDpdProfile &#x3D; Initialize-IPSecVpnDpdProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnDpdProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnDpdProfile &#x3D; Initialize-IPSecVpnDpdProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnDpdProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnIkeProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnIkeProfile</command:noun>
      <maml:description>
        <maml:para>IKE Profile is a reusable profile that captures IKE phase one negotiation parameters. Any changes affects all IPSec VPN sessions consuming this profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IKE Profile is a reusable profile that captures IKE phase one negotiation parameters. Any changes affects all IPSec VPN sessions consuming this profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnIkeProfile</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>$IPSecVpnIkeProfile &#x3D; Initialize-IPSecVpnIkeProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnIkeProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnIkeProfile &#x3D; Initialize-IPSecVpnIkeProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnIkeProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnIkeSessionStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnIkeSessionStatus</command:noun>
      <maml:description>
        <maml:para>Status for IPSec VPN Ike session UP, DOWN, NEGOTIATING and fail reason if Ike session is down. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Status for IPSec VPN Ike session UP, DOWN, NEGOTIATING and fail reason if Ike session is down. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnIkeSessionStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IkeSessionState</maml:name>
          <maml:Description>
            <maml:para>Ike session service status UP, DOWN and NEGOTIATING. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FailReason</maml:name>
          <maml:Description>
            <maml:para>Reason for failure. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>IkeSessionState</maml:name>
        <maml:Description>
          <maml:para>Ike session service status UP, DOWN and NEGOTIATING. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FailReason</maml:name>
        <maml:Description>
          <maml:para>Reason for failure. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnIkeSessionStatus &#x3D; Initialize-IPSecVpnIkeSessionStatus -IkeSessionState &quot;UP&quot; -FailReason &quot;MyFailReason&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnIkeSessionStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnIkeSessionStatus &#x3D; Initialize-IPSecVpnIkeSessionStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnIkeSessionStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnIkeTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnIkeTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>Provides the following IKE control plane statistics for an IPSec VPN session: - Incoming packet count. - Outgoing packet count. - Dropped packet count. Note: IKE traffic statistics are not supported. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following IKE control plane statistics for an IPSec VPN session: - Incoming packet count. - Outgoing packet count. - Dropped packet count. Note: IKE traffic statistics are not supported. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnIkeTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of IKE packets received.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of IKE packets sent.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>The total number of IKE packet bytes received.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>The total number of IKE packet bytes sent.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FailCount</maml:name>
          <maml:Description>
            <maml:para>The total number of IKE packets dropped.</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>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>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of IKE packets received.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of IKE packets sent.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>The total number of IKE packet bytes received.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>The total number of IKE packet bytes sent.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FailCount</maml:name>
        <maml:Description>
          <maml:para>The total number of IKE packets dropped.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnIkeTrafficStatistics &#x3D; Initialize-IPSecVpnIkeTrafficStatistics -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -FailCount 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnIkeTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnIkeTrafficStatistics &#x3D; Initialize-IPSecVpnIkeTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnIkeTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnLocalEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnLocalEndpoint</command:noun>
      <maml:description>
        <maml:para>Local endpoint represents a tier-0/tier-1 on which tunnel needs to be terminated. In federation, all the configuration done for the local endpoint on GM will be realized based on the scope attribute at the corresponding LM. Local endpoint without any scope will be realized on all sites. The scope attribute is applicable only on GM not on LM.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Local endpoint represents a tier-0/tier-1 on which tunnel needs to be terminated. In federation, all the configuration done for the local endpoint on GM will be realized based on the scope attribute at the corresponding LM. Local endpoint without any scope will be realized on all sites. The scope attribute is applicable only on GM not on LM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnLocalEndpoint</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>$IPSecVpnLocalEndpoint &#x3D; Initialize-IPSecVpnLocalEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnLocalEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnLocalEndpoint &#x3D; Initialize-IPSecVpnLocalEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnLocalEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnPolicyTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnPolicyTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>IPSec VPN policy traffic statistics. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSec VPN policy traffic statistics. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnPolicyTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RulePath</maml:name>
          <maml:Description>
            <maml:para>L3Vpn rule 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>TunnelStatistics</maml:name>
          <maml:Description>
            <maml:para>Tunnel statistics.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelTrafficStatistics&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelTrafficStatistics&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AggregateTrafficCounters</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</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>RulePath</maml:name>
        <maml:Description>
          <maml:para>L3Vpn rule 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>TunnelStatistics</maml:name>
        <maml:Description>
          <maml:para>Tunnel statistics.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelTrafficStatistics&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelTrafficStatistics&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AggregateTrafficCounters</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$IPSecVpnTunnelTrafficStatistics &#x3D; Initialize-IPSecVpnTunnelTrafficStatistics -TunnelStatus &quot;UP&quot; -TunnelDownReason &quot;MyTunnelDownReason&quot; -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -PacketsReceivedOtherError 0 -ReplayErrors 0 -IntegrityFailures 0 -DecryptionFailures 0 -PacketsSentOtherError 0 -SeqNumberOverflowError 0 -EncryptionFailures 0 -SaMismatchErrorsIn 0 -NomatchingPolicyErrors 0 -SaMismatchErrorsOut 0 -RemoteSubnet &quot;MyRemoteSubnet&quot; -LocalSubnet &quot;MyLocalSubnet&quot; -DroppedPacketsIn 0 -DroppedPacketsOut 0
$IPSecVpnTrafficCounters &#x3D; Initialize-IPSecVpnTrafficCounters -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -DroppedPacketsIn 0 -DroppedPacketsOut 0
$IPSecVpnPolicyTrafficStatistics &#x3D; Initialize-IPSecVpnPolicyTrafficStatistics -RulePath &quot;MyRulePath&quot; -TunnelStatistics $IPSecVpnTunnelTrafficStatistics -AggregateTrafficCounters $IPSecVpnTrafficCounters
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnPolicyTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IPSecVpnPolicyTrafficStatistics &#x3D; Initialize-IPSecVpnPolicyTrafficStatistics
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnPolicyTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-IPSecVpnTrafficCounters</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnRule</command:noun>
      <maml:description>
        <maml:para>For policy-based IPsec VPNs, a security policy specifies as its action the VPN tunnel to be used for transit traffic that meets the policy’s match criteria.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>For policy-based IPsec VPNs, a security policy specifies as its action the VPN tunnel to be used for transit traffic that meets the policy’s match criteria.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnRule</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>$IPSecVpnRule &#x3D; Initialize-IPSecVpnRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnRule &#x3D; Initialize-IPSecVpnRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnService</command:noun>
      <maml:description>
        <maml:para>Create and manage IPSec VPN service under tier-0/tier-1.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create and manage IPSec VPN service under tier-0/tier-1.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnService</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>$IPSecVpnService &#x3D; Initialize-IPSecVpnService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnService &#x3D; Initialize-IPSecVpnService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnSession</command:noun>
      <maml:description>
        <maml:para>VPN session defines connection between local and peer endpoint. Until VPN session is defined configuration is not realized.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPN session defines connection between local and peer endpoint. Until VPN session is defined configuration is not realized.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnSession</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>$IPSecVpnSession &#x3D; Initialize-IPSecVpnSession
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnSession &#x3D; Initialize-IPSecVpnSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnSessionStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnSessionStatistics</command:noun>
      <maml:description>
        <maml:para>IPSec VPN session statistics represents statistics on an NSX-T type of enforcement point. It gives aggregated statistics of all policies for all the tunnels. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSec VPN session statistics represents statistics on an NSX-T type of enforcement point. It gives aggregated statistics of all policies for all the tunnels. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnSessionStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointPath</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing the enforcement point wehere the statistics are 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointPath</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing the enforcement point wehere the statistics are 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnSessionStatistics &#x3D; Initialize-IPSecVpnSessionStatistics -EnforcementPointPath &quot;MyEnforcementPointPath&quot; -ResourceType &quot;IPSecVpnSessionStatistics&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSessionStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnSessionStatistics &#x3D; Initialize-IPSecVpnSessionStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSessionStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnSessionStatisticsNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnSessionStatisticsNsxT</command:noun>
      <maml:description>
        <maml:para>Provides the following details for an IPSec VPN session for a given enforcement point: - &lt;b&gt;Aggregated IPSec tunnel statistics&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP. - &lt;b&gt;Aggregated IPSec tunnel statistics under a policy&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters of all IPSec tunnels under the policy since the time the tunnels are UP. - &lt;b&gt;Individual tunnel statistics under a policy&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters. It also provides details of errors and failures causing the drops since the time the tunnel is UP. - Tunnel subnet details and state of all individual tunnels under a policy. - Alarm information details. - VPN session name. - IKE status summary. Note: IKE traffic statistics are not supported. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following details for an IPSec VPN session for a given enforcement point: - &lt;b&gt;Aggregated IPSec tunnel statistics&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters since the time the tunnels are UP. - &lt;b&gt;Aggregated IPSec tunnel statistics under a policy&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters of all IPSec tunnels under the policy since the time the tunnels are UP. - &lt;b&gt;Individual tunnel statistics under a policy&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters. It also provides details of errors and failures causing the drops since the time the tunnel is UP. - Tunnel subnet details and state of all individual tunnels under a policy. - Alarm information details. - VPN session name. - IKE status summary. Note: IKE traffic statistics are not supported. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnSessionStatisticsNsxT</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>$IPSecVpnSessionStatisticsNsxT &#x3D; Initialize-IPSecVpnSessionStatisticsNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSessionStatisticsNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnSessionStatisticsNsxT &#x3D; Initialize-IPSecVpnSessionStatisticsNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSessionStatisticsNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnSessionStatusNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnSessionStatusNsxT</command:noun>
      <maml:description>
        <maml:para>IPSec VPN Session Status represents status on an NSX-T type of enforcement point. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSec VPN Session Status represents status on an NSX-T type of enforcement point. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnSessionStatusNsxT</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>$IPSecVpnSessionStatusNsxT &#x3D; Initialize-IPSecVpnSessionStatusNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSessionStatusNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnSessionStatusNsxT &#x3D; Initialize-IPSecVpnSessionStatusNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSessionStatusNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnSubnet</command:noun>
      <maml:description>
        <maml:para>Used to specify the local/peer subnets in IPSec VPN rule.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to specify the local/peer subnets in IPSec VPN rule.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnSubnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Subnet</maml:name>
          <maml:Description>
            <maml:para>Subnet used in policy rule.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Subnet</maml:name>
        <maml:Description>
          <maml:para>Subnet used in policy rule.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnSubnet &#x3D; Initialize-IPSecVpnSubnet -Subnet &quot;MySubnet&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnSubnet &#x3D; Initialize-IPSecVpnSubnet -Subnet &quot;MySubnet&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnTrafficCounters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnTrafficCounters</command:noun>
      <maml:description>
        <maml:para>Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnTrafficCounters</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of packets received on the inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of packets sent on the outbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>The total number of traffic bytes received on the inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>The total number of traffic bytes sent on the outbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets dropped on the inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets dropped on the outbound security association. </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>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>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of packets received on the inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of packets sent on the outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>The total number of traffic bytes received on the inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>The total number of traffic bytes sent on the outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets dropped on the inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets dropped on the outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnTrafficCounters &#x3D; Initialize-IPSecVpnTrafficCounters -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -DroppedPacketsIn 0 -DroppedPacketsOut 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTrafficCounters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnTrafficCounters &#x3D; Initialize-IPSecVpnTrafficCounters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTrafficCounters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnTransportStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnTransportStatus</command:noun>
      <maml:description>
        <maml:para>Provides IPSec VPN session status.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides IPSec VPN session status.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnTransportStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportTunnelPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing Transport Tunnel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>TransportTunnelPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing Transport Tunnel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnTransportStatus &#x3D; Initialize-IPSecVpnTransportStatus -TransportTunnelPath &quot;MyTransportTunnelPath&quot; -ResourceType &quot;IPSecVpnTransportStatus&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTransportStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnTransportStatus &#x3D; Initialize-IPSecVpnTransportStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTransportStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnTunnelInterface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnTunnelInterface</command:noun>
      <maml:description>
        <maml:para>IP tunnel interface configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP tunnel interface configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnTunnelInterface</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>$IPSecVpnTunnelInterface &#x3D; Initialize-IPSecVpnTunnelInterface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTunnelInterface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnTunnelInterface &#x3D; Initialize-IPSecVpnTunnelInterface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTunnelInterface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnTunnelProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnTunnelProfile</command:noun>
      <maml:description>
        <maml:para>IPSec VPN tunnel profile is a reusable profile that captures phase two negotiation parameters and IPSec tunnel properties. Any changes affects all IPSec VPN sessions consuming this profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSec VPN tunnel profile is a reusable profile that captures phase two negotiation parameters and IPSec tunnel properties. Any changes affects all IPSec VPN sessions consuming this profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnTunnelProfile</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>$IPSecVpnTunnelProfile &#x3D; Initialize-IPSecVpnTunnelProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTunnelProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnTunnelProfile &#x3D; Initialize-IPSecVpnTunnelProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTunnelProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSecVpnTunnelTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSecVpnTunnelTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>IPSec VPN tunnel traffic statistics.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSec VPN tunnel traffic statistics.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSecVpnTunnelTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelStatus</maml:name>
          <maml:Description>
            <maml:para>Specifies the status of tunnel, if it is UP/DOWN. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelDownReason</maml:name>
          <maml:Description>
            <maml:para>Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets on inbound Security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing packets on outbound Security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming bytes on inbound Security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing bytes on outbound Security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsReceivedOtherError</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets dropped on inbound Security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplayErrors</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped due to replay check on that Security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IntegrityFailures</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped due to integrity failures. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DecryptionFailures</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped due to decryption failures. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsSentOtherError</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped while sending for any reason. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SeqNumberOverflowError</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped while sending due to overflow in sequence number. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EncryptionFailures</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped because of failure in encryption. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SaMismatchErrorsIn</maml:name>
          <maml:Description>
            <maml:para>Totoal number of security association mismatch errors on incoming packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NomatchingPolicyErrors</maml:name>
          <maml:Description>
            <maml:para>Number of packets dropped because of no matching policy is available. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SaMismatchErrorsOut</maml:name>
          <maml:Description>
            <maml:para>Totoal number of security association mismatch errors on outgoing packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemoteSubnet</maml:name>
          <maml:Description>
            <maml:para>Peer subnet to which a tunnel belongs. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalSubnet</maml:name>
          <maml:Description>
            <maml:para>Local subnet to which a tunnel belongs. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets dropped on inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing packets dropped on outbound security association. </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>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>TunnelStatus</maml:name>
        <maml:Description>
          <maml:para>Specifies the status of tunnel, if it is UP/DOWN. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelDownReason</maml:name>
        <maml:Description>
          <maml:para>Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets on inbound Security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing packets on outbound Security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming bytes on inbound Security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing bytes on outbound Security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsReceivedOtherError</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets dropped on inbound Security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplayErrors</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped due to replay check on that Security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IntegrityFailures</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped due to integrity failures. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DecryptionFailures</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped due to decryption failures. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsSentOtherError</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped while sending for any reason. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SeqNumberOverflowError</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped while sending due to overflow in sequence number. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EncryptionFailures</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped because of failure in encryption. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SaMismatchErrorsIn</maml:name>
        <maml:Description>
          <maml:para>Totoal number of security association mismatch errors on incoming packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NomatchingPolicyErrors</maml:name>
        <maml:Description>
          <maml:para>Number of packets dropped because of no matching policy is available. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SaMismatchErrorsOut</maml:name>
        <maml:Description>
          <maml:para>Totoal number of security association mismatch errors on outgoing packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemoteSubnet</maml:name>
        <maml:Description>
          <maml:para>Peer subnet to which a tunnel belongs. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalSubnet</maml:name>
        <maml:Description>
          <maml:para>Local subnet to which a tunnel belongs. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets dropped on inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing packets dropped on outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSecVpnTunnelTrafficStatistics &#x3D; Initialize-IPSecVpnTunnelTrafficStatistics -TunnelStatus &quot;UP&quot; -TunnelDownReason &quot;MyTunnelDownReason&quot; -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -PacketsReceivedOtherError 0 -ReplayErrors 0 -IntegrityFailures 0 -DecryptionFailures 0 -PacketsSentOtherError 0 -SeqNumberOverflowError 0 -EncryptionFailures 0 -SaMismatchErrorsIn 0 -NomatchingPolicyErrors 0 -SaMismatchErrorsOut 0 -RemoteSubnet &quot;MyRemoteSubnet&quot; -LocalSubnet &quot;MyLocalSubnet&quot; -DroppedPacketsIn 0 -DroppedPacketsOut 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTunnelTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSecVpnTunnelTrafficStatistics &#x3D; Initialize-IPSecVpnTunnelTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSecVpnTunnelTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPSubnet</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPSubnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>All IP addresses, some of which may be automatically configured. When updating this field, the payload may contain only the IP addresses that should be changed, or may contain the IP addresses to change as well as the automatically assigned addresses. Currently, only one updatable address and one system-maintained address are supported. Currently, the system-maintained address supported is Extended Unique Identifier(EUI)-64 address. EUI-64 address is generated by the system only when user configured ip-subnet has prefix length less than or equal to 64. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>All IP addresses, some of which may be automatically configured. When updating this field, the payload may contain only the IP addresses that should be changed, or may contain the IP addresses to change as well as the automatically assigned addresses. Currently, only one updatable address and one system-maintained address are supported. Currently, the system-maintained address supported is Extended Unique Identifier(EUI)-64 address. EUI-64 address is generated by the system only when user configured ip-subnet has prefix length less than or equal to 64. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPSubnet &#x3D; Initialize-IPSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPSubnet &#x3D; Initialize-IPSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPv4DiscoveryOptions</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPv4DiscoveryOptions</command:noun>
      <maml:description>
        <maml:para>Contains IPv4 related discovery options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains IPv4 related discovery options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPv4DiscoveryOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ArpSnoopingConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ArpSnoopingConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ArpSnoopingConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpSnoopingEnabled</maml:name>
          <maml:Description>
            <maml:para>Indicates whether DHCP snooping is 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>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmtoolsEnabled</maml:name>
          <maml:Description>
            <maml:para>Indicates whether fetching IP using vm-tools is enabled. This option is only supported on ESX where vm-tools is installed. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ArpSnoopingConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ArpSnoopingConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ArpSnoopingConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpSnoopingEnabled</maml:name>
        <maml:Description>
          <maml:para>Indicates whether DHCP snooping is 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>true</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmtoolsEnabled</maml:name>
        <maml:Description>
          <maml:para>Indicates whether fetching IP using vm-tools is enabled. This option is only supported on ESX where vm-tools is installed. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ArpSnoopingConfig &#x3D; Initialize-ArpSnoopingConfig -ArpSnoopingEnabled $false -ArpBindingLimit 0
$IPv4DiscoveryOptions &#x3D; Initialize-IPv4DiscoveryOptions -ArpSnoopingConfig $ArpSnoopingConfig -DhcpSnoopingEnabled $false -VmtoolsEnabled $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv4DiscoveryOptions with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IPv4DiscoveryOptions &#x3D; Initialize-IPv4DiscoveryOptions
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv4DiscoveryOptions with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-ArpSnoopingConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPv4Subnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPv4Subnet</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPv4Subnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>IPv4 Addresses</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>IPv4 Addresses</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPv4Subnet &#x3D; Initialize-IPv4Subnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv4Subnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPv4Subnet &#x3D; Initialize-IPv4Subnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv4Subnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPv6DiscoveryOptions</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPv6DiscoveryOptions</command:noun>
      <maml:description>
        <maml:para>Contains IPv6 related discovery options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains IPv6 related discovery options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPv6DiscoveryOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NdSnoopingConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NdSnoopingConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.NdSnoopingConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpSnoopingV6Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable this method will snoop the DHCPv6 message transaction which a VM makes with a DHCPv6 server. From the transaction, we learn the IPv6 addresses assigned by the DHCPv6 server to this VM along with its lease time. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmtoolsV6Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable this method will learn the IPv6 addresses which are configured on interfaces of a VM with the help of the VMTools software. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NdSnoopingConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NdSnoopingConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.NdSnoopingConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpSnoopingV6Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable this method will snoop the DHCPv6 message transaction which a VM makes with a DHCPv6 server. From the transaction, we learn the IPv6 addresses assigned by the DHCPv6 server to this VM along with its lease time. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmtoolsV6Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable this method will learn the IPv6 addresses which are configured on interfaces of a VM with the help of the VMTools software. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>
$NdSnoopingConfig &#x3D; Initialize-NdSnoopingConfig -NdSnoopingEnabled $false -NdSnoopingLimit 0
$IPv6DiscoveryOptions &#x3D; Initialize-IPv6DiscoveryOptions -NdSnoopingConfig $NdSnoopingConfig -DhcpSnoopingV6Enabled $false -VmtoolsV6Enabled $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv6DiscoveryOptions with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IPv6DiscoveryOptions &#x3D; Initialize-IPv6DiscoveryOptions
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv6DiscoveryOptions with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-NdSnoopingConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IPv6Subnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IPv6Subnet</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IPv6Subnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>IPv6 Addresses</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>IPv6 Addresses</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IPv6Subnet &#x3D; Initialize-IPv6Subnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv6Subnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IPv6Subnet &#x3D; Initialize-IPv6Subnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IPv6Subnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IcmpEchoRequestHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IcmpEchoRequestHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IcmpEchoRequestHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ICMP id</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Sequence</maml:name>
          <maml:Description>
            <maml:para>ICMP sequence number</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ICMP id</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Sequence</maml:name>
        <maml:Description>
          <maml:para>ICMP sequence number</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IcmpEchoRequestHeader &#x3D; Initialize-IcmpEchoRequestHeader -Id 0 -Sequence 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IcmpEchoRequestHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IcmpEchoRequestHeader &#x3D; Initialize-IcmpEchoRequestHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IcmpEchoRequestHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Icon</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Icon</command:noun>
      <maml:description>
        <maml:para>Icon to be applied at dashboard for widgets and UI elements.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Icon to be applied at dashboard for widgets and UI elements.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Icon</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Icon will be rendered based on its type. For example, if ERROR is chosen, then icon representing error will be rendered. or else custom svg icon name can be given.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Placement</maml:name>
          <maml:Description>
            <maml:para>If specified as PRE, the icon appears before the UI element. If set as POST, the icon appears after the UI element.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PlacementEnum.PRE</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tooltip</maml:name>
          <maml:Description>
            <maml:para>Multi-line text to be shown on tooltip while hovering over the icon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>Icon size in unit applied to icon.A unit can be specified by the &#39;size_unit&#39; property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SizeUnit</maml:name>
          <maml:Description>
            <maml:para>Icon size unit applied to icon along with size. if &#39;size&#39; property value is provided and no value is provided for this property then default value for this proerty is set to &#39;px&#39;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Icon color applied to icon in hex 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>Type</maml:name>
        <maml:Description>
          <maml:para>Icon will be rendered based on its type. For example, if ERROR is chosen, then icon representing error will be rendered. or else custom svg icon name can be given.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Placement</maml:name>
        <maml:Description>
          <maml:para>If specified as PRE, the icon appears before the UI element. If set as POST, the icon appears after the UI element.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PlacementEnum.PRE</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tooltip</maml:name>
        <maml:Description>
          <maml:para>Multi-line text to be shown on tooltip while hovering over the icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>Icon size in unit applied to icon.A unit can be specified by the &#39;size_unit&#39; property.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SizeUnit</maml:name>
        <maml:Description>
          <maml:para>Icon size unit applied to icon along with size. if &#39;size&#39; property value is provided and no value is provided for this property then default value for this proerty is set to &#39;px&#39;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>Icon color applied to icon in hex 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Icon with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Icon &#x3D; Initialize-Icon
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Icon with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentityFirewallAdStore</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentityFirewallAdStore</command:noun>
      <maml:description>
        <maml:para>Active IdentityFirewallStore</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active IdentityFirewallStore</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentityFirewallAdStore</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>$IdentityFirewallAdStore &#x3D; Initialize-IdentityFirewallAdStore
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallAdStore with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentityFirewallAdStore &#x3D; Initialize-IdentityFirewallAdStore
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallAdStore with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentityFirewallStore</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentityFirewallStore</command:noun>
      <maml:description>
        <maml:para>IdentityFirewallStore</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IdentityFirewallStore</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentityFirewallStore</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>$IdentityFirewallStore &#x3D; Initialize-IdentityFirewallStore
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallStore with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentityFirewallStore &#x3D; Initialize-IdentityFirewallStore
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallStore with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentityFirewallStoreEventLogServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentityFirewallStoreEventLogServer</command:noun>
      <maml:description>
        <maml:para>Event log server of IdentityFirewallStore</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Event log server of IdentityFirewallStore</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentityFirewallStoreEventLogServer</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>$IdentityFirewallStoreEventLogServer &#x3D; Initialize-IdentityFirewallStoreEventLogServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallStoreEventLogServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentityFirewallStoreEventLogServer &#x3D; Initialize-IdentityFirewallStoreEventLogServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallStoreEventLogServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentityFirewallStoreLdapServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentityFirewallStoreLdapServer</command:noun>
      <maml:description>
        <maml:para>LDAP server of directory domain</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>LDAP server of directory domain</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentityFirewallStoreLdapServer</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>$IdentityFirewallStoreLdapServer &#x3D; Initialize-IdentityFirewallStoreLdapServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallStoreLdapServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentityFirewallStoreLdapServer &#x3D; Initialize-IdentityFirewallStoreLdapServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityFirewallStoreLdapServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentityGroupExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentityGroupExpression</command:noun>
      <maml:description>
        <maml:para>Represents a list of identity group (Ad group SID) expressions.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a list of identity group (Ad group SID) expressions.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentityGroupExpression</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>$IdentityGroupExpression &#x3D; Initialize-IdentityGroupExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityGroupExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentityGroupExpression &#x3D; Initialize-IdentityGroupExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityGroupExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentityGroupInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentityGroupInfo</command:noun>
      <maml:description>
        <maml:para>Identity (Directory) group</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Identity (Directory) group</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentityGroupInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DistinguishedName</maml:name>
          <maml:Description>
            <maml:para>Each LDAP object is uniquely identified by its distinguished name (DN). A DN is a sequence of relative distinguished names (RDN) connected by commas. e.g. CN&#x3D;Larry Cole,CN&#x3D;admin,DC&#x3D;corp,DC&#x3D;acme,DC&#x3D;com. A valid fully qualified distinguished name should be provided to include specific groups else the create / update realization of the Group containing an invalid/ partial DN will fail. This value is valid only if it matches to exactly 1 LDAP object on the LDAP server. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Sid</maml:name>
          <maml:Description>
            <maml:para>A security identifier (SID) is a unique value of variable length used to identify a trustee. A SID consists of the following components: The revision level of the SID structure; A 48-bit identifier authority value that identifies the authority that issued the SID; A variable number of subauthority or relative identifier (RID) values that uniquely identify the trustee relative to the authority that issued the SID. This field is only populated for Microsoft Active Directory identity store. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainBaseDistinguishedName</maml:name>
          <maml:Description>
            <maml:para>This is the base distinguished name for the domain where this particular group resides. (e.g. dc&#x3D;example,dc&#x3D;com) Each active directory domain has a domain naming context (NC), which contains domain-specific data. The root of this naming context is represented by a domain&#39;s distinguished name (DN) and is typically referred to as the NC head. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DistinguishedName</maml:name>
        <maml:Description>
          <maml:para>Each LDAP object is uniquely identified by its distinguished name (DN). A DN is a sequence of relative distinguished names (RDN) connected by commas. e.g. CN&#x3D;Larry Cole,CN&#x3D;admin,DC&#x3D;corp,DC&#x3D;acme,DC&#x3D;com. A valid fully qualified distinguished name should be provided to include specific groups else the create / update realization of the Group containing an invalid/ partial DN will fail. This value is valid only if it matches to exactly 1 LDAP object on the LDAP server. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Sid</maml:name>
        <maml:Description>
          <maml:para>A security identifier (SID) is a unique value of variable length used to identify a trustee. A SID consists of the following components: The revision level of the SID structure; A 48-bit identifier authority value that identifies the authority that issued the SID; A variable number of subauthority or relative identifier (RID) values that uniquely identify the trustee relative to the authority that issued the SID. This field is only populated for Microsoft Active Directory identity store. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainBaseDistinguishedName</maml:name>
        <maml:Description>
          <maml:para>This is the base distinguished name for the domain where this particular group resides. (e.g. dc&#x3D;example,dc&#x3D;com) Each active directory domain has a domain naming context (NC), which contains domain-specific data. The root of this naming context is represented by a domain&#39;s distinguished name (DN) and is typically referred to as the NC head. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdentityGroupInfo &#x3D; Initialize-IdentityGroupInfo -DistinguishedName &quot;MyDistinguishedName&quot; -Sid &quot;MySid&quot; -DomainBaseDistinguishedName &quot;MyDomainBaseDistinguishedName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityGroupInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentityGroupInfo &#x3D; Initialize-IdentityGroupInfo -DistinguishedName &quot;MyDistinguishedName&quot; -DomainBaseDistinguishedName &quot;MyDomainBaseDistinguishedName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentityGroupInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentitySourceLdapServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentitySourceLdapServer</command:noun>
      <maml:description>
        <maml:para>Information about a single LDAP server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about a single LDAP server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentitySourceLdapServer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL for the LDAP server. Supported URL schemes are LDAP and LDAPS. Either a hostname or an IP address may be given, and the port number is optional and defaults to 389 for the LDAP scheme and 636 for the LDAPS scheme.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UseStarttls</maml:name>
          <maml:Description>
            <maml:para>If set to true, Use the StartTLS extended operation to upgrade the connection to TLS before sending any sensitive information. The LDAP server must support the StartTLS extended operation in order for this protocol to operate correctly. This option is ignored if the URL scheme is LDAPS. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Certificates</maml:name>
          <maml:Description>
            <maml:para>If using LDAPS or STARTTLS, provide the X.509 certificate of the LDAP server in PEM format. This property is not required when connecting without TLS encryption and is ignored in that case.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BindIdentity</maml:name>
          <maml:Description>
            <maml:para>A username used to authenticate to the directory when admnistering roles in NSX. This user should have privileges to search the LDAP directory for groups and users. This user is also used in some cases (OpenLDAP) to look up an NSX user&#39;s distinguished name based on their NSX login name. If omitted, NSX will authenticate to the LDAP server using an LDAP anonymous bind operation. For Active Directory, provide a userPrincipalName (e.g. administrator@airius.com) or the full distinguished nane. For OpenLDAP, provide the distinguished name of the user (e.g. uid&#x3D;admin, cn&#x3D;airius, dc&#x3D;com).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>A password used when authenticating to the directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Allows the LDAP server to be enabled or disabled. When disabled, this LDAP server will not be used to authenticate users.</maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL for the LDAP server. Supported URL schemes are LDAP and LDAPS. Either a hostname or an IP address may be given, and the port number is optional and defaults to 389 for the LDAP scheme and 636 for the LDAPS scheme.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UseStarttls</maml:name>
        <maml:Description>
          <maml:para>If set to true, Use the StartTLS extended operation to upgrade the connection to TLS before sending any sensitive information. The LDAP server must support the StartTLS extended operation in order for this protocol to operate correctly. This option is ignored if the URL scheme is LDAPS. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Certificates</maml:name>
        <maml:Description>
          <maml:para>If using LDAPS or STARTTLS, provide the X.509 certificate of the LDAP server in PEM format. This property is not required when connecting without TLS encryption and is ignored in that case.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BindIdentity</maml:name>
        <maml:Description>
          <maml:para>A username used to authenticate to the directory when admnistering roles in NSX. This user should have privileges to search the LDAP directory for groups and users. This user is also used in some cases (OpenLDAP) to look up an NSX user&#39;s distinguished name based on their NSX login name. If omitted, NSX will authenticate to the LDAP server using an LDAP anonymous bind operation. For Active Directory, provide a userPrincipalName (e.g. administrator@airius.com) or the full distinguished nane. For OpenLDAP, provide the distinguished name of the user (e.g. uid&#x3D;admin, cn&#x3D;airius, dc&#x3D;com).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>A password used when authenticating to the directory.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Allows the LDAP server to be enabled or disabled. When disabled, this LDAP server will not be used to authenticate users.</maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-IdentitySourceLdapServer -Url &quot;MyUrl&quot; -UseStarttls $false -Certificates &quot;MyCertificates&quot; -BindIdentity &quot;MyBindIdentity&quot; -Password &quot;MyPassword&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentitySourceLdapServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentitySourceLdapServer &#x3D; Initialize-IdentitySourceLdapServer -Url &quot;MyUrl&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentitySourceLdapServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdentitySourceLdapServerEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdentitySourceLdapServerEndpoint</command:noun>
      <maml:description>
        <maml:para>Information about a single LDAP server endpoint.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about a single LDAP server endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdentitySourceLdapServerEndpoint</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL for the LDAP server. Supported URL schemes are LDAP and LDAPS. Either a hostname or an IP address may be given, and the port number is optional and defaults to 389 for the LDAP scheme and 636 for the LDAPS scheme.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UseStarttls</maml:name>
          <maml:Description>
            <maml:para>If set to true, Use the StartTLS extended operation to upgrade the connection to TLS before sending any sensitive information. The LDAP server must support the StartTLS extended operation in order for this protocol to operate correctly. This option is ignored if the URL scheme is LDAPS. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Url</maml:name>
        <maml:Description>
          <maml:para>The URL for the LDAP server. Supported URL schemes are LDAP and LDAPS. Either a hostname or an IP address may be given, and the port number is optional and defaults to 389 for the LDAP scheme and 636 for the LDAPS scheme.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UseStarttls</maml:name>
        <maml:Description>
          <maml:para>If set to true, Use the StartTLS extended operation to upgrade the connection to TLS before sending any sensitive information. The LDAP server must support the StartTLS extended operation in order for this protocol to operate correctly. This option is ignored if the URL scheme is LDAPS. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$IdentitySourceLdapServerEndpoint &#x3D; Initialize-IdentitySourceLdapServerEndpoint -Url &quot;MyUrl&quot; -UseStarttls $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentitySourceLdapServerEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdentitySourceLdapServerEndpoint &#x3D; Initialize-IdentitySourceLdapServerEndpoint -Url &quot;MyUrl&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdentitySourceLdapServerEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsClusterConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsClusterConfig</command:noun>
      <maml:description>
        <maml:para>IDS configuration to activate/deactivate IDS on cluster level. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS configuration to activate/deactivate IDS on cluster level. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsClusterConfig</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>$IdsClusterConfig &#x3D; Initialize-IdsClusterConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsClusterConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsClusterConfig &#x3D; Initialize-IdsClusterConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsClusterConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsCustomSignatureSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsCustomSignatureSettings</command:noun>
      <maml:description>
        <maml:para>Represents the IDS Custom Signature settings. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the IDS Custom Signature settings. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsCustomSignatureSettings</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>$IdsCustomSignatureSettings &#x3D; Initialize-IdsCustomSignatureSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsCustomSignatureSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsCustomSignatureSettings &#x3D; Initialize-IdsCustomSignatureSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsCustomSignatureSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsGatewayPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsGatewayPolicy</command:noun>
      <maml:description>
        <maml:para>Represents the Intrusion Detection System Gateway Policy, which contains the list of IDS Rules. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Intrusion Detection System Gateway Policy, which contains the list of IDS Rules. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsGatewayPolicy</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>$IdsGatewayPolicy &#x3D; Initialize-IdsGatewayPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsGatewayPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsGatewayPolicy &#x3D; Initialize-IdsGatewayPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsGatewayPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsGlobalEventConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsGlobalEventConfig</command:noun>
      <maml:description>
        <maml:para>Represents IDS event publishing configuration for NSX-I and NDR. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents IDS event publishing configuration for NSX-I and NDR. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsGlobalEventConfig</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>$IdsGlobalEventConfig &#x3D; Initialize-IdsGlobalEventConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsGlobalEventConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsGlobalEventConfig &#x3D; Initialize-IdsGlobalEventConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsGlobalEventConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsPcapConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsPcapConfig</command:noun>
      <maml:description>
        <maml:para>Pcap Configuration for IdsProfile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pcap Configuration for IdsProfile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsPcapConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PcapEnabled</maml:name>
          <maml:Description>
            <maml:para>Flag which determines whether packet capturing is enabled 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>PcapPacketCount</maml:name>
          <maml:Description>
            <maml:para>Determine how many packets will be captured. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>5</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PcapByteCount</maml:name>
          <maml:Description>
            <maml:para>Determine how many bytes will be captured. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>10000</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PcapEnabled</maml:name>
        <maml:Description>
          <maml:para>Flag which determines whether packet capturing is enabled 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>PcapPacketCount</maml:name>
        <maml:Description>
          <maml:para>Determine how many packets will be captured. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>5</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PcapByteCount</maml:name>
        <maml:Description>
          <maml:para>Determine how many bytes will be captured. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>10000</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsPcapConfig &#x3D; Initialize-IdsPcapConfig -PcapEnabled $false -PcapPacketCount 0 -PcapByteCount 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsPcapConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsPcapConfig &#x3D; Initialize-IdsPcapConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsPcapConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsPcapExport</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsPcapExport</command:noun>
      <maml:description>
        <maml:para>Export the pcap file of all the mentioned pcap_ids. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Export the pcap file of all the mentioned pcap_ids. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsPcapExport</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>$IdsPcapExport &#x3D; Initialize-IdsPcapExport
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsPcapExport with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsPcapExport &#x3D; Initialize-IdsPcapExport
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsPcapExport with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsPolicy</command:noun>
      <maml:description>
        <maml:para>Represents the Intrusion Detection System Policy, which contains the list of IDS Rules. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Intrusion Detection System Policy, which contains the list of IDS Rules. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsPolicy</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>$IdsPolicy &#x3D; Initialize-IdsPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsPolicy &#x3D; Initialize-IdsPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsProfile</command:noun>
      <maml:description>
        <maml:para>IDS Profile which contains the signatures and will be used in IDS rules. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS Profile which contains the signatures and will be used in IDS rules. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsProfile</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>$IdsProfile &#x3D; Initialize-IdsProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsProfile &#x3D; Initialize-IdsProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsProfileConjunctionOperator</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsProfileConjunctionOperator</command:noun>
      <maml:description>
        <maml:para>Represents the operator AND.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the operator AND.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsProfileConjunctionOperator</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsProfileConjunctionOperator &#x3D; Initialize-IdsProfileConjunctionOperator -ResourceType &quot;IdsProfileConjunctionOperator&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileConjunctionOperator with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsProfileConjunctionOperator &#x3D; Initialize-IdsProfileConjunctionOperator
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileConjunctionOperator with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsProfileCriteria</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsProfileCriteria</command:noun>
      <maml:description>
        <maml:para>All the filtering criteria objects extend from this abstract class. This is present for extensibility. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All the filtering criteria objects extend from this abstract class. This is present for extensibility. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsProfileCriteria</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsProfileCriteria &#x3D; Initialize-IdsProfileCriteria -ResourceType &quot;IdsProfileConjunctionOperator&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileCriteria with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsProfileCriteria &#x3D; Initialize-IdsProfileCriteria -ResourceType &quot;IdsProfileConjunctionOperator&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileCriteria with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsProfileFilterCriteria</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsProfileFilterCriteria</command:noun>
      <maml:description>
        <maml:para>Represents the filtering criteria of a IDS Profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the filtering criteria of a IDS Profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsProfileFilterCriteria</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsProfileFilterCriteria &#x3D; Initialize-IdsProfileFilterCriteria -ResourceType &quot;IdsProfileConjunctionOperator&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileFilterCriteria with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsProfileFilterCriteria &#x3D; Initialize-IdsProfileFilterCriteria
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileFilterCriteria with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsProfileLocalSignature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsProfileLocalSignature</command:noun>
      <maml:description>
        <maml:para>IDS Profile local signature. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS Profile local signature. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsProfileLocalSignature</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>$IdsProfileLocalSignature &#x3D; Initialize-IdsProfileLocalSignature
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileLocalSignature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsProfileLocalSignature &#x3D; Initialize-IdsProfileLocalSignature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileLocalSignature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsProfileSeverity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsProfileSeverity</command:noun>
      <maml:description>
        <maml:para>Intrusion Detection System Profile severity. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Intrusion Detection System Profile severity. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsProfileSeverity</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>$IdsProfileSeverity &#x3D; Initialize-IdsProfileSeverity
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileSeverity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsProfileSeverity &#x3D; Initialize-IdsProfileSeverity
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsProfileSeverity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsRawSignatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsRawSignatures</command:noun>
      <maml:description>
        <maml:para>IDS raw signatures</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS raw signatures</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsRawSignatures</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>$IdsRawSignatures &#x3D; Initialize-IdsRawSignatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsRawSignatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsRawSignatures &#x3D; Initialize-IdsRawSignatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsRawSignatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsRule</command:noun>
      <maml:description>
        <maml:para>Represents the Intrusion Detection System rule which indicates the action to be performed for the corresponding workload groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Intrusion Detection System rule which indicates the action to be performed for the corresponding workload groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsRule</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>$IdsRule &#x3D; Initialize-IdsRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsRule &#x3D; Initialize-IdsRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSecurityPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSecurityPolicy</command:noun>
      <maml:description>
        <maml:para>Represents the Intrusion Detection System Security Policy, which contains the list of IDS Rules. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Intrusion Detection System Security Policy, which contains the list of IDS Rules. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSecurityPolicy</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>$IdsSecurityPolicy &#x3D; Initialize-IdsSecurityPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSecurityPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSecurityPolicy &#x3D; Initialize-IdsSecurityPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSecurityPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSettings</command:noun>
      <maml:description>
        <maml:para>Represents the Intrusion Detection System settings. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the Intrusion Detection System settings. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSettings</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>$IdsSettings &#x3D; Initialize-IdsSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSettings &#x3D; Initialize-IdsSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSignatureRateFilter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSignatureRateFilter</command:noun>
      <maml:description>
        <maml:para>Rate filter for IDS signature can be used to change signature action when thresholds are met. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Rate filter for IDS signature can be used to change signature action when thresholds are met. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSignatureRateFilter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NewAction</maml:name>
          <maml:Description>
            <maml:para>Indicates the new action to be applied when rate filter is activated for the signature. DROP - Traffic will be dropped when rate filter is activated. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.NewActionEnum.DROP</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Number of signature hits before rate filter is activated. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimePeriod</maml:name>
          <maml:Description>
            <maml:para>Time period (in seconds) during which signature must be hit &#39;count&#39; number of times in order to activate rate filter. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timeout</maml:name>
          <maml:Description>
            <maml:para>Time period (in seconds) during which rate filter will remain active once activated. </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>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>NewAction</maml:name>
        <maml:Description>
          <maml:para>Indicates the new action to be applied when rate filter is activated for the signature. DROP - Traffic will be dropped when rate filter is activated. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.NewActionEnum.DROP</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>Number of signature hits before rate filter is activated. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimePeriod</maml:name>
        <maml:Description>
          <maml:para>Time period (in seconds) during which signature must be hit &#39;count&#39; number of times in order to activate rate filter. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timeout</maml:name>
        <maml:Description>
          <maml:para>Time period (in seconds) during which rate filter will remain active once activated. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsSignatureRateFilter &#x3D; Initialize-IdsSignatureRateFilter -NewAction &quot;DROP&quot; -Count 0 -TimePeriod 0 -Timeout 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSignatureRateFilter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSignatureRateFilter &#x3D; Initialize-IdsSignatureRateFilter -Count 0 -TimePeriod 0 -Timeout 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSignatureRateFilter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSignatureThreshold</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSignatureThreshold</command:noun>
      <maml:description>
        <maml:para>Threshold values for IDS signature can be used to control IDS event generation frequency. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Threshold values for IDS signature can be used to control IDS event generation frequency. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSignatureThreshold</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ThresholdType</maml:name>
          <maml:Description>
            <maml:para>THRESHOLD - An IDS event is generated if signature is hit at least &#39;count&#39; times within specified time period. LIMIT - At most &#39;count&#39; number of IDS events are generated for this signature within specified time period. BOTH - A single IDS event is generated if signature is hit at least &#39;count&#39; times within specified time period. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Number of signature hits for threshold. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimePeriod</maml:name>
          <maml:Description>
            <maml:para>Time period (in seconds) for signature threshold. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TrackBy</maml:name>
          <maml:Description>
            <maml:para>This property is read-only and shows existing track by value from the signature. SOURCE - Track signature matches for threshold by source. DESTINATION - Track signature matches for threshold by destination. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ThresholdType</maml:name>
        <maml:Description>
          <maml:para>THRESHOLD - An IDS event is generated if signature is hit at least &#39;count&#39; times within specified time period. LIMIT - At most &#39;count&#39; number of IDS events are generated for this signature within specified time period. BOTH - A single IDS event is generated if signature is hit at least &#39;count&#39; times within specified time period. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>Number of signature hits for threshold. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimePeriod</maml:name>
        <maml:Description>
          <maml:para>Time period (in seconds) for signature threshold. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TrackBy</maml:name>
        <maml:Description>
          <maml:para>This property is read-only and shows existing track by value from the signature. SOURCE - Track signature matches for threshold by source. DESTINATION - Track signature matches for threshold by destination. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsSignatureThreshold &#x3D; Initialize-IdsSignatureThreshold -ThresholdType &quot;THRESHOLD&quot; -Count 0 -TimePeriod 0 -TrackBy &quot;SOURCE&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSignatureThreshold with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSignatureThreshold &#x3D; Initialize-IdsSignatureThreshold -ThresholdType &quot;THRESHOLD&quot; -Count 0 -TimePeriod 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSignatureThreshold with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSignatureVersion</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSignatureVersion</command:noun>
      <maml:description>
        <maml:para>It represents the version information corresponding to which the signatures will be available. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>It represents the version information corresponding to which the signatures will be available. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSignatureVersion</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>$IdsSignatureVersion &#x3D; Initialize-IdsSignatureVersion
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSignatureVersion with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSignatureVersion &#x3D; Initialize-IdsSignatureVersion
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSignatureVersion with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSiteSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSiteSettings</command:noun>
      <maml:description>
        <maml:para>IDS configuration to map a version to a site. When this object is included in the IdsSiteVersionMapping, all the properties in this object need to be provided. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS configuration to map a version to a site. When this object is included in the IdsSiteVersionMapping, all the properties in this object need to be provided. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSiteSettings</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IdsEventsToSyslog</maml:name>
          <maml:Description>
            <maml:para>If true, send the IDS events to the syslog server on the provided site. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.IdsEventsToSyslogEnum.DEFAULTTOLM</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Oversubscription</maml:name>
          <maml:Description>
            <maml:para>For the provided site, define if the oversubscribed packets need to be bypassed or dropped. Following are the choices for oversubscription configuration at the global level. BYPASSED: Oversubscribed packets would be bypassed from the IDPS Engine DROPPED: Oversubscribed packets would be dropped DEFAULT_TO_LM: This value is only applicable on the global manager in a federated environment. If this value is provided, the local manager&#39;s value is honored for oversubscription. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OversubscriptionEnum.DEFAULTTOLM</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IdsEventsToSyslog</maml:name>
        <maml:Description>
          <maml:para>If true, send the IDS events to the syslog server on the provided site. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.IdsEventsToSyslogEnum.DEFAULTTOLM</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Oversubscription</maml:name>
        <maml:Description>
          <maml:para>For the provided site, define if the oversubscribed packets need to be bypassed or dropped. Following are the choices for oversubscription configuration at the global level. BYPASSED: Oversubscribed packets would be bypassed from the IDPS Engine DROPPED: Oversubscribed packets would be dropped DEFAULT_TO_LM: This value is only applicable on the global manager in a federated environment. If this value is provided, the local manager&#39;s value is honored for oversubscription. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OversubscriptionEnum.DEFAULTTOLM</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsSiteSettings &#x3D; Initialize-IdsSiteSettings -IdsEventsToSyslog &quot;TRUE&quot; -Oversubscription &quot;BYPASSED&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSiteSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSiteSettings &#x3D; Initialize-IdsSiteSettings -IdsEventsToSyslog &quot;TRUE&quot; -Oversubscription &quot;BYPASSED&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSiteSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSiteVersionMapping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSiteVersionMapping</command:noun>
      <maml:description>
        <maml:para>IDS configuration to map a version to a site. Configuring an IdsSiteVersionMapping for a site pushes the IDPS configuration from global manager to the site. This includes Profiles, GlobalIdsSignatures, Policies and Rule (both gateway and distributed). This does not include Threshold and Rate limiting configuration. The threshold and Rate limiting configuration needs to be managed from the site even after the mapping is created for a site. After mapping, in case of custom signatures, everything is still configurable from the site, except the GlobalIdsSignatures (signature overrides). The GlobalIdsSignatures are controlled by the global manager for system signatures. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS configuration to map a version to a site. Configuring an IdsSiteVersionMapping for a site pushes the IDPS configuration from global manager to the site. This includes Profiles, GlobalIdsSignatures, Policies and Rule (both gateway and distributed). This does not include Threshold and Rate limiting configuration. The threshold and Rate limiting configuration needs to be managed from the site even after the mapping is created for a site. After mapping, in case of custom signatures, everything is still configurable from the site, except the GlobalIdsSignatures (signature overrides). The GlobalIdsSignatures are controlled by the global manager for system signatures. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSiteVersionMapping</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>$IdsSiteVersionMapping &#x3D; Initialize-IdsSiteVersionMapping
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSiteVersionMapping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSiteVersionMapping &#x3D; Initialize-IdsSiteVersionMapping
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSiteVersionMapping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsSiteVersionMappingActionsQueryParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsSiteVersionMappingActionsQueryParameters</command:noun>
      <maml:description>
        <maml:para>Query parameters to be provided with the ReplaceIdsVersion API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Query parameters to be provided with the ReplaceIdsVersion API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsSiteVersionMappingActionsQueryParameters</maml:name>
        <command:parameter required="true" 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">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OldVersion</maml:name>
          <maml:Description>
            <maml:para>Version to be replaced</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NewVersion</maml:name>
          <maml:Description>
            <maml:para>New version</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>Action to be performed</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OldVersion</maml:name>
        <maml:Description>
          <maml:para>Version to be replaced</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NewVersion</maml:name>
        <maml:Description>
          <maml:para>New version</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IdsSiteVersionMappingActionsQueryParameters &#x3D; Initialize-IdsSiteVersionMappingActionsQueryParameters -Action &quot;REPLACE&quot; -OldVersion &quot;MyOldVersion&quot; -NewVersion &quot;MyNewVersion&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSiteVersionMappingActionsQueryParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsSiteVersionMappingActionsQueryParameters &#x3D; Initialize-IdsSiteVersionMappingActionsQueryParameters -Action &quot;REPLACE&quot; -OldVersion &quot;MyOldVersion&quot; -NewVersion &quot;MyNewVersion&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsSiteVersionMappingActionsQueryParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsStandaloneHostConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsStandaloneHostConfig</command:noun>
      <maml:description>
        <maml:para>IDS configuration to activate/deactivate IDS on standalone host level. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS configuration to activate/deactivate IDS on standalone host level. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsStandaloneHostConfig</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>$IdsStandaloneHostConfig &#x3D; Initialize-IdsStandaloneHostConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsStandaloneHostConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsStandaloneHostConfig &#x3D; Initialize-IdsStandaloneHostConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsStandaloneHostConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IdsThresholdConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IdsThresholdConfig</command:noun>
      <maml:description>
        <maml:para>Threshold configuration for IDS signature. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Threshold configuration for IDS signature. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IdsThresholdConfig</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>$IdsThresholdConfig &#x3D; Initialize-IdsThresholdConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsThresholdConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IdsThresholdConfig &#x3D; Initialize-IdsThresholdConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IdsThresholdConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IncludedFieldsParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IncludedFieldsParameters</command:noun>
      <maml:description>
        <maml:para>A list of fields to include in query results</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A list of fields to include in query results</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IncludedFieldsParameters</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IncludedFields</maml:name>
          <maml:Description>
            <maml:para>Note - this parameter currently only works when used with the search APIs /policy/api/v1/search/query and /policy/api/v1/search/dsl. It is ignored for other list APIs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>IncludedFields</maml:name>
        <maml:Description>
          <maml:para>Note - this parameter currently only works when used with the search APIs /policy/api/v1/search/query and /policy/api/v1/search/dsl. It is ignored for other list APIs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IncludedFieldsParameters &#x3D; Initialize-IncludedFieldsParameters -IncludedFields &quot;MyIncludedFields&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IncludedFieldsParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IncludedFieldsParameters &#x3D; Initialize-IncludedFieldsParameters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IncludedFieldsParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Infra</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Infra</command:noun>
      <maml:description>
        <maml:para>Infra space related policy.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Infra space related policy.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Infra</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>$Infra &#x3D; Initialize-Infra
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Infra with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Infra &#x3D; Initialize-Infra
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Infra with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-InfraSecurityConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>InfraSecurityConfig</command:noun>
      <maml:description>
        <maml:para>NSX global configs for security purposes, like trust store and trust manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>NSX global configs for security purposes, like trust store and trust manager.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-InfraSecurityConfig</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>$InfraSecurityConfig &#x3D; Initialize-InfraSecurityConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InfraSecurityConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$InfraSecurityConfig &#x3D; Initialize-InfraSecurityConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InfraSecurityConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IngressBroadcastRateLimiter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IngressBroadcastRateLimiter</command:noun>
      <maml:description>
        <maml:para>A shaper that specifies ingress rate properties in kb/s</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A shaper that specifies ingress rate properties in kb/s</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IngressBroadcastRateLimiter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Type rate limiter </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Type rate limiter </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$IngressBroadcastRateLimiter &#x3D; Initialize-IngressBroadcastRateLimiter -ResourceType &quot;IngressRateLimiter&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IngressBroadcastRateLimiter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IngressBroadcastRateLimiter &#x3D; Initialize-IngressBroadcastRateLimiter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IngressBroadcastRateLimiter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IngressRateLimiter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IngressRateLimiter</command:noun>
      <maml:description>
        <maml:para>A shaper that specifies ingress rate properties in Mb/s</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A shaper that specifies ingress rate properties in Mb/s</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IngressRateLimiter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Type rate limiter </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Type rate limiter </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$IngressRateLimiter &#x3D; Initialize-IngressRateLimiter -ResourceType &quot;IngressRateLimiter&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IngressRateLimiter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IngressRateLimiter &#x3D; Initialize-IngressRateLimiter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IngressRateLimiter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-InitiateClusterRestoreRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>InitiateClusterRestoreRequest</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-InitiateClusterRestoreRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodeId</maml:name>
          <maml:Description>
            <maml:para>Unique id of the backed-up configuration from which the appliance will be restored </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp of the backed-up configuration from which the appliance will be restored </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>IP address or FQDN of the node from which the backup was taken</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ipv6Address</maml:name>
          <maml:Description>
            <maml:para>IPv6 address or FQDNv6 of the node which would be used for the restoration. This should be same as the one on which backup was taken</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>NodeId</maml:name>
        <maml:Description>
          <maml:para>Unique id of the backed-up configuration from which the appliance will be restored </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp of the backed-up configuration from which the appliance will be restored </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>IP address or FQDN of the node from which the backup was taken</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ipv6Address</maml:name>
        <maml:Description>
          <maml:para>IPv6 address or FQDNv6 of the node which would be used for the restoration. This should be same as the one on which backup was taken</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-InitiateClusterRestoreRequest -NodeId &quot;MyNodeId&quot; -Timestamp 0 -IpAddress &quot;MyIpAddress&quot; -Ipv6Address &quot;MyIpv6Address&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InitiateClusterRestoreRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$InitiateClusterRestoreRequest &#x3D; Initialize-InitiateClusterRestoreRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InitiateClusterRestoreRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Injection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Injection</command:noun>
      <maml:description>
        <maml:para>Injection holding a key and a corresponding value. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Injection holding a key and a corresponding value. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Injection</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Injection 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.InjectionValue</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.InjectionValue</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Injection 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.InjectionValue</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.InjectionValue</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$InjectionValue &#x3D; Initialize-InjectionValue -ResourceType &quot;UnaryOperationBasedInjectionValue&quot;
$Injection &#x3D; Initialize-Injection -Key &quot;MyKey&quot; -Value $InjectionValue
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Injection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$InjectionValue &#x3D; Initialize-InjectionValue -ResourceType &quot;UnaryOperationBasedInjectionValue&quot;
$Injection &#x3D; Initialize-Injection -Key &quot;MyKey&quot; -Value $InjectionValue
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Injection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-InjectionValue</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-InjectionValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>InjectionValue</command:noun>
      <maml:description>
        <maml:para>Injection Value. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Injection Value. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-InjectionValue</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Injection Value resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Injection Value resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$InjectionValue &#x3D; Initialize-InjectionValue -ResourceType &quot;UnaryOperationBasedInjectionValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InjectionValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$InjectionValue &#x3D; Initialize-InjectionValue -ResourceType &quot;UnaryOperationBasedInjectionValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InjectionValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IntegerArrayConstraintValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IntegerArrayConstraintValue</command:noun>
      <maml:description>
        <maml:para>List of values</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of values</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IntegerArrayConstraintValue</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IntegerArrayConstraintValue &#x3D; Initialize-IntegerArrayConstraintValue -ResourceType &quot;StringArrayConstraintValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntegerArrayConstraintValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IntegerArrayConstraintValue &#x3D; Initialize-IntegerArrayConstraintValue
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntegerArrayConstraintValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IntentRuntimeRequestParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IntentRuntimeRequestParameters</command:noun>
      <maml:description>
        <maml:para>Request parameters that represents a an intent path. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Request parameters that represents a an intent path. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IntentRuntimeRequestParameters</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IntentPath</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing an 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 referencing a site. This is applicable only on a GlobalManager. If no site_path is specified, then based on the span of the intent the response will be fetched from the respective sites </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IntentPath</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing an 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 referencing a site. This is applicable only on a GlobalManager. If no site_path is specified, then based on the span of the intent the response will be fetched from the respective sites </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IntentRuntimeRequestParameters &#x3D; Initialize-IntentRuntimeRequestParameters -IntentPath &quot;MyIntentPath&quot; -SitePath &quot;MySitePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntentRuntimeRequestParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IntentRuntimeRequestParameters &#x3D; Initialize-IntentRuntimeRequestParameters -IntentPath &quot;MyIntentPath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntentRuntimeRequestParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-InterfaceSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>InterfaceSubnet</command:noun>
      <maml:description>
        <maml:para>Subnet specification for interface connectivity</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Subnet specification for interface connectivity</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-InterfaceSubnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>IP addresses assigned to interface</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLen</maml:name>
          <maml:Description>
            <maml:para>Subnet prefix length</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>IP addresses assigned to interface</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLen</maml:name>
        <maml:Description>
          <maml:para>Subnet prefix length</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$InterfaceSubnet &#x3D; Initialize-InterfaceSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLen 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InterfaceSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$InterfaceSubnet &#x3D; Initialize-InterfaceSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLen 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-InterfaceSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IntersiteGatewayConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IntersiteGatewayConfig</command:noun>
      <maml:description>
        <maml:para>Intersite gateway configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Intersite gateway configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IntersiteGatewayConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastAdminActiveEpoch</maml:name>
          <maml:Description>
            <maml:para>Epoch(in seconds) is auto updated based on system current timestamp when primary locale service is updated. It is used for resolving conflict during site failover. If system clock not in sync then User can optionally override this. New value must be higher than the current value. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IntersiteTransitSubnet</maml:name>
          <maml:Description>
            <maml:para>IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured. This is unused field in VRF, only applicable for stretched gateways and VRF will always use parent T0&#39;s intersite_transit_subnet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;169.254.32.0/20&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrimarySitePath</maml:name>
          <maml:Description>
            <maml:para>Primary egress site for gateway. T0/T1 gateway in Active/Standby mode supports stateful services on primary site. In this mode primary site must be set if gateway is stretched to more than one site. For T0 gateway in Active/Active primary site is optional field. If set then secondary site prefers routes learned from primary over locally learned routes. This field is not applicable for T1 gateway with no services. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FallbackSites</maml:name>
          <maml:Description>
            <maml:para>Fallback site to be used as new primary site on current primary site failure. Disaster recovery must be initiated via API/UI. Fallback site configuration is supported only for T0 gateway. T1 gateway will follow T0 gateway&#39;s primary site during disaster recovery. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>LastAdminActiveEpoch</maml:name>
        <maml:Description>
          <maml:para>Epoch(in seconds) is auto updated based on system current timestamp when primary locale service is updated. It is used for resolving conflict during site failover. If system clock not in sync then User can optionally override this. New value must be higher than the current value. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IntersiteTransitSubnet</maml:name>
        <maml:Description>
          <maml:para>IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured. This is unused field in VRF, only applicable for stretched gateways and VRF will always use parent T0&#39;s intersite_transit_subnet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;169.254.32.0/20&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrimarySitePath</maml:name>
        <maml:Description>
          <maml:para>Primary egress site for gateway. T0/T1 gateway in Active/Standby mode supports stateful services on primary site. In this mode primary site must be set if gateway is stretched to more than one site. For T0 gateway in Active/Active primary site is optional field. If set then secondary site prefers routes learned from primary over locally learned routes. This field is not applicable for T1 gateway with no services. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FallbackSites</maml:name>
        <maml:Description>
          <maml:para>Fallback site to be used as new primary site on current primary site failure. Disaster recovery must be initiated via API/UI. Fallback site configuration is supported only for T0 gateway. T1 gateway will follow T0 gateway&#39;s primary site during disaster recovery. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IntersiteGatewayConfig &#x3D; Initialize-IntersiteGatewayConfig -LastAdminActiveEpoch 0 -IntersiteTransitSubnet &quot;MyIntersiteTransitSubnet&quot; -PrimarySitePath &quot;MyPrimarySitePath&quot; -FallbackSites &quot;MyFallbackSites&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntersiteGatewayConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IntersiteGatewayConfig &#x3D; Initialize-IntersiteGatewayConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntersiteGatewayConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IntervalBackupSchedule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IntervalBackupSchedule</command:noun>
      <maml:description>
        <maml:para>Schedule to specify the interval time at which automated backups need to be taken</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Schedule to specify the interval time at which automated backups need to be taken</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IntervalBackupSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Schedule type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Schedule type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IntervalBackupSchedule &#x3D; Initialize-IntervalBackupSchedule -ResourceType &quot;WeeklyBackupSchedule&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntervalBackupSchedule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IntervalBackupSchedule &#x3D; Initialize-IntervalBackupSchedule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntervalBackupSchedule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IntervalSampling</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IntervalSampling</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IntervalSampling</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingType</maml:name>
          <maml:Description>
            <maml:para>Sampling type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>SamplingType</maml:name>
        <maml:Description>
          <maml:para>Sampling type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IntervalSampling &#x3D; Initialize-IntervalSampling -SamplingType &quot;FirstNSampling&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntervalSampling with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IntervalSampling &#x3D; Initialize-IntervalSampling
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IntervalSampling with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAddressAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAddressAllocation</command:noun>
      <maml:description>
        <maml:para>Allocation parameters for the IP address (e.g. specific IP address) can be specified. Tags, display_name and description attributes are not supported in this release.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Allocation parameters for the IP address (e.g. specific IP address) can be specified. Tags, display_name and description attributes are not supported in this release.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAddressAllocation</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>$IpAddressAllocation &#x3D; Initialize-IpAddressAllocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAddressAllocation &#x3D; Initialize-IpAddressAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAddressBlock</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAddressBlock</command:noun>
      <maml:description>
        <maml:para>A block of IP addresses defined by a start address and a mask/prefix (network CIDR). An IP block is typically large &amp; allocated to a tenant for automated consumption. An IP block is always a contiguous address space, for example 192.0.0.1/8. An IP block can be further subdivided into subnets called IP block subnets. These IP block subnets can be added to IP pools and used for IP allocation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A block of IP addresses defined by a start address and a mask/prefix (network CIDR). An IP block is typically large &amp; allocated to a tenant for automated consumption. An IP block is always a contiguous address space, for example 192.0.0.1/8. An IP block can be further subdivided into subnets called IP block subnets. These IP block subnets can be added to IP pools and used for IP allocation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAddressBlock</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>$IpAddressBlock &#x3D; Initialize-IpAddressBlock
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressBlock with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAddressBlock &#x3D; Initialize-IpAddressBlock
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressBlock with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAddressPool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAddressPool</command:noun>
      <maml:description>
        <maml:para>IpAddressPool is a collection of subnets. The subnets can either be derived from an IpBlock or specified by the user. User can request for IP addresses to be allocated from a pool. When an IP is requested from a pool, the IP that is returned can come from any subnet that belongs to the pool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IpAddressPool is a collection of subnets. The subnets can either be derived from an IpBlock or specified by the user. User can request for IP addresses to be allocated from a pool. When an IP is requested from a pool, the IP that is returned can come from any subnet that belongs to the pool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAddressPool</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>$IpAddressPool &#x3D; Initialize-IpAddressPool
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAddressPool &#x3D; Initialize-IpAddressPool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAddressPoolBlockSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAddressPoolBlockSubnet</command:noun>
      <maml:description>
        <maml:para>This type of subnet allows user to dynamically carve a subnet out of a preconfigured IpAddressBlock. The user must specify the size of the subnet and the IpAddressBlock from which the subnet is to be derived. If the required amount of IP address space is available in the specified IpAddressBlock, the system automatically configures subnet range. IpAddressBlock available size is calculated based on the size of IpAddressPoolBlockSubnet intent object and not on realized. The user should delete failed IpAddressPoolBlockSubnet to utilize IpAddressBlock size correctly.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type of subnet allows user to dynamically carve a subnet out of a preconfigured IpAddressBlock. The user must specify the size of the subnet and the IpAddressBlock from which the subnet is to be derived. If the required amount of IP address space is available in the specified IpAddressBlock, the system automatically configures subnet range. IpAddressBlock available size is calculated based on the size of IpAddressPoolBlockSubnet intent object and not on realized. The user should delete failed IpAddressPoolBlockSubnet to utilize IpAddressBlock size correctly.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAddressPoolBlockSubnet</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>$IpAddressPoolBlockSubnet &#x3D; Initialize-IpAddressPoolBlockSubnet
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPoolBlockSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAddressPoolBlockSubnet &#x3D; Initialize-IpAddressPoolBlockSubnet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPoolBlockSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAddressPoolStaticSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAddressPoolStaticSubnet</command:noun>
      <maml:description>
        <maml:para>This type of subnet is statically configured by the user. The user provides the range details and the gateway for the subnet.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type of subnet is statically configured by the user. The user provides the range details and the gateway for the subnet.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAddressPoolStaticSubnet</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>$IpAddressPoolStaticSubnet &#x3D; Initialize-IpAddressPoolStaticSubnet
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPoolStaticSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAddressPoolStaticSubnet &#x3D; Initialize-IpAddressPoolStaticSubnet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPoolStaticSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAddressPoolSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAddressPoolSubnet</command:noun>
      <maml:description>
        <maml:para>IpAddressPoolSubnet can either be carved out of a PolicyBlock or statically specified by the user. In the first case where the subnet is carved out of a IpAddressBlock, the user must specify the ID of the block from which this subnet is to be derived. This block must be pre-created. The subnet range is auto populated by the system. In the second case, the user configures the subnet range directly. No IpAddressBlock is required.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IpAddressPoolSubnet can either be carved out of a PolicyBlock or statically specified by the user. In the first case where the subnet is carved out of a IpAddressBlock, the user must specify the ID of the block from which this subnet is to be derived. This block must be pre-created. The subnet range is auto populated by the system. In the second case, the user configures the subnet range directly. No IpAddressBlock is required.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAddressPoolSubnet</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>$IpAddressPoolSubnet &#x3D; Initialize-IpAddressPoolSubnet
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPoolSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAddressPoolSubnet &#x3D; Initialize-IpAddressPoolSubnet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAddressPoolSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpAssignmentSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpAssignmentSpec</command:noun>
      <maml:description>
        <maml:para>Abstract base type for specification of IPs to be used with host switch virtual tunnel endpoints</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Abstract base type for specification of IPs to be used with host switch virtual tunnel endpoints</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpAssignmentSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpAssignmentSpec &#x3D; Initialize-IpAssignmentSpec -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAssignmentSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpAssignmentSpec &#x3D; Initialize-IpAssignmentSpec -ResourceType &quot;StaticIpPoolSpec&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpAssignmentSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpBlockQuota</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpBlockQuota</command:noun>
      <maml:description>
        <maml:para>Represents the limits that can be defined for an IP block. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the limits that can be defined for an IP block. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpBlockQuota</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpBlockQuota &#x3D; Initialize-IpBlockQuota -ResourceType &quot;IpBlockQuota&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpBlockQuota with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpBlockQuota &#x3D; Initialize-IpBlockQuota
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpBlockQuota with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpBlockQuotaState</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpBlockQuotaState</command:noun>
      <maml:description>
        <maml:para>Represents the IP block quota usage details for a consumer Project/VPC </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the IP block quota usage details for a consumer Project/VPC </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpBlockQuotaState</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpBlockQuotaState &#x3D; Initialize-IpBlockQuotaState -ResourceType &quot;IpBlockQuota&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpBlockQuotaState with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpBlockQuotaState &#x3D; Initialize-IpBlockQuotaState
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpBlockQuotaState with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpBlockQuotaUsageForConsumer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpBlockQuotaUsageForConsumer</command:noun>
      <maml:description>
        <maml:para>Represents the consumption details of an IP block for a user </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the consumption details of an IP block for a user </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpBlockQuotaUsageForConsumer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConsumerPath</maml:name>
          <maml:Description>
            <maml:para>Policy path of the consumer</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SingleIpsConsumed</maml:name>
          <maml:Description>
            <maml:para>Number of single IPs allocated to the consumer</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CidrsConsumed</maml:name>
          <maml:Description>
            <maml:para>Number of CIDRs allocated to the consumer</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>ConsumerPath</maml:name>
        <maml:Description>
          <maml:para>Policy path of the consumer</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SingleIpsConsumed</maml:name>
        <maml:Description>
          <maml:para>Number of single IPs allocated to the consumer</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CidrsConsumed</maml:name>
        <maml:Description>
          <maml:para>Number of CIDRs allocated to the consumer</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpBlockQuotaUsageForConsumer &#x3D; Initialize-IpBlockQuotaUsageForConsumer -ConsumerPath &quot;MyConsumerPath&quot; -SingleIpsConsumed 0 -CidrsConsumed 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpBlockQuotaUsageForConsumer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpBlockQuotaUsageForConsumer &#x3D; Initialize-IpBlockQuotaUsageForConsumer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpBlockQuotaUsageForConsumer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpInfo2</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpInfo2</command:noun>
      <maml:description>
        <maml:para>Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 &#x3D;&gt; 192.168.1.0/24, 2008:12:12:12::2/64 &#x3D;&gt; 2008:12:12:12::/64). This type is deprecated. Please use the type NetworkInfo instead. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 &#x3D;&gt; 192.168.1.0/24, 2008:12:12:12::2/64 &#x3D;&gt; 2008:12:12:12::/64). This type is deprecated. Please use the type NetworkInfo instead. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpInfo2</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>The source IP can be an IP address or a subnet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>The destination IP can be an IP address or a subnet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>SrcIp</maml:name>
        <maml:Description>
          <maml:para>The source IP can be an IP address or a subnet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstIp</maml:name>
        <maml:Description>
          <maml:para>The destination IP can be an IP address or a subnet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpInfo &#x3D; Initialize-IpInfo -SrcIp &quot;MySrcIp&quot; -DstIp &quot;MyDstIp&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpInfo2 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpInfo &#x3D; Initialize-IpInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpInfo2 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpMacPair</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpMacPair</command:noun>
      <maml:description>
        <maml:para>IP and MAC pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP and MAC pair.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpMacPair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ip</maml:name>
          <maml:Description>
            <maml:para>IP 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>Mac</maml:name>
          <maml:Description>
            <maml:para>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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ip</maml:name>
        <maml:Description>
          <maml:para>IP 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>Mac</maml:name>
        <maml:Description>
          <maml:para>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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpMacPair &#x3D; Initialize-IpMacPair -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpMacPair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpMacPair &#x3D; Initialize-IpMacPair -Ip &quot;MyIp&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpMacPair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpPoolRange</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpPoolRange</command:noun>
      <maml:description>
        <maml:para>A set of IPv4 or IPv6 addresses defined by a start and end address.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A set of IPv4 or IPv6 addresses defined by a start and end address.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpPoolRange</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Self</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Schema</maml:name>
          <maml:Description>
            <maml:para>Schema for 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Self</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Schema</maml:name>
        <maml:Description>
          <maml:para>Schema for 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SelfResourceLink &#x3D; Initialize-SelfResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$ResourceLink &#x3D; Initialize-ResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$IpPoolRange &#x3D; Initialize-IpPoolRange -Self $SelfResourceLink -Links $ResourceLink -Schema &quot;MySchema&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpPoolRange with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IpPoolRange &#x3D; Initialize-IpPoolRange
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpPoolRange with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SelfResourceLink</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpSecVpnPolicyTrafficStatistics2</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpSecVpnPolicyTrafficStatistics2</command:noun>
      <maml:description>
        <maml:para>Provides the following &lt;b&gt;aggregated statistics&lt;/b&gt; of all IPSec tunnels under a policy since the time the tunnels are UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. Provides the following &lt;b&gt;statistics of individual tunnels&lt;/b&gt; under a policy since the time the tunnel is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. - Error/Failure reason of dropped packet. - Tunnel status, if it is UP/DOWN. - Tunnel down reason when the tunnel state is DOWN. - Tunnel local subnet. - Tunnel peer subnet. - Policy ID. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following &lt;b&gt;aggregated statistics&lt;/b&gt; of all IPSec tunnels under a policy since the time the tunnels are UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. Provides the following &lt;b&gt;statistics of individual tunnels&lt;/b&gt; under a policy since the time the tunnel is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. - Error/Failure reason of dropped packet. - Tunnel status, if it is UP/DOWN. - Tunnel down reason when the tunnel state is DOWN. - Tunnel local subnet. - Tunnel peer subnet. - Policy ID. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpSecVpnPolicyTrafficStatistics2</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RulePath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the IPSec VPN Rule.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelInterfacePath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the IPSec VPN Tunnel Interface.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelStatistics</maml:name>
          <maml:Description>
            <maml:para>Provides the statistics of individuals tunnels under a policy. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The counters are from the time the tunnel is UP. It also includes information about tunnel subnet and state. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.IpSecVpnTunnelTrafficStatistics&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.IpSecVpnTunnelTrafficStatistics&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AggregateTrafficCounters</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</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>RulePath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the IPSec VPN Rule.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelInterfacePath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the IPSec VPN Tunnel Interface.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelStatistics</maml:name>
        <maml:Description>
          <maml:para>Provides the statistics of individuals tunnels under a policy. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The counters are from the time the tunnel is UP. It also includes information about tunnel subnet and state. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.IpSecVpnTunnelTrafficStatistics&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.IpSecVpnTunnelTrafficStatistics&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AggregateTrafficCounters</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTrafficCounters</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$IpSecVpnTunnelTrafficStatistics &#x3D; Initialize-IpSecVpnTunnelTrafficStatistics -TunnelStatus &quot;UP&quot; -TunnelDownReason &quot;MyTunnelDownReason&quot; -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -PacketsReceivedOtherError 0 -ReplayErrors 0 -IntegrityFailures 0 -DecryptionFailures 0 -PacketsSentOtherError 0 -SeqNumberOverflowError 0 -EncryptionFailures 0 -SaMismatchErrorsIn 0 -NomatchingPolicyErrors 0 -SaMismatchErrorsOut 0 -PeerSubnet &quot;MyPeerSubnet&quot; -LocalSubnet &quot;MyLocalSubnet&quot; -DroppedPacketsIn 0 -DroppedPacketsOut 0 -PolicyId &quot;MyPolicyId&quot;
$IPSecVpnTrafficCounters &#x3D; Initialize-IPSecVpnTrafficCounters -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -DroppedPacketsIn 0 -DroppedPacketsOut 0
$IpSecVpnPolicyTrafficStatistics &#x3D; Initialize-IpSecVpnPolicyTrafficStatistics -RulePath &quot;MyRulePath&quot; -TunnelInterfacePath &quot;MyTunnelInterfacePath&quot; -TunnelStatistics $IpSecVpnTunnelTrafficStatistics -AggregateTrafficCounters $IPSecVpnTrafficCounters
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpSecVpnPolicyTrafficStatistics2 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$IpSecVpnPolicyTrafficStatistics &#x3D; Initialize-IpSecVpnPolicyTrafficStatistics
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpSecVpnPolicyTrafficStatistics2 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-IPSecVpnTrafficCounters</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IpSecVpnTunnelTrafficStatistics2</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IpSecVpnTunnelTrafficStatistics2</command:noun>
      <maml:description>
        <maml:para>Provides the following details for an IPSec VPN tunnel. The packet counters gives statistics since the time the tunnel is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. - Error/Failure reason of dropped packet. - Tunnel status, if it is UP/DOWN. - Tunnel down reason when the tunnel state is DOWN. - Tunnel local subnet. - Tunnel peer subnet. - Policy ID. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following details for an IPSec VPN tunnel. The packet counters gives statistics since the time the tunnel is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. - Error/Failure reason of dropped packet. - Tunnel status, if it is UP/DOWN. - Tunnel down reason when the tunnel state is DOWN. - Tunnel local subnet. - Tunnel peer subnet. - Policy ID. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IpSecVpnTunnelTrafficStatistics2</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelStatus</maml:name>
          <maml:Description>
            <maml:para>Specifies the status of tunnel, if it is UP/DOWN. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelDownReason</maml:name>
          <maml:Description>
            <maml:para>Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets on the inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets on the outbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming bytes on the inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing bytes on the outbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsReceivedOtherError</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets dropped on the inbound security association due to miscellaneous errors . </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReplayErrors</maml:name>
          <maml:Description>
            <maml:para>The total number of packets dropped due to replay check on that security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IntegrityFailures</maml:name>
          <maml:Description>
            <maml:para>The total number of packets dropped due to integrity failures. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DecryptionFailures</maml:name>
          <maml:Description>
            <maml:para>The total number of packets dropped due to decryption failures. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsSentOtherError</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets dropped due to miscellaneous errors. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SeqNumberOverflowError</maml:name>
          <maml:Description>
            <maml:para>The total number of packets dropped while sending due to overflow in sequence number. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EncryptionFailures</maml:name>
          <maml:Description>
            <maml:para>The total number of packets dropped due to failure in encryption. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SaMismatchErrorsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of security association mismatch errors on incoming packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NomatchingPolicyErrors</maml:name>
          <maml:Description>
            <maml:para>The total number of packets dropped because of no matching policy was available. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SaMismatchErrorsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of security association mismatch errors on outgoing packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerSubnet</maml:name>
          <maml:Description>
            <maml:para>Tunnel peer subnet in IPv4 CIDR Block 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalSubnet</maml:name>
          <maml:Description>
            <maml:para>Tunnel local subnet in IPv4 CIDR Block 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets dropped on the inbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets dropped on the outbound security association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Policy UUID of IPSec Tunnel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>TunnelStatus</maml:name>
        <maml:Description>
          <maml:para>Specifies the status of tunnel, if it is UP/DOWN. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelDownReason</maml:name>
        <maml:Description>
          <maml:para>Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets on the inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets on the outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming bytes on the inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing bytes on the outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsReceivedOtherError</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets dropped on the inbound security association due to miscellaneous errors . </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReplayErrors</maml:name>
        <maml:Description>
          <maml:para>The total number of packets dropped due to replay check on that security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IntegrityFailures</maml:name>
        <maml:Description>
          <maml:para>The total number of packets dropped due to integrity failures. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DecryptionFailures</maml:name>
        <maml:Description>
          <maml:para>The total number of packets dropped due to decryption failures. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsSentOtherError</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets dropped due to miscellaneous errors. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SeqNumberOverflowError</maml:name>
        <maml:Description>
          <maml:para>The total number of packets dropped while sending due to overflow in sequence number. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EncryptionFailures</maml:name>
        <maml:Description>
          <maml:para>The total number of packets dropped due to failure in encryption. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SaMismatchErrorsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of security association mismatch errors on incoming packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NomatchingPolicyErrors</maml:name>
        <maml:Description>
          <maml:para>The total number of packets dropped because of no matching policy was available. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SaMismatchErrorsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of security association mismatch errors on outgoing packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerSubnet</maml:name>
        <maml:Description>
          <maml:para>Tunnel peer subnet in IPv4 CIDR Block 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalSubnet</maml:name>
        <maml:Description>
          <maml:para>Tunnel local subnet in IPv4 CIDR Block 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets dropped on the inbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets dropped on the outbound security association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:Description>
          <maml:para>Policy UUID of IPSec Tunnel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IpSecVpnTunnelTrafficStatistics &#x3D; Initialize-IpSecVpnTunnelTrafficStatistics -TunnelStatus &quot;UP&quot; -TunnelDownReason &quot;MyTunnelDownReason&quot; -PacketsIn 0 -PacketsOut 0 -BytesIn 0 -BytesOut 0 -PacketsReceivedOtherError 0 -ReplayErrors 0 -IntegrityFailures 0 -DecryptionFailures 0 -PacketsSentOtherError 0 -SeqNumberOverflowError 0 -EncryptionFailures 0 -SaMismatchErrorsIn 0 -NomatchingPolicyErrors 0 -SaMismatchErrorsOut 0 -PeerSubnet &quot;MyPeerSubnet&quot; -LocalSubnet &quot;MyLocalSubnet&quot; -DroppedPacketsIn 0 -DroppedPacketsOut 0 -PolicyId &quot;MyPolicyId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpSecVpnTunnelTrafficStatistics2 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IpSecVpnTunnelTrafficStatistics &#x3D; Initialize-IpSecVpnTunnelTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IpSecVpnTunnelTrafficStatistics2 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Ipv4Header</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Ipv4Header</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Ipv4Header</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>The source ip 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>SrcSubnetPrefixLen</maml:name>
          <maml:Description>
            <maml:para>This is used together with src_ip to calculate dst_ip for broadcast when dst_ip is not given; not used in all other cases.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>The destination ip 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>Protocol</maml:name>
          <maml:Description>
            <maml:para>IP protocol - defaults to ICMP</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ttl</maml:name>
          <maml:Description>
            <maml:para>Time to live (ttl)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>64</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Flags</maml:name>
          <maml:Description>
            <maml:para>IP flags</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcIp</maml:name>
        <maml:Description>
          <maml:para>The source ip 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>SrcSubnetPrefixLen</maml:name>
        <maml:Description>
          <maml:para>This is used together with src_ip to calculate dst_ip for broadcast when dst_ip is not given; not used in all other cases.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstIp</maml:name>
        <maml:Description>
          <maml:para>The destination ip 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>Protocol</maml:name>
        <maml:Description>
          <maml:para>IP protocol - defaults to ICMP</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ttl</maml:name>
        <maml:Description>
          <maml:para>Time to live (ttl)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>64</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Flags</maml:name>
        <maml:Description>
          <maml:para>IP flags</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Ipv4Header &#x3D; Initialize-Ipv4Header -SrcIp &quot;MySrcIp&quot; -SrcSubnetPrefixLen 0 -DstIp &quot;MyDstIp&quot; -Protocol 0 -Ttl 0 -Flags 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv4Header with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Ipv4Header &#x3D; Initialize-Ipv4Header
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv4Header with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Ipv6AssignmentSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Ipv6AssignmentSpec</command:noun>
      <maml:description>
        <maml:para>Abstract base type for specification of IPv6 IPs to be used with host switch virtual tunnel endpoints</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Abstract base type for specification of IPv6 IPs to be used with host switch virtual tunnel endpoints</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Ipv6AssignmentSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Ipv6AssignmentSpec &#x3D; Initialize-Ipv6AssignmentSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6AssignmentSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Ipv6AssignmentSpec &#x3D; Initialize-Ipv6AssignmentSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6AssignmentSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Ipv6DadProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Ipv6DadProfile</command:noun>
      <maml:description>
        <maml:para>Duplicate address detection profile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Duplicate address detection profile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Ipv6DadProfile</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>$Ipv6DadProfile &#x3D; Initialize-Ipv6DadProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6DadProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Ipv6DadProfile &#x3D; Initialize-Ipv6DadProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6DadProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Ipv6Header</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Ipv6Header</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Ipv6Header</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>The source ip 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>DstIp</maml:name>
          <maml:Description>
            <maml:para>The destination ip 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>NextHeader</maml:name>
          <maml:Description>
            <maml:para>Identifies the type of header immediately following the IPv6 header.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>58</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HopLimit</maml:name>
          <maml:Description>
            <maml:para>Decremented by 1 by each node that forwards the packets. The packet is discarded if Hop Limit is decremented to zero.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>64</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcIp</maml:name>
        <maml:Description>
          <maml:para>The source ip 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>DstIp</maml:name>
        <maml:Description>
          <maml:para>The destination ip 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>NextHeader</maml:name>
        <maml:Description>
          <maml:para>Identifies the type of header immediately following the IPv6 header.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>58</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HopLimit</maml:name>
        <maml:Description>
          <maml:para>Decremented by 1 by each node that forwards the packets. The packet is discarded if Hop Limit is decremented to zero.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>64</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Ipv6Header &#x3D; Initialize-Ipv6Header -SrcIp &quot;MySrcIp&quot; -DstIp &quot;MyDstIp&quot; -NextHeader 0 -HopLimit 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6Header with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Ipv6Header &#x3D; Initialize-Ipv6Header
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6Header with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Ipv6MacPair</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Ipv6MacPair</command:noun>
      <maml:description>
        <maml:para>IPv6 and MAC pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPv6 and MAC pair.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Ipv6MacPair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ipv6</maml:name>
          <maml:Description>
            <maml:para>IP 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>Mac</maml:name>
          <maml:Description>
            <maml:para>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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ipv6</maml:name>
        <maml:Description>
          <maml:para>IP 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>Mac</maml:name>
        <maml:Description>
          <maml:para>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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Ipv6MacPair &#x3D; Initialize-Ipv6MacPair -Ipv6 &quot;MyIpv6&quot; -Mac &quot;MyMac&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6MacPair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Ipv6MacPair &#x3D; Initialize-Ipv6MacPair -Ipv6 &quot;MyIpv6&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6MacPair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Ipv6NdraProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Ipv6NdraProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Ipv6NdraProfile</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>$Ipv6NdraProfile &#x3D; Initialize-Ipv6NdraProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6NdraProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Ipv6NdraProfile &#x3D; Initialize-Ipv6NdraProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Ipv6NdraProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-IssuerSerialNumber</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>IssuerSerialNumber</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-IssuerSerialNumber</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Issuer</maml:name>
          <maml:Description>
            <maml:para>Issuer Distinguished Name of the revoked certificates.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SerialNumbers</maml:name>
          <maml:Description>
            <maml:para>List of Certificate Serial Numbers issued by the specified issuers.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Issuer</maml:name>
        <maml:Description>
          <maml:para>Issuer Distinguished Name of the revoked certificates.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SerialNumbers</maml:name>
        <maml:Description>
          <maml:para>List of Certificate Serial Numbers issued by the specified issuers.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$IssuerSerialNumber &#x3D; Initialize-IssuerSerialNumber -Issuer &quot;MyIssuer&quot; -SerialNumbers &quot;MySerialNumbers&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IssuerSerialNumber with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$IssuerSerialNumber &#x3D; Initialize-IssuerSerialNumber
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-IssuerSerialNumber with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-KeyStoreInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>KeyStoreInfo</command:noun>
      <maml:description>
        <maml:para>Key Store information about the url alias or datasource.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Key Store information about the url alias or datasource.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-KeyStoreInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeystoreAlias</maml:name>
          <maml:Description>
            <maml:para>Its an alias specified when an entity is added to the keystore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Keystore</maml:name>
          <maml:Description>
            <maml:para>A location of the keystor file which stores private key and identity certificates that will be presented to both parties (server or client) for verification.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Truststore</maml:name>
          <maml:Description>
            <maml:para>A location of the trust store file which stores the certificate from CA that verify the certificate presented by the server in SSL connection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeystorePhrase</maml:name>
          <maml:Description>
            <maml:para>A location of the key store pass phrase file.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>KeystoreAlias</maml:name>
        <maml:Description>
          <maml:para>Its an alias specified when an entity is added to the keystore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Keystore</maml:name>
        <maml:Description>
          <maml:para>A location of the keystor file which stores private key and identity certificates that will be presented to both parties (server or client) for verification.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Truststore</maml:name>
        <maml:Description>
          <maml:para>A location of the trust store file which stores the certificate from CA that verify the certificate presented by the server in SSL connection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeystorePhrase</maml:name>
        <maml:Description>
          <maml:para>A location of the key store pass phrase file.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$KeyStoreInfo &#x3D; Initialize-KeyStoreInfo -KeystoreAlias &quot;MyKeystoreAlias&quot; -Keystore &quot;MyKeystore&quot; -Truststore &quot;MyTruststore&quot; -KeystorePhrase &quot;MyKeystorePhrase&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KeyStoreInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$KeyStoreInfo &#x3D; Initialize-KeyStoreInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KeyStoreInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-KeyValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>KeyValue</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-KeyValue</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Key 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>Key</maml:name>
        <maml:Description>
          <maml:para>Key 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Key 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$KeyValue &#x3D; Initialize-KeyValue -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KeyValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$KeyValue &#x3D; Initialize-KeyValue -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KeyValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-KeyValuePair</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>KeyValuePair</command:noun>
      <maml:description>
        <maml:para>An arbitrary key-value pair</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An arbitrary key-value pair</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-KeyValuePair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>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>Key</maml:name>
        <maml:Description>
          <maml:para>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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$KeyValuePair &#x3D; Initialize-KeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KeyValuePair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$KeyValuePair &#x3D; Initialize-KeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KeyValuePair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-KubeconfigInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>KubeconfigInfo</command:noun>
      <maml:description>
        <maml:para>Infromation about kubeconfig file.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Infromation about kubeconfig file.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-KubeconfigInfo</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>$KubeconfigInfo &#x3D; Initialize-KubeconfigInfo
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KubeconfigInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$KubeconfigInfo &#x3D; Initialize-KubeconfigInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-KubeconfigInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2BridgeEndpointProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2BridgeEndpointProfile</command:noun>
      <maml:description>
        <maml:para>Used to configure L2 Bridge endpoint profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to configure L2 Bridge endpoint profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2BridgeEndpointProfile</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>$L2BridgeEndpointProfile &#x3D; Initialize-L2BridgeEndpointProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2BridgeEndpointProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2BridgeEndpointProfile &#x3D; Initialize-L2BridgeEndpointProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2BridgeEndpointProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2Extension</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2Extension</command:noun>
      <maml:description>
        <maml:para>Segment specific L2 VPN configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment specific L2 VPN configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2Extension</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L2vpnPath</maml:name>
          <maml:Description>
            <maml:para>This property has been deprecated. Please use the property l2vpn_paths for setting the paths of associated L2 VPN session. This property will continue to work as expected to provide backwards compatibility. However, when both l2vpn_path and l2vpn_paths properties are specified, only l2vpn_paths is used. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L2vpnPaths</maml:name>
          <maml:Description>
            <maml:para>Policy paths corresponding to the associated L2 VPN sessions </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelId</maml:name>
          <maml:Description>
            <maml:para>Tunnel ID</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalEgress</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LocalEgress</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LocalEgress</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>L2vpnPath</maml:name>
        <maml:Description>
          <maml:para>This property has been deprecated. Please use the property l2vpn_paths for setting the paths of associated L2 VPN session. This property will continue to work as expected to provide backwards compatibility. However, when both l2vpn_path and l2vpn_paths properties are specified, only l2vpn_paths is used. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L2vpnPaths</maml:name>
        <maml:Description>
          <maml:para>Policy paths corresponding to the associated L2 VPN sessions </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelId</maml:name>
        <maml:Description>
          <maml:para>Tunnel ID</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalEgress</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LocalEgress</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LocalEgress</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LocalEgress &#x3D; Initialize-LocalEgress -OptimizedIps &quot;MyOptimizedIps&quot;
$L2Extension &#x3D; Initialize-L2Extension -L2vpnPath &quot;MyL2vpnPath&quot; -L2vpnPaths &quot;MyL2vpnPaths&quot; -TunnelId 0 -LocalEgress $LocalEgress
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2Extension with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$L2Extension &#x3D; Initialize-L2Extension
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2Extension with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-LocalEgress</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2TcpMaxSegmentSizeClamping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2TcpMaxSegmentSizeClamping</command:noun>
      <maml:description>
        <maml:para>TCP MSS Clamping Direction and Value.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>TCP MSS Clamping Direction and Value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2TcpMaxSegmentSizeClamping</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Direction</maml:name>
          <maml:Description>
            <maml:para>Specifies the traffic direction for which to apply MSS Clamping. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.DirectionEnum.BOTH</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxSegmentSize</maml:name>
          <maml:Description>
            <maml:para>MSS defines the maximum amount of data that a host is willing to accept in a single TCP segment. This field is set in TCP header during connection establishment. To avoid packet fragmentation, you can set this field depending on uplink MTU and VPN overhead. This is an optional field and in case it is left unconfigured, best possible MSS value will be calculated based on effective mtu of uplink interface. Supported MSS range is 108 to 8852. </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>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>Direction</maml:name>
        <maml:Description>
          <maml:para>Specifies the traffic direction for which to apply MSS Clamping. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.DirectionEnum.BOTH</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxSegmentSize</maml:name>
        <maml:Description>
          <maml:para>MSS defines the maximum amount of data that a host is willing to accept in a single TCP segment. This field is set in TCP header during connection establishment. To avoid packet fragmentation, you can set this field depending on uplink MTU and VPN overhead. This is an optional field and in case it is left unconfigured, best possible MSS value will be calculated based on effective mtu of uplink interface. Supported MSS range is 108 to 8852. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2TcpMaxSegmentSizeClamping &#x3D; Initialize-L2TcpMaxSegmentSizeClamping -Direction &quot;NONE&quot; -MaxSegmentSize 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2TcpMaxSegmentSizeClamping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2TcpMaxSegmentSizeClamping &#x3D; Initialize-L2TcpMaxSegmentSizeClamping
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2TcpMaxSegmentSizeClamping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNService</command:noun>
      <maml:description>
        <maml:para>L2VPN Service defines if service running as server or client. It also defines all the common properties for the multiple L2VPN Sessions associated with this service. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPN Service defines if service running as server or client. It also defines all the common properties for the multiple L2VPN Sessions associated with this service. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNService</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>$L2VPNService &#x3D; Initialize-L2VPNService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNService &#x3D; Initialize-L2VPNService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSession</command:noun>
      <maml:description>
        <maml:para>Defines the tunnel local and peer addresses along with multiple tansport tunnels for redundancy. L2VPNSession belongs to only one L2VPNService. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Defines the tunnel local and peer addresses along with multiple tansport tunnels for redundancy. L2VPNSession belongs to only one L2VPNService. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSession</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>$L2VPNSession &#x3D; Initialize-L2VPNSession
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSession &#x3D; Initialize-L2VPNSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionData</command:noun>
      <maml:description>
        <maml:para>L2VPN Session Data represents meta data necessary to create the L2VPN Session. It is represented by an array of peer code for each tunnel. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPN Session Data represents meta data necessary to create the L2VPN Session. It is represented by an array of peer code for each tunnel. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Defaults to id if not set.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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 L2VPN Session</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable to extend all the associated segments.</maml:para>
          </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>TransportTunnels</maml:name>
          <maml:Description>
            <maml:para>List of L2VPN transport tunnel data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.L2VPNSessionTransportTunnelData&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.L2VPNSessionTransportTunnelData&gt;</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>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Defaults to id if not set.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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 L2VPN Session</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable to extend all the associated segments.</maml:para>
        </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>TransportTunnels</maml:name>
        <maml:Description>
          <maml:para>List of L2VPN transport tunnel data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.L2VPNSessionTransportTunnelData&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.L2VPNSessionTransportTunnelData&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-L2VPNSessionTransportTunnelData -LocalAddress &quot;MyLocalAddress&quot; -PeerAddress &quot;MyPeerAddress&quot; -PeerCode &quot;MyPeerCode&quot;
$L2VPNSessionData &#x3D; Initialize-L2VPNSessionData -DisplayName &quot;MyDisplayName&quot; -Description &quot;MyDescription&quot; -Enabled $false -TransportTunnels $L2VPNSessionTransportTunnelData
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$L2VPNSessionData &#x3D; Initialize-L2VPNSessionData
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionPeerConfigNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionPeerConfigNsxT</command:noun>
      <maml:description>
        <maml:para>L2VPNSessionPeerCodes represents an array of peer code for each tunnel. The peer code is necessary to configure the remote end of the tunnel. Currently only stand-along/unmanaged edge is supported on the remote end of the tunnel. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPNSessionPeerCodes represents an array of peer code for each tunnel. The peer code is necessary to configure the remote end of the tunnel. Currently only stand-along/unmanaged edge is supported on the remote end of the tunnel. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionPeerConfigNsxT</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>$L2VPNSessionPeerConfigNsxT &#x3D; Initialize-L2VPNSessionPeerConfigNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionPeerConfigNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSessionPeerConfigNsxT &#x3D; Initialize-L2VPNSessionPeerConfigNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionPeerConfigNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionStatisticsNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionStatisticsNsxT</command:noun>
      <maml:description>
        <maml:para>Provides the following details for an L2VPN session for a given enforcement point: - &lt;b&gt;Traffic statistics of an L2VPN tunnel&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters since the time the L2VPN session is UP. - &lt;b&gt;Traffic statistics of all L2VPN stretched segment ports&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters since the time the segment is associated with the L2VPN session. - Alarm information details. - VPN session name. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following details for an L2VPN session for a given enforcement point: - &lt;b&gt;Traffic statistics of an L2VPN tunnel&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters since the time the L2VPN session is UP. - &lt;b&gt;Traffic statistics of all L2VPN stretched segment ports&lt;/b&gt; which includes the number of incoming, outgoing and dropped packet counters since the time the segment is associated with the L2VPN session. - Alarm information details. - VPN session name. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionStatisticsNsxT</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>$L2VPNSessionStatisticsNsxT &#x3D; Initialize-L2VPNSessionStatisticsNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionStatisticsNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSessionStatisticsNsxT &#x3D; Initialize-L2VPNSessionStatisticsNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionStatisticsNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionStatusNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionStatusNsxT</command:noun>
      <maml:description>
        <maml:para>L2VPN Session Status represents status on an NSX-T type of enforcement point. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPN Session Status represents status on an NSX-T type of enforcement point. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionStatusNsxT</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>$L2VPNSessionStatusNsxT &#x3D; Initialize-L2VPNSessionStatusNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionStatusNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSessionStatusNsxT &#x3D; Initialize-L2VPNSessionStatusNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionStatusNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionTransportTunnelData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionTransportTunnelData</command:noun>
      <maml:description>
        <maml:para>L2VPN Session Transport Tunnel Data uses a peer code which has all the information to create the transport tunnel. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPN Session Transport Tunnel Data uses a peer code which has all the information to create the transport tunnel. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionTransportTunnelData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalAddress</maml:name>
          <maml:Description>
            <maml:para>IPv4 Address of local 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerAddress</maml:name>
          <maml:Description>
            <maml:para>IPv4 Address of Peer endpoint on remote 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerCode</maml:name>
          <maml:Description>
            <maml:para>Peer code represents a base64 encoded string which has all the configuration for tunnel. E.g local/peer ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalAddress</maml:name>
        <maml:Description>
          <maml:para>IPv4 Address of local 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerAddress</maml:name>
        <maml:Description>
          <maml:para>IPv4 Address of Peer endpoint on remote 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerCode</maml:name>
        <maml:Description>
          <maml:para>Peer code represents a base64 encoded string which has all the configuration for tunnel. E.g local/peer ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-L2VPNSessionTransportTunnelData -LocalAddress &quot;MyLocalAddress&quot; -PeerAddress &quot;MyPeerAddress&quot; -PeerCode &quot;MyPeerCode&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionTransportTunnelData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSessionTransportTunnelData &#x3D; Initialize-L2VPNSessionTransportTunnelData -LocalAddress &quot;MyLocalAddress&quot; -PeerAddress &quot;MyPeerAddress&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionTransportTunnelData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionTransportTunnelPeerCode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionTransportTunnelPeerCode</command:noun>
      <maml:description>
        <maml:para>L2VPN transport tunnel peer code.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPN transport tunnel peer code.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionTransportTunnelPeerCode</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportTunnelPath</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing the transport tunnel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerCode</maml:name>
          <maml:Description>
            <maml:para>Peer code represents a base64 encoded string which has all the configuration for tunnel. E.g local/peer ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>TransportTunnelPath</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing the transport tunnel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerCode</maml:name>
        <maml:Description>
          <maml:para>Peer code represents a base64 encoded string which has all the configuration for tunnel. E.g local/peer ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VPNSessionTransportTunnelPeerCode &#x3D; Initialize-L2VPNSessionTransportTunnelPeerCode -TransportTunnelPath &quot;MyTransportTunnelPath&quot; -PeerCode &quot;MyPeerCode&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionTransportTunnelPeerCode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSessionTransportTunnelPeerCode &#x3D; Initialize-L2VPNSessionTransportTunnelPeerCode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionTransportTunnelPeerCode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNSessionTransportTunnelStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNSessionTransportTunnelStatus</command:noun>
      <maml:description>
        <maml:para>Transport tunnel status.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Transport tunnel status.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNSessionTransportTunnelStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportTunnelPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing Transport Tunnel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>TransportTunnelPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing Transport Tunnel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VPNSessionTransportTunnelStatus &#x3D; Initialize-L2VPNSessionTransportTunnelStatus -TransportTunnelPath &quot;MyTransportTunnelPath&quot; -ResourceType &quot;IPSecVpnTransportStatus&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionTransportTunnelStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNSessionTransportTunnelStatus &#x3D; Initialize-L2VPNSessionTransportTunnelStatus -ResourceType &quot;IPSecVpnTransportStatus&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNSessionTransportTunnelStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNTapStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNTapStatistics</command:noun>
      <maml:description>
        <maml:para>Provides the following traffic statistics of an L2VPN tunnel since the time the L2VPN session is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following traffic statistics of an L2VPN tunnel since the time the L2VPN session is UP: - Incoming packet count. - Outgoing packet count. - Dropped packet count. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNTapStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing data packets on an L2VPN tunnel. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>The total number of traffic bytes sent on an L2VPN tunnel. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming data packets on an L2VPN tunnel. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>The total number of traffic bytes received on an L2VPN tunnel. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsReceiveError</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets dropped on an L2VPN tunnel. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsSentError</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets dropped on an L2VPN tunnel. </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>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>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing data packets on an L2VPN tunnel. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>The total number of traffic bytes sent on an L2VPN tunnel. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming data packets on an L2VPN tunnel. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>The total number of traffic bytes received on an L2VPN tunnel. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsReceiveError</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets dropped on an L2VPN tunnel. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsSentError</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets dropped on an L2VPN tunnel. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VPNTapStatistics &#x3D; Initialize-L2VPNTapStatistics -PacketsOut 0 -BytesOut 0 -PacketsIn 0 -BytesIn 0 -PacketsReceiveError 0 -PacketsSentError 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNTapStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNTapStatistics &#x3D; Initialize-L2VPNTapStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNTapStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNTrafficStatisticsPerSegment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNTrafficStatisticsPerSegment</command:noun>
      <maml:description>
        <maml:para>Provides the following traffic statistics of an L2VPN stretched segment since the time the segment is associated with the L2VPN session: - Incoming packet count. - Outgoing packet count. - Dropped packet count. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following traffic statistics of an L2VPN stretched segment since the time the segment is associated with the L2VPN session: - Incoming packet count. - Outgoing packet count. - Dropped packet count. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNTrafficStatisticsPerSegment</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SegmentPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the segment on which stats are gathered. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets on an L2VPN segment. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>The total number of traffic bytes sent on an L2VPN segment. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets on an L2VPN segment. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>The total number of traffic bytes received on an L2VPN segment. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsReceiveError</maml:name>
          <maml:Description>
            <maml:para>The total number of incoming packets dropped on an L2VPN segment. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsSentError</maml:name>
          <maml:Description>
            <maml:para>The total number of outgoing packets dropped on an L2VPN segment </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumPacketsIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumBytesIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumPacketsOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumBytesOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported. </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>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>SegmentPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the segment on which stats are gathered. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets on an L2VPN segment. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>The total number of traffic bytes sent on an L2VPN segment. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets on an L2VPN segment. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>The total number of traffic bytes received on an L2VPN segment. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsReceiveError</maml:name>
        <maml:Description>
          <maml:para>The total number of incoming packets dropped on an L2VPN segment. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsSentError</maml:name>
        <maml:Description>
          <maml:para>The total number of outgoing packets dropped on an L2VPN segment </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumPacketsIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumBytesIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumPacketsOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumBytesOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VPNTrafficStatisticsPerSegment &#x3D; Initialize-L2VPNTrafficStatisticsPerSegment -SegmentPath &quot;MySegmentPath&quot; -PacketsOut 0 -BytesOut 0 -PacketsIn 0 -BytesIn 0 -PacketsReceiveError 0 -PacketsSentError 0 -BumPacketsIn 0 -BumBytesIn 0 -BumPacketsOut 0 -BumBytesOut 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNTrafficStatisticsPerSegment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNTrafficStatisticsPerSegment &#x3D; Initialize-L2VPNTrafficStatisticsPerSegment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNTrafficStatisticsPerSegment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VPNTunnelEncapsulation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VPNTunnelEncapsulation</command:noun>
      <maml:description>
        <maml:para>L2VPN tunnel encapsulation config.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2VPN tunnel encapsulation config.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VPNTunnelEncapsulation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>Encapsulation protocol used by the tunnel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ProtocolEnum.GRE</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalEndpointAddress</maml:name>
          <maml:Description>
            <maml:para>IP Address of the local tunnel port. This property only applies in CLIENT mode. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerEndpointAddress</maml:name>
          <maml:Description>
            <maml:para>IP Address of the peer tunnel port. This property only applies in CLIENT mode. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Protocol</maml:name>
        <maml:Description>
          <maml:para>Encapsulation protocol used by the tunnel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ProtocolEnum.GRE</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalEndpointAddress</maml:name>
        <maml:Description>
          <maml:para>IP Address of the local tunnel port. This property only applies in CLIENT mode. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerEndpointAddress</maml:name>
        <maml:Description>
          <maml:para>IP Address of the peer tunnel port. This property only applies in CLIENT mode. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VPNTunnelEncapsulation &#x3D; Initialize-L2VPNTunnelEncapsulation -Protocol &quot;GRE&quot; -LocalEndpointAddress &quot;MyLocalEndpointAddress&quot; -PeerEndpointAddress &quot;MyPeerEndpointAddress&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNTunnelEncapsulation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VPNTunnelEncapsulation &#x3D; Initialize-L2VPNTunnelEncapsulation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VPNTunnelEncapsulation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2Vpn</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2Vpn</command:noun>
      <maml:description>
        <maml:para>Contains information necessary to configure L2Vpn. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains information necessary to configure L2Vpn. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2Vpn</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>$L2Vpn &#x3D; Initialize-L2Vpn
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2Vpn with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2Vpn &#x3D; Initialize-L2Vpn
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2Vpn with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnPeerCodes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnPeerCodes</command:noun>
      <maml:description>
        <maml:para>Get the peer_code for each tunnel to paste on the remote end of the tunnel. Currently only stand-along/unmanaged edge is supported on the remote end of the tunnel. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get the peer_code for each tunnel to paste on the remote end of the tunnel. Currently only stand-along/unmanaged edge is supported on the remote end of the tunnel. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnPeerCodes</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointPath</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing the enforcement point to which the config belongs. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointPath</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing the enforcement point to which the config belongs. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VpnPeerCodes &#x3D; Initialize-L2VpnPeerCodes -EnforcementPointPath &quot;MyEnforcementPointPath&quot; -ResourceType &quot;L2VpnPeerCodes&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnPeerCodes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnPeerCodes &#x3D; Initialize-L2VpnPeerCodes
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnPeerCodes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnPerSegmentTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnPerSegmentTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>Traffic statistics for a segment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Traffic statistics for a segment.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnPerSegmentTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SegmentPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the segment on which stats are gathered. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing bytes. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming bytes. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsReceiveError</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets dropped. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsSentError</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped while sending for any reason. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumPacketsIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumBytesIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumPacketsOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BumBytesOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes. </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>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>SegmentPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the segment on which stats are gathered. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing bytes. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming bytes. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsReceiveError</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets dropped. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsSentError</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped while sending for any reason. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumPacketsIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumBytesIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumPacketsOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BumBytesOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VpnPerSegmentTrafficStatistics &#x3D; Initialize-L2VpnPerSegmentTrafficStatistics -SegmentPath &quot;MySegmentPath&quot; -PacketsOut 0 -BytesOut 0 -PacketsIn 0 -BytesIn 0 -PacketsReceiveError 0 -PacketsSentError 0 -BumPacketsIn 0 -BumBytesIn 0 -BumPacketsOut 0 -BumBytesOut 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnPerSegmentTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnPerSegmentTrafficStatistics &#x3D; Initialize-L2VpnPerSegmentTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnPerSegmentTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnSessionRemoteMacForSegment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnSessionRemoteMacForSegment</command:noun>
      <maml:description>
        <maml:para>Remote MAC addresses for logical switch.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote MAC addresses for logical switch.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnSessionRemoteMacForSegment</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SegmentPath</maml:name>
          <maml:Description>
            <maml:para>Intent path of the 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>RemoteMacAddresses</maml:name>
          <maml:Description>
            <maml:para>Remote Mac addresses.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SegmentPath</maml:name>
        <maml:Description>
          <maml:para>Intent path of the 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>RemoteMacAddresses</maml:name>
        <maml:Description>
          <maml:para>Remote Mac addresses.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VpnSessionRemoteMacForSegment &#x3D; Initialize-L2VpnSessionRemoteMacForSegment -SegmentPath &quot;MySegmentPath&quot; -RemoteMacAddresses &quot;MyRemoteMacAddresses&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnSessionRemoteMacForSegment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnSessionRemoteMacForSegment &#x3D; Initialize-L2VpnSessionRemoteMacForSegment -SegmentPath &quot;MySegmentPath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnSessionRemoteMacForSegment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnSessionRemoteMacNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnSessionRemoteMacNsxT</command:noun>
      <maml:description>
        <maml:para>Remote Macs of L2Vpn Session on NsxT. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote Macs of L2Vpn Session on NsxT. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnSessionRemoteMacNsxT</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>$L2VpnSessionRemoteMacNsxT &#x3D; Initialize-L2VpnSessionRemoteMacNsxT
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnSessionRemoteMacNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnSessionRemoteMacNsxT &#x3D; Initialize-L2VpnSessionRemoteMacNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnSessionRemoteMacNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnSessionStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnSessionStatistics</command:noun>
      <maml:description>
        <maml:para>Session statistics gives VPN session status and traffic statistics per segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Session statistics gives VPN session status and traffic statistics per segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnSessionStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointPath</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing the enforcement point wehere the statistics are 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointPath</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing the enforcement point wehere the statistics are 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VpnSessionStatistics &#x3D; Initialize-L2VpnSessionStatistics -EnforcementPointPath &quot;MyEnforcementPointPath&quot; -ResourceType &quot;L2VpnSessionStatistics&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnSessionStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnSessionStatistics &#x3D; Initialize-L2VpnSessionStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnSessionStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnTapTrafficStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnTapTrafficStatistics</command:noun>
      <maml:description>
        <maml:para>TAP (Terminal access point) traffic statistics for L2Vpn. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>TAP (Terminal access point) traffic statistics for L2Vpn. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnTapTrafficStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>Total number of outgoing bytes. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming bytes. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsReceiveError</maml:name>
          <maml:Description>
            <maml:para>Total number of incoming packets dropped. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsSentError</maml:name>
          <maml:Description>
            <maml:para>Total number of packets dropped while sending for any reason. </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>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>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>Total number of outgoing bytes. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming bytes. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsReceiveError</maml:name>
        <maml:Description>
          <maml:para>Total number of incoming packets dropped. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsSentError</maml:name>
        <maml:Description>
          <maml:para>Total number of packets dropped while sending for any reason. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VpnTapTrafficStatistics &#x3D; Initialize-L2VpnTapTrafficStatistics -PacketsOut 0 -BytesOut 0 -PacketsIn 0 -BytesIn 0 -PacketsReceiveError 0 -PacketsSentError 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnTapTrafficStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnTapTrafficStatistics &#x3D; Initialize-L2VpnTapTrafficStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnTapTrafficStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L2VpnTransportTunnelPeerCode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L2VpnTransportTunnelPeerCode</command:noun>
      <maml:description>
        <maml:para>L2Vpn transport tunnel peer code. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L2Vpn transport tunnel peer code. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L2VpnTransportTunnelPeerCode</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportTunnelPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the transport tunnel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerCode</maml:name>
          <maml:Description>
            <maml:para>Copy this code to paste on the remote end of the tunnel. This is a base64 encoded string which has all the configuration for tunnel. E.g local/remote ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportTunnelPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the transport tunnel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerCode</maml:name>
        <maml:Description>
          <maml:para>Copy this code to paste on the remote end of the tunnel. This is a base64 encoded string which has all the configuration for tunnel. E.g local/remote ips and protocol, encryption algorithm, etc. Peer code also contains PSK; be careful when sharing or storing it. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L2VpnTransportTunnelPeerCode &#x3D; Initialize-L2VpnTransportTunnelPeerCode -TransportTunnelPath &quot;MyTransportTunnelPath&quot; -PeerCode &quot;MyPeerCode&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnTransportTunnelPeerCode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L2VpnTransportTunnelPeerCode &#x3D; Initialize-L2VpnTransportTunnelPeerCode -TransportTunnelPath &quot;MyTransportTunnelPath&quot; -PeerCode &quot;MyPeerCode&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L2VpnTransportTunnelPeerCode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L3Vpn</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L3Vpn</command:noun>
      <maml:description>
        <maml:para>Contains information necessary to configure IPSec VPN. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains information necessary to configure IPSec VPN. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L3Vpn</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>$L3Vpn &#x3D; Initialize-L3Vpn
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L3Vpn with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L3Vpn &#x3D; Initialize-L3Vpn
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L3Vpn with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L3VpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L3VpnSession</command:noun>
      <maml:description>
        <maml:para>Contains information about L3Vpn session. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains information about L3Vpn session. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L3VpnSession</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>- A Policy Based L3Vpn is a configuration in which protect rules to match local and remote subnet needs to be defined. Tunnel is established for each pair of local and remote subnet defined in protect rules. - A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet (commonly known as VTI) is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>- A Policy Based L3Vpn is a configuration in which protect rules to match local and remote subnet needs to be defined. Tunnel is established for each pair of local and remote subnet defined in protect rules. - A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet (commonly known as VTI) is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$L3VpnSession &#x3D; Initialize-L3VpnSession -ResourceType &quot;PolicyBasedL3VpnSession&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L3VpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L3VpnSession &#x3D; Initialize-L3VpnSession -ResourceType &quot;PolicyBasedL3VpnSession&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L3VpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L4PortSetServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L4PortSetServiceEntry</command:noun>
      <maml:description>
        <maml:para>L4PortSet can be specified in comma separated notation of parts. Parts of a L4PortSet includes single integer or range of port in hyphen notation. Example of a PortSet: \&quot;22, 33-70, 44\&quot;. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>L4PortSet can be specified in comma separated notation of parts. Parts of a L4PortSet includes single integer or range of port in hyphen notation. Example of a PortSet: \&quot;22, 33-70, 44\&quot;. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L4PortSetServiceEntry</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>$L4PortSetServiceEntry &#x3D; Initialize-L4PortSetServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L4PortSetServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L4PortSetServiceEntry &#x3D; Initialize-L4PortSetServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L4PortSetServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L7AccessAttributes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L7AccessAttributes</command:noun>
      <maml:description>
        <maml:para>Supported Attribute Keys are APP_ID, URL_CATEGORY, URL_REPUTATION, CUSTOM_URL </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Supported Attribute Keys are APP_ID, URL_CATEGORY, URL_REPUTATION, CUSTOM_URL </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L7AccessAttributes</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Policy Attribute Key - Denotes the type of attribute we are adding to the context profile or the L7 access profile. The keys has to be one of the enums defined for this field. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Multiple attribute values can be specified as elements of array. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsALGType</maml:name>
          <maml:Description>
            <maml:para>Describes whether the APP_ID value is ALG type 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CustomUrlPartialMatch</maml:name>
          <maml:Description>
            <maml:para>True value for this flag will be treated as a partial match for custom url</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datatype</maml:name>
          <maml:Description>
            <maml:para>Datatype for attribute</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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 for attribute 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Metadata</maml:name>
          <maml:Description>
            <maml:para>This is optional part that can hold additional data about the attribute key/values. Example - For URL CATEGORY key , it specified super category for url category value. This is generic array and can hold multiple meta information about key/values in future </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubAttributes</maml:name>
          <maml:Description>
            <maml:para>Reference to sub attributes for the attribute</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</maml:name>
            <maml: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 attribute value i.e whether system defined or custom value</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AttributeSourceEnum.SYSTEM</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Policy Attribute Key - Denotes the type of attribute we are adding to the context profile or the L7 access profile. The keys has to be one of the enums defined for this field. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Multiple attribute values can be specified as elements of array. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsALGType</maml:name>
        <maml:Description>
          <maml:para>Describes whether the APP_ID value is ALG type 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CustomUrlPartialMatch</maml:name>
        <maml:Description>
          <maml:para>True value for this flag will be treated as a partial match for custom url</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datatype</maml:name>
        <maml:Description>
          <maml:para>Datatype for attribute</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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 for attribute 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Metadata</maml:name>
        <maml:Description>
          <maml:para>This is optional part that can hold additional data about the attribute key/values. Example - For URL CATEGORY key , it specified super category for url category value. This is generic array and can hold multiple meta information about key/values in future </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubAttributes</maml:name>
        <maml:Description>
          <maml:para>Reference to sub attributes for the attribute</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</maml:name>
          <maml: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 attribute value i.e whether system defined or custom value</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AttributeSourceEnum.SYSTEM</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ContextProfileAttributesMetadata -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$PolicySubAttributes &#x3D; Initialize-PolicySubAttributes -Key &quot;TLS_CIPHER_SUITE&quot; -Value &quot;MyValue&quot; -Datatype &quot;STRING&quot;
$L7AccessAttributes &#x3D; Initialize-L7AccessAttributes -Key &quot;APP_ID&quot; -Value &quot;MyValue&quot; -IsALGType $false -CustomUrlPartialMatch $false -Datatype &quot;STRING&quot; -Description &quot;MyDescription&quot; -Metadata $ContextProfileAttributesMetadata -SubAttributes $PolicySubAttributes -AttributeSource &quot;SYSTEM&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L7AccessAttributes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$L7AccessAttributes &#x3D; Initialize-L7AccessAttributes
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L7AccessAttributes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L7AccessEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L7AccessEntry</command:noun>
      <maml:description>
        <maml:para>An entity that encapsulates attributes like APP_ID, CUSTOM_URL, URL_CATEGORY, URL_REPUTATION. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An entity that encapsulates attributes like APP_ID, CUSTOM_URL, URL_CATEGORY, URL_REPUTATION. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L7AccessEntry</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>$L7AccessEntry &#x3D; Initialize-L7AccessEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L7AccessEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L7AccessEntry &#x3D; Initialize-L7AccessEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L7AccessEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-L7AccessProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>L7AccessProfile</command:noun>
      <maml:description>
        <maml:para>An entity that encapsulates multiple L7 access profile entries. The entity wil be consumed in firewall rules and can be added in new tuple called profile in firewall rules. One of either Context Profile or L7 Access Profile can be used in firewall rule. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An entity that encapsulates multiple L7 access profile entries. The entity wil be consumed in firewall rules and can be added in new tuple called profile in firewall rules. One of either Context Profile or L7 Access Profile can be used in firewall rule. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-L7AccessProfile</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>$L7AccessProfile &#x3D; Initialize-L7AccessProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L7AccessProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$L7AccessProfile &#x3D; Initialize-L7AccessProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-L7AccessProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBAccessListControl</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBAccessListControl</command:noun>
      <maml:description>
        <maml:para>LBAccessListControl is used to define how IP access list control can filter the connections from clients. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>LBAccessListControl is used to define how IP access list control can filter the connections from clients. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBAccessListControl</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Action</maml:name>
          <maml:Description>
            <maml:para>ALLOW means connections matching grouping object IP list are allowed and requests not matching grouping object IP list are dropped. DROP means connections matching grouping object IP list are dropped and requests not matching grouping object IP list are allowed. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>The enabled flag indicates whether to enable access list control option. It is false by default. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupPath</maml:name>
          <maml:Description>
            <maml:para>The path of grouping object which defines the IP addresses or ranges to match the client IP. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>ALLOW means connections matching grouping object IP list are allowed and requests not matching grouping object IP list are dropped. DROP means connections matching grouping object IP list are dropped and requests not matching grouping object IP list are allowed. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>The enabled flag indicates whether to enable access list control option. It is false by default. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupPath</maml:name>
        <maml:Description>
          <maml:para>The path of grouping object which defines the IP addresses or ranges to match the client IP. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBAccessListControl &#x3D; Initialize-LBAccessListControl -Action &quot;ALLOW&quot; -Enabled $false -GroupPath &quot;MyGroupPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBAccessListControl with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBAccessListControl &#x3D; Initialize-LBAccessListControl -Action &quot;ALLOW&quot; -GroupPath &quot;MyGroupPath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBAccessListControl with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBActiveMonitor</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBActiveMonitor</command:noun>
      <maml:description>
        <maml:para>All the active types of LBMonitorProfile extend from this abstract class. This is present for extensibility. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All the active types of LBMonitorProfile extend from this abstract class. This is present for extensibility. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBActiveMonitor</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>$LBActiveMonitor &#x3D; Initialize-LBActiveMonitor
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBActiveMonitor with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBActiveMonitor &#x3D; Initialize-LBActiveMonitor
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBActiveMonitor with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBAppProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBAppProfile</command:noun>
      <maml:description>
        <maml:para>App profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>App profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBAppProfile</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>$LBAppProfile &#x3D; Initialize-LBAppProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBAppProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBAppProfile &#x3D; Initialize-LBAppProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBAppProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBClientCertificateIssuerDnCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBClientCertificateIssuerDnCondition</command:noun>
      <maml:description>
        <maml:para>Match condition for client certificate issuer DN.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Match condition for client certificate issuer DN.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBClientCertificateIssuerDnCondition</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IssuerDn</maml:name>
          <maml:Description>
            <maml:para>Value of issuer DN. The format should follow RFC 2253.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MatchType</maml:name>
          <maml:Description>
            <maml:para>Match type of issuer DN.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MatchTypeEnum.REGEX</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CaseSensitive</maml:name>
          <maml:Description>
            <maml:para>If true, case is significant when comparing issuer DN value. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IssuerDn</maml:name>
        <maml:Description>
          <maml:para>Value of issuer DN. The format should follow RFC 2253.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MatchType</maml:name>
        <maml:Description>
          <maml:para>Match type of issuer DN.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MatchTypeEnum.REGEX</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CaseSensitive</maml:name>
        <maml:Description>
          <maml:para>If true, case is significant when comparing issuer DN value. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBClientCertificateIssuerDnCondition &#x3D; Initialize-LBClientCertificateIssuerDnCondition -IssuerDn &quot;MyIssuerDn&quot; -MatchType &quot;STARTS_WITH&quot; -CaseSensitive $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientCertificateIssuerDnCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBClientCertificateIssuerDnCondition &#x3D; Initialize-LBClientCertificateIssuerDnCondition -IssuerDn &quot;MyIssuerDn&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientCertificateIssuerDnCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBClientCertificateSubjectDnCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBClientCertificateSubjectDnCondition</command:noun>
      <maml:description>
        <maml:para>Match condition for client certificate subject DN.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Match condition for client certificate subject DN.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBClientCertificateSubjectDnCondition</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubjectDn</maml:name>
          <maml:Description>
            <maml:para>Value of subject DN. The format should follow RFC 2253.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MatchType</maml:name>
          <maml:Description>
            <maml:para>Match type of subject DN.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MatchTypeEnum.REGEX</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CaseSensitive</maml:name>
          <maml:Description>
            <maml:para>If true, case is significant when comparing subject DN value. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubjectDn</maml:name>
        <maml:Description>
          <maml:para>Value of subject DN. The format should follow RFC 2253.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MatchType</maml:name>
        <maml:Description>
          <maml:para>Match type of subject DN.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MatchTypeEnum.REGEX</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CaseSensitive</maml:name>
        <maml:Description>
          <maml:para>If true, case is significant when comparing subject DN value. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBClientCertificateSubjectDnCondition &#x3D; Initialize-LBClientCertificateSubjectDnCondition -SubjectDn &quot;MySubjectDn&quot; -MatchType &quot;STARTS_WITH&quot; -CaseSensitive $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientCertificateSubjectDnCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBClientCertificateSubjectDnCondition &#x3D; Initialize-LBClientCertificateSubjectDnCondition -SubjectDn &quot;MySubjectDn&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientCertificateSubjectDnCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBClientSslProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBClientSslProfile</command:noun>
      <maml:description>
        <maml:para>Client SSL profile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Client SSL profile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBClientSslProfile</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>$LBClientSslProfile &#x3D; Initialize-LBClientSslProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientSslProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBClientSslProfile &#x3D; Initialize-LBClientSslProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientSslProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBClientSslProfileBinding</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBClientSslProfileBinding</command:noun>
      <maml:description>
        <maml:para>Client SSL profile binding. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Client SSL profile binding. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBClientSslProfileBinding</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SslProfilePath</maml:name>
          <maml:Description>
            <maml:para>Client SSL profile defines reusable, application-independent client side SSL properties. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultCertificatePath</maml:name>
          <maml:Description>
            <maml:para>A default certificate should be specified which will be used if the server does not host multiple hostnames on the same IP address or if the client does not support SNI extension. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SniCertificatePaths</maml:name>
          <maml:Description>
            <maml:para>Client-side SSL profile binding allows multiple certificates, for different hostnames, to be bound to the same virtual server. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClientAuth</maml:name>
          <maml:Description>
            <maml:para>Client authentication mode.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ClientAuthEnum.IGNORE</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CertificateChainDepth</maml:name>
          <maml:Description>
            <maml:para>Authentication depth is used to set the verification depth in the client certificates chain. </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>3</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClientAuthCaPaths</maml:name>
          <maml:Description>
            <maml:para>If client auth type is REQUIRED, client certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClientAuthCrlPaths</maml:name>
          <maml:Description>
            <maml:para>A Certificate Revocation List (CRL) can be specified in the client-side SSL profile binding to disallow compromised client certificates. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>SslProfilePath</maml:name>
        <maml:Description>
          <maml:para>Client SSL profile defines reusable, application-independent client side SSL properties. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultCertificatePath</maml:name>
        <maml:Description>
          <maml:para>A default certificate should be specified which will be used if the server does not host multiple hostnames on the same IP address or if the client does not support SNI extension. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SniCertificatePaths</maml:name>
        <maml:Description>
          <maml:para>Client-side SSL profile binding allows multiple certificates, for different hostnames, to be bound to the same virtual server. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClientAuth</maml:name>
        <maml:Description>
          <maml:para>Client authentication mode.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ClientAuthEnum.IGNORE</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CertificateChainDepth</maml:name>
        <maml:Description>
          <maml:para>Authentication depth is used to set the verification depth in the client certificates chain. </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>3</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClientAuthCaPaths</maml:name>
        <maml:Description>
          <maml:para>If client auth type is REQUIRED, client certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClientAuthCrlPaths</maml:name>
        <maml:Description>
          <maml:para>A Certificate Revocation List (CRL) can be specified in the client-side SSL profile binding to disallow compromised client certificates. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBClientSslProfileBinding &#x3D; Initialize-LBClientSslProfileBinding -SslProfilePath &quot;MySslProfilePath&quot; -DefaultCertificatePath &quot;MyDefaultCertificatePath&quot; -SniCertificatePaths &quot;MySniCertificatePaths&quot; -ClientAuth &quot;REQUIRED&quot; -CertificateChainDepth 0 -ClientAuthCaPaths &quot;MyClientAuthCaPaths&quot; -ClientAuthCrlPaths &quot;MyClientAuthCrlPaths&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientSslProfileBinding with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBClientSslProfileBinding &#x3D; Initialize-LBClientSslProfileBinding -DefaultCertificatePath &quot;MyDefaultCertificatePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBClientSslProfileBinding with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBConnectionDropAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBConnectionDropAction</command:noun>
      <maml:description>
        <maml:para>This action is used to drop the connections. There is no extra propery in this action. If there is no match condition specified, the connection will be always dropped. This action can be specified at HTTP_ACCESS or HTTP_FORWARDING pahse. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to drop the connections. There is no extra propery in this action. If there is no match condition specified, the connection will be always dropped. This action can be specified at HTTP_ACCESS or HTTP_FORWARDING pahse. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBConnectionDropAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBConnectionDropAction &#x3D; Initialize-LBConnectionDropAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBConnectionDropAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBConnectionDropAction &#x3D; Initialize-LBConnectionDropAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBConnectionDropAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBCookiePersistenceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBCookiePersistenceProfile</command:noun>
      <maml:description>
        <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBCookiePersistenceProfile</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>$LBCookiePersistenceProfile &#x3D; Initialize-LBCookiePersistenceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBCookiePersistenceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBCookiePersistenceProfile &#x3D; Initialize-LBCookiePersistenceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBCookiePersistenceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBCookieTime</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBCookieTime</command:noun>
      <maml:description>
        <maml:para>Cookie time.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Cookie time.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBCookieTime</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Both session cookie and persistence cookie are supported, Use LbSessionCookieTime for session cookie time setting, Use LbPersistenceCookieTime for persistence cookie time setting </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Both session cookie and persistence cookie are supported, Use LbSessionCookieTime for session cookie time setting, Use LbPersistenceCookieTime for persistence cookie time setting </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBCookieTime &#x3D; Initialize-LBCookieTime -Type &quot;LBSessionCookieTime&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBCookieTime with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBCookieTime &#x3D; Initialize-LBCookieTime -Type &quot;LBSessionCookieTime&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBCookieTime with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBEdgeNodeCapacity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBEdgeNodeCapacity</command:noun>
      <maml:description>
        <maml:para>The capacity contains remaining available load balancer numbers and pool member number for the given Edge node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The capacity contains remaining available load balancer numbers and pool member number for the given Edge node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBEdgeNodeCapacity</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FormFactor</maml:name>
          <maml:Description>
            <maml:para>Form factor in use for deployment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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>Policy path of the service cluster.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>The property identifies the load balancer cluster type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingPoolMemberCount</maml:name>
          <maml:Description>
            <maml:para>The remaining pool member count means maximum number of pool members which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingSmallLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining small load balancer count means maximum number of small load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingMediumLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining medium load balancer count means maximum number of medium load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingLargeLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining large load balancer count means maximum number of large load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingXlargeLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining xlarge load balancer count means maximum number of xlarge load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodePath</maml:name>
          <maml:Description>
            <maml:para>The property identifies the service node path. For example, node_path&#x3D;/infra/sites/default/enforcement-points/default/ edge-clusters/46a3612a-85ac-4545-ba3c-2dbaa4f0b48c/edge-nodes/1. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>FormFactor</maml:name>
        <maml:Description>
          <maml:para>Form factor in use for deployment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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>Policy path of the service cluster.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>The property identifies the load balancer cluster type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingPoolMemberCount</maml:name>
        <maml:Description>
          <maml:para>The remaining pool member count means maximum number of pool members which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingSmallLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining small load balancer count means maximum number of small load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingMediumLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining medium load balancer count means maximum number of medium load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingLargeLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining large load balancer count means maximum number of large load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingXlargeLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining xlarge load balancer count means maximum number of xlarge load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NodePath</maml:name>
        <maml:Description>
          <maml:para>The property identifies the service node path. For example, node_path&#x3D;/infra/sites/default/enforcement-points/default/ edge-clusters/46a3612a-85ac-4545-ba3c-2dbaa4f0b48c/edge-nodes/1. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBEdgeNodeCapacity &#x3D; Initialize-LBEdgeNodeCapacity -FormFactor &quot;SMALL_VIRTUAL_MACHINE&quot; -ServiceClusterPath &quot;MyServiceClusterPath&quot; -ResourceType &quot;MyResourceType&quot; -RemainingPoolMemberCount 0 -RemainingSmallLoadBalancerCount 0 -RemainingMediumLoadBalancerCount 0 -RemainingLargeLoadBalancerCount 0 -RemainingXlargeLoadBalancerCount 0 -NodePath &quot;MyNodePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBEdgeNodeCapacity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBEdgeNodeCapacity &#x3D; Initialize-LBEdgeNodeCapacity
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBEdgeNodeCapacity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBEdgeNodeUsage</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBEdgeNodeUsage</command:noun>
      <maml:description>
        <maml:para>The capacity contains basic information and load balancer entity usages and capacity for the given edge node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The capacity contains basic information and load balancer entity usages and capacity for the given edge node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBEdgeNodeUsage</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer node usage type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodePath</maml:name>
          <maml:Description>
            <maml:para>The property identifies the node path for load balancer node usage. For example, node_path&#x3D;/infra/sites/default/enforcement-points/default /edge-clusters/85175e0b-4d74-461d-83e1-f3b785adef9c/edge-nodes /86e077c0-449f-11e9-87c8-02004eb37029. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer node usage type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NodePath</maml:name>
        <maml:Description>
          <maml:para>The property identifies the node path for load balancer node usage. For example, node_path&#x3D;/infra/sites/default/enforcement-points/default /edge-clusters/85175e0b-4d74-461d-83e1-f3b785adef9c/edge-nodes /86e077c0-449f-11e9-87c8-02004eb37029. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBEdgeNodeUsage &#x3D; Initialize-LBEdgeNodeUsage -ResourceType &quot;MyResourceType&quot; -NodePath &quot;MyNodePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBEdgeNodeUsage with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBEdgeNodeUsage &#x3D; Initialize-LBEdgeNodeUsage
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBEdgeNodeUsage with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBFastTcpProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBFastTcpProfile</command:noun>
      <maml:description>
        <maml:para>Fast TCP profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Fast TCP profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBFastTcpProfile</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>$LBFastTcpProfile &#x3D; Initialize-LBFastTcpProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBFastTcpProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBFastTcpProfile &#x3D; Initialize-LBFastTcpProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBFastTcpProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBFastUdpProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBFastUdpProfile</command:noun>
      <maml:description>
        <maml:para>Fast UDP profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Fast UDP profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBFastUdpProfile</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>$LBFastUdpProfile &#x3D; Initialize-LBFastUdpProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBFastUdpProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBFastUdpProfile &#x3D; Initialize-LBFastUdpProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBFastUdpProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBGenericPersistenceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBGenericPersistenceProfile</command:noun>
      <maml:description>
        <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. LBGenericPersistenceProfile cannot be attached to virtual server directly, it can be specified in LB rule actions. In HTTP forwarding phase, the profile can be specified in LBVariablePersistenceOnAction. In HTTP response rewriting phase, the profile can be specified in LBVariablePersistenceLearnAction. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. LBGenericPersistenceProfile cannot be attached to virtual server directly, it can be specified in LB rule actions. In HTTP forwarding phase, the profile can be specified in LBVariablePersistenceOnAction. In HTTP response rewriting phase, the profile can be specified in LBVariablePersistenceLearnAction. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBGenericPersistenceProfile</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>$LBGenericPersistenceProfile &#x3D; Initialize-LBGenericPersistenceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBGenericPersistenceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBGenericPersistenceProfile &#x3D; Initialize-LBGenericPersistenceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBGenericPersistenceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpMonitorProfile</command:noun>
      <maml:description>
        <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over HTTP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over HTTP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpMonitorProfile</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>$LBHttpMonitorProfile &#x3D; Initialize-LBHttpMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpMonitorProfile &#x3D; Initialize-LBHttpMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpProfile</command:noun>
      <maml:description>
        <maml:para>Http profile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Http profile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpProfile</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>$LBHttpProfile &#x3D; Initialize-LBHttpProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpProfile &#x3D; Initialize-LBHttpProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRedirectAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRedirectAction</command:noun>
      <maml:description>
        <maml:para>This action is used to redirect HTTP request messages to a new URL. The reply_status value specified in this action is used as the status code of HTTP response message which is sent back to client (Normally a browser). The HTTP status code for redirection is 3xx, for example, 301, 302, 303, 307, etc. The redirect_url is the new URL that the HTTP request message is redirected to. Normally browser will send another HTTP request to the new URL after receiving a redirection response message. Captured variables and built-in variables can be used in redirect_url field. For example, to redirect all HTTP requests to HTTPS requests for a virtual server. We create an LBRule without any conditions, add an LBHttpRedirectAction to the rule. Set the redirect_url field of the LBHttpRedirectAction to: https://$_host$_request_uri And set redirect_status to \&quot;302\&quot;, which means found. This rule will redirect all HTTP requests to HTTPS server port on the same host. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to redirect HTTP request messages to a new URL. The reply_status value specified in this action is used as the status code of HTTP response message which is sent back to client (Normally a browser). The HTTP status code for redirection is 3xx, for example, 301, 302, 303, 307, etc. The redirect_url is the new URL that the HTTP request message is redirected to. Normally browser will send another HTTP request to the new URL after receiving a redirection response message. Captured variables and built-in variables can be used in redirect_url field. For example, to redirect all HTTP requests to HTTPS requests for a virtual server. We create an LBRule without any conditions, add an LBHttpRedirectAction to the rule. Set the redirect_url field of the LBHttpRedirectAction to: https://$_host$_request_uri And set redirect_status to \&quot;302\&quot;, which means found. This rule will redirect all HTTP requests to HTTPS server port on the same host. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRedirectAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpRedirectAction &#x3D; Initialize-LBHttpRedirectAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRedirectAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRedirectAction &#x3D; Initialize-LBHttpRedirectAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRedirectAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRejectAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRejectAction</command:noun>
      <maml:description>
        <maml:para>This action is used to reject HTTP request messages. The specified reply_status value is used as the status code for the corresponding HTTP response message which is sent back to client (Normally a browser) indicating the reason it was rejected. Reference official HTTP status code list for your specific HTTP version to set the reply_status properly. LBHttpRejectAction does not support variables. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to reject HTTP request messages. The specified reply_status value is used as the status code for the corresponding HTTP response message which is sent back to client (Normally a browser) indicating the reason it was rejected. Reference official HTTP status code list for your specific HTTP version to set the reply_status properly. LBHttpRejectAction does not support variables. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRejectAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpRejectAction &#x3D; Initialize-LBHttpRejectAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRejectAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRejectAction &#x3D; Initialize-LBHttpRejectAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRejectAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestBodyCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestBodyCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match the message body of an HTTP request. Typically, only HTTP POST, PATCH, or PUT requests have request body. The match_type field defines how body_value field is used to match the body of HTTP requests. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match the message body of an HTTP request. Typically, only HTTP POST, PATCH, or PUT requests have request body. The match_type field defines how body_value field is used to match the body of HTTP requests. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestBodyCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestBodyCondition &#x3D; Initialize-LBHttpRequestBodyCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestBodyCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestBodyCondition &#x3D; Initialize-LBHttpRequestBodyCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestBodyCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestCookieCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestCookieCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match HTTP request messages by cookie which is a specific type of HTTP header. The match_type and case_sensitive define how to compare cookie value. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match HTTP request messages by cookie which is a specific type of HTTP header. The match_type and case_sensitive define how to compare cookie value. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestCookieCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestCookieCondition &#x3D; Initialize-LBHttpRequestCookieCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestCookieCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestCookieCondition &#x3D; Initialize-LBHttpRequestCookieCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestCookieCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestHeaderCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestHeaderCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match HTTP request messages by HTTP header fields. HTTP header fields are components of the header section of HTTP request and response messages. They define the operating parameters of an HTTP transaction. For example, Cookie, Authorization, User-Agent, etc. One condition can be used to match one header field, to match multiple header fields, multiple conditions must be specified. The match_type field defines how header_value field is used to match HTTP requests. The header_name field does not support match types. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match HTTP request messages by HTTP header fields. HTTP header fields are components of the header section of HTTP request and response messages. They define the operating parameters of an HTTP transaction. For example, Cookie, Authorization, User-Agent, etc. One condition can be used to match one header field, to match multiple header fields, multiple conditions must be specified. The match_type field defines how header_value field is used to match HTTP requests. The header_name field does not support match types. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestHeaderCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestHeaderCondition &#x3D; Initialize-LBHttpRequestHeaderCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestHeaderCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestHeaderCondition &#x3D; Initialize-LBHttpRequestHeaderCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestHeaderCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestHeaderDeleteAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestHeaderDeleteAction</command:noun>
      <maml:description>
        <maml:para>This action is used to delete header fields of HTTP request messages at HTTP_REQUEST_REWRITE phase. One action can be used to delete all headers with same header name. To delete headers with different header names, multiple actions must be defined. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to delete header fields of HTTP request messages at HTTP_REQUEST_REWRITE phase. One action can be used to delete all headers with same header name. To delete headers with different header names, multiple actions must be defined. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestHeaderDeleteAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpRequestHeaderDeleteAction &#x3D; Initialize-LBHttpRequestHeaderDeleteAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestHeaderDeleteAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestHeaderDeleteAction &#x3D; Initialize-LBHttpRequestHeaderDeleteAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestHeaderDeleteAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestHeaderRewriteAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestHeaderRewriteAction</command:noun>
      <maml:description>
        <maml:para>This action is used to rewrite header fields of matched HTTP request messages to specified new values. One action can be used to rewrite one header field. To rewrite multiple header fields, multiple actions must be defined. Captured variables and built-in variables can be used in the header_value field, header_name field does not support variables. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to rewrite header fields of matched HTTP request messages to specified new values. One action can be used to rewrite one header field. To rewrite multiple header fields, multiple actions must be defined. Captured variables and built-in variables can be used in the header_value field, header_name field does not support variables. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestHeaderRewriteAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpRequestHeaderRewriteAction &#x3D; Initialize-LBHttpRequestHeaderRewriteAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestHeaderRewriteAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestHeaderRewriteAction &#x3D; Initialize-LBHttpRequestHeaderRewriteAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestHeaderRewriteAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestMethodCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestMethodCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match method of HTTP requests. If the method of an HTTP request is same as the method specified in this condition, the HTTP request match this condition. For example, if the method field is set to GET in this condition, any HTTP request with GET method matches the condition. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match method of HTTP requests. If the method of an HTTP request is same as the method specified in this condition, the HTTP request match this condition. For example, if the method field is set to GET in this condition, any HTTP request with GET method matches the condition. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestMethodCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestMethodCondition &#x3D; Initialize-LBHttpRequestMethodCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestMethodCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestMethodCondition &#x3D; Initialize-LBHttpRequestMethodCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestMethodCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestUriArgumentsCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestUriArgumentsCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match URI arguments aka query string of Http request messages, for example, in URI http://exaple.com?foo&#x3D;1&amp;bar&#x3D;2, the \&quot;foo&#x3D;1&amp;bar&#x3D;2\&quot; is the query string containing URI arguments. In an URI scheme, query string is indicated by the first question mark (\&quot;?\&quot;) character and terminated by a number sign (\&quot;#\&quot;) character or by the end of the URI. The uri_arguments field can be specified as a regular expression(Set match_type to REGEX). For example, \&quot;foo&#x3D;(?&amp;lt;x&amp;gt;\\d+)\&quot;. It matches HTTP requests whose URI arguments containing \&quot;foo\&quot;, the value of foo contains only digits. And the value of foo is captured as $x which can be used in LBRuleAction fields which support variables. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match URI arguments aka query string of Http request messages, for example, in URI http://exaple.com?foo&#x3D;1&amp;bar&#x3D;2, the \&quot;foo&#x3D;1&amp;bar&#x3D;2\&quot; is the query string containing URI arguments. In an URI scheme, query string is indicated by the first question mark (\&quot;?\&quot;) character and terminated by a number sign (\&quot;#\&quot;) character or by the end of the URI. The uri_arguments field can be specified as a regular expression(Set match_type to REGEX). For example, \&quot;foo&#x3D;(?&amp;lt;x&amp;gt;\\d+)\&quot;. It matches HTTP requests whose URI arguments containing \&quot;foo\&quot;, the value of foo contains only digits. And the value of foo is captured as $x which can be used in LBRuleAction fields which support variables. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestUriArgumentsCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestUriArgumentsCondition &#x3D; Initialize-LBHttpRequestUriArgumentsCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestUriArgumentsCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestUriArgumentsCondition &#x3D; Initialize-LBHttpRequestUriArgumentsCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestUriArgumentsCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestUriCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestUriCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match URIs(Uniform Resource Identifier) of HTTP request messages. The URI field can be specified as a regular expression. If an HTTP request message is requesting an URI which matches specified regular expression, it matches the condition. The syntax of whole URI looks like this: scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment] This condition matches only the path part of entire URI. When match_type field is specified as REGEX, the uri field is used as a regular expression to match URI path of HTTP requests. For example, to match any URI that has \&quot;/image/\&quot; or \&quot;/images/\&quot;, uri field can be specified as: \&quot;/image[s]?/\&quot;. Named capturing groups can be used in the uri field to capture substrings of matched URIs and store them in variables for use in LBRuleAction. For example, specify uri field as: \&quot;/news/(?&amp;lt;year&amp;gt;\\d+)/(?&amp;lt;month&amp;gt;\\d+)/(?&amp;lt;article&amp;gt;.*)\&quot; If the URI path is /articles/news/2017/06/xyz.html, then substring \&quot;2017\&quot; is captured in variable year, \&quot;06\&quot; is captured in variable month, and \&quot;xyz.html\&quot; is captured in variable article. These variables can then be used in an LBRuleAction field which supports variables, such as uri field of LBHttpRequestUriRewriteAction. For example, set the uri field of LBHttpRequestUriRewriteAction as: \&quot;/articles/news/$year-$month-$article\&quot; Then the URI path /articles/news/2017/06/xyz.html is rewritten to: \&quot;/articles/news/2017-06-xyz.html\&quot; </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match URIs(Uniform Resource Identifier) of HTTP request messages. The URI field can be specified as a regular expression. If an HTTP request message is requesting an URI which matches specified regular expression, it matches the condition. The syntax of whole URI looks like this: scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment] This condition matches only the path part of entire URI. When match_type field is specified as REGEX, the uri field is used as a regular expression to match URI path of HTTP requests. For example, to match any URI that has \&quot;/image/\&quot; or \&quot;/images/\&quot;, uri field can be specified as: \&quot;/image[s]?/\&quot;. Named capturing groups can be used in the uri field to capture substrings of matched URIs and store them in variables for use in LBRuleAction. For example, specify uri field as: \&quot;/news/(?&amp;lt;year&amp;gt;\\d+)/(?&amp;lt;month&amp;gt;\\d+)/(?&amp;lt;article&amp;gt;.*)\&quot; If the URI path is /articles/news/2017/06/xyz.html, then substring \&quot;2017\&quot; is captured in variable year, \&quot;06\&quot; is captured in variable month, and \&quot;xyz.html\&quot; is captured in variable article. These variables can then be used in an LBRuleAction field which supports variables, such as uri field of LBHttpRequestUriRewriteAction. For example, set the uri field of LBHttpRequestUriRewriteAction as: \&quot;/articles/news/$year-$month-$article\&quot; Then the URI path /articles/news/2017/06/xyz.html is rewritten to: \&quot;/articles/news/2017-06-xyz.html\&quot; </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestUriCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestUriCondition &#x3D; Initialize-LBHttpRequestUriCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestUriCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestUriCondition &#x3D; Initialize-LBHttpRequestUriCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestUriCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestUriRewriteAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestUriRewriteAction</command:noun>
      <maml:description>
        <maml:para>This action is used to rewrite URIs in matched HTTP request messages. Specify the uri and uri_arguments fields in this condition to rewrite the matched HTTP request message&#39;s URI and URI arguments to the new values. Full URI scheme of HTTP messages have following syntax: scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment] The uri field of this action is used to rewrite the /path part in above scheme. And the uri_arguments field is used to rewrite the query part. Captured variables and built-in variables can be used in the uri and uri_arguments fields. Check the example in LBRuleAction to see how to use variables in this action. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to rewrite URIs in matched HTTP request messages. Specify the uri and uri_arguments fields in this condition to rewrite the matched HTTP request message&#39;s URI and URI arguments to the new values. Full URI scheme of HTTP messages have following syntax: scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment] The uri field of this action is used to rewrite the /path part in above scheme. And the uri_arguments field is used to rewrite the query part. Captured variables and built-in variables can be used in the uri and uri_arguments fields. Check the example in LBRuleAction to see how to use variables in this action. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestUriRewriteAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpRequestUriRewriteAction &#x3D; Initialize-LBHttpRequestUriRewriteAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestUriRewriteAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestUriRewriteAction &#x3D; Initialize-LBHttpRequestUriRewriteAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestUriRewriteAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpRequestVersionCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpRequestVersionCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match the HTTP protocol version of the HTTP request messages. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match the HTTP protocol version of the HTTP request messages. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpRequestVersionCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpRequestVersionCondition &#x3D; Initialize-LBHttpRequestVersionCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestVersionCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpRequestVersionCondition &#x3D; Initialize-LBHttpRequestVersionCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpRequestVersionCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpResponseHeaderCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpResponseHeaderCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match HTTP response messages from backend servers by HTTP header fields. HTTP header fields are components of the header section of HTTP request and response messages. They define the operating parameters of an HTTP transaction. For example, Cookie, Authorization, User-Agent, etc. One condition can be used to match one header field, to match multiple header fields, multiple conditions must be specified. The match_type field defines how header_value field is used to match HTTP responses. The header_name field does not support match types. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match HTTP response messages from backend servers by HTTP header fields. HTTP header fields are components of the header section of HTTP request and response messages. They define the operating parameters of an HTTP transaction. For example, Cookie, Authorization, User-Agent, etc. One condition can be used to match one header field, to match multiple header fields, multiple conditions must be specified. The match_type field defines how header_value field is used to match HTTP responses. The header_name field does not support match types. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpResponseHeaderCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpResponseHeaderCondition &#x3D; Initialize-LBHttpResponseHeaderCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpResponseHeaderCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpResponseHeaderCondition &#x3D; Initialize-LBHttpResponseHeaderCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpResponseHeaderCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpResponseHeaderDeleteAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpResponseHeaderDeleteAction</command:noun>
      <maml:description>
        <maml:para>This action is used to delete header fields of HTTP response messages at HTTP_RESPONSE_REWRITE phase. One action can be used to delete allgi headers with same header name. To delete headers with different header names, multiple actions must be defined. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to delete header fields of HTTP response messages at HTTP_RESPONSE_REWRITE phase. One action can be used to delete allgi headers with same header name. To delete headers with different header names, multiple actions must be defined. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpResponseHeaderDeleteAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpResponseHeaderDeleteAction &#x3D; Initialize-LBHttpResponseHeaderDeleteAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpResponseHeaderDeleteAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpResponseHeaderDeleteAction &#x3D; Initialize-LBHttpResponseHeaderDeleteAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpResponseHeaderDeleteAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpResponseHeaderRewriteAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpResponseHeaderRewriteAction</command:noun>
      <maml:description>
        <maml:para>This action is used to rewrite header fields of HTTP response messages to specified new values at HTTP_RESPONSE_REWRITE phase. One action can be used to rewrite one header field. To rewrite multiple header fields, multiple actions must be defined. Captured variables and built-in variables can be used in the header_value field, header_name field does not support variables. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to rewrite header fields of HTTP response messages to specified new values at HTTP_RESPONSE_REWRITE phase. One action can be used to rewrite one header field. To rewrite multiple header fields, multiple actions must be defined. Captured variables and built-in variables can be used in the header_value field, header_name field does not support variables. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpResponseHeaderRewriteAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBHttpResponseHeaderRewriteAction &#x3D; Initialize-LBHttpResponseHeaderRewriteAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpResponseHeaderRewriteAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpResponseHeaderRewriteAction &#x3D; Initialize-LBHttpResponseHeaderRewriteAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpResponseHeaderRewriteAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpSslCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpSslCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match SSL handshake and SSL connection at all phases.If multiple properties are configured, the rule is considered a match when all the configured properties are matched. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match SSL handshake and SSL connection at all phases.If multiple properties are configured, the rule is considered a match when all the configured properties are matched. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpSslCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBHttpSslCondition &#x3D; Initialize-LBHttpSslCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpSslCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpSslCondition &#x3D; Initialize-LBHttpSslCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpSslCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBHttpsMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBHttpsMonitorProfile</command:noun>
      <maml:description>
        <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over HTTPS. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over HTTPS. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBHttpsMonitorProfile</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>$LBHttpsMonitorProfile &#x3D; Initialize-LBHttpsMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpsMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBHttpsMonitorProfile &#x3D; Initialize-LBHttpsMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBHttpsMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBIcmpMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBIcmpMonitorProfile</command:noun>
      <maml:description>
        <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over ICMP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healt hchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over ICMP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healt hchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBIcmpMonitorProfile</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>$LBIcmpMonitorProfile &#x3D; Initialize-LBIcmpMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBIcmpMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBIcmpMonitorProfile &#x3D; Initialize-LBIcmpMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBIcmpMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBIpHeaderCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBIpHeaderCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match IP header fields of HTTP messages. Either source_address or group_id should be specified. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match IP header fields of HTTP messages. Either source_address or group_id should be specified. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBIpHeaderCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBIpHeaderCondition &#x3D; Initialize-LBIpHeaderCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBIpHeaderCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBIpHeaderCondition &#x3D; Initialize-LBIpHeaderCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBIpHeaderCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBJwtAuthAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBJwtAuthAction</command:noun>
      <maml:description>
        <maml:para>This action is used to control access to backend server resources using JSON Web Token(JWT) authentication. The JWT authentication is done before any HTTP manipulation if the HTTP request matches the given condition in LBRule. Any verification failed, the HTTP process will be terminated, and HTTP response with 401 status code and WWW-Authentication header will be returned to client. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to control access to backend server resources using JSON Web Token(JWT) authentication. The JWT authentication is done before any HTTP manipulation if the HTTP request matches the given condition in LBRule. Any verification failed, the HTTP process will be terminated, and HTTP response with 401 status code and WWW-Authentication header will be returned to client. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBJwtAuthAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBJwtAuthAction &#x3D; Initialize-LBJwtAuthAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtAuthAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBJwtAuthAction &#x3D; Initialize-LBJwtAuthAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtAuthAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBJwtCertificateKey</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBJwtCertificateKey</command:noun>
      <maml:description>
        <maml:para>The key is used to specify certificate which is used to verify the signature of JWT tokens. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The key is used to specify certificate which is used to verify the signature of JWT tokens. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBJwtCertificateKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property is used to identify JWT key type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property is used to identify JWT key type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBJwtCertificateKey &#x3D; Initialize-LBJwtCertificateKey -Type &quot;LBJwtCertificateKey&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtCertificateKey with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBJwtCertificateKey &#x3D; Initialize-LBJwtCertificateKey
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtCertificateKey with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBJwtKey</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBJwtKey</command:noun>
      <maml:description>
        <maml:para>LBJwtKey specifies the symmetric key or asymmetric public key used to decrypt the data in JWT. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>LBJwtKey specifies the symmetric key or asymmetric public key used to decrypt the data in JWT. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBJwtKey</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property is used to identify JWT key type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The property is used to identify JWT key type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBJwtKey &#x3D; Initialize-LBJwtKey -Type &quot;LBJwtCertificateKey&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtKey with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBJwtKey &#x3D; Initialize-LBJwtKey -Type &quot;LBJwtCertificateKey&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtKey with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBJwtPublicKey</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBJwtPublicKey</command:noun>
      <maml:description>
        <maml:para>The key is used to specify the public key content which is used to verify the signature of JWT tokens. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The key is used to specify the public key content which is used to verify the signature of JWT tokens. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBJwtPublicKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property is used to identify JWT key type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property is used to identify JWT key type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBJwtPublicKey &#x3D; Initialize-LBJwtPublicKey -Type &quot;LBJwtCertificateKey&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtPublicKey with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBJwtPublicKey &#x3D; Initialize-LBJwtPublicKey
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtPublicKey with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBJwtSymmetricKey</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBJwtSymmetricKey</command:noun>
      <maml:description>
        <maml:para>The key is used to specify the symmetric key which is used to verify the signature of JWT tokens. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The key is used to specify the symmetric key which is used to verify the signature of JWT tokens. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBJwtSymmetricKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property is used to identify JWT key type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property is used to identify JWT key type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBJwtSymmetricKey &#x3D; Initialize-LBJwtSymmetricKey -Type &quot;LBJwtCertificateKey&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtSymmetricKey with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBJwtSymmetricKey &#x3D; Initialize-LBJwtSymmetricKey
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBJwtSymmetricKey with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBMonitorProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBMonitorProfile</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>$LBMonitorProfile &#x3D; Initialize-LBMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBMonitorProfile &#x3D; Initialize-LBMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPassiveMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPassiveMonitorProfile</command:noun>
      <maml:description>
        <maml:para>The passive type of LBMonitorProfile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The passive type of LBMonitorProfile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPassiveMonitorProfile</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>$LBPassiveMonitorProfile &#x3D; Initialize-LBPassiveMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPassiveMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPassiveMonitorProfile &#x3D; Initialize-LBPassiveMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPassiveMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPersistenceCookieTime</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPersistenceCookieTime</command:noun>
      <maml:description>
        <maml:para>Persistence cookie time.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Persistence cookie time.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPersistenceCookieTime</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Both session cookie and persistence cookie are supported, Use LbSessionCookieTime for session cookie time setting, Use LbPersistenceCookieTime for persistence cookie time setting </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>Both session cookie and persistence cookie are supported, Use LbSessionCookieTime for session cookie time setting, Use LbPersistenceCookieTime for persistence cookie time setting </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBPersistenceCookieTime &#x3D; Initialize-LBPersistenceCookieTime -Type &quot;LBSessionCookieTime&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPersistenceCookieTime with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPersistenceCookieTime &#x3D; Initialize-LBPersistenceCookieTime
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPersistenceCookieTime with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPersistenceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPersistenceProfile</command:noun>
      <maml:description>
        <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. LBGenericPersistenceProfile cannot be attached to LBVirtualServer directly, it can be specified in LBVariablePersistenceOnAction or LBVariablePersistenceLearnAction in LBRule. If a user attaches a LBGenericPersistenceProfile directly to a virtual server, the operation is rejected. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. LBGenericPersistenceProfile cannot be attached to LBVirtualServer directly, it can be specified in LBVariablePersistenceOnAction or LBVariablePersistenceLearnAction in LBRule. If a user attaches a LBGenericPersistenceProfile directly to a virtual server, the operation is rejected. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPersistenceProfile</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>$LBPersistenceProfile &#x3D; Initialize-LBPersistenceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPersistenceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPersistenceProfile &#x3D; Initialize-LBPersistenceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPersistenceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPool</command:noun>
      <maml:description>
        <maml:para>Defining access of a Group from a LBVirtualServer and binding to LBMonitorProfile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Defining access of a Group from a LBVirtualServer and binding to LBMonitorProfile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPool</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>$LBPool &#x3D; Initialize-LBPool
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPool &#x3D; Initialize-LBPool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPoolMember</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPoolMember</command:noun>
      <maml:description>
        <maml:para>Pool member.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pool member.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPoolMember</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Pool member 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>Pool member IP 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>Port</maml:name>
          <maml:Description>
            <maml:para>If port is specified, all connections will be sent to this port. Only single port is supported. If unset, the same port the client connected to will be used, it could be overrode by default_pool_member_port setting in virtual server. The port should not specified for port range 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>AdminState</maml:name>
          <maml:Description>
            <maml:para>Member admin state.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AdminStateEnum.ENABLED</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BackupMember</maml:name>
          <maml:Description>
            <maml:para>Backup servers are typically configured with a sorry page indicating to the user that the application is currently unavailable. While the pool is active (a specified minimum number of pool members are active) BACKUP members are skipped during server selection. When the pool is inactive, incoming connections are sent to only the BACKUP member(s). </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>Pool member weight is used for WEIGHTED_ROUND_ROBIN balancing algorithm. The weight value would be ignored in other algorithms. </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>1</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxConcurrentConnections</maml:name>
          <maml:Description>
            <maml:para>To ensure members are not overloaded, connections to a member can be capped by the load balancer. When a member reaches this limit, it is skipped during server selection. If it is not specified, it means that connections are unlimited. </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>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>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Pool member 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>Pool member IP 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>Port</maml:name>
        <maml:Description>
          <maml:para>If port is specified, all connections will be sent to this port. Only single port is supported. If unset, the same port the client connected to will be used, it could be overrode by default_pool_member_port setting in virtual server. The port should not specified for port range 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>AdminState</maml:name>
        <maml:Description>
          <maml:para>Member admin state.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AdminStateEnum.ENABLED</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BackupMember</maml:name>
        <maml:Description>
          <maml:para>Backup servers are typically configured with a sorry page indicating to the user that the application is currently unavailable. While the pool is active (a specified minimum number of pool members are active) BACKUP members are skipped during server selection. When the pool is inactive, incoming connections are sent to only the BACKUP member(s). </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Weight</maml:name>
        <maml:Description>
          <maml:para>Pool member weight is used for WEIGHTED_ROUND_ROBIN balancing algorithm. The weight value would be ignored in other algorithms. </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>1</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxConcurrentConnections</maml:name>
        <maml:Description>
          <maml:para>To ensure members are not overloaded, connections to a member can be capped by the load balancer. When a member reaches this limit, it is skipped during server selection. If it is not specified, it means that connections are unlimited. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBPoolMember &#x3D; Initialize-LBPoolMember -DisplayName &quot;MyDisplayName&quot; -IpAddress &quot;MyIpAddress&quot; -Port &quot;MyPort&quot; -AdminState &quot;ENABLED&quot; -BackupMember $false -Weight 0 -MaxConcurrentConnections 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMember with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPoolMember &#x3D; Initialize-LBPoolMember -IpAddress &quot;MyIpAddress&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMember with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPoolMemberGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPoolMemberGroup</command:noun>
      <maml:description>
        <maml:para>Pool member group.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pool member group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPoolMemberGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GroupPath</maml:name>
          <maml:Description>
            <maml:para>Load balancer pool support Group as dynamic pool members. The IP list of the Group would be used as pool member IP setting. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>If port is specified, all connections will be sent to this port. If unset, the same port the client connected to will be used, it could be overridden by default_pool_member_ports setting in virtual server. The port should not specified for multiple ports case. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxIpListSize</maml:name>
          <maml:Description>
            <maml:para>The size is used to define the maximum number of grouping object IP address list. These IP addresses would be used as pool members. If the grouping object includes more than certain number of IP addresses, the redundant parts would be ignored and those IP addresses would not be treated as pool members. If the size is not specified, one member is budgeted for this dynamic pool so that the pool has at least one member even if some other dynamic pools grow beyond the capacity of load balancer service. Other members are picked according to available dynamic capacity. The unused members would be set to DISABLED so that the load balancer system itself is not overloaded during runtime. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpRevisionFilter</maml:name>
          <maml:Description>
            <maml:para>Ip revision filter is used to filter IPv4 or IPv6 addresses from the grouping object. If the filter is not specified, both IPv4 and IPv6 addresses would be used as server IPs. The link local and loopback addresses would be always filtered out. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.IpRevisionFilterEnum.IPV4</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CustomizedMembers</maml:name>
          <maml:Description>
            <maml:para>The list is used to show the customized pool member settings. User can only user pool member action API to update the admin state for a specific IP address. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PoolMemberSetting&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PoolMemberSetting&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GroupPath</maml:name>
        <maml:Description>
          <maml:para>Load balancer pool support Group as dynamic pool members. The IP list of the Group would be used as pool member IP setting. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>If port is specified, all connections will be sent to this port. If unset, the same port the client connected to will be used, it could be overridden by default_pool_member_ports setting in virtual server. The port should not specified for multiple ports case. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxIpListSize</maml:name>
        <maml:Description>
          <maml:para>The size is used to define the maximum number of grouping object IP address list. These IP addresses would be used as pool members. If the grouping object includes more than certain number of IP addresses, the redundant parts would be ignored and those IP addresses would not be treated as pool members. If the size is not specified, one member is budgeted for this dynamic pool so that the pool has at least one member even if some other dynamic pools grow beyond the capacity of load balancer service. Other members are picked according to available dynamic capacity. The unused members would be set to DISABLED so that the load balancer system itself is not overloaded during runtime. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpRevisionFilter</maml:name>
        <maml:Description>
          <maml:para>Ip revision filter is used to filter IPv4 or IPv6 addresses from the grouping object. If the filter is not specified, both IPv4 and IPv6 addresses would be used as server IPs. The link local and loopback addresses would be always filtered out. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.IpRevisionFilterEnum.IPV4</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CustomizedMembers</maml:name>
        <maml:Description>
          <maml:para>The list is used to show the customized pool member settings. User can only user pool member action API to update the admin state for a specific IP address. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PoolMemberSetting&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PoolMemberSetting&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PoolMemberSetting &#x3D; Initialize-PoolMemberSetting -IpAddress &quot;MyIpAddress&quot; -Port &quot;MyPort&quot; -AdminState &quot;ENABLED&quot; -DisplayName &quot;MyDisplayName&quot; -Weight 0
$LBPoolMemberGroup &#x3D; Initialize-LBPoolMemberGroup -GroupPath &quot;MyGroupPath&quot; -Port 0 -MaxIpListSize 0 -IpRevisionFilter &quot;IPV4&quot; -CustomizedMembers $PoolMemberSetting
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMemberGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LBPoolMemberGroup &#x3D; Initialize-LBPoolMemberGroup -GroupPath &quot;MyGroupPath&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMemberGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPoolMemberStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPoolMemberStatistics</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPoolMemberStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>Pool member IP 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>Port</maml:name>
          <maml:Description>
            <maml:para>The port is configured in pool member. For virtual server port range case, pool member port must be null. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Statistics</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBStatisticsCounter</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LBStatisticsCounter</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>IpAddress</maml:name>
        <maml:Description>
          <maml:para>Pool member IP 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>Port</maml:name>
        <maml:Description>
          <maml:para>The port is configured in pool member. For virtual server port range case, pool member port must be null. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Statistics</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBStatisticsCounter</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LBStatisticsCounter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LBStatisticsCounter &#x3D; Initialize-LBStatisticsCounter -CurrentSessions 0 -MaxSessions 0 -TotalSessions 0 -BytesIn 0 -BytesOut 0 -PacketsIn 0 -PacketsOut 0 -CurrentSessionRate 0 -BytesInRate 0 -BytesOutRate 0 -PacketsInRate 0 -PacketsOutRate 0 -HttpRequestRate 0 -HttpRequests 0 -SourceIpPersistenceEntrySize 0 -DroppedPacketsByAccessList 0 -DroppedSessionsByLbruleAction 0
$LBPoolMemberStatistics &#x3D; Initialize-LBPoolMemberStatistics -IpAddress &quot;MyIpAddress&quot; -Port &quot;MyPort&quot; -Statistics $LBStatisticsCounter
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMemberStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LBPoolMemberStatistics &#x3D; Initialize-LBPoolMemberStatistics
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMemberStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-LBStatisticsCounter</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPoolMemberStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPoolMemberStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPoolMemberStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>Pool member IP 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>Port</maml:name>
          <maml:Description>
            <maml:para>The port is configured in pool member. For virtual server port range case, pool member port must be null. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>UP means that pool member is enabled and monitors have marked the pool member as UP. If the pool member has no monitor configured, it would be treated as UP. DOWN means that pool member is enabled and monitors have marked the pool member as DOWN. DISABLED means that admin state of pool member is set to DISABLED. GRACEFUL_DISABLED means that admin state of pool member is set to GRACEFUL_DISABLED. UNUSED means that the pool member is not used when the IP list size of member group exceeds the maximum setting. The remaining IP addresses would not be used as available backend servers, hence mark the status as UNUSED. UNKNOWN means that the related pool is not associated to any enabled virtual servers, or no status reported from transport-nodes, the associated load balancer service may be working(or not working). </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FailureCause</maml:name>
          <maml:Description>
            <maml:para>If multiple active monitors are configured, the failure_cause contains failure cause for each monitors. Like \&quot;Monitor_1:failure_cause_1. Monitor_2:failure_cause_2.\&quot; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastCheckTime</maml:name>
          <maml:Description>
            <maml:para>If multiple active monitors are configured, the property value is the latest last_check_time among all the monitors. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LastStateChangeTime</maml:name>
          <maml:Description>
            <maml:para>If multiple active monitors are configured, the property value is the latest last_state_change_time among all the monitors. </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>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>IpAddress</maml:name>
        <maml:Description>
          <maml:para>Pool member IP 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>Port</maml:name>
        <maml:Description>
          <maml:para>The port is configured in pool member. For virtual server port range case, pool member port must be null. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>UP means that pool member is enabled and monitors have marked the pool member as UP. If the pool member has no monitor configured, it would be treated as UP. DOWN means that pool member is enabled and monitors have marked the pool member as DOWN. DISABLED means that admin state of pool member is set to DISABLED. GRACEFUL_DISABLED means that admin state of pool member is set to GRACEFUL_DISABLED. UNUSED means that the pool member is not used when the IP list size of member group exceeds the maximum setting. The remaining IP addresses would not be used as available backend servers, hence mark the status as UNUSED. UNKNOWN means that the related pool is not associated to any enabled virtual servers, or no status reported from transport-nodes, the associated load balancer service may be working(or not working). </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FailureCause</maml:name>
        <maml:Description>
          <maml:para>If multiple active monitors are configured, the failure_cause contains failure cause for each monitors. Like \&quot;Monitor_1:failure_cause_1. Monitor_2:failure_cause_2.\&quot; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LastCheckTime</maml:name>
        <maml:Description>
          <maml:para>If multiple active monitors are configured, the property value is the latest last_check_time among all the monitors. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LastStateChangeTime</maml:name>
        <maml:Description>
          <maml:para>If multiple active monitors are configured, the property value is the latest last_state_change_time among all the monitors. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBPoolMemberStatus &#x3D; Initialize-LBPoolMemberStatus -IpAddress &quot;MyIpAddress&quot; -Port &quot;MyPort&quot; -Status &quot;UP&quot; -FailureCause &quot;MyFailureCause&quot; -LastCheckTime 0 -LastStateChangeTime 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMemberStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPoolMemberStatus &#x3D; Initialize-LBPoolMemberStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolMemberStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPoolStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPoolStatistics</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPoolStatistics</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>$LBPoolStatistics &#x3D; Initialize-LBPoolStatistics
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPoolStatistics &#x3D; Initialize-LBPoolStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBPoolStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBPoolStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBPoolStatus</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>$LBPoolStatus &#x3D; Initialize-LBPoolStatus
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBPoolStatus &#x3D; Initialize-LBPoolStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBPoolStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBRule</command:noun>
      <maml:description>
        <maml:para>Binding of a LBPool and Group to a LBVirtualServer used to route application traffic passing through load balancers. LBRule uses match conditions to match application traffic passing through a LBVirtualServer using HTTP or HTTPS. Can bind multiple LBVirtualServers to a Group. Each LBRule consists of two optional match conditions, each match contidion defines a criterion for application traffic. If no match conditions are specified, then the LBRule will always match and it is used typically to define default rules. If more than one match condition is specified, then matching strategy determines if all conditions should match or any one condition should match for the LBRule to be considered a match. A match indicates that the LBVirtualServer should route the request to the Group (parent of LBRule). </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Binding of a LBPool and Group to a LBVirtualServer used to route application traffic passing through load balancers. LBRule uses match conditions to match application traffic passing through a LBVirtualServer using HTTP or HTTPS. Can bind multiple LBVirtualServers to a Group. Each LBRule consists of two optional match conditions, each match contidion defines a criterion for application traffic. If no match conditions are specified, then the LBRule will always match and it is used typically to define default rules. If more than one match condition is specified, then matching strategy determines if all conditions should match or any one condition should match for the LBRule to be considered a match. A match indicates that the LBVirtualServer should route the request to the Group (parent of LBRule). </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>A display name useful for identifying an LBRule. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MatchConditions</maml:name>
          <maml:Description>
            <maml:para>A list of match conditions used to match application traffic. Multiple match conditions can be specified in one load balancer rule, each match condition defines a criterion to match application traffic. If no match conditions are specified, then the load balancer rule will always match and it is used typically to define default rules. If more than one match condition is specified, then match strategy determines if all conditions should match or any one condition should match for the load balancer rule to considered a match. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleCondition&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleCondition&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MatchStrategy</maml:name>
          <maml:Description>
            <maml:para>If more than one match condition is specified, then matching strategy determines if all conditions should match or any one condition should match for the LB Rule to be considered a match. - ALL indicates that both host_match and path_match must match for this LBRule to be considered a match. - ANY indicates that either host_match or patch match may match for this LBRule to be considered a match. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MatchStrategyEnum.ANY</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Phase</maml:name>
          <maml:Description>
            <maml:para>Each load balancer rule is used at a specific phase of load balancer processing. Currently five phases are supported, HTTP_REQUEST_REWRITE, HTTP_FORWARDING, HTTP_RESPONSE_REWRITE, HTTP_ACCESS and TRANSPORT. When an HTTP request message is received by load balancer, all HTTP_REQUEST_REWRITE rules, if present are executed in the order they are applied to virtual server. And then if HTTP_FORWARDING rules present, only first matching rule&#39;s action is executed, remaining rules are not checked. HTTP_FORWARDING rules can have only one action. If the request is forwarded to a backend server and the response goes back to load balancer, all HTTP_RESPONSE_REWRITE rules, if present, are executed in the order they are applied to the virtual server. In HTTP_ACCESS phase, user can define action to control access using JWT authentication. In TRANSPORT phase, user can define the condition to match SNI in TLS client hello and define the action to do SSL end-to-end, SSL offloading or SSL passthrough using a specific load balancer server pool. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PhaseEnum.HTTPFORWARDING</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Actions</maml:name>
          <maml:Description>
            <maml:para>A list of actions to be executed at specified phase when load balancer rule matches. The actions are used to manipulate application traffic, such as rewrite URI of HTTP messages, redirect HTTP messages, etc. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleAction&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleAction&gt;</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>DisplayName</maml:name>
        <maml:Description>
          <maml:para>A display name useful for identifying an LBRule. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MatchConditions</maml:name>
        <maml:Description>
          <maml:para>A list of match conditions used to match application traffic. Multiple match conditions can be specified in one load balancer rule, each match condition defines a criterion to match application traffic. If no match conditions are specified, then the load balancer rule will always match and it is used typically to define default rules. If more than one match condition is specified, then match strategy determines if all conditions should match or any one condition should match for the load balancer rule to considered a match. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleCondition&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleCondition&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MatchStrategy</maml:name>
        <maml:Description>
          <maml:para>If more than one match condition is specified, then matching strategy determines if all conditions should match or any one condition should match for the LB Rule to be considered a match. - ALL indicates that both host_match and path_match must match for this LBRule to be considered a match. - ANY indicates that either host_match or patch match may match for this LBRule to be considered a match. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MatchStrategyEnum.ANY</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Phase</maml:name>
        <maml:Description>
          <maml:para>Each load balancer rule is used at a specific phase of load balancer processing. Currently five phases are supported, HTTP_REQUEST_REWRITE, HTTP_FORWARDING, HTTP_RESPONSE_REWRITE, HTTP_ACCESS and TRANSPORT. When an HTTP request message is received by load balancer, all HTTP_REQUEST_REWRITE rules, if present are executed in the order they are applied to virtual server. And then if HTTP_FORWARDING rules present, only first matching rule&#39;s action is executed, remaining rules are not checked. HTTP_FORWARDING rules can have only one action. If the request is forwarded to a backend server and the response goes back to load balancer, all HTTP_RESPONSE_REWRITE rules, if present, are executed in the order they are applied to the virtual server. In HTTP_ACCESS phase, user can define action to control access using JWT authentication. In TRANSPORT phase, user can define the condition to match SNI in TLS client hello and define the action to do SSL end-to-end, SSL offloading or SSL passthrough using a specific load balancer server pool. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PhaseEnum.HTTPFORWARDING</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Actions</maml:name>
        <maml:Description>
          <maml:para>A list of actions to be executed at specified phase when load balancer rule matches. The actions are used to manipulate application traffic, such as rewrite URI of HTTP messages, redirect HTTP messages, etc. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleAction&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBRuleAction&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LBRuleCondition &#x3D; Initialize-LBRuleCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
$LBRuleAction &#x3D; Initialize-LBRuleAction -Type &quot;LBSelectPoolAction&quot;
$LBRule &#x3D; Initialize-LBRule -DisplayName &quot;MyDisplayName&quot; -MatchConditions $LBRuleCondition -MatchStrategy &quot;ALL&quot; -Phase &quot;HTTP_REQUEST_REWRITE&quot; -Actions $LBRuleAction
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LBRuleAction &#x3D; Initialize-LBRuleAction -Type &quot;LBSelectPoolAction&quot;
$LBRule &#x3D; Initialize-LBRule -Actions $LBRuleAction
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBRuleAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBRuleAction</command:noun>
      <maml:description>
        <maml:para>Load balancer rule actions are used to manipulate application traffic. Currently load balancer rules can be used at three load balancer processing phases. Each phase has its own supported type of actions. Supported actions in HTTP_REQUST_REWRITE phase are: LBHttpRequestUriRewriteAction LBHttpRequestHeaderRewriteAction LBHttpRequestHeaderDeleteAction LBVariableAssignmentAction Supported actions in HTTP_FORWARDING phase are: LBHttpRejectAction LBHttpRedirectAction LBSelectPoolAction LBVariablePersistenceOnAction LBConnectionDropAction Supported action in HTTP_RESPONSE_REWRITE phase is: LBHttpResponseHeaderRewriteAction LBHttpResponseHeaderDeleteAction LBVariablePersistenceLearnAction Supported action in HTTP_ACCESS phase is: LBJwtAuthAction LBConnectionDropAction LBVariableAssignmentAction Supported action in TRANSPORT phase is: LBSslModeSelectionAction LBSelectPoolAction If the match type of an LBRuleCondition field is specified as REGEX and named capturing groups are used in the specified regular expression. The groups can be used as variables in LBRuleAction fields. For example, define a rule with LBHttpRequestUriCondition as match condition and LBHttpRequestUriRewriteAction as action. Set match_type field of LBHttpRequestUriCondition to REGEX, and set uri field to \&quot;/news/(?&amp;lt;year&amp;gt;\\d+)/(?&amp;lt;month&amp;gt;\\d+)/(?&amp;lt;article&amp;gt;.*)\&quot;. Set uri field of LBHttpRequestUriRewriteAction to: \&quot;/news/$year-$month/$article\&quot; In uri field of LBHttpRequestUriCondition, the (?&amp;lt;year&amp;gt;\\d+), (?&amp;lt;month&amp;gt;\\d+) and (?&amp;lt;article&amp;gt;.*) are named capturing groups, they define variables named $year, $month and $article respectively. The defined variables are used in LBHttpRequestUriRewriteAction. For a matched HTTP request with URI \&quot;/news/2017/06/xyz.html\&quot;, the substring \&quot;2017\&quot; is captured in variable $year, \&quot;06\&quot; is captured in variable $month, and \&quot;xyz.html\&quot; is captured in variable $article. The LBHttpRequestUriRewriteAction will rewrite the URI to: \&quot;/news/2017-06/xyz.html\&quot; A set of built-in variables can be used in LBRuleAction as well. The name of built-in variables start with underscore, the name of user defined variables is not allowed to start with underscore. Following are some of the built-in variables: $_scheme: Reference the scheme part of matched HTTP messages, could be \&quot;http\&quot; or \&quot;https\&quot;. $_host: Host of matched HTTP messages, for example \&quot;www.example.com\&quot;. $_server_port: Port part of URI, it is also the port of the server which accepted a request. Default port is 80 for http and 443 for https. $_uri: The URI path, for example \&quot;/products/sample.html\&quot;. $_request_uri: Full original request URI with arguments, for example, \&quot;/products/sample.html?a&#x3D;b&amp;c&#x3D;d\&quot;. $_args: URI arguments, for instance \&quot;a&#x3D;b&amp;c&#x3D;d\&quot; $_is_args: \&quot;?\&quot; if a request has URI arguments, or an empty string otherwise. For the full list of built-in variables, please reference the NSX-T Administrator&#39;s Guide. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Load balancer rule actions are used to manipulate application traffic. Currently load balancer rules can be used at three load balancer processing phases. Each phase has its own supported type of actions. Supported actions in HTTP_REQUST_REWRITE phase are: LBHttpRequestUriRewriteAction LBHttpRequestHeaderRewriteAction LBHttpRequestHeaderDeleteAction LBVariableAssignmentAction Supported actions in HTTP_FORWARDING phase are: LBHttpRejectAction LBHttpRedirectAction LBSelectPoolAction LBVariablePersistenceOnAction LBConnectionDropAction Supported action in HTTP_RESPONSE_REWRITE phase is: LBHttpResponseHeaderRewriteAction LBHttpResponseHeaderDeleteAction LBVariablePersistenceLearnAction Supported action in HTTP_ACCESS phase is: LBJwtAuthAction LBConnectionDropAction LBVariableAssignmentAction Supported action in TRANSPORT phase is: LBSslModeSelectionAction LBSelectPoolAction If the match type of an LBRuleCondition field is specified as REGEX and named capturing groups are used in the specified regular expression. The groups can be used as variables in LBRuleAction fields. For example, define a rule with LBHttpRequestUriCondition as match condition and LBHttpRequestUriRewriteAction as action. Set match_type field of LBHttpRequestUriCondition to REGEX, and set uri field to \&quot;/news/(?&amp;lt;year&amp;gt;\\d+)/(?&amp;lt;month&amp;gt;\\d+)/(?&amp;lt;article&amp;gt;.*)\&quot;. Set uri field of LBHttpRequestUriRewriteAction to: \&quot;/news/$year-$month/$article\&quot; In uri field of LBHttpRequestUriCondition, the (?&amp;lt;year&amp;gt;\\d+), (?&amp;lt;month&amp;gt;\\d+) and (?&amp;lt;article&amp;gt;.*) are named capturing groups, they define variables named $year, $month and $article respectively. The defined variables are used in LBHttpRequestUriRewriteAction. For a matched HTTP request with URI \&quot;/news/2017/06/xyz.html\&quot;, the substring \&quot;2017\&quot; is captured in variable $year, \&quot;06\&quot; is captured in variable $month, and \&quot;xyz.html\&quot; is captured in variable $article. The LBHttpRequestUriRewriteAction will rewrite the URI to: \&quot;/news/2017-06/xyz.html\&quot; A set of built-in variables can be used in LBRuleAction as well. The name of built-in variables start with underscore, the name of user defined variables is not allowed to start with underscore. Following are some of the built-in variables: $_scheme: Reference the scheme part of matched HTTP messages, could be \&quot;http\&quot; or \&quot;https\&quot;. $_host: Host of matched HTTP messages, for example \&quot;www.example.com\&quot;. $_server_port: Port part of URI, it is also the port of the server which accepted a request. Default port is 80 for http and 443 for https. $_uri: The URI path, for example \&quot;/products/sample.html\&quot;. $_request_uri: Full original request URI with arguments, for example, \&quot;/products/sample.html?a&#x3D;b&amp;c&#x3D;d\&quot;. $_args: URI arguments, for instance \&quot;a&#x3D;b&amp;c&#x3D;d\&quot; $_is_args: \&quot;?\&quot; if a request has URI arguments, or an empty string otherwise. For the full list of built-in variables, please reference the NSX-T Administrator&#39;s Guide. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBRuleAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBRuleAction &#x3D; Initialize-LBRuleAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBRuleAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBRuleAction &#x3D; Initialize-LBRuleAction -Type &quot;LBSelectPoolAction&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBRuleAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBRuleCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBRuleCondition</command:noun>
      <maml:description>
        <maml:para>Match conditions are used to match application traffic passing through load balancers. Multiple match conditions can be specified in one load balancer rule, each match condition defines a criterion for application traffic. If inverse field is set to true, the match result of the condition is inverted. If more than one match condition is specified, match strategy determines if all conditions should match or any one condition should match for the load balancer rule to be considered a match. Currently only HTTP messages are supported by load balancer rules. Each load balancer rule is used at a specific phase of load balancer processing. Currently three phases are supported, HTTP_REQUEST_REWRITE, HTTP_FORWARDING and HTTP_RESPONSE_REWRITE. Each phase supports certain types of match conditions, supported match conditions in HTTP_REQUEST_REWRITE phase are: LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBHttpRequestBodyCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition Supported match conditions in HTTP_FORWARDING phase are: LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBHttpRequestBodyCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition LBSslSniCondition Supported match conditions in HTTP_RESPONSE_REWRITE phase are: LBHttpResponseHeaderCondition LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition Supported match condition in HTTP_ACCESS phase is: LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBHttpRequestBodyCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition Supported match condition in TRANSPORT phase is: LBSslSniCondition </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Match conditions are used to match application traffic passing through load balancers. Multiple match conditions can be specified in one load balancer rule, each match condition defines a criterion for application traffic. If inverse field is set to true, the match result of the condition is inverted. If more than one match condition is specified, match strategy determines if all conditions should match or any one condition should match for the load balancer rule to be considered a match. Currently only HTTP messages are supported by load balancer rules. Each load balancer rule is used at a specific phase of load balancer processing. Currently three phases are supported, HTTP_REQUEST_REWRITE, HTTP_FORWARDING and HTTP_RESPONSE_REWRITE. Each phase supports certain types of match conditions, supported match conditions in HTTP_REQUEST_REWRITE phase are: LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBHttpRequestBodyCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition Supported match conditions in HTTP_FORWARDING phase are: LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBHttpRequestBodyCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition LBSslSniCondition Supported match conditions in HTTP_RESPONSE_REWRITE phase are: LBHttpResponseHeaderCondition LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition Supported match condition in HTTP_ACCESS phase is: LBHttpRequestMethodCondition LBHttpRequestUriCondition LBHttpRequestUriArgumentsCondition LBHttpRequestVersionCondition LBHttpRequestHeaderCondition LBHttpRequestCookieCondition LBHttpRequestBodyCondition LBTcpHeaderCondition LBIpHeaderCondition LBVariableCondition LBHttpSslCondition Supported match condition in TRANSPORT phase is: LBSslSniCondition </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBRuleCondition</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBRuleCondition &#x3D; Initialize-LBRuleCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBRuleCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBRuleCondition &#x3D; Initialize-LBRuleCondition -Type &quot;LBHttpRequestUriCondition&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBRuleCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSelectPoolAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSelectPoolAction</command:noun>
      <maml:description>
        <maml:para>This action is used to select a pool for matched HTTP request messages. The pool is specified by path. The matched HTTP request messages are forwarded to the specified pool. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to select a pool for matched HTTP request messages. The pool is specified by path. The matched HTTP request messages are forwarded to the specified pool. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSelectPoolAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSelectPoolAction &#x3D; Initialize-LBSelectPoolAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSelectPoolAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSelectPoolAction &#x3D; Initialize-LBSelectPoolAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSelectPoolAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServerSslProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServerSslProfile</command:noun>
      <maml:description>
        <maml:para>Server SSL profile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Server SSL profile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServerSslProfile</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>$LBServerSslProfile &#x3D; Initialize-LBServerSslProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServerSslProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServerSslProfile &#x3D; Initialize-LBServerSslProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServerSslProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServerSslProfileBinding</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServerSslProfileBinding</command:noun>
      <maml:description>
        <maml:para>Server SSL profile binding. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Server SSL profile binding. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServerSslProfileBinding</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SslProfilePath</maml:name>
          <maml:Description>
            <maml:para>Server SSL profile defines reusable, application-independent server side SSL properties. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAuthCaPaths</maml:name>
          <maml:Description>
            <maml:para>If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAuth</maml:name>
          <maml:Description>
            <maml:para>Server authentication mode.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ServerAuthEnum.AUTOAPPLY</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CertificateChainDepth</maml:name>
          <maml:Description>
            <maml:para>Authentication depth is used to set the verification depth in the server certificates chain. </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>3</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAuthCrlPaths</maml:name>
          <maml:Description>
            <maml:para>A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClientCertificatePath</maml:name>
          <maml:Description>
            <maml:para>To support client authentication (load balancer acting as a client authenticating to the backend server), client certificate can be specified in the server-side SSL profile binding </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>SslProfilePath</maml:name>
        <maml:Description>
          <maml:para>Server SSL profile defines reusable, application-independent server side SSL properties. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAuthCaPaths</maml:name>
        <maml:Description>
          <maml:para>If server auth type is REQUIRED, server certificate must be signed by one of the trusted Certificate Authorities (CAs), also referred to as root CAs, whose self signed certificates are specified. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAuth</maml:name>
        <maml:Description>
          <maml:para>Server authentication mode.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ServerAuthEnum.AUTOAPPLY</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CertificateChainDepth</maml:name>
        <maml:Description>
          <maml:para>Authentication depth is used to set the verification depth in the server certificates chain. </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>3</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAuthCrlPaths</maml:name>
        <maml:Description>
          <maml:para>A Certificate Revocation List (CRL) can be specified in the server-side SSL profile binding to disallow compromised server certificates. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClientCertificatePath</maml:name>
        <maml:Description>
          <maml:para>To support client authentication (load balancer acting as a client authenticating to the backend server), client certificate can be specified in the server-side SSL profile binding </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBServerSslProfileBinding &#x3D; Initialize-LBServerSslProfileBinding -SslProfilePath &quot;MySslProfilePath&quot; -ServerAuthCaPaths &quot;MyServerAuthCaPaths&quot; -ServerAuth &quot;REQUIRED&quot; -CertificateChainDepth 0 -ServerAuthCrlPaths &quot;MyServerAuthCrlPaths&quot; -ClientCertificatePath &quot;MyClientCertificatePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServerSslProfileBinding with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServerSslProfileBinding &#x3D; Initialize-LBServerSslProfileBinding
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServerSslProfileBinding with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBService</command:noun>
      <maml:description>
        <maml:para>Loadbalancer Service.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Loadbalancer Service.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBService</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>$LBService &#x3D; Initialize-LBService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBService &#x3D; Initialize-LBService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceApplianceNodeCapacity</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceApplianceNodeCapacity</command:noun>
      <maml:description>
        <maml:para>The capacity contains remaining available load balancer numbers and pool member number for the given Service Appliance node. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The capacity contains remaining available load balancer numbers and pool member number for the given Service Appliance node. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceApplianceNodeCapacity</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FormFactor</maml:name>
          <maml:Description>
            <maml:para>Form factor in use for deployment.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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>Policy path of the service cluster.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>The property identifies the load balancer cluster type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingPoolMemberCount</maml:name>
          <maml:Description>
            <maml:para>The remaining pool member count means maximum number of pool members which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingSmallLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining small load balancer count means maximum number of small load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingMediumLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining medium load balancer count means maximum number of medium load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingLargeLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining large load balancer count means maximum number of large load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemainingXlargeLoadBalancerCount</maml:name>
          <maml:Description>
            <maml:para>The remaining xlarge load balancer count means maximum number of xlarge load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodePath</maml:name>
          <maml:Description>
            <maml:para>The property identifies the service node path. For example, node_path&#x3D;/infra/sites/default/enforcement-points/default/ edge-clusters/46a3612a-85ac-4545-ba3c-2dbaa4f0b48c/edge-nodes/1. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>FormFactor</maml:name>
        <maml:Description>
          <maml:para>Form factor in use for deployment.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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>Policy path of the service cluster.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>The property identifies the load balancer cluster type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingPoolMemberCount</maml:name>
        <maml:Description>
          <maml:para>The remaining pool member count means maximum number of pool members which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingSmallLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining small load balancer count means maximum number of small load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingMediumLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining medium load balancer count means maximum number of medium load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingLargeLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining large load balancer count means maximum number of large load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemainingXlargeLoadBalancerCount</maml:name>
        <maml:Description>
          <maml:para>The remaining xlarge load balancer count means maximum number of xlarge load balancers which could be configured in the given service cluster. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NodePath</maml:name>
        <maml:Description>
          <maml:para>The property identifies the service node path. For example, node_path&#x3D;/infra/sites/default/enforcement-points/default/ edge-clusters/46a3612a-85ac-4545-ba3c-2dbaa4f0b48c/edge-nodes/1. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBServiceApplianceNodeCapacity &#x3D; Initialize-LBServiceApplianceNodeCapacity -FormFactor &quot;SMALL_VIRTUAL_MACHINE&quot; -ServiceClusterPath &quot;MyServiceClusterPath&quot; -ResourceType &quot;MyResourceType&quot; -RemainingPoolMemberCount 0 -RemainingSmallLoadBalancerCount 0 -RemainingMediumLoadBalancerCount 0 -RemainingLargeLoadBalancerCount 0 -RemainingXlargeLoadBalancerCount 0 -NodePath &quot;MyNodePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceApplianceNodeCapacity with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServiceApplianceNodeCapacity &#x3D; Initialize-LBServiceApplianceNodeCapacity
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceApplianceNodeCapacity with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceInstanceDetail</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceInstanceDetail</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceInstanceDetail</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AttachmentPath</maml:name>
          <maml:Description>
            <maml:para>The path of the resource which the load balancer instance deploys on. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AttachmentDisplayName</maml:name>
          <maml:Description>
            <maml:para>The display name of the resource which the load balancer instance deploys on. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ErrorMessage</maml:name>
          <maml:Description>
            <maml:para>The error message for the load balancer instance. If the instance status is NOT_READY, error message will be attached. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>AttachmentPath</maml:name>
        <maml:Description>
          <maml:para>The path of the resource which the load balancer instance deploys on. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AttachmentDisplayName</maml:name>
        <maml:Description>
          <maml:para>The display name of the resource which the load balancer instance deploys on. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ErrorMessage</maml:name>
        <maml:Description>
          <maml:para>The error message for the load balancer instance. If the instance status is NOT_READY, error message will be attached. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBServiceInstanceDetail &#x3D; Initialize-LBServiceInstanceDetail -AttachmentPath &quot;MyAttachmentPath&quot; -AttachmentDisplayName &quot;MyAttachmentDisplayName&quot; -ErrorMessage &quot;MyErrorMessage&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceInstanceDetail with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServiceInstanceDetail &#x3D; Initialize-LBServiceInstanceDetail
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceInstanceDetail with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceInstanceDetailPerStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceInstanceDetailPerStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceInstanceDetailPerStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Status</maml:name>
          <maml:Description>
            <maml:para>The type of load balancer instance status. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InstanceNumber</maml:name>
          <maml:Description>
            <maml:para>It means the total number of instances in this status type for the given transport node. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InstanceDetails</maml:name>
          <maml:Description>
            <maml:para>The detailed information of the load balancer instance. This field will be only returned on realtime status API. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetail&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetail&gt;</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>Status</maml:name>
        <maml:Description>
          <maml:para>The type of load balancer instance status. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InstanceNumber</maml:name>
        <maml:Description>
          <maml:para>It means the total number of instances in this status type for the given transport node. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InstanceDetails</maml:name>
        <maml:Description>
          <maml:para>The detailed information of the load balancer instance. This field will be only returned on realtime status API. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetail&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetail&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LBServiceInstanceDetail &#x3D; Initialize-LBServiceInstanceDetail -AttachmentPath &quot;MyAttachmentPath&quot; -AttachmentDisplayName &quot;MyAttachmentDisplayName&quot; -ErrorMessage &quot;MyErrorMessage&quot;
$LBServiceInstanceDetailPerStatus &#x3D; Initialize-LBServiceInstanceDetailPerStatus -Status &quot;READY&quot; -InstanceNumber 0 -InstanceDetails $LBServiceInstanceDetail
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceInstanceDetailPerStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LBServiceInstanceDetailPerStatus &#x3D; Initialize-LBServiceInstanceDetailPerStatus
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceInstanceDetailPerStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceInstanceDetailPerTransportNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceInstanceDetailPerTransportNode</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceInstanceDetailPerTransportNode</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeId</maml:name>
          <maml:Description>
            <maml:para>The UUID of the 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>InstanceDetailPerStatus</maml:name>
          <maml:Description>
            <maml:para>Load balancer instances details for each load balancer instance status type from the given transport node. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetailPerStatus&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetailPerStatus&gt;</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>TransportNodeId</maml:name>
        <maml:Description>
          <maml:para>The UUID of the 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>InstanceDetailPerStatus</maml:name>
        <maml:Description>
          <maml:para>Load balancer instances details for each load balancer instance status type from the given transport node. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetailPerStatus&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LBServiceInstanceDetailPerStatus&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$LBServiceInstanceDetail &#x3D; Initialize-LBServiceInstanceDetail -AttachmentPath &quot;MyAttachmentPath&quot; -AttachmentDisplayName &quot;MyAttachmentDisplayName&quot; -ErrorMessage &quot;MyErrorMessage&quot;
$LBServiceInstanceDetailPerStatus &#x3D; Initialize-LBServiceInstanceDetailPerStatus -Status &quot;READY&quot; -InstanceNumber 0 -InstanceDetails $LBServiceInstanceDetail

$LBServiceInstanceDetailPerTransportNode &#x3D; Initialize-LBServiceInstanceDetailPerTransportNode -TransportNodeId &quot;MyTransportNodeId&quot; -InstanceDetailPerStatus $LBServiceInstanceDetailPerStatus
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceInstanceDetailPerTransportNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LBServiceInstanceDetailPerTransportNode &#x3D; Initialize-LBServiceInstanceDetailPerTransportNode
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceInstanceDetailPerTransportNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceStatistics</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceStatistics</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>$LBServiceStatistics &#x3D; Initialize-LBServiceStatistics
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServiceStatistics &#x3D; Initialize-LBServiceStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceStatisticsCounter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceStatisticsCounter</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceStatisticsCounter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L4CurrentSessions</maml:name>
          <maml:Description>
            <maml:para>Number of l4 current live sessions.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L4MaxSessions</maml:name>
          <maml:Description>
            <maml:para>The l4_max_sessions property is used to show the peak value of l4_current_sessions data since load balancer starts to provide service. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L4TotalSessions</maml:name>
          <maml:Description>
            <maml:para>Number of l4 total sessions since load balancer starts to provide service. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L4CurrentSessionRate</maml:name>
          <maml:Description>
            <maml:para>The average number of l4 current sessions per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L7CurrentSessions</maml:name>
          <maml:Description>
            <maml:para>Number of l7 current live sessions.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L7MaxSessions</maml:name>
          <maml:Description>
            <maml:para>The l7_max_sessions property is used to show the peak value of l7_current_sessions data since load balancer starts to provide service. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L7TotalSessions</maml:name>
          <maml:Description>
            <maml:para>Number of l7 total sessions since load balancer starts to provide service. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L7CurrentSessionRate</maml:name>
          <maml:Description>
            <maml:para>The average number of l7 current requests per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</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>L4CurrentSessions</maml:name>
        <maml:Description>
          <maml:para>Number of l4 current live sessions.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L4MaxSessions</maml:name>
        <maml:Description>
          <maml:para>The l4_max_sessions property is used to show the peak value of l4_current_sessions data since load balancer starts to provide service. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L4TotalSessions</maml:name>
        <maml:Description>
          <maml:para>Number of l4 total sessions since load balancer starts to provide service. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L4CurrentSessionRate</maml:name>
        <maml:Description>
          <maml:para>The average number of l4 current sessions per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L7CurrentSessions</maml:name>
        <maml:Description>
          <maml:para>Number of l7 current live sessions.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L7MaxSessions</maml:name>
        <maml:Description>
          <maml:para>The l7_max_sessions property is used to show the peak value of l7_current_sessions data since load balancer starts to provide service. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L7TotalSessions</maml:name>
        <maml:Description>
          <maml:para>Number of l7 total sessions since load balancer starts to provide service. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L7CurrentSessionRate</maml:name>
        <maml:Description>
          <maml:para>The average number of l7 current requests per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBServiceStatisticsCounter &#x3D; Initialize-LBServiceStatisticsCounter -L4CurrentSessions 0 -L4MaxSessions 0 -L4TotalSessions 0 -L4CurrentSessionRate 0 -L7CurrentSessions 0 -L7MaxSessions 0 -L7TotalSessions 0 -L7CurrentSessionRate 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceStatisticsCounter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServiceStatisticsCounter &#x3D; Initialize-LBServiceStatisticsCounter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceStatisticsCounter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBServiceStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBServiceStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBServiceStatus</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>$LBServiceStatus &#x3D; Initialize-LBServiceStatus
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBServiceStatus &#x3D; Initialize-LBServiceStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBServiceStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSessionCookieTime</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSessionCookieTime</command:noun>
      <maml:description>
        <maml:para>Session cookie time.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Session cookie time.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSessionCookieTime</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Both session cookie and persistence cookie are supported, Use LbSessionCookieTime for session cookie time setting, Use LbPersistenceCookieTime for persistence cookie time setting </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>Both session cookie and persistence cookie are supported, Use LbSessionCookieTime for session cookie time setting, Use LbPersistenceCookieTime for persistence cookie time setting </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSessionCookieTime &#x3D; Initialize-LBSessionCookieTime -Type &quot;LBSessionCookieTime&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSessionCookieTime with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSessionCookieTime &#x3D; Initialize-LBSessionCookieTime
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSessionCookieTime with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSnatAutoMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSnatAutoMap</command:noun>
      <maml:description>
        <maml:para>Snat auto map.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Snat auto map.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSnatAutoMap</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Snat translation type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>Snat translation type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSnatAutoMap &#x3D; Initialize-LBSnatAutoMap -Type &quot;LBSnatAutoMap&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatAutoMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSnatAutoMap &#x3D; Initialize-LBSnatAutoMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatAutoMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSnatDisabled</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSnatDisabled</command:noun>
      <maml:description>
        <maml:para>Snat disabled.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Snat disabled.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSnatDisabled</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Snat translation type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>Snat translation type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSnatDisabled &#x3D; Initialize-LBSnatDisabled -Type &quot;LBSnatAutoMap&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatDisabled with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSnatDisabled &#x3D; Initialize-LBSnatDisabled
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatDisabled with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSnatIpElement</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSnatIpElement</command:noun>
      <maml:description>
        <maml:para>Snat Ip element.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Snat Ip element.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSnatIpElement</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>Ip address or ip range such as 1.1.1.1 or 1.1.1.101-1.1.1.160.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet prefix length should be not specified if there is only one single IP address or IP range. </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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>Ip address or ip range such as 1.1.1.1 or 1.1.1.101-1.1.1.160.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet prefix length should be not specified if there is only one single IP address or IP range. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSnatIpElement &#x3D; Initialize-LBSnatIpElement -IpAddress &quot;MyIpAddress&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatIpElement with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSnatIpElement &#x3D; Initialize-LBSnatIpElement -IpAddress &quot;MyIpAddress&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatIpElement with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSnatIpPool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSnatIpPool</command:noun>
      <maml:description>
        <maml:para>Snat Ip pool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Snat Ip pool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSnatIpPool</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Snat translation type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>Snat translation type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSnatIpPool &#x3D; Initialize-LBSnatIpPool -Type &quot;LBSnatAutoMap&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatIpPool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSnatIpPool &#x3D; Initialize-LBSnatIpPool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatIpPool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSnatTranslation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSnatTranslation</command:noun>
      <maml:description>
        <maml:para>Snat Translation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Snat Translation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSnatTranslation</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Snat translation type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Snat translation type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSnatTranslation &#x3D; Initialize-LBSnatTranslation -Type &quot;LBSnatAutoMap&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatTranslation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSnatTranslation &#x3D; Initialize-LBSnatTranslation -Type &quot;LBSnatAutoMap&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSnatTranslation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSourceIpPersistenceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSourceIpPersistenceProfile</command:noun>
      <maml:description>
        <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Some applications maintain state and require all relevant connections to be sent to the same server as the application state is not synchronized among servers. Persistence is enabled on a LBVirtualServer by binding a persistence profile to it. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSourceIpPersistenceProfile</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>$LBSourceIpPersistenceProfile &#x3D; Initialize-LBSourceIpPersistenceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSourceIpPersistenceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSourceIpPersistenceProfile &#x3D; Initialize-LBSourceIpPersistenceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSourceIpPersistenceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSslModeSelectionAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSslModeSelectionAction</command:noun>
      <maml:description>
        <maml:para>This action is used to select SSL mode. Three types of SSL mode actions can be specified in Transport phase, ssl passthrough, ssl offloading and ssl end-to-end. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to select SSL mode. Three types of SSL mode actions can be specified in Transport phase, ssl passthrough, ssl offloading and ssl end-to-end. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSslModeSelectionAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBSslModeSelectionAction &#x3D; Initialize-LBSslModeSelectionAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSslModeSelectionAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSslModeSelectionAction &#x3D; Initialize-LBSslModeSelectionAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSslModeSelectionAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSslProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSslProfile</command:noun>
      <maml:description>
        <maml:para>Load balancer abstract SSL profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Load balancer abstract SSL profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSslProfile</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>$LBSslProfile &#x3D; Initialize-LBSslProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSslProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSslProfile &#x3D; Initialize-LBSslProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSslProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBSslSniCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBSslSniCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match SSL SNI in client hello. This condition is only supported in TRANSPORT phase and HTTP_FORWARDING. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match SSL SNI in client hello. This condition is only supported in TRANSPORT phase and HTTP_FORWARDING. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBSslSniCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBSslSniCondition &#x3D; Initialize-LBSslSniCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSslSniCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBSslSniCondition &#x3D; Initialize-LBSslSniCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBSslSniCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBStatisticsCounter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBStatisticsCounter</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBStatisticsCounter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CurrentSessions</maml:name>
          <maml:Description>
            <maml:para>Number of current live sessions.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxSessions</maml:name>
          <maml:Description>
            <maml:para>The max_sessions property is used to show the peak value of the current_sessions data since the load balancer object starts to provide service. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TotalSessions</maml:name>
          <maml:Description>
            <maml:para>The total sessions since the load balancer object starts to provide service. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesIn</maml:name>
          <maml:Description>
            <maml:para>Number of bytes in.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOut</maml:name>
          <maml:Description>
            <maml:para>Number of bytes out.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsIn</maml:name>
          <maml:Description>
            <maml:para>Number of packets in.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOut</maml:name>
          <maml:Description>
            <maml:para>Number of packets out.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CurrentSessionRate</maml:name>
          <maml:Description>
            <maml:para>The average number of current sessions per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesInRate</maml:name>
          <maml:Description>
            <maml:para>The average number of inbound bytes per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesOutRate</maml:name>
          <maml:Description>
            <maml:para>The average number of outbound bytes per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsInRate</maml:name>
          <maml:Description>
            <maml:para>The average number of inbound packets per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PacketsOutRate</maml:name>
          <maml:Description>
            <maml:para>The average number of outbound packets per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HttpRequestRate</maml:name>
          <maml:Description>
            <maml:para>The average number of http requests per second, the number is averaged over the last 5 one-second intervals. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HttpRequests</maml:name>
          <maml:Description>
            <maml:para>The total number of http requests.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceIpPersistenceEntrySize</maml:name>
          <maml:Description>
            <maml:para>Number of source IP persistence entries</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedPacketsByAccessList</maml:name>
          <maml:Description>
            <maml:para>The total number of dropped TCP SYN or UDP packets by access list control. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DroppedSessionsByLbruleAction</maml:name>
          <maml:Description>
            <maml:para>The total number of dropped sessions by LB rule action. </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>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>CurrentSessions</maml:name>
        <maml:Description>
          <maml:para>Number of current live sessions.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxSessions</maml:name>
        <maml:Description>
          <maml:para>The max_sessions property is used to show the peak value of the current_sessions data since the load balancer object starts to provide service. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TotalSessions</maml:name>
        <maml:Description>
          <maml:para>The total sessions since the load balancer object starts to provide service. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesIn</maml:name>
        <maml:Description>
          <maml:para>Number of bytes in.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOut</maml:name>
        <maml:Description>
          <maml:para>Number of bytes out.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsIn</maml:name>
        <maml:Description>
          <maml:para>Number of packets in.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOut</maml:name>
        <maml:Description>
          <maml:para>Number of packets out.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CurrentSessionRate</maml:name>
        <maml:Description>
          <maml:para>The average number of current sessions per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesInRate</maml:name>
        <maml:Description>
          <maml:para>The average number of inbound bytes per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesOutRate</maml:name>
        <maml:Description>
          <maml:para>The average number of outbound bytes per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsInRate</maml:name>
        <maml:Description>
          <maml:para>The average number of inbound packets per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PacketsOutRate</maml:name>
        <maml:Description>
          <maml:para>The average number of outbound packets per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HttpRequestRate</maml:name>
        <maml:Description>
          <maml:para>The average number of http requests per second, the number is averaged over the last 5 one-second intervals. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HttpRequests</maml:name>
        <maml:Description>
          <maml:para>The total number of http requests.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceIpPersistenceEntrySize</maml:name>
        <maml:Description>
          <maml:para>Number of source IP persistence entries</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedPacketsByAccessList</maml:name>
        <maml:Description>
          <maml:para>The total number of dropped TCP SYN or UDP packets by access list control. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DroppedSessionsByLbruleAction</maml:name>
        <maml:Description>
          <maml:para>The total number of dropped sessions by LB rule action. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBStatisticsCounter &#x3D; Initialize-LBStatisticsCounter -CurrentSessions 0 -MaxSessions 0 -TotalSessions 0 -BytesIn 0 -BytesOut 0 -PacketsIn 0 -PacketsOut 0 -CurrentSessionRate 0 -BytesInRate 0 -BytesOutRate 0 -PacketsInRate 0 -PacketsOutRate 0 -HttpRequestRate 0 -HttpRequests 0 -SourceIpPersistenceEntrySize 0 -DroppedPacketsByAccessList 0 -DroppedSessionsByLbruleAction 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBStatisticsCounter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBStatisticsCounter &#x3D; Initialize-LBStatisticsCounter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBStatisticsCounter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBTcpHeaderCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBTcpHeaderCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match TCP header fields of HTTP messages. Currently, only the TCP source port is supported. Ports can be expressed as a single port number like 80, or a port range like 1024-1030. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match TCP header fields of HTTP messages. Currently, only the TCP source port is supported. Ports can be expressed as a single port number like 80, or a port range like 1024-1030. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBTcpHeaderCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBTcpHeaderCondition &#x3D; Initialize-LBTcpHeaderCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBTcpHeaderCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBTcpHeaderCondition &#x3D; Initialize-LBTcpHeaderCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBTcpHeaderCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBTcpMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBTcpMonitorProfile</command:noun>
      <maml:description>
        <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over TCP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over TCP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBTcpMonitorProfile</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>$LBTcpMonitorProfile &#x3D; Initialize-LBTcpMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBTcpMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBTcpMonitorProfile &#x3D; Initialize-LBTcpMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBTcpMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBUdpMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBUdpMonitorProfile</command:noun>
      <maml:description>
        <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over UDP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Active healthchecks are deactivated by default and can be activated for a server pool by binding a health monitor to the Group through the LBRule object. This represents active health monitoring over UDP. Active healthchecks are initiated periodically, at a configurable interval, to each member of the Group. Only if a healthcheck fails consecutively for a specified number of times (fall_count) to a member will the member status be marked DOWN. Once a member is DOWN, a specified number of consecutive successful healthchecks (rise_count) will bring the member back to UP state. After a healthcheck is initiated, if it does not complete within a certain period, then also the healthcheck is considered to be unsuccessful. Completing a healthcheck within timeout means establishing a connection (TCP or SSL), if applicable, sending the request and receiving the response, all within the configured timeout. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBUdpMonitorProfile</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>$LBUdpMonitorProfile &#x3D; Initialize-LBUdpMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBUdpMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBUdpMonitorProfile &#x3D; Initialize-LBUdpMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBUdpMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVariableAssignmentAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVariableAssignmentAction</command:noun>
      <maml:description>
        <maml:para>This action is used to create a new variable and assign value to it. One action can be used to create one variable. To create multiple variables, multiple actions must be defined. The variables can be used by LBVariableCondition, etc. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is used to create a new variable and assign value to it. One action can be used to create one variable. To create multiple variables, multiple actions must be defined. The variables can be used by LBVariableCondition, etc. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVariableAssignmentAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBVariableAssignmentAction &#x3D; Initialize-LBVariableAssignmentAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariableAssignmentAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVariableAssignmentAction &#x3D; Initialize-LBVariableAssignmentAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariableAssignmentAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVariableCondition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVariableCondition</command:noun>
      <maml:description>
        <maml:para>This condition is used to match variable&#39;s name and value at all phases. The variables could be captured from REGEX or assigned by LBVariableAssignmentAction or system embedded variable. Varialbe_name and variable_value should be matched at the same time. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This condition is used to match variable&#39;s name and value at all phases. The variables could be captured from REGEX or assigned by LBVariableAssignmentAction or system embedded variable. Varialbe_name and variable_value should be matched at the same time. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVariableCondition</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Type of load balancer rule condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Inverse</maml:name>
          <maml:Description>
            <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Type of load balancer rule condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Inverse</maml:name>
        <maml:Description>
          <maml:para>A flag to indicate whether reverse the match result of this condition</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LBVariableCondition &#x3D; Initialize-LBVariableCondition -Type &quot;LBHttpRequestUriCondition&quot; -Inverse $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariableCondition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVariableCondition &#x3D; Initialize-LBVariableCondition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariableCondition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVariablePersistenceLearnAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVariablePersistenceLearnAction</command:noun>
      <maml:description>
        <maml:para>This action is performed in HTTP response rewrite phase. It is used to learn the value of variable from the HTTP response, and insert an entry into the persistence table if the entry doesn&#39;t exist. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is performed in HTTP response rewrite phase. It is used to learn the value of variable from the HTTP response, and insert an entry into the persistence table if the entry doesn&#39;t exist. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVariablePersistenceLearnAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBVariablePersistenceLearnAction &#x3D; Initialize-LBVariablePersistenceLearnAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariablePersistenceLearnAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVariablePersistenceLearnAction &#x3D; Initialize-LBVariablePersistenceLearnAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariablePersistenceLearnAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVariablePersistenceOnAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVariablePersistenceOnAction</command:noun>
      <maml:description>
        <maml:para>This action is performed in HTTP forwarding phase. It is used to inspect the variable of HTTP request, and look up the persistence entry with its value and pool uuid as key. If the persistence entry is found, the HTTP request is forwarded to the recorded backend server according to the persistence entry. If the persistence entry is not found, a new entry is created in the table after backend server is selected. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This action is performed in HTTP forwarding phase. It is used to inspect the variable of HTTP request, and look up the persistence entry with its value and pool uuid as key. If the persistence entry is found, the HTTP request is forwarded to the recorded backend server according to the persistence entry. If the persistence entry is not found, a new entry is created in the table after backend server is selected. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVariablePersistenceOnAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The property identifies the load balancer rule action type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Type</maml:name>
        <maml:Description>
          <maml:para>The property identifies the load balancer rule action type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LBVariablePersistenceOnAction &#x3D; Initialize-LBVariablePersistenceOnAction -Type &quot;LBSelectPoolAction&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariablePersistenceOnAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVariablePersistenceOnAction &#x3D; Initialize-LBVariablePersistenceOnAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVariablePersistenceOnAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVirtualServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVirtualServer</command:noun>
      <maml:description>
        <maml:para>All the types of LBVirtualServer extend from this abstract class. This is present for extensibility. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All the types of LBVirtualServer extend from this abstract class. This is present for extensibility. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVirtualServer</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>$LBVirtualServer &#x3D; Initialize-LBVirtualServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVirtualServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVirtualServer &#x3D; Initialize-LBVirtualServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVirtualServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVirtualServerStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVirtualServerStatistics</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVirtualServerStatistics</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>$LBVirtualServerStatistics &#x3D; Initialize-LBVirtualServerStatistics
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVirtualServerStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVirtualServerStatistics &#x3D; Initialize-LBVirtualServerStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVirtualServerStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LBVirtualServerStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LBVirtualServerStatus</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LBVirtualServerStatus</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>$LBVirtualServerStatus &#x3D; Initialize-LBVirtualServerStatus
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVirtualServerStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LBVirtualServerStatus &#x3D; Initialize-LBVirtualServerStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LBVirtualServerStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Label</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Label</command:noun>
      <maml:description>
        <maml:para>Label that will be displayed for a UI element.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Label that will be displayed for a UI element.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Label</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text to be displayed at the label.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the label will be applied. Examples of expression syntax are provided under example_request section of CreateWidgetConfiguration API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Icons</maml:name>
          <maml:Description>
            <maml:para>Icons to be applied at dashboard for the label</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Hover</maml:name>
          <maml:Description>
            <maml:para>If true, displays the label only on hover</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>Hyperlink of the specified UI page that provides 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>Text</maml:name>
        <maml:Description>
          <maml:para>Text to be displayed at the label.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the label will be applied. Examples of expression syntax are provided under example_request section of CreateWidgetConfiguration API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Icons</maml:name>
        <maml:Description>
          <maml:para>Icons to be applied at dashboard for the label</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Hover</maml:name>
        <maml:Description>
          <maml:para>If true, displays the label only on hover</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Navigation</maml:name>
        <maml:Description>
          <maml:para>Hyperlink of the specified UI page that provides 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Label with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Label &#x3D; Initialize-Label -Text &quot;MyText&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Label with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LabelValueConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LabelValueConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents a Label-Value widget configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a Label-Value widget configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LabelValueConfiguration</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>$LabelValueConfiguration &#x3D; Initialize-LabelValueConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LabelValueConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LabelValueConfiguration &#x3D; Initialize-LabelValueConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LabelValueConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LacpMigrationConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LacpMigrationConfig</command:noun>
      <maml:description>
        <maml:para>This contains references to the pnic to lag uplink mapping, the fallback pnic that will be used if the move from DV Uplink to LAG fails and the management DVPGs on which the LAG will be made active.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This contains references to the pnic to lag uplink mapping, the fallback pnic that will be used if the move from DV Uplink to LAG fails and the management DVPGs on which the LAG will be made active.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LacpMigrationConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DvsMoId</maml:name>
          <maml:Description>
            <maml:para>DVS Managed Object ID</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FallbackPnic</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Pnic</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Pnic</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Pnics</maml:name>
          <maml:Description>
            <maml:para>List of pnics that will be moved over to lag</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MgmtDvportgroups</maml:name>
          <maml:Description>
            <maml:para>ManagedObject IDs of DVPortgroups that should use LAG as an active uplink</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>DvsMoId</maml:name>
        <maml:Description>
          <maml:para>DVS Managed Object ID</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FallbackPnic</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Pnic</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Pnic</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Pnics</maml:name>
        <maml:Description>
          <maml:para>List of pnics that will be moved over to lag</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MgmtDvportgroups</maml:name>
        <maml:Description>
          <maml:para>ManagedObject IDs of DVPortgroups that should use LAG as an active uplink</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Pnic &#x3D; Initialize-Pnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
$LacpMigrationConfig &#x3D; Initialize-LacpMigrationConfig -DvsMoId &quot;MyDvsMoId&quot; -FallbackPnic $Pnic -Pnics $Pnic -MgmtDvportgroups &quot;MyMgmtDvportgroups&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LacpMigrationConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Pnic &#x3D; Initialize-Pnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
$LacpMigrationConfig &#x3D; Initialize-LacpMigrationConfig -FallbackPnic $Pnic -Pnics $Pnic -MgmtDvportgroups &quot;MyMgmtDvportgroups&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LacpMigrationConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Pnic</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Lag</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Lag</command:noun>
      <maml:description>
        <maml:para>LACP group</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>LACP group</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Lag</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Lag 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>Id</maml:name>
          <maml:Description>
            <maml:para>unique id</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mode</maml:name>
          <maml:Description>
            <maml:para>LACP group mode</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LoadBalanceAlgorithm</maml:name>
          <maml:Description>
            <maml:para>LACP load balance Algorithm</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NumberOfUplinks</maml:name>
          <maml:Description>
            <maml:para>number of uplinks</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Uplinks</maml:name>
          <maml:Description>
            <maml:para>uplink names</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimeoutType</maml:name>
          <maml:Description>
            <maml:para>LACP timeout type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TimeoutTypeEnum.SLOW</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Lag 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>Id</maml:name>
        <maml:Description>
          <maml:para>unique id</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Mode</maml:name>
        <maml:Description>
          <maml:para>LACP group mode</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LoadBalanceAlgorithm</maml:name>
        <maml:Description>
          <maml:para>LACP load balance Algorithm</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NumberOfUplinks</maml:name>
        <maml:Description>
          <maml:para>number of uplinks</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Uplinks</maml:name>
        <maml:Description>
          <maml:para>uplink names</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimeoutType</maml:name>
        <maml:Description>
          <maml:para>LACP timeout type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TimeoutTypeEnum.SLOW</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Uplink &#x3D; Initialize-Uplink -UplinkName &quot;MyUplinkName&quot; -UplinkType &quot;PNIC&quot; -UplinkInfo &quot;PRP_LAN_A&quot;
$Lag &#x3D; Initialize-Lag -Name &quot;MyName&quot; -Id &quot;MyId&quot; -Mode &quot;ACTIVE&quot; -LoadBalanceAlgorithm &quot;SRCMAC&quot; -NumberOfUplinks 0 -Uplinks $Uplink -TimeoutType &quot;SLOW&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Lag with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Lag &#x3D; Initialize-Lag -Name &quot;MyName&quot; -Mode &quot;ACTIVE&quot; -LoadBalanceAlgorithm &quot;SRCMAC&quot; -NumberOfUplinks 0
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Lag with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LatencyMeasurement</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LatencyMeasurement</command:noun>
      <maml:description>
        <maml:para>Settings to configure latency measurement</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Settings to configure latency measurement</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LatencyMeasurement</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to turn on or off the latency measurement</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FullNetworkPathLatency</maml:name>
          <maml:Description>
            <maml:para>Boolean indicating whether to enable full network path latency. If set to false then latency through guest OS is not measured.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingRate</maml:name>
          <maml:Description>
            <maml:para>Indicates the rate of sampling packets. Defaults to 1 and ignored if latency measurement is off.</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>1</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to turn on or off the latency measurement</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FullNetworkPathLatency</maml:name>
        <maml:Description>
          <maml:para>Boolean indicating whether to enable full network path latency. If set to false then latency through guest OS is not measured.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SamplingRate</maml:name>
        <maml:Description>
          <maml:para>Indicates the rate of sampling packets. Defaults to 1 and ignored if latency measurement is off.</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>1</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LatencyMeasurement &#x3D; Initialize-LatencyMeasurement -Enabled $false -FullNetworkPathLatency $false -SamplingRate 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LatencyMeasurement with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LatencyMeasurement &#x3D; Initialize-LatencyMeasurement -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LatencyMeasurement with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LatencyMeasurementConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LatencyMeasurementConfig</command:noun>
      <maml:description>
        <maml:para>Provides the necessary latency measurement config for vSwitch-RT enabled host switch. This config cannot be updated once host switch is created.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the necessary latency measurement config for vSwitch-RT enabled host switch. This config cannot be updated once host switch is created.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LatencyMeasurementConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingRate</maml:name>
          <maml:Description>
            <maml:para>Sampling rate (in packets per second).</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>1</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SamplingRate</maml:name>
        <maml:Description>
          <maml:para>Sampling rate (in packets per second).</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>1</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LatencyMeasurementConfig &#x3D; Initialize-LatencyMeasurementConfig -SamplingRate 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LatencyMeasurementConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LatencyMeasurementConfig &#x3D; Initialize-LatencyMeasurementConfig -SamplingRate 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LatencyMeasurementConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Layout</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Layout</command:noun>
      <maml:description>
        <maml:para>Represents layout of a container or widget</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents layout of a container or widget</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Layout</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Describes layout of a container or widget. Layout describes how individual widgets are placed inside the container. For example, if HORIZONTAL is chosen widgets are placed side by side inside the container. If VERTICAL is chosen then widgets are placed one below the other. If GRID is chosen then the container or widget display area is divided into a grid of m rows and n columns, as specified in the properties, and the widgets are placed inside the grid. If AUTO is chosen then container or widgets display area will be automatically calculated depending upon the required width.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.HORIZONTAL</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Properties</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LayoutProperties</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LayoutProperties</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>Type</maml:name>
        <maml:Description>
          <maml:para>Describes layout of a container or widget. Layout describes how individual widgets are placed inside the container. For example, if HORIZONTAL is chosen widgets are placed side by side inside the container. If VERTICAL is chosen then widgets are placed one below the other. If GRID is chosen then the container or widget display area is divided into a grid of m rows and n columns, as specified in the properties, and the widgets are placed inside the grid. If AUTO is chosen then container or widgets display area will be automatically calculated depending upon the required width.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.HORIZONTAL</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Properties</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LayoutProperties</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LayoutProperties</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LayoutProperties &#x3D; Initialize-LayoutProperties -NumRows 0 -NumColumns 0
$Layout &#x3D; Initialize-Layout -Type &quot;HORIZONTAL&quot; -Properties $LayoutProperties
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Layout with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Layout &#x3D; Initialize-Layout
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Layout with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-LayoutProperties</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LayoutProperties</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LayoutProperties</command:noun>
      <maml:description>
        <maml:para>Properties of the layout of a container or widget</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Properties of the layout of a container or widget</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LayoutProperties</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NumRows</maml:name>
          <maml:Description>
            <maml:para>Describes the number of rows of grid layout of a container or widget. This property is applicable for grid layout only.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NumColumns</maml:name>
          <maml:Description>
            <maml:para>Describes the number of columns of grid layout of a container or widget. This property is applicable for grid layout only.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>NumRows</maml:name>
        <maml:Description>
          <maml:para>Describes the number of rows of grid layout of a container or widget. This property is applicable for grid layout only.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NumColumns</maml:name>
        <maml:Description>
          <maml:para>Describes the number of columns of grid layout of a container or widget. This property is applicable for grid layout only.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LayoutProperties &#x3D; Initialize-LayoutProperties -NumRows 0 -NumColumns 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LayoutProperties with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LayoutProperties &#x3D; Initialize-LayoutProperties
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LayoutProperties with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LbHttpRequestHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LbHttpRequestHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LbHttpRequestHeader</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HeaderName</maml:name>
          <maml:Description>
            <maml:para>Name of HTTP request header</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HeaderValue</maml:name>
          <maml:Description>
            <maml:para>Value of HTTP request header</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HeaderName</maml:name>
        <maml:Description>
          <maml:para>Name of HTTP request header</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HeaderValue</maml:name>
        <maml:Description>
          <maml:para>Value of HTTP request header</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LbHttpRequestHeader &#x3D; Initialize-LbHttpRequestHeader -HeaderName &quot;MyHeaderName&quot; -HeaderValue &quot;MyHeaderValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LbHttpRequestHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LbHttpRequestHeader &#x3D; Initialize-LbHttpRequestHeader -HeaderName &quot;MyHeaderName&quot; -HeaderValue &quot;MyHeaderValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LbHttpRequestHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LdapIdentitySource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LdapIdentitySource</command:noun>
      <maml:description>
        <maml:para>This is the base type for all identity sources that use LDAP for authentication and group membership.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This is the base type for all identity sources that use LDAP for authentication and group membership.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LdapIdentitySource</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>$LdapIdentitySource &#x3D; Initialize-LdapIdentitySource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LdapIdentitySource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LdapIdentitySource &#x3D; Initialize-LdapIdentitySource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LdapIdentitySource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Legend</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Legend</command:noun>
      <maml:description>
        <maml:para>Represents legend that describes the entities of the widget.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents legend that describes the entities of the widget.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Legend</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Describes the render type for the legend. The legend for an entity describes the entity in the widget. The supported legend type is a circle against which the entity&#39;s details such as display_name are shown. The color of the circle denotes the color of the entity shown inside the widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.CIRCLE</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Describes the relative placement of legend. The legend of a widget can be placed either to the TOP or BOTTOM or LEFT or RIGHT relative to the widget. For example, if RIGHT is chosen then legend is placed to the right of the widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PositionEnum.RIGHT</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Alignment</maml:name>
          <maml:Description>
            <maml:para>Describes the alignment of legend. Alignment of a legend denotes how individual items of the legend are aligned in a container. For example, if VERTICAL is chosen then the items of the legend will appear one below the other and if HORIZONTAL is chosen then the items will appear side by side.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AlignmentEnum.VERTICAL</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayCount</maml:name>
          <maml:Description>
            <maml:para>If set to true, it will display the counts in legend. If set to false, counts of entities are not displayed in the legend.</maml:para>
          </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>Unit</maml:name>
          <maml:Description>
            <maml:para>Show unit of entities in the legend.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filterable</maml:name>
          <maml:Description>
            <maml:para>Show checkbox along with legends if value is set to true. Widget filtering capability can be enable based on legend checkbox selection. for &#39;display_mode&#39; SHOW_OTHER_GROUP_WITH_LEGENDS filterable property is not supported.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayMode</maml:name>
          <maml:Description>
            <maml:para>Display mode for legends.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.DisplayModeEnum.ALLLEGENDS</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MinLegendsDisplayCount</maml:name>
          <maml:Description>
            <maml:para>A minimum number of legends to be displayed upfront. if &#39;display_mode&#39; is set to SHOW_MIN_NO_OF_LEGENDS then this property value will be used to display number of legends upfront in the UI.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>3</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OtherGroupLegendLabel</maml:name>
          <maml:Description>
            <maml:para>A translated label for showing other category label in legends.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;WIDGET_LABEL_OTHER_LEGEND_LABEL&quot;</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Describes the render type for the legend. The legend for an entity describes the entity in the widget. The supported legend type is a circle against which the entity&#39;s details such as display_name are shown. The color of the circle denotes the color of the entity shown inside the widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.CIRCLE</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Describes the relative placement of legend. The legend of a widget can be placed either to the TOP or BOTTOM or LEFT or RIGHT relative to the widget. For example, if RIGHT is chosen then legend is placed to the right of the widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PositionEnum.RIGHT</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Alignment</maml:name>
        <maml:Description>
          <maml:para>Describes the alignment of legend. Alignment of a legend denotes how individual items of the legend are aligned in a container. For example, if VERTICAL is chosen then the items of the legend will appear one below the other and if HORIZONTAL is chosen then the items will appear side by side.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AlignmentEnum.VERTICAL</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DisplayCount</maml:name>
        <maml:Description>
          <maml:para>If set to true, it will display the counts in legend. If set to false, counts of entities are not displayed in the legend.</maml:para>
        </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>Unit</maml:name>
        <maml:Description>
          <maml:para>Show unit of entities in the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filterable</maml:name>
        <maml:Description>
          <maml:para>Show checkbox along with legends if value is set to true. Widget filtering capability can be enable based on legend checkbox selection. for &#39;display_mode&#39; SHOW_OTHER_GROUP_WITH_LEGENDS filterable property is not supported.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DisplayMode</maml:name>
        <maml:Description>
          <maml:para>Display mode for legends.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.DisplayModeEnum.ALLLEGENDS</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MinLegendsDisplayCount</maml:name>
        <maml:Description>
          <maml:para>A minimum number of legends to be displayed upfront. if &#39;display_mode&#39; is set to SHOW_MIN_NO_OF_LEGENDS then this property value will be used to display number of legends upfront in the UI.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>3</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OtherGroupLegendLabel</maml:name>
        <maml:Description>
          <maml:para>A translated label for showing other category label in legends.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;WIDGET_LABEL_OTHER_LEGEND_LABEL&quot;</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Legend &#x3D; Initialize-Legend -Type &quot;CIRCLE&quot; -Position &quot;TOP&quot; -Alignment &quot;HORIZONTAL&quot; -DisplayCount $false -Unit &quot;MyUnit&quot; -Filterable $false -DisplayMode &quot;SHOW_ALL_LEGENDS&quot; -MinLegendsDisplayCount 0 -OtherGroupLegendLabel &quot;MyOtherGroupLegendLabel&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Legend with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Legend &#x3D; Initialize-Legend
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Legend with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LegendWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LegendWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for Legend widget. For this widget the data source is not applicable. This widget can be use to add the Legend inside the dashboard container.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for Legend widget. For this widget the data source is not applicable. This widget can be use to add the Legend inside the dashboard container.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LegendWidgetConfiguration</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>$LegendWidgetConfiguration &#x3D; Initialize-LegendWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LegendWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LegendWidgetConfiguration &#x3D; Initialize-LegendWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LegendWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Limit</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Limit</command:noun>
      <maml:description>
        <maml:para>This represents an instance of the definition of a limit. Limit defines constraints that can be enforced on tenants. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This represents an instance of the definition of a limit. Limit defines constraints that can be enforced on tenants. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Limit</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>$Limit &#x3D; Initialize-Limit
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Limit with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Limit &#x3D; Initialize-Limit
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Limit with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LineChartPlotConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LineChartPlotConfiguration</command:noun>
      <maml:description>
        <maml:para>A line chart plotting configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A line chart plotting configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LineChartPlotConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the given chart config is applied to the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllowMaximize</maml:name>
          <maml:Description>
            <maml:para>Allow maximize capability for this widget</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the given chart config is applied to the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllowMaximize</maml:name>
        <maml:Description>
          <maml:para>Allow maximize capability for this widget</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LineChartPlotConfiguration &#x3D; Initialize-LineChartPlotConfiguration -Condition &quot;MyCondition&quot; -AllowMaximize $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LineChartPlotConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LineChartPlotConfiguration &#x3D; Initialize-LineChartPlotConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LineChartPlotConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ListAddresses</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ListAddresses</command:noun>
      <maml:description>
        <maml:para>List of IP or MAC address</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of IP or MAC address</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ListAddresses</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Leases</maml:name>
          <maml:Description>
            <maml:para>List of IP or MAC address</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Addresses&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Addresses&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Leases</maml:name>
        <maml:Description>
          <maml:para>List of IP or MAC address</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Addresses&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Addresses&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Addresses -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
$ListAddresses &#x3D; Initialize-ListAddresses -Leases $Addresses
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ListAddresses with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Addresses &#x3D; Initialize-Addresses -Ip &quot;MyIp&quot; -Mac &quot;MyMac&quot;
$ListAddresses &#x3D; Initialize-ListAddresses -Leases $Addresses
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ListAddresses with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ListResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ListResult</command:noun>
      <maml:description>
        <maml:para>Base class for list results from collections</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base class for list results from collections</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ListResult</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Self</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Schema</maml:name>
          <maml:Description>
            <maml:para>Schema for 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Self</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Schema</maml:name>
        <maml:Description>
          <maml:para>Schema for 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SelfResourceLink &#x3D; Initialize-SelfResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$ResourceLink &#x3D; Initialize-ResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$ListResult &#x3D; Initialize-ListResult -Self $SelfResourceLink -Links $ResourceLink -Schema &quot;MySchema&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ListResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ListResult &#x3D; Initialize-ListResult
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ListResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SelfResourceLink</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LiveTraceConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LiveTraceConfig</command:noun>
      <maml:description>
        <maml:para>Livetrace configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Livetrace configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LiveTraceConfig</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>$LiveTraceConfig &#x3D; Initialize-LiveTraceConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTraceConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LiveTraceConfig &#x3D; Initialize-LiveTraceConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTraceConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LiveTraceFilterData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LiveTraceFilterData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LiveTraceFilterData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Filter type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Filter type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LiveTraceFilterData &#x3D; Initialize-LiveTraceFilterData -ResourceType &quot;FieldsFilterData&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTraceFilterData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LiveTraceFilterData &#x3D; Initialize-LiveTraceFilterData -ResourceType &quot;FieldsFilterData&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTraceFilterData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LiveTracePacketGranularActionConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LiveTracePacketGranularActionConfig</command:noun>
      <maml:description>
        <maml:para>Configuration of livetrace packet granular action</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration of livetrace packet granular action</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LiveTracePacketGranularActionConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Sampling</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTraceSamplingConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTraceSamplingConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TraceType</maml:name>
          <maml:Description>
            <maml:para>Type of trace</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestPortPath</maml:name>
          <maml:Description>
            <maml:para>Policy path of logical port for the reverse direction of a livetrace session. It is required only when the trace type is bidirectional. Multiple bi-directional actions in a livetrace session should have the same port specified for the reverse direction. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestIpsecVpnConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyLiveTraceIpsecVpnConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLiveTraceIpsecVpnConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReverseFilter</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTraceFilterData</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTraceFilterData</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>Sampling</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTraceSamplingConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTraceSamplingConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TraceType</maml:name>
        <maml:Description>
          <maml:para>Type of trace</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestPortPath</maml:name>
        <maml:Description>
          <maml:para>Policy path of logical port for the reverse direction of a livetrace session. It is required only when the trace type is bidirectional. Multiple bi-directional actions in a livetrace session should have the same port specified for the reverse direction. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestIpsecVpnConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyLiveTraceIpsecVpnConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLiveTraceIpsecVpnConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReverseFilter</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTraceFilterData</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTraceFilterData</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LiveTraceSamplingConfig &#x3D; Initialize-LiveTraceSamplingConfig -MatchNumber 0 -SamplingRate 0 -SamplingInterval 0
$PolicyLiveTraceIpsecVpnConfig &#x3D; Initialize-PolicyLiveTraceIpsecVpnConfig -SessionPath &quot;MySessionPath&quot;
$LiveTraceFilterData &#x3D; Initialize-LiveTraceFilterData -ResourceType &quot;FieldsFilterData&quot;
$LiveTracePacketGranularActionConfig &#x3D; Initialize-LiveTracePacketGranularActionConfig -Sampling $LiveTraceSamplingConfig -TraceType &quot;UNI_DIRECTIONAL&quot; -DestPortPath &quot;MyDestPortPath&quot; -DestIpsecVpnConfig $PolicyLiveTraceIpsecVpnConfig -ReverseFilter $LiveTraceFilterData
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTracePacketGranularActionConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LiveTracePacketGranularActionConfig &#x3D; Initialize-LiveTracePacketGranularActionConfig -TraceType &quot;UNI_DIRECTIONAL&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTracePacketGranularActionConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-LiveTraceSamplingConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-PolicyLiveTraceIpsecVpnConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-LiveTraceFilterData</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LiveTraceSamplingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LiveTraceSamplingConfig</command:noun>
      <maml:description>
        <maml:para>Sampling parameter for a livetrace action</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sampling parameter for a livetrace action</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LiveTraceSamplingConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MatchNumber</maml:name>
          <maml:Description>
            <maml:para>First N packets are sampled. The upper limits of sampling number for livetrace actions are listed as below: - trace action: 50 - packet capture action: 500 - datapath statistics action: 65535 </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingRate</maml:name>
          <maml:Description>
            <maml:para>1 out of N packets is sampled on average. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingInterval</maml:name>
          <maml:Description>
            <maml:para>A packet is sampled for every given time interval in ms. </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>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>MatchNumber</maml:name>
        <maml:Description>
          <maml:para>First N packets are sampled. The upper limits of sampling number for livetrace actions are listed as below: - trace action: 50 - packet capture action: 500 - datapath statistics action: 65535 </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SamplingRate</maml:name>
        <maml:Description>
          <maml:para>1 out of N packets is sampled on average. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SamplingInterval</maml:name>
        <maml:Description>
          <maml:para>A packet is sampled for every given time interval in ms. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LiveTraceSamplingConfig &#x3D; Initialize-LiveTraceSamplingConfig -MatchNumber 0 -SamplingRate 0 -SamplingInterval 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTraceSamplingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LiveTraceSamplingConfig &#x3D; Initialize-LiveTraceSamplingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LiveTraceSamplingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LoadBalancerVPCEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LoadBalancerVPCEndpoint</command:noun>
      <maml:description>
        <maml:para>Load Balancer for VPC </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Load Balancer for VPC </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LoadBalancerVPCEndpoint</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to indicate whether support for load balancing is needed. Setting this flag to true causes allocation of private IPs from the private block associated with this VPC tobe used by the load balancer. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to indicate whether support for load balancing is needed. Setting this flag to true causes allocation of private IPs from the private block associated with this VPC tobe used by the load balancer. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$LoadBalancerVPCEndpoint &#x3D; Initialize-LoadBalancerVPCEndpoint -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LoadBalancerVPCEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LoadBalancerVPCEndpoint &#x3D; Initialize-LoadBalancerVPCEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LoadBalancerVPCEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LocalEgress</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LocalEgress</command:noun>
      <maml:description>
        <maml:para>Local Egress is used on both server and client sites so that the gateway is used for N-S traffic and overhead on L2VPN tunnel is reduced. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Local Egress is used on both server and client sites so that the gateway is used for N-S traffic and overhead on L2VPN tunnel is reduced. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LocalEgress</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OptimizedIps</maml:name>
          <maml:Description>
            <maml:para>Gateway IP for Local Egress. Local egress is enabled only when this list is not empty. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>OptimizedIps</maml:name>
        <maml:Description>
          <maml:para>Gateway IP for Local Egress. Local egress is enabled only when this list is not empty. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LocalEgress &#x3D; Initialize-LocalEgress -OptimizedIps &quot;MyOptimizedIps&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LocalEgress with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LocalEgress &#x3D; Initialize-LocalEgress
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LocalEgress with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LocalEgressRoutingEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LocalEgressRoutingEntry</command:noun>
      <maml:description>
        <maml:para>Local egress routing policy</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Local egress routing policy</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LocalEgressRoutingEntry</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NexthopAddress</maml:name>
          <maml:Description>
            <maml:para>Next hop address for proximity routing. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixListPaths</maml:name>
          <maml:Description>
            <maml:para>The destination address of traffic matching a prefix-list is forwarded to the nexthop_address. Traffic matching a prefix list with Action DENY will be dropped. Individual prefix-lists specified could have different actions. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NexthopAddress</maml:name>
        <maml:Description>
          <maml:para>Next hop address for proximity routing. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixListPaths</maml:name>
        <maml:Description>
          <maml:para>The destination address of traffic matching a prefix-list is forwarded to the nexthop_address. Traffic matching a prefix list with Action DENY will be dropped. Individual prefix-lists specified could have different actions. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$LocalEgressRoutingEntry &#x3D; Initialize-LocalEgressRoutingEntry -NexthopAddress &quot;MyNexthopAddress&quot; -PrefixListPaths &quot;MyPrefixListPaths&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LocalEgressRoutingEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LocalEgressRoutingEntry &#x3D; Initialize-LocalEgressRoutingEntry -NexthopAddress &quot;MyNexthopAddress&quot; -PrefixListPaths &quot;MyPrefixListPaths&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LocalEgressRoutingEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LocaleServices</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LocaleServices</command:noun>
      <maml:description>
        <maml:para>Site specific configuration of Tier0 in multi-site scenario</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Site specific configuration of Tier0 in multi-site scenario</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LocaleServices</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>$LocaleServices &#x3D; Initialize-LocaleServices
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LocaleServices with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LocaleServices &#x3D; Initialize-LocaleServices
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LocaleServices with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LoginLogoutEventCollection</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LoginLogoutEventCollection</command:noun>
      <maml:description>
        <maml:para>Collection of Login/Logout events reported to Policy</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Collection of Login/Logout events reported to Policy</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LoginLogoutEventCollection</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LoginLogoutEvents</maml:name>
          <maml:Description>
            <maml:para>Set of user to IP address pair</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventMap&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventMap&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LoginLogoutEvents</maml:name>
        <maml:Description>
          <maml:para>Set of user to IP address pair</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventMap&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventMap&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-LoginLogoutEventMap -UserName &quot;MyUserName&quot; -IpAddress &quot;MyIpAddress&quot; -DomainName &quot;MyDomainName&quot; -EventTime 0 -EventType &quot;LOGIN&quot; -EventSource &quot;LI&quot;
$LoginLogoutEventCollection &#x3D; Initialize-LoginLogoutEventCollection -LoginLogoutEvents $LoginLogoutEventMap
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LoginLogoutEventCollection with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$LoginLogoutEventMap &#x3D; Initialize-LoginLogoutEventMap -UserName &quot;MyUserName&quot; -IpAddress &quot;MyIpAddress&quot; -DomainName &quot;MyDomainName&quot; -EventTime 0 -EventType &quot;LOGIN&quot; -EventSource &quot;LI&quot;
$LoginLogoutEventCollection &#x3D; Initialize-LoginLogoutEventCollection -LoginLogoutEvents $LoginLogoutEventMap
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LoginLogoutEventCollection with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-LoginLogoutEventMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>LoginLogoutEventMap</command:noun>
      <maml:description>
        <maml:para>User Login/Logout event Map</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User Login/Logout event Map</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-LoginLogoutEventMap</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UserName</maml:name>
          <maml:Description>
            <maml:para>User 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>IP Address of user</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainName</maml:name>
          <maml:Description>
            <maml:para>Domain 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EventTime</maml:name>
          <maml:Description>
            <maml:para>Timestamp in milliseconds since epoch</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EventType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EventSource</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>User 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>IP Address of user</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainName</maml:name>
        <maml:Description>
          <maml:para>Domain 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EventTime</maml:name>
        <maml:Description>
          <maml:para>Timestamp in milliseconds since epoch</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EventType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EventSource</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-LoginLogoutEventMap -UserName &quot;MyUserName&quot; -IpAddress &quot;MyIpAddress&quot; -DomainName &quot;MyDomainName&quot; -EventTime 0 -EventType &quot;LOGIN&quot; -EventSource &quot;LI&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LoginLogoutEventMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$LoginLogoutEventMap &#x3D; Initialize-LoginLogoutEventMap -UserName &quot;MyUserName&quot; -IpAddress &quot;MyIpAddress&quot; -DomainName &quot;MyDomainName&quot; -EventTime 0 -EventType &quot;LOGIN&quot; -EventSource &quot;LI&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-LoginLogoutEventMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MACAddressExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MACAddressExpression</command:noun>
      <maml:description>
        <maml:para>Represents MAC address expressions in the form of an array, to support addition of MAC addresses in a group. Avoid creating groups with multiple MACAddressExpression. In future releases, group will be restricted to contain a single MACAddressExpression. To group MAC addresses, use nested groups instead of multiple MACAddressExpression. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents MAC address expressions in the form of an array, to support addition of MAC addresses in a group. Avoid creating groups with multiple MACAddressExpression. In future releases, group will be restricted to contain a single MACAddressExpression. To group MAC addresses, use nested groups instead of multiple MACAddressExpression. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MACAddressExpression</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>$MACAddressExpression &#x3D; Initialize-MACAddressExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MACAddressExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MACAddressExpression &#x3D; Initialize-MACAddressExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MACAddressExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MACAddressList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MACAddressList</command:noun>
      <maml:description>
        <maml:para>List of MAC Addresses.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of MAC Addresses.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MACAddressList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MacAddresses</maml:name>
          <maml:Description>
            <maml:para>The array contains MAC addresses.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MacAddresses</maml:name>
        <maml:Description>
          <maml:para>The array contains MAC addresses.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-MACAddressList -MacAddresses &quot;MyMacAddresses&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MACAddressList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MACAddressList &#x3D; Initialize-MACAddressList -MacAddresses &quot;MyMacAddresses&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MACAddressList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MacDiscoveryProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MacDiscoveryProfile</command:noun>
      <maml:description>
        <maml:para>Mac Discovery Profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mac Discovery Profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MacDiscoveryProfile</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>$MacDiscoveryProfile &#x3D; Initialize-MacDiscoveryProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MacDiscoveryProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MacDiscoveryProfile &#x3D; Initialize-MacDiscoveryProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MacDiscoveryProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MalwarePreventionProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MalwarePreventionProfile</command:noun>
      <maml:description>
        <maml:para>MalwarePrevention Profile which contains the criteria to include Malware Prevention signatures. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>MalwarePrevention Profile which contains the criteria to include Malware Prevention signatures. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MalwarePreventionProfile</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>$MalwarePreventionProfile &#x3D; Initialize-MalwarePreventionProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MalwarePreventionProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MalwarePreventionProfile &#x3D; Initialize-MalwarePreventionProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MalwarePreventionProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ManagedResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ManagedResource</command:noun>
      <maml:description>
        <maml:para>Base type for resources that are managed by API clients</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base type for resources that are managed by API clients</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ManagedResource</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>$ManagedResource &#x3D; Initialize-ManagedResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ManagedResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ManagedResource &#x3D; Initialize-ManagedResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ManagedResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ManagementConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ManagementConfig</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ManagementConfig</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>$ManagementConfig &#x3D; Initialize-ManagementConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ManagementConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ManagementConfig &#x3D; Initialize-ManagementConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ManagementConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MemoryReservation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MemoryReservation</command:noun>
      <maml:description>
        <maml:para>Relative to the form factor pre-defined reservation value. To reduce reservation of a VM to 50 percent, a user may specify 50 instead of the absolute number relevant for the edge form factor. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Relative to the form factor pre-defined reservation value. To reduce reservation of a VM to 50 percent, a user may specify 50 instead of the absolute number relevant for the edge form factor. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MemoryReservation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ReservationPercentage</maml:name>
          <maml:Description>
            <maml:para>Memory reserved relative to the default reservation of 100 percent. For example, take an edge virtual machine of medium form factor. By default, an edge of medium form factor is configured with 8 GB of memory and with reservation of 100 percent. So, 8 GB of memory is reserved. If you specify reservation_percentage value as 50 percent, then 4 GB of memory will be reserved. </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>100</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ReservationPercentage</maml:name>
        <maml:Description>
          <maml:para>Memory reserved relative to the default reservation of 100 percent. For example, take an edge virtual machine of medium form factor. By default, an edge of medium form factor is configured with 8 GB of memory and with reservation of 100 percent. So, 8 GB of memory is reserved. If you specify reservation_percentage value as 50 percent, then 4 GB of memory will be reserved. </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>100</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$MemoryReservation &#x3D; Initialize-MemoryReservation -ReservationPercentage 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MemoryReservation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MemoryReservation &#x3D; Initialize-MemoryReservation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MemoryReservation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MetadataProxyConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MetadataProxyConfig</command:noun>
      <maml:description>
        <maml:para>Metadata Proxy Configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Metadata Proxy Configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MetadataProxyConfig</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>$MetadataProxyConfig &#x3D; Initialize-MetadataProxyConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MetadataProxyConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MetadataProxyConfig &#x3D; Initialize-MetadataProxyConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MetadataProxyConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MetricsAgent</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MetricsAgent</command:noun>
      <maml:description>
        <maml:para>Intent resource created for Metrics</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Intent resource created for Metrics</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MetricsAgent</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>$MetricsAgent &#x3D; Initialize-MetricsAgent
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MetricsAgent with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MetricsAgent &#x3D; Initialize-MetricsAgent
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MetricsAgent with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MiscConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MiscConfig</command:noun>
      <maml:description>
        <maml:para>These are miscellaneous configuration options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>These are miscellaneous configuration options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MiscConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigType</maml:name>
          <maml:Description>
            <maml:para>The specific type of config.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Version</maml:name>
          <maml:Description>
            <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HighPerformanceConfigParams</maml:name>
          <maml:Description>
            <maml:para>List of parameters that could be used to configure high performance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</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>HighPerformanceConfigType</maml:name>
        <maml:Description>
          <maml:para>The specific type of config.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Version</maml:name>
        <maml:Description>
          <maml:para>Based on the high_performance_config_type, it could be either driver version or host version. For high_performance_config_type as ADV_CONFIG or MISC_CONFIG, this represents host version. For high_performance_config_type as DRIVER_CONFIG, this represents physical NIC driver version. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HighPerformanceConfigParams</maml:name>
        <maml:Description>
          <maml:para>List of parameters that could be used to configure high performance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HighPerformanceConfigParams&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HighPerformanceConfigParams &#x3D; Initialize-HighPerformanceConfigParams -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$MiscConfig &#x3D; Initialize-MiscConfig -HighPerformanceConfigType &quot;ADV_CONFIG&quot; -Version &quot;MyVersion&quot; -HighPerformanceConfigParams $HighPerformanceConfigParams
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MiscConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$MiscConfig &#x3D; Initialize-MiscConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MiscConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Base Monitoring Profile Binding Map</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base Monitoring Profile Binding Map</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MonitoringProfileBindingMap</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>$MonitoringProfileBindingMap &#x3D; Initialize-MonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MonitoringProfileBindingMap &#x3D; Initialize-MonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MpsSubClusterSvmPropertiesPair</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MpsSubClusterSvmPropertiesPair</command:noun>
      <maml:description>
        <maml:para>Pair of Sub-cluster id and corresponding SVM Properties</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pair of Sub-cluster id and corresponding SVM Properties</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MpsSubClusterSvmPropertiesPair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubClusterId</maml:name>
          <maml:Description>
            <maml:para>Sub-cluster identifier</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SvmProperties</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MpsSvmProperties</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmProperties</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubClusterId</maml:name>
        <maml:Description>
          <maml:para>Sub-cluster identifier</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SvmProperties</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MpsSvmProperties</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmProperties</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$MpsSvmProperties &#x3D; Initialize-MpsSvmProperties -StorageId &quot;MyStorageId&quot; -NetworkId &quot;MyNetworkId&quot; -IpAllocationType &quot;STATIC&quot; -IpPoolId &quot;MyIpPoolId&quot;
$MpsSubClusterSvmPropertiesPair &#x3D; Initialize-MpsSubClusterSvmPropertiesPair -SubClusterId &quot;MySubClusterId&quot; -SvmProperties $MpsSvmProperties
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSubClusterSvmPropertiesPair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$MpsSvmProperties &#x3D; Initialize-MpsSvmProperties -IpAllocationType &quot;STATIC&quot;
$MpsSubClusterSvmPropertiesPair &#x3D; Initialize-MpsSubClusterSvmPropertiesPair -SubClusterId &quot;MySubClusterId&quot; -SvmProperties $MpsSvmProperties
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSubClusterSvmPropertiesPair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-MpsSvmProperties</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MpsSvmConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MpsSvmConfig</command:noun>
      <maml:description>
        <maml:para>User provided configuration values that are required while deploying Malware Prevention SVM. This configuration is typically used when guest OS on the deployed VM boots up for the first time.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User provided configuration values that are required while deploying Malware Prevention SVM. This configuration is typically used when guest OS on the deployed VM boots up for the first time.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MpsSvmConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SshKey</maml:name>
          <maml:Description>
            <maml:para>This SSH Key can be used by admin user to ssh into the SVM appliance.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SshKey</maml:name>
        <maml:Description>
          <maml:para>This SSH Key can be used by admin user to ssh into the SVM appliance.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$MpsSvmConfig &#x3D; Initialize-MpsSvmConfig -SshKey &quot;MySshKey&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MpsSvmConfig &#x3D; Initialize-MpsSvmConfig -SshKey &quot;MySshKey&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MpsSvmDeploymentSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MpsSvmDeploymentSpec</command:noun>
      <maml:description>
        <maml:para>Used to provide the MPS Settings for the Malware Prevention SVM on a cluster.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to provide the MPS Settings for the Malware Prevention SVM on a cluster.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MpsSvmDeploymentSpec</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>$MpsSvmDeploymentSpec &#x3D; Initialize-MpsSvmDeploymentSpec
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmDeploymentSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MpsSvmDeploymentSpec &#x3D; Initialize-MpsSvmDeploymentSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmDeploymentSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MpsSvmNewApplianceSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MpsSvmNewApplianceSpec</command:noun>
      <maml:description>
        <maml:para>Used to provide the SVM deployment specification for changing the appliance on a cluster.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to provide the SVM deployment specification for changing the appliance on a cluster.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MpsSvmNewApplianceSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeploymentSpecName</maml:name>
          <maml:Description>
            <maml:para>Name of the OVF specification to be used for deployment, which specifies the OVF of the Malware Prevention Service appliance for a particular release.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StorageId</maml:name>
          <maml:Description>
            <maml:para>Moref of the datastore in VC.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeploymentSpecName</maml:name>
        <maml:Description>
          <maml:para>Name of the OVF specification to be used for deployment, which specifies the OVF of the Malware Prevention Service appliance for a particular release.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StorageId</maml:name>
        <maml:Description>
          <maml:para>Moref of the datastore in VC.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-MpsSvmNewApplianceSpec -DeploymentSpecName &quot;MyDeploymentSpecName&quot; -StorageId &quot;MyStorageId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmNewApplianceSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MpsSvmNewApplianceSpec &#x3D; Initialize-MpsSvmNewApplianceSpec -DeploymentSpecName &quot;MyDeploymentSpecName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmNewApplianceSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MpsSvmProperties</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MpsSvmProperties</command:noun>
      <maml:description>
        <maml:para>Storage &amp; Network interface that needs to be used for the deployed Malware Service VM.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Storage &amp; Network interface that needs to be used for the deployed Malware Service VM.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MpsSvmProperties</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StorageId</maml:name>
          <maml:Description>
            <maml:para>Moref of the datastore in VC. If the datastore used for the Malware Prevention VM on host is specified in &#39;Agent VM Settings&#39; through the vSphere UI then this field should be empty\&quot;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NetworkId</maml:name>
          <maml:Description>
            <maml:para>Network Id to be attached to the Management NIC of the SVM. It can be a moref of a portgroup/ logical switch ID that allows the Malware Prevention VM to access the NSX Manager and the NApp deployment to receive configuration and raise malware detection events. If the portgroup/ logical switch ID is specified in &#39;Agent VM Settings&#39; through the vSphere UI then this field should be empty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAllocationType</maml:name>
          <maml:Description>
            <maml:para>IP allocation type with values STATIC or DHCP.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpPoolId</maml:name>
          <maml:Description>
            <maml:para>If the nic is supposed to get IP using a static IP pool then IP Pool id should be provided here.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>StorageId</maml:name>
        <maml:Description>
          <maml:para>Moref of the datastore in VC. If the datastore used for the Malware Prevention VM on host is specified in &#39;Agent VM Settings&#39; through the vSphere UI then this field should be empty\&quot;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NetworkId</maml:name>
        <maml:Description>
          <maml:para>Network Id to be attached to the Management NIC of the SVM. It can be a moref of a portgroup/ logical switch ID that allows the Malware Prevention VM to access the NSX Manager and the NApp deployment to receive configuration and raise malware detection events. If the portgroup/ logical switch ID is specified in &#39;Agent VM Settings&#39; through the vSphere UI then this field should be empty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAllocationType</maml:name>
        <maml:Description>
          <maml:para>IP allocation type with values STATIC or DHCP.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpPoolId</maml:name>
        <maml:Description>
          <maml:para>If the nic is supposed to get IP using a static IP pool then IP Pool id should be provided here.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$MpsSvmProperties &#x3D; Initialize-MpsSvmProperties -StorageId &quot;MyStorageId&quot; -NetworkId &quot;MyNetworkId&quot; -IpAllocationType &quot;STATIC&quot; -IpPoolId &quot;MyIpPoolId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmProperties with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MpsSvmProperties &#x3D; Initialize-MpsSvmProperties -IpAllocationType &quot;STATIC&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MpsSvmProperties with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-MultiWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>MultiWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Combines two or more widgetconfigurations into a multi-widget</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Combines two or more widgetconfigurations into a multi-widget</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-MultiWidgetConfiguration</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>$MultiWidgetConfiguration &#x3D; Initialize-MultiWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MultiWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$MultiWidgetConfiguration &#x3D; Initialize-MultiWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-MultiWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NDRAAdvertisedRoute</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NDRAAdvertisedRoute</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NDRAAdvertisedRoute</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Subnet</maml:name>
          <maml:Description>
            <maml:para>Advertised route subnet </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteLifetime</maml:name>
          <maml:Description>
            <maml:para>Lifetime of advertised route in seconds. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1800</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RoutePreference</maml:name>
          <maml:Description>
            <maml:para>NDRA Route preference. Indicates preference of the router associated with a prefix over others, when multiple identical prefixes (for different routers) have been received. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RoutePreferenceEnum.MEDIUM</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Subnet</maml:name>
        <maml:Description>
          <maml:para>Advertised route subnet </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteLifetime</maml:name>
        <maml:Description>
          <maml:para>Lifetime of advertised route in seconds. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1800</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RoutePreference</maml:name>
        <maml:Description>
          <maml:para>NDRA Route preference. Indicates preference of the router associated with a prefix over others, when multiple identical prefixes (for different routers) have been received. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RoutePreferenceEnum.MEDIUM</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NDRAAdvertisedRoute &#x3D; Initialize-NDRAAdvertisedRoute -Subnet &quot;MySubnet&quot; -RouteLifetime 0 -RoutePreference &quot;LOW&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NDRAAdvertisedRoute with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NDRAAdvertisedRoute &#x3D; Initialize-NDRAAdvertisedRoute -Subnet &quot;MySubnet&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NDRAAdvertisedRoute with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NSXManagerDeploymentInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NSXManagerDeploymentInfo</command:noun>
      <maml:description>
        <maml:para>Deployment Details of NSX Manager deployed via VCF</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deployment Details of NSX Manager deployed via VCF</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NSXManagerDeploymentInfo</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>$NSXManagerDeploymentInfo &#x3D; Initialize-NSXManagerDeploymentInfo
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NSXManagerDeploymentInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NSXManagerDeploymentInfo &#x3D; Initialize-NSXManagerDeploymentInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NSXManagerDeploymentInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NSXTConnectionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NSXTConnectionInfo</command:noun>
      <maml:description>
        <maml:para>Credential info to connect to an NSX-T type of enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Credential info to connect to an NSX-T type of enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NSXTConnectionInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointAddress</maml:name>
          <maml:Description>
            <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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 of Enforcement Point Connection Info.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointAddress</maml:name>
        <maml:Description>
          <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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 of Enforcement Point Connection Info.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NSXTConnectionInfo &#x3D; Initialize-NSXTConnectionInfo -EnforcementPointAddress &quot;MyEnforcementPointAddress&quot; -ResourceType &quot;NSXTConnectionInfo&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NSXTConnectionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NSXTConnectionInfo &#x3D; Initialize-NSXTConnectionInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NSXTConnectionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NSXVConnectionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NSXVConnectionInfo</command:noun>
      <maml:description>
        <maml:para>Credential info to connect to an NSX-V type of enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Credential info to connect to an NSX-V type of enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NSXVConnectionInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointAddress</maml:name>
          <maml:Description>
            <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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 of Enforcement Point Connection Info.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointAddress</maml:name>
        <maml:Description>
          <maml:para>Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \&quot;10.192.1.1\&quot; - On an NSX-T MP running on custom port, the value could be \&quot;192.168.1.1:32789\&quot; - On an NSX-T MP in VMC deployments, the value could be \&quot;192.168.1.1:5480/nsxapi\&quot; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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 of Enforcement Point Connection Info.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NSXVConnectionInfo &#x3D; Initialize-NSXVConnectionInfo -EnforcementPointAddress &quot;MyEnforcementPointAddress&quot; -ResourceType &quot;NSXTConnectionInfo&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NSXVConnectionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NSXVConnectionInfo &#x3D; Initialize-NSXVConnectionInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NSXVConnectionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NamedTeamingPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NamedTeamingPolicy</command:noun>
      <maml:description>
        <maml:para>Uplink Teaming Policy with a name that can be referenced by logical switches</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Uplink Teaming Policy with a name that can be referenced by logical switches</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NamedTeamingPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Policy</maml:name>
          <maml:Description>
            <maml:para>Teaming policy</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActiveList</maml:name>
          <maml:Description>
            <maml:para>List of Uplinks used in active list</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StandbyList</maml:name>
          <maml:Description>
            <maml:para>List of Uplinks used in standby list</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RollingOrder</maml:name>
          <maml:Description>
            <maml:para>Flag for preemptive mode</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Policy</maml:name>
        <maml:Description>
          <maml:para>Teaming policy</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ActiveList</maml:name>
        <maml:Description>
          <maml:para>List of Uplinks used in active list</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StandbyList</maml:name>
        <maml:Description>
          <maml:para>List of Uplinks used in standby list</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RollingOrder</maml:name>
        <maml:Description>
          <maml:para>Flag for preemptive mode</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>
$Uplink &#x3D; Initialize-Uplink -UplinkName &quot;MyUplinkName&quot; -UplinkType &quot;PNIC&quot; -UplinkInfo &quot;PRP_LAN_A&quot;
$NamedTeamingPolicy &#x3D; Initialize-NamedTeamingPolicy -Policy &quot;FAILOVER_ORDER&quot; -ActiveList $Uplink -StandbyList $Uplink -RollingOrder $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NamedTeamingPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$NamedTeamingPolicy &#x3D; Initialize-NamedTeamingPolicy
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NamedTeamingPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NatServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NatServiceEntry</command:noun>
      <maml:description>
        <maml:para>Gives information about protocol, source ports, destination ports and translated ports. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gives information about protocol, source ports, destination ports and translated ports. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NatServiceEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>protocol supports TCP, UDP and ICMP v4</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourcePorts</maml:name>
          <maml:Description>
            <maml:para>Gives the match source ports. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationPorts</maml:name>
          <maml:Description>
            <maml:para>Gives the match destination ports. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TranslatedPorts</maml:name>
          <maml:Description>
            <maml:para>Gives the translated ports. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Protocol</maml:name>
        <maml:Description>
          <maml:para>protocol supports TCP, UDP and ICMP v4</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourcePorts</maml:name>
        <maml:Description>
          <maml:para>Gives the match source ports. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationPorts</maml:name>
        <maml:Description>
          <maml:para>Gives the match destination ports. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TranslatedPorts</maml:name>
        <maml:Description>
          <maml:para>Gives the translated ports. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NatServiceEntry &#x3D; Initialize-NatServiceEntry -Protocol &quot;TCP&quot; -SourcePorts &quot;MySourcePorts&quot; -DestinationPorts &quot;MyDestinationPorts&quot; -TranslatedPorts &quot;MyTranslatedPorts&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NatServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NatServiceEntry &#x3D; Initialize-NatServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NatServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NdSnoopingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NdSnoopingConfig</command:noun>
      <maml:description>
        <maml:para>Contains Neighbor Discovery Protocol (ND) snooping related configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains Neighbor Discovery Protocol (ND) snooping related configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NdSnoopingConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NdSnoopingEnabled</maml:name>
          <maml:Description>
            <maml:para>Enable this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM. From the NS messages, we will learn about the source which sent this NS message. From the NA message, we will learn the resolved address in the message which the VM is a recipient of. Addresses snooped by this method are subject to TOFU (Trust on First Use) policies as enforced by the system. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NdSnoopingLimit</maml:name>
          <maml:Description>
            <maml:para>Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>3</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NdSnoopingEnabled</maml:name>
        <maml:Description>
          <maml:para>Enable this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM. From the NS messages, we will learn about the source which sent this NS message. From the NA message, we will learn the resolved address in the message which the VM is a recipient of. Addresses snooped by this method are subject to TOFU (Trust on First Use) policies as enforced by the system. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NdSnoopingLimit</maml:name>
        <maml:Description>
          <maml:para>Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>3</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NdSnoopingConfig &#x3D; Initialize-NdSnoopingConfig -NdSnoopingEnabled $false -NdSnoopingLimit 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NdSnoopingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NdSnoopingConfig &#x3D; Initialize-NdSnoopingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NdSnoopingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NdpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NdpHeader</command:noun>
      <maml:description>
        <maml:para>Neighbor discovery protocol header</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Neighbor discovery protocol header</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NdpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MsgType</maml:name>
          <maml:Description>
            <maml:para>This field specifies the type of the Neighbor discover message being sent. NEIGHBOR_SOLICITATION - Neighbor Solicitation message to discover the link-layer address of an on-link IPv6 node or to confirm a previously determined link-layer address. NEIGHBOR_ADVERTISEMENT - Neighbor Advertisement message in response to a Neighbor Solicitation message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MsgTypeEnum.SOLICITATION</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>The IP address of the destination of the solicitation. It MUST NOT be a multicast 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MsgType</maml:name>
        <maml:Description>
          <maml:para>This field specifies the type of the Neighbor discover message being sent. NEIGHBOR_SOLICITATION - Neighbor Solicitation message to discover the link-layer address of an on-link IPv6 node or to confirm a previously determined link-layer address. NEIGHBOR_ADVERTISEMENT - Neighbor Advertisement message in response to a Neighbor Solicitation message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.MsgTypeEnum.SOLICITATION</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstIp</maml:name>
        <maml:Description>
          <maml:para>The IP address of the destination of the solicitation. It MUST NOT be a multicast 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NdpHeader &#x3D; Initialize-NdpHeader -MsgType &quot;NEIGHBOR_SOLICITATION&quot; -DstIp &quot;MyDstIp&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NdpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NdpHeader &#x3D; Initialize-NdpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NdpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NestedExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NestedExpression</command:noun>
      <maml:description>
        <maml:para>Nested expressions is a list of condition expressions that must follow the below criteria: 0. Only allowed expressions in a NestedExpression are Condition and ConjunctionOperator. 1. A non-empty expression list, must be of odd size. In a list, with indices starting from 0, all condition expressions must be at even indices, separated by the conjunction expressions AND at odd indices. 2. There may be at most 5 condition expressions inside a list. 3. NestedExpressions are homogeneous in nature, i.e, all expressions inside a nested expression must have the same member type. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Nested expressions is a list of condition expressions that must follow the below criteria: 0. Only allowed expressions in a NestedExpression are Condition and ConjunctionOperator. 1. A non-empty expression list, must be of odd size. In a list, with indices starting from 0, all condition expressions must be at even indices, separated by the conjunction expressions AND at odd indices. 2. There may be at most 5 condition expressions inside a list. 3. NestedExpressions are homogeneous in nature, i.e, all expressions inside a nested expression must have the same member type. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NestedExpression</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>$NestedExpression &#x3D; Initialize-NestedExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NestedExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NestedExpression &#x3D; Initialize-NestedExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NestedExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NestedServiceServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NestedServiceServiceEntry</command:noun>
      <maml:description>
        <maml:para>A ServiceEntry that represents nesting service</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ServiceEntry that represents nesting service</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NestedServiceServiceEntry</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>$NestedServiceServiceEntry &#x3D; Initialize-NestedServiceServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NestedServiceServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NestedServiceServiceEntry &#x3D; Initialize-NestedServiceServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NestedServiceServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NetworkInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NetworkInfo</command:noun>
      <maml:description>
        <maml:para>Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 &#x3D;&gt; 192.168.1.0/24, 2008:12:12:12::2/64 &#x3D;&gt; 2008:12:12:12::/64). </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 &#x3D;&gt; 192.168.1.0/24, 2008:12:12:12::2/64 &#x3D;&gt; 2008:12:12:12::/64). </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NetworkInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcIp</maml:name>
          <maml:Description>
            <maml:para>The source IP can be an IP address or a subnet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstIp</maml:name>
          <maml:Description>
            <maml:para>The destination IP can be an IP address or a subnet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>SrcIp</maml:name>
        <maml:Description>
          <maml:para>The source IP can be an IP address or a subnet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstIp</maml:name>
        <maml:Description>
          <maml:para>The destination IP can be an IP address or a subnet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NetworkInfo &#x3D; Initialize-NetworkInfo -SrcIp &quot;MySrcIp&quot; -DstIp &quot;MyDstIp&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NetworkInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NetworkInfo &#x3D; Initialize-NetworkInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NetworkInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NetworkPolicyImportRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NetworkPolicyImportRequest</command:noun>
      <maml:description>
        <maml:para>This contains a list of K8s Network Policy IDs to be imported as DFW SecurityPolicy. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This contains a list of K8s Network Policy IDs to be imported as DFW SecurityPolicy. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NetworkPolicyImportRequest</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NetworkPolicyIds</maml:name>
          <maml:Description>
            <maml:para>A set of network policy UUIDs that has to be imported to NSX SecurityPolicy </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNumberUpper</maml:name>
          <maml:Description>
            <maml:para>This is an optional field. If specified, the \&quot;allow\&quot; action policy will be placed at this position. If unspecified, the import API should find the lowest existing copy-span security policy applied to the original container cluster, and put the imported policies behind it. The allow policies&#39; sequence_number&#x3D;last existing copy-span policy sequence_number + 1 </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNumberLower</maml:name>
          <maml:Description>
            <maml:para>This is an optional field. If specified, the \&quot;drop\&quot; action policy will be placed at this position. If unspecified, the drop policy will be created after its corresponding allow policy. The default-drop policies&#39; sequence_number &#x3D; last existing policy sequence_number + 2. If you specify the sequence numbers explicitly, you must specify both sequence_number_upper and sequence_number_lower at the same time. The sequence_number_lower must be greater than sequence_number_upper. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NetworkPolicyIds</maml:name>
        <maml:Description>
          <maml:para>A set of network policy UUIDs that has to be imported to NSX SecurityPolicy </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNumberUpper</maml:name>
        <maml:Description>
          <maml:para>This is an optional field. If specified, the \&quot;allow\&quot; action policy will be placed at this position. If unspecified, the import API should find the lowest existing copy-span security policy applied to the original container cluster, and put the imported policies behind it. The allow policies&#39; sequence_number&#x3D;last existing copy-span policy sequence_number + 1 </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNumberLower</maml:name>
        <maml:Description>
          <maml:para>This is an optional field. If specified, the \&quot;drop\&quot; action policy will be placed at this position. If unspecified, the drop policy will be created after its corresponding allow policy. The default-drop policies&#39; sequence_number &#x3D; last existing policy sequence_number + 2. If you specify the sequence numbers explicitly, you must specify both sequence_number_upper and sequence_number_lower at the same time. The sequence_number_lower must be greater than sequence_number_upper. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-NetworkPolicyImportRequest -NetworkPolicyIds &quot;MyNetworkPolicyIds&quot; -SequenceNumberUpper 0 -SequenceNumberLower 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NetworkPolicyImportRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NetworkPolicyImportRequest &#x3D; Initialize-NetworkPolicyImportRequest -NetworkPolicyIds &quot;MyNetworkPolicyIds&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NetworkPolicyImportRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NewRole</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NewRole</command:noun>
      <maml:description>
        <maml:para>New Role</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>New Role</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NewRole</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NewRoleId</maml:name>
          <maml:Description>
            <maml:para>New 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>NewRoleName</maml:name>
          <maml:Description>
            <maml:para>New 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>NewRoleDescription</maml:name>
          <maml:Description>
            <maml:para>New role description</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NewRoleId</maml:name>
        <maml:Description>
          <maml:para>New 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>NewRoleName</maml:name>
        <maml:Description>
          <maml:para>New 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>NewRoleDescription</maml:name>
        <maml:Description>
          <maml:para>New role description</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-NewRole -NewRoleId &quot;MyNewRoleId&quot; -NewRoleName &quot;MyNewRoleName&quot; -NewRoleDescription &quot;MyNewRoleDescription&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NewRole with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NewRole &#x3D; Initialize-NewRole -NewRoleId &quot;MyNewRoleId&quot; -NewRoleName &quot;MyNewRoleName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NewRole with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NicMetadata</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NicMetadata</command:noun>
      <maml:description>
        <maml:para>Information on the Network interfaces present on the partner appliance that needs to be configured by the NSX Manager.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information on the Network interfaces present on the partner appliance that needs to be configured by the NSX Manager.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NicMetadata</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InterfaceLabel</maml:name>
          <maml:Description>
            <maml:para>Network Interface label.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InterfaceIndex</maml:name>
          <maml:Description>
            <maml:para>Network Interface index.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InterfaceType</maml:name>
          <maml:Description>
            <maml:para>Interface that needs to be configured on the partner appliance. Ex. MANAGEMENT, DATA1, DATA2, HA1, HA2, CONTROL.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UserConfigurable</maml:name>
          <maml:Description>
            <maml:para>Used to specify if the given interface needs configuration. Management nics will always need the configuration, for others it will be use case specific. For example, a DATA NIC may be user configurable if the appliance is deployed in certain mode, such as L3_ROUTED.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Transports</maml:name>
          <maml:Description>
            <maml:para>Transport Type of the service, which is the mechanism of redirecting the traffic to the the partner appliance. Transport type is required if Service caters to any functionality other than EPP and MPS. Here, the transports array specifies the kinds of transport where this particular NIC is user configurable. If nothing is specified, and the \&quot;user_configurable\&quot; flag is true, then user configuration will be allowed for all transports. If any transport is/are specified, then it will be considered as user configurable for the specified transports only.\&quot;</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;NicMetadata.TransportsEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;NicMetadata.TransportsEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InterfaceLabel</maml:name>
        <maml:Description>
          <maml:para>Network Interface label.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InterfaceIndex</maml:name>
        <maml:Description>
          <maml:para>Network Interface index.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InterfaceType</maml:name>
        <maml:Description>
          <maml:para>Interface that needs to be configured on the partner appliance. Ex. MANAGEMENT, DATA1, DATA2, HA1, HA2, CONTROL.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UserConfigurable</maml:name>
        <maml:Description>
          <maml:para>Used to specify if the given interface needs configuration. Management nics will always need the configuration, for others it will be use case specific. For example, a DATA NIC may be user configurable if the appliance is deployed in certain mode, such as L3_ROUTED.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Transports</maml:name>
        <maml:Description>
          <maml:para>Transport Type of the service, which is the mechanism of redirecting the traffic to the the partner appliance. Transport type is required if Service caters to any functionality other than EPP and MPS. Here, the transports array specifies the kinds of transport where this particular NIC is user configurable. If nothing is specified, and the \&quot;user_configurable\&quot; flag is true, then user configuration will be allowed for all transports. If any transport is/are specified, then it will be considered as user configurable for the specified transports only.\&quot;</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;NicMetadata.TransportsEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;NicMetadata.TransportsEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>&quot;L2_BRIDGE&quot;$NicMetadata &#x3D; Initialize-NicMetadata -InterfaceLabel &quot;MyInterfaceLabel&quot; -InterfaceIndex 0 -InterfaceType &quot;MANAGEMENT&quot; -UserConfigurable $false -Transports &quot;L2_BRIDGE&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NicMetadata with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NicMetadata &#x3D; Initialize-NicMetadata -InterfaceLabel &quot;MyInterfaceLabel&quot; -InterfaceIndex 0 -InterfaceType &quot;MANAGEMENT&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NicMetadata with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NoAssignment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NoAssignment</command:noun>
      <maml:description>
        <maml:para>No Ip assignment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No Ip assignment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NoAssignment</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NoAssignment &#x3D; Initialize-NoAssignment -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NoAssignment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NoAssignment &#x3D; Initialize-NoAssignment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NoAssignment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NoIpv4</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NoIpv4</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ip assignment spec of host switch if no IPv4 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ip assignment spec of host switch if no IPv4 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NoIpv4</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NoIpv4 &#x3D; Initialize-NoIpv4 -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NoIpv4 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NoIpv4 &#x3D; Initialize-NoIpv4
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NoIpv4 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NoIpv6</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NoIpv6</command:noun>
      <maml:description>
        <maml:para>This type can be specified in ipv6 assignment spec of host switch if no IPv6 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type can be specified in ipv6 assignment spec of host switch if no IPv6 assignment is desired for host switch virtual tunnel endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NoIpv6</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NoIpv6 &#x3D; Initialize-NoIpv6 -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NoIpv6 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NoIpv6 &#x3D; Initialize-NoIpv6
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NoIpv6 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NodeUserSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NodeUserSettings</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NodeUserSettings</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CliUsername</maml:name>
          <maml:Description>
            <maml:para>To configure username, you must provide this property together with &lt;b&gt;cli_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;admin&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CliPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the node cli user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RootPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the node root user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AuditUsername</maml:name>
          <maml:Description>
            <maml:para>The default username is \&quot;audit\&quot;. To configure username, you must provide this property together with &lt;b&gt;audit_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AuditPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the node audit user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>CliUsername</maml:name>
        <maml:Description>
          <maml:para>To configure username, you must provide this property together with &lt;b&gt;cli_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;admin&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CliPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the node cli user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RootPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the node root user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AuditUsername</maml:name>
        <maml:Description>
          <maml:para>The default username is \&quot;audit\&quot;. To configure username, you must provide this property together with &lt;b&gt;audit_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AuditPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the node audit user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NodeUserSettings &#x3D; Initialize-NodeUserSettings -CliUsername &quot;MyCliUsername&quot; -CliPassword &quot;MyCliPassword&quot; -RootPassword &quot;MyRootPassword&quot; -AuditUsername &quot;MyAuditUsername&quot; -AuditPassword &quot;MyAuditPassword&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NodeUserSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NodeUserSettings &#x3D; Initialize-NodeUserSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NodeUserSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NorthSouthFirewall</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NorthSouthFirewall</command:noun>
      <maml:description>
        <maml:para>User can configure North-South firewall and it will be applicable to all the VPCs under that project. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User can configure North-South firewall and it will be applicable to all the VPCs under that project. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NorthSouthFirewall</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>This flag indicates whether north-south firewall (Gateway Firewall) is enabled. If set to false, then gateway firewall policies will not be enforced on the VPCs associated with this configuration. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>This flag indicates whether north-south firewall (Gateway Firewall) is enabled. If set to false, then gateway firewall policies will not be enforced on the VPCs associated with this configuration. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$NorthSouthFirewall &#x3D; Initialize-NorthSouthFirewall -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NorthSouthFirewall with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NorthSouthFirewall &#x3D; Initialize-NorthSouthFirewall
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NorthSouthFirewall with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTDNSForwarderStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTDNSForwarderStatistics</command:noun>
      <maml:description>
        <maml:para>The current statistics counters of the DNS forwarder including cache usages and query numbers per forwarders, on an NSX-T type of enforcement point. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The current statistics counters of the DNS forwarder including cache usages and query numbers per forwarders, on an NSX-T type of enforcement point. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTDNSForwarderStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the enforcement point from where the statistics are 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the enforcement point from where the statistics are 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NsxTDNSForwarderStatistics &#x3D; Initialize-NsxTDNSForwarderStatistics -EnforcementPointPath &quot;MyEnforcementPointPath&quot; -ResourceType &quot;NsxTDNSForwarderStatistics&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDNSForwarderStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NsxTDNSForwarderStatistics &#x3D; Initialize-NsxTDNSForwarderStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDNSForwarderStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTDNSForwarderStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTDNSForwarderStatus</command:noun>
      <maml:description>
        <maml:para>The current runtime status of the DNS forwarder. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The current runtime status of the DNS forwarder. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTDNSForwarderStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the enforcement point from where the status is 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the enforcement point from where the status is 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NsxTDNSForwarderStatus &#x3D; Initialize-NsxTDNSForwarderStatus -EnforcementPointPath &quot;MyEnforcementPointPath&quot; -ResourceType &quot;NsxTDNSForwarderStatus&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDNSForwarderStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NsxTDNSForwarderStatus &#x3D; Initialize-NsxTDNSForwarderStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDNSForwarderStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTDNSForwarderZoneStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTDNSForwarderZoneStatistics</command:noun>
      <maml:description>
        <maml:para>Statistics counters of the DNS forwarder zone. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Statistics counters of the DNS forwarder zone. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTDNSForwarderZoneStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainNames</maml:name>
          <maml:Description>
            <maml:para>Domain names configured for the forwarder. Empty if this is the default forwarder. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UpstreamStatistics</maml:name>
          <maml:Description>
            <maml:para>Statistics per upstream server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.NsxTUpstreamServerStatistics&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.NsxTUpstreamServerStatistics&gt;</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>DomainNames</maml:name>
        <maml:Description>
          <maml:para>Domain names configured for the forwarder. Empty if this is the default forwarder. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UpstreamStatistics</maml:name>
        <maml:Description>
          <maml:para>Statistics per upstream server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.NsxTUpstreamServerStatistics&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.NsxTUpstreamServerStatistics&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$NsxTUpstreamServerStatistics &#x3D; Initialize-NsxTUpstreamServerStatistics -UpstreamServer &quot;MyUpstreamServer&quot; -QueriesSucceeded 0 -QueriesFailed 0
$NsxTDNSForwarderZoneStatistics &#x3D; Initialize-NsxTDNSForwarderZoneStatistics -DomainNames &quot;MyDomainNames&quot; -UpstreamStatistics $NsxTUpstreamServerStatistics
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDNSForwarderZoneStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$NsxTDNSForwarderZoneStatistics &#x3D; Initialize-NsxTDNSForwarderZoneStatistics
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDNSForwarderZoneStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTDnsAnswer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTDnsAnswer</command:noun>
      <maml:description>
        <maml:para>Answer of dns nslookup</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Answer of dns nslookup</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTDnsAnswer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnforcementPointPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing the enforcement point from where the DNS forwarder nslookup answer is 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Resource type of the DNS forwarder nslookup answer. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>EnforcementPointPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing the enforcement point from where the DNS forwarder nslookup answer is 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Resource type of the DNS forwarder nslookup answer. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NsxTDnsAnswer &#x3D; Initialize-NsxTDnsAnswer -EnforcementPointPath &quot;MyEnforcementPointPath&quot; -ResourceType &quot;NsxTDnsAnswer&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDnsAnswer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NsxTDnsAnswer &#x3D; Initialize-NsxTDnsAnswer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDnsAnswer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTDnsQueryAnswer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTDnsQueryAnswer</command:noun>
      <maml:description>
        <maml:para>Answer of nslookup</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Answer of nslookup</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTDnsQueryAnswer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Matched name of the given 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>Address</maml:name>
          <maml:Description>
            <maml:para>Resolved IP address matched with the nslookup address provided as a request parameter. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Matched name of the given 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>Address</maml:name>
        <maml:Description>
          <maml:para>Resolved IP address matched with the nslookup address provided as a request parameter. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NsxTDnsQueryAnswer &#x3D; Initialize-NsxTDnsQueryAnswer -Name &quot;MyName&quot; -Address &quot;MyAddress&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDnsQueryAnswer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NsxTDnsQueryAnswer &#x3D; Initialize-NsxTDnsQueryAnswer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTDnsQueryAnswer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTPerNodeUsedCacheStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTPerNodeUsedCacheStatistics</command:noun>
      <maml:description>
        <maml:para>Query statistics counters of used cache from node </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Query statistics counters of used cache from node </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTPerNodeUsedCacheStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodeId</maml:name>
          <maml:Description>
            <maml:para>UUID of active/standby 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>UsedCacheSize</maml:name>
          <maml:Description>
            <maml:para>The memory size used in cache, in kb</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CachedEntries</maml:name>
          <maml:Description>
            <maml:para>The total number of cached entries</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>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>NodeId</maml:name>
        <maml:Description>
          <maml:para>UUID of active/standby 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>UsedCacheSize</maml:name>
        <maml:Description>
          <maml:para>The memory size used in cache, in kb</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CachedEntries</maml:name>
        <maml:Description>
          <maml:para>The total number of cached entries</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NsxTPerNodeUsedCacheStatistics &#x3D; Initialize-NsxTPerNodeUsedCacheStatistics -NodeId &quot;MyNodeId&quot; -UsedCacheSize 0 -CachedEntries 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTPerNodeUsedCacheStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NsxTPerNodeUsedCacheStatistics &#x3D; Initialize-NsxTPerNodeUsedCacheStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTPerNodeUsedCacheStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-NsxTUpstreamServerStatistics</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>NsxTUpstreamServerStatistics</command:noun>
      <maml:description>
        <maml:para>Query statistics counters to an upstream server including successfully forwarded queries and failed queries. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Query statistics counters to an upstream server including successfully forwarded queries and failed queries. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-NsxTUpstreamServerStatistics</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UpstreamServer</maml:name>
          <maml:Description>
            <maml:para>Upstream server ip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>QueriesSucceeded</maml:name>
          <maml:Description>
            <maml:para>Queries forwarded successfully</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>QueriesFailed</maml:name>
          <maml:Description>
            <maml:para>Queries failed to forward.</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>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>UpstreamServer</maml:name>
        <maml:Description>
          <maml:para>Upstream server ip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>QueriesSucceeded</maml:name>
        <maml:Description>
          <maml:para>Queries forwarded successfully</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>QueriesFailed</maml:name>
        <maml:Description>
          <maml:para>Queries failed to forward.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$NsxTUpstreamServerStatistics &#x3D; Initialize-NsxTUpstreamServerStatistics -UpstreamServer &quot;MyUpstreamServer&quot; -QueriesSucceeded 0 -QueriesFailed 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTUpstreamServerStatistics with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$NsxTUpstreamServerStatistics &#x3D; Initialize-NsxTUpstreamServerStatistics
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-NsxTUpstreamServerStatistics with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ObjectRolePermissionGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ObjectRolePermissionGroup</command:noun>
      <maml:description>
        <maml:para>RBAC Objects qualifier</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>RBAC Objects qualifier</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ObjectRolePermissionGroup</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>$ObjectRolePermissionGroup &#x3D; Initialize-ObjectRolePermissionGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ObjectRolePermissionGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ObjectRolePermissionGroup &#x3D; Initialize-ObjectRolePermissionGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ObjectRolePermissionGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsDynamicRunbookInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsDynamicRunbookInstance</command:noun>
      <maml:description>
        <maml:para>Instance of Dynamic Online Diagnostic System Runbook. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Instance of Dynamic Online Diagnostic System Runbook. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsDynamicRunbookInstance</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>$OdsDynamicRunbookInstance &#x3D; Initialize-OdsDynamicRunbookInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsDynamicRunbookInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsDynamicRunbookInstance &#x3D; Initialize-OdsDynamicRunbookInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsDynamicRunbookInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookCompoundParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookCompoundParameter</command:noun>
      <maml:description>
        <maml:para>Online Diagnostic System Runbook parameter of compound type. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Online Diagnostic System Runbook parameter of compound type. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookCompoundParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Runbook argument 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>Optional</maml:name>
          <maml:Description>
            <maml:para>The flag that indicates whether the argument is optional. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ParameterType</maml:name>
          <maml:Description>
            <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultValue</maml:name>
          <maml:Description>
            <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Max</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Min</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Runbook argument 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>Optional</maml:name>
        <maml:Description>
          <maml:para>The flag that indicates whether the argument is optional. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ParameterType</maml:name>
        <maml:Description>
          <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultValue</maml:name>
        <maml:Description>
          <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Max</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Min</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OdsRunbookCompoundParameter &#x3D; Initialize-OdsRunbookCompoundParameter -Name &quot;MyName&quot; -Optional $false -ParameterType &quot;INTEGER&quot; -DefaultValue &quot;MyDefaultValue&quot; -Max &quot;MyMax&quot; -Min &quot;MyMin&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookCompoundParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookCompoundParameter &#x3D; Initialize-OdsRunbookCompoundParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookCompoundParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookEnumParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookEnumParameter</command:noun>
      <maml:description>
        <maml:para>Online Diagnostic System Runbook parameter of enumeration type. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Online Diagnostic System Runbook parameter of enumeration type. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookEnumParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Runbook argument 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>Optional</maml:name>
          <maml:Description>
            <maml:para>The flag that indicates whether the argument is optional. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ParameterType</maml:name>
          <maml:Description>
            <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultValue</maml:name>
          <maml:Description>
            <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Max</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Min</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Runbook argument 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>Optional</maml:name>
        <maml:Description>
          <maml:para>The flag that indicates whether the argument is optional. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ParameterType</maml:name>
        <maml:Description>
          <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultValue</maml:name>
        <maml:Description>
          <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Max</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Min</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OdsRunbookEnumParameter &#x3D; Initialize-OdsRunbookEnumParameter -Name &quot;MyName&quot; -Optional $false -ParameterType &quot;INTEGER&quot; -DefaultValue &quot;MyDefaultValue&quot; -Max &quot;MyMax&quot; -Min &quot;MyMin&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookEnumParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookEnumParameter &#x3D; Initialize-OdsRunbookEnumParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookEnumParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookIntegerParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookIntegerParameter</command:noun>
      <maml:description>
        <maml:para>Online Diagnostic System Runbook parameter of integer type. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Online Diagnostic System Runbook parameter of integer type. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookIntegerParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Runbook argument 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>Optional</maml:name>
          <maml:Description>
            <maml:para>The flag that indicates whether the argument is optional. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ParameterType</maml:name>
          <maml:Description>
            <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultValue</maml:name>
          <maml:Description>
            <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Max</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Min</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Runbook argument 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>Optional</maml:name>
        <maml:Description>
          <maml:para>The flag that indicates whether the argument is optional. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ParameterType</maml:name>
        <maml:Description>
          <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultValue</maml:name>
        <maml:Description>
          <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Max</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Min</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OdsRunbookIntegerParameter &#x3D; Initialize-OdsRunbookIntegerParameter -Name &quot;MyName&quot; -Optional $false -ParameterType &quot;INTEGER&quot; -DefaultValue &quot;MyDefaultValue&quot; -Max &quot;MyMax&quot; -Min &quot;MyMin&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookIntegerParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookIntegerParameter &#x3D; Initialize-OdsRunbookIntegerParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookIntegerParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookInvocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookInvocation</command:noun>
      <maml:description>
        <maml:para>Policy entity for the invocation of an Online Diagnostic System Runbook. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy entity for the invocation of an Online Diagnostic System Runbook. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookInvocation</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>$OdsRunbookInvocation &#x3D; Initialize-OdsRunbookInvocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookInvocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookInvocation &#x3D; Initialize-OdsRunbookInvocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookInvocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookInvocationArtifactBatchRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookInvocationArtifactBatchRequest</command:noun>
      <maml:description>
        <maml:para>Batched request for collecting artifacts of Online Diagnostic System invocations. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Batched request for collecting artifacts of Online Diagnostic System invocations. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookInvocationArtifactBatchRequest</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>$OdsRunbookInvocationArtifactBatchRequest &#x3D; Initialize-OdsRunbookInvocationArtifactBatchRequest
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookInvocationArtifactBatchRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookInvocationArtifactBatchRequest &#x3D; Initialize-OdsRunbookInvocationArtifactBatchRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookInvocationArtifactBatchRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookParameterRange</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookParameterRange</command:noun>
      <maml:description>
        <maml:para>Online Diagnostic System Runbook parameter range </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Online Diagnostic System Runbook parameter range </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookParameterRange</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MinValue</maml:name>
          <maml:Description>
            <maml:para>The min value of the parameter. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxValue</maml:name>
          <maml:Description>
            <maml:para>The max value of the parameter. </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>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>MinValue</maml:name>
        <maml:Description>
          <maml:para>The min value of the parameter. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxValue</maml:name>
        <maml:Description>
          <maml:para>The max value of the parameter. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OdsRunbookParameterRange &#x3D; Initialize-OdsRunbookParameterRange -MinValue 0 -MaxValue 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookParameterRange with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookParameterRange &#x3D; Initialize-OdsRunbookParameterRange
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookParameterRange with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookPatternParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookPatternParameter</command:noun>
      <maml:description>
        <maml:para>Online Diagnostic System Runbook parameter of pattern type. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Online Diagnostic System Runbook parameter of pattern type. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookPatternParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Runbook argument 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>Optional</maml:name>
          <maml:Description>
            <maml:para>The flag that indicates whether the argument is optional. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ParameterType</maml:name>
          <maml:Description>
            <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultValue</maml:name>
          <maml:Description>
            <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Max</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Min</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Runbook argument 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>Optional</maml:name>
        <maml:Description>
          <maml:para>The flag that indicates whether the argument is optional. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ParameterType</maml:name>
        <maml:Description>
          <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultValue</maml:name>
        <maml:Description>
          <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Max</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Min</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OdsRunbookPatternParameter &#x3D; Initialize-OdsRunbookPatternParameter -Name &quot;MyName&quot; -Optional $false -ParameterType &quot;INTEGER&quot; -DefaultValue &quot;MyDefaultValue&quot; -Max &quot;MyMax&quot; -Min &quot;MyMin&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookPatternParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookPatternParameter &#x3D; Initialize-OdsRunbookPatternParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookPatternParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookSetting</command:noun>
      <maml:description>
        <maml:para>Setting for Online Diagnostic System runbook. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Setting for Online Diagnostic System runbook. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookSetting</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>$OdsRunbookSetting &#x3D; Initialize-OdsRunbookSetting
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookSetting &#x3D; Initialize-OdsRunbookSetting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookSettingData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookSettingData</command:noun>
      <maml:description>
        <maml:para>Configuration items for an Online Diagnostic System Runbook. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration items for an Online Diagnostic System Runbook. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookSettingData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>The flag that indicates whether the runbook is 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>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timeout</maml:name>
          <maml:Description>
            <maml:para>Timeout of runbook execution in seconds. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ThresholdNumber</maml:name>
          <maml:Description>
            <maml:para>Maximum number of runbook executions allowed in a throttling cycle. Runbook execution will be throttled once the threshold is reached. This option does not take effect when the throttling is disabled. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ThrottleCycle</maml:name>
          <maml:Description>
            <maml:para>Duration of throttling cycle for runbook execution in minutes. It controls the minimum time between execution of a runbook and avoids executing a runbook too frequently in a short time. If the throttling cycle is set to 0, throttling is disabled. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimeoutRange</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ThresholdNumberRange</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ThrottleCycleRange</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</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>Enabled</maml:name>
        <maml:Description>
          <maml:para>The flag that indicates whether the runbook is 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>true</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timeout</maml:name>
        <maml:Description>
          <maml:para>Timeout of runbook execution in seconds. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ThresholdNumber</maml:name>
        <maml:Description>
          <maml:para>Maximum number of runbook executions allowed in a throttling cycle. Runbook execution will be throttled once the threshold is reached. This option does not take effect when the throttling is disabled. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ThrottleCycle</maml:name>
        <maml:Description>
          <maml:para>Duration of throttling cycle for runbook execution in minutes. It controls the minimum time between execution of a runbook and avoids executing a runbook too frequently in a short time. If the throttling cycle is set to 0, throttling is disabled. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimeoutRange</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ThresholdNumberRange</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ThrottleCycleRange</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.OdsRunbookParameterRange</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$OdsRunbookParameterRange &#x3D; Initialize-OdsRunbookParameterRange -MinValue 0 -MaxValue 0
$OdsRunbookSettingData &#x3D; Initialize-OdsRunbookSettingData -Enabled $false -Timeout 0 -ThresholdNumber 0 -ThrottleCycle 0 -TimeoutRange $OdsRunbookParameterRange -ThresholdNumberRange $OdsRunbookParameterRange -ThrottleCycleRange $OdsRunbookParameterRange
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookSettingData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$OdsRunbookSettingData &#x3D; Initialize-OdsRunbookSettingData
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookSettingData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-OdsRunbookParameterRange</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-OdsRunbookParameterRange</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-OdsRunbookParameterRange</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OdsRunbookStringParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OdsRunbookStringParameter</command:noun>
      <maml:description>
        <maml:para>Online Diagnostic System Runbook parameter of string type. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Online Diagnostic System Runbook parameter of string type. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OdsRunbookStringParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Runbook argument 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>Optional</maml:name>
          <maml:Description>
            <maml:para>The flag that indicates whether the argument is optional. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ParameterType</maml:name>
          <maml:Description>
            <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DefaultValue</maml:name>
          <maml:Description>
            <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Max</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Min</maml:name>
          <maml:Description>
            <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Runbook argument 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>Optional</maml:name>
        <maml:Description>
          <maml:para>The flag that indicates whether the argument is optional. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ParameterType</maml:name>
        <maml:Description>
          <maml:para>Runbook parameter type. INTEGER - integer STRING - string ENUM - enumeration PATTERN - string that matches certain regular expression COMPOUND - string that is accepted by the validation of runbook BOOLEAN - boolean FLOAT - float </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DefaultValue</maml:name>
        <maml:Description>
          <maml:para>Runbook argument will be set to this value if not provided. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Max</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value bigger than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Min</maml:name>
        <maml:Description>
          <maml:para>Runbook argument is not allowed to set value smaller than this. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OdsRunbookStringParameter &#x3D; Initialize-OdsRunbookStringParameter -Name &quot;MyName&quot; -Optional $false -ParameterType &quot;INTEGER&quot; -DefaultValue &quot;MyDefaultValue&quot; -Max &quot;MyMax&quot; -Min &quot;MyMin&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookStringParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OdsRunbookStringParameter &#x3D; Initialize-OdsRunbookStringParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OdsRunbookStringParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OpenLdapIdentitySource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OpenLdapIdentitySource</command:noun>
      <maml:description>
        <maml:para>An identity source service that runs OpenLDAP. The service allows selected user accounts defined in OpenLDAP to log into and access NSX-T.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An identity source service that runs OpenLDAP. The service allows selected user accounts defined in OpenLDAP to log into and access NSX-T.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OpenLdapIdentitySource</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>$OpenLdapIdentitySource &#x3D; Initialize-OpenLdapIdentitySource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OpenLdapIdentitySource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OpenLdapIdentitySource &#x3D; Initialize-OpenLdapIdentitySource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OpenLdapIdentitySource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OperationVerticalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OperationVerticalConfig</command:noun>
      <maml:description>
        <maml:para>The details of deactivated operation verticals </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The details of deactivated operation verticals </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OperationVerticalConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LatencyStatDisabled</maml:name>
          <maml:Description>
            <maml:para>When this flag is set to true, the latency stat feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The latency has special GENEVE option to carry Latency information. But the hardware doesn&#39;t support it. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LiveTraceDisabled</maml:name>
          <maml:Description>
            <maml:para>When this flag is set to true, the live trace feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The live trace has a special Geneve option in the header. But the hardware doesn&#39;t support it. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LatencyStatDisabled</maml:name>
        <maml:Description>
          <maml:para>When this flag is set to true, the latency stat feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The latency has special GENEVE option to carry Latency information. But the hardware doesn&#39;t support it. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LiveTraceDisabled</maml:name>
        <maml:Description>
          <maml:para>When this flag is set to true, the live trace feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The live trace has a special Geneve option in the header. But the hardware doesn&#39;t support it. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$OperationVerticalConfig &#x3D; Initialize-OperationVerticalConfig -LatencyStatDisabled $false -LiveTraceDisabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OperationVerticalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OperationVerticalConfig &#x3D; Initialize-OperationVerticalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OperationVerticalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OpsGlobalConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OpsGlobalConfig</command:noun>
      <maml:description>
        <maml:para>Global Operations configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Global Operations configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OpsGlobalConfig</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>$OpsGlobalConfig &#x3D; Initialize-OpsGlobalConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OpsGlobalConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OpsGlobalConfig &#x3D; Initialize-OpsGlobalConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OpsGlobalConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OrgRoot</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OrgRoot</command:noun>
      <maml:description>
        <maml:para>OrgRoot space related policy multi tenancy.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>OrgRoot space related policy multi tenancy.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OrgRoot</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>$OrgRoot &#x3D; Initialize-OrgRoot
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OrgRoot with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OrgRoot &#x3D; Initialize-OrgRoot
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OrgRoot with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OspfAreaConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OspfAreaConfig</command:noun>
      <maml:description>
        <maml:para>Contains OSPF Area configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains OSPF Area configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OspfAreaConfig</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>$OspfAreaConfig &#x3D; Initialize-OspfAreaConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfAreaConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OspfAreaConfig &#x3D; Initialize-OspfAreaConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfAreaConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OspfAuthenticationConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OspfAuthenticationConfig</command:noun>
      <maml:description>
        <maml:para>Enables OSPF authentication with specified mode and password.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Enables OSPF authentication with specified mode and password.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OspfAuthenticationConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mode</maml:name>
          <maml:Description>
            <maml:para>If mode is MD5 or PASSWORD, Authentication secret key is mandatory if mode is NONE, then authentication is deactivated. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ModeEnum.NONE</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SecretKey</maml:name>
          <maml:Description>
            <maml:para>Authentication secret is mandatory for type password and md5 with min length of 1 and max length 8. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeyId</maml:name>
          <maml:Description>
            <maml:para>Authentication secret key id is mandatory for type md5 with min value of 1 and max value 255. </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>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>Mode</maml:name>
        <maml:Description>
          <maml:para>If mode is MD5 or PASSWORD, Authentication secret key is mandatory if mode is NONE, then authentication is deactivated. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ModeEnum.NONE</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SecretKey</maml:name>
        <maml:Description>
          <maml:para>Authentication secret is mandatory for type password and md5 with min length of 1 and max length 8. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeyId</maml:name>
        <maml:Description>
          <maml:para>Authentication secret key id is mandatory for type md5 with min value of 1 and max value 255. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OspfAuthenticationConfig &#x3D; Initialize-OspfAuthenticationConfig -Mode &quot;NONE&quot; -SecretKey &quot;MySecretKey&quot; -KeyId 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfAuthenticationConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OspfAuthenticationConfig &#x3D; Initialize-OspfAuthenticationConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfAuthenticationConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OspfRoutingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OspfRoutingConfig</command:noun>
      <maml:description>
        <maml:para>Contains OSPF routing configurations. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains OSPF routing configurations. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OspfRoutingConfig</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>$OspfRoutingConfig &#x3D; Initialize-OspfRoutingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfRoutingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OspfRoutingConfig &#x3D; Initialize-OspfRoutingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfRoutingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OspfSummaryAddressConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OspfSummaryAddressConfig</command:noun>
      <maml:description>
        <maml:para>OSPF summary address configuration to summarize external routes</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>OSPF summary address configuration to summarize external routes</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OspfSummaryAddressConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Prefix</maml:name>
          <maml:Description>
            <maml:para>OSPF Summary address in CIDR 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Advertise</maml:name>
          <maml:Description>
            <maml:para>Used to filter the advertisement of external routes into the OSPF domain. Setting this field to \&quot;TRUE\&quot; will enable the summarization of external routes that are covered by ip_prefix configuration. Setting this field to \&quot;FALSE\&quot; will filter the advertisement of external routes that are covered by ip_prefix configuration. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Prefix</maml:name>
        <maml:Description>
          <maml:para>OSPF Summary address in CIDR 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Advertise</maml:name>
        <maml:Description>
          <maml:para>Used to filter the advertisement of external routes into the OSPF domain. Setting this field to \&quot;TRUE\&quot; will enable the summarization of external routes that are covered by ip_prefix configuration. Setting this field to \&quot;FALSE\&quot; will filter the advertisement of external routes that are covered by ip_prefix configuration. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OspfSummaryAddressConfig &#x3D; Initialize-OspfSummaryAddressConfig -Prefix &quot;MyPrefix&quot; -Advertise $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfSummaryAddressConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OspfSummaryAddressConfig &#x3D; Initialize-OspfSummaryAddressConfig -Prefix &quot;MyPrefix&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OspfSummaryAddressConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OtherCidrsMsg</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OtherCidrsMsg</command:noun>
      <maml:description>
        <maml:para>Definition for limits defined on cidrs that are not /32 </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Definition for limits defined on cidrs that are not /32 </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OtherCidrsMsg</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mask</maml:name>
          <maml:Description>
            <maml:para>The largest size mask that is allowed. A value of \&quot;\&quot; for this field denotes no restriction on mask. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TotalCount</maml:name>
          <maml:Description>
            <maml:para>The total number of subnets that can be carved from IP blocks defined in the quota. The size of these subnts should be less than or equal to the mask and not equal to 32. CIDR mask in the format /&lt;cidr&gt;. For example /28 A value of -1 for this field denotes no restriction on the number of subnets. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>Mask</maml:name>
        <maml:Description>
          <maml:para>The largest size mask that is allowed. A value of \&quot;\&quot; for this field denotes no restriction on mask. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TotalCount</maml:name>
        <maml:Description>
          <maml:para>The total number of subnets that can be carved from IP blocks defined in the quota. The size of these subnts should be less than or equal to the mask and not equal to 32. CIDR mask in the format /&lt;cidr&gt;. For example /28 A value of -1 for this field denotes no restriction on the number of subnets. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OtherCidrsMsg &#x3D; Initialize-OtherCidrsMsg -Mask &quot;MyMask&quot; -TotalCount 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OtherCidrsMsg with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OtherCidrsMsg &#x3D; Initialize-OtherCidrsMsg
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OtherCidrsMsg with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OverriddenSignature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OverriddenSignature</command:noun>
      <maml:description>
        <maml:para>Overridden IDS custom signature</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Overridden IDS custom signature</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OverriddenSignature</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Action</maml:name>
          <maml:Description>
            <maml:para>It denotes the global action of a IDS custom Signature. This will take precedence over IDS custom signature&#39;s action. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag through which user can Activate/Deactivate a Signature at Global Level. </maml:para>
          </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: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>It denotes the global action of a IDS custom Signature. This will take precedence over IDS custom signature&#39;s action. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag through which user can Activate/Deactivate a Signature at Global Level. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$OverriddenSignature &#x3D; Initialize-OverriddenSignature -Action &quot;ALERT&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OverriddenSignature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OverriddenSignature &#x3D; Initialize-OverriddenSignature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OverriddenSignature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-OverrideListRequestParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>OverrideListRequestParameters</command:noun>
      <maml:description>
        <maml:para>Parameter to filter overridden resource list by intent path or site path or both. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Parameter to filter overridden resource list by intent path or site path or both. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-OverrideListRequestParameters</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IntentPath</maml:name>
          <maml:Description>
            <maml:para>Global resource 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>SitePath</maml:name>
          <maml:Description>
            <maml:para>Site 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IntentPath</maml:name>
        <maml:Description>
          <maml:para>Global resource 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>SitePath</maml:name>
        <maml:Description>
          <maml:para>Site 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>$OverrideListRequestParameters &#x3D; Initialize-OverrideListRequestParameters -IntentPath &quot;MyIntentPath&quot; -SitePath &quot;MySitePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OverrideListRequestParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$OverrideListRequestParameters &#x3D; Initialize-OverrideListRequestParameters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-OverrideListRequestParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PacketData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PacketData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PacketData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Packet configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FrameSize</maml:name>
          <maml:Description>
            <maml:para>If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size. </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>128</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Routed</maml:name>
          <maml:Description>
            <maml:para>When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected. More specifically: - For ARP request, the target IP will be overwritten as gateway IP if the target IP is not in the same subnet of gateway. - For ARP response, the target IP and destination MAC will be overwritten as gateway IP/MAC respectively, if the target IP is not in the same subnet of gateway. - For IP packet, the destination MAC will be overwritten as gateway MAC. However, this flag will not be effective when injecting the traceflow packet to a VLAN backed port. This is because the gateway in this case is a physical gateway that is outside the scope of NSX. Therefore, users need to manually populate the gateway MAC address. If the user still sets this flag in this case, a validation error will be thrown. The scenario where a user injects a packet with a VLAN tag into a parent port is referred to as the traceflow container case. Please note that the value of &#x60;routed&#x60; depends on the connected network of the child segment rather than the connected network of segment of the parent port in this case. Here is the explanation: The parent port in this context is the port on a segment which is referred to by a SegmentConnectionBindingMap. The bound segment of the SegmentConnectionBindingMap is the child segment. The user-crafted traceflow packet will be directly forwarded to the corresponding child segment of the parent port without interacting with any layer 2 forwarding/layer 3 routing in this scenario. The crafted packet will follow the forwarding/routing polices of the child segment&#39;s connected network. For example, if a user injects a crafted packet to port_p, and the segment (seg_p) of port_p is referred to by the binding map m1, where m1 is bound to segment seg_c, and the destination port (port_d) of the packet is the VM vNIC connected to seg_p. Although port_p and port_d are on the same segment, the &#39;routed&#39; value should be set to true if the user expects the crafted packet to be correctly delivered to the destination. This is because the child segments seg_c and seg_d are on different segments and require router interaction to communicate. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportType</maml:name>
          <maml:Description>
            <maml:para>This type takes effect only for IP packet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TransportTypeEnum.UNICAST</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Packet configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FrameSize</maml:name>
        <maml:Description>
          <maml:para>If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size. </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>128</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Routed</maml:name>
        <maml:Description>
          <maml:para>When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected. More specifically: - For ARP request, the target IP will be overwritten as gateway IP if the target IP is not in the same subnet of gateway. - For ARP response, the target IP and destination MAC will be overwritten as gateway IP/MAC respectively, if the target IP is not in the same subnet of gateway. - For IP packet, the destination MAC will be overwritten as gateway MAC. However, this flag will not be effective when injecting the traceflow packet to a VLAN backed port. This is because the gateway in this case is a physical gateway that is outside the scope of NSX. Therefore, users need to manually populate the gateway MAC address. If the user still sets this flag in this case, a validation error will be thrown. The scenario where a user injects a packet with a VLAN tag into a parent port is referred to as the traceflow container case. Please note that the value of &#x60;routed&#x60; depends on the connected network of the child segment rather than the connected network of segment of the parent port in this case. Here is the explanation: The parent port in this context is the port on a segment which is referred to by a SegmentConnectionBindingMap. The bound segment of the SegmentConnectionBindingMap is the child segment. The user-crafted traceflow packet will be directly forwarded to the corresponding child segment of the parent port without interacting with any layer 2 forwarding/layer 3 routing in this scenario. The crafted packet will follow the forwarding/routing polices of the child segment&#39;s connected network. For example, if a user injects a crafted packet to port_p, and the segment (seg_p) of port_p is referred to by the binding map m1, where m1 is bound to segment seg_c, and the destination port (port_d) of the packet is the VM vNIC connected to seg_p. Although port_p and port_d are on the same segment, the &#39;routed&#39; value should be set to true if the user expects the crafted packet to be correctly delivered to the destination. This is because the child segments seg_c and seg_d are on different segments and require router interaction to communicate. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportType</maml:name>
        <maml:Description>
          <maml:para>This type takes effect only for IP packet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TransportTypeEnum.UNICAST</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PacketData &#x3D; Initialize-PacketData -ResourceType &quot;BinaryPacketData&quot; -FrameSize 0 -Routed $false -TransportType &quot;BROADCAST&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PacketData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PacketData &#x3D; Initialize-PacketData -ResourceType &quot;BinaryPacketData&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PacketData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PacketNumberSampling</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PacketNumberSampling</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PacketNumberSampling</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SamplingType</maml:name>
          <maml:Description>
            <maml:para>Sampling type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>SamplingType</maml:name>
        <maml:Description>
          <maml:para>Sampling type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PacketNumberSampling &#x3D; Initialize-PacketNumberSampling -SamplingType &quot;FirstNSampling&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PacketNumberSampling with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PacketNumberSampling &#x3D; Initialize-PacketNumberSampling
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PacketNumberSampling with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ParallelRedundancyProt</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ParallelRedundancyProt</command:noun>
      <maml:description>
        <maml:para>Parallel Redundancy Protocol settings</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Parallel Redundancy Protocol settings</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ParallelRedundancyProt</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to turn on or off the protocol</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to turn on or off the protocol</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ParallelRedundancyProt &#x3D; Initialize-ParallelRedundancyProt -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ParallelRedundancyProt with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ParallelRedundancyProt &#x3D; Initialize-ParallelRedundancyProt -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ParallelRedundancyProt with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ParallelRedundancyProtocolConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ParallelRedundancyProtocolConfig</command:noun>
      <maml:description>
        <maml:para>Provides all the necessary PRP config for vSwitch-RT enabled host switch. This config cannot be updated once host switch is created.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides all the necessary PRP config for vSwitch-RT enabled host switch. This config cannot be updated once host switch is created.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ParallelRedundancyProtocolConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SupervisionMulticastAddress</maml:name>
          <maml:Description>
            <maml:para>Default multicast address for PRP supervision purpose.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;01:15:4e:00:01:00&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LifeCheckInterval</maml:name>
          <maml:Description>
            <maml:para>How often (in ms) supervision frame will be generated for the vPLC.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>2000</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodeForgetTime</maml:name>
          <maml:Description>
            <maml:para>How long (in seconds) to wait for an idle Node to be deleted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>60</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EntryForgetTime</maml:name>
          <maml:Description>
            <maml:para>How long (in ms) a packet with RCT to be held for duplication detection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>400</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodeRebootInterval</maml:name>
          <maml:Description>
            <maml:para>How long (in ms) for a reboot vPLC to be quiet before it can generate traffic.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>500</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SupervisionMulticastAddress</maml:name>
        <maml:Description>
          <maml:para>Default multicast address for PRP supervision purpose.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;01:15:4e:00:01:00&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LifeCheckInterval</maml:name>
        <maml:Description>
          <maml:para>How often (in ms) supervision frame will be generated for the vPLC.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>2000</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NodeForgetTime</maml:name>
        <maml:Description>
          <maml:para>How long (in seconds) to wait for an idle Node to be deleted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>60</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EntryForgetTime</maml:name>
        <maml:Description>
          <maml:para>How long (in ms) a packet with RCT to be held for duplication detection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>400</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NodeRebootInterval</maml:name>
        <maml:Description>
          <maml:para>How long (in ms) for a reboot vPLC to be quiet before it can generate traffic.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>500</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ParallelRedundancyProtocolConfig &#x3D; Initialize-ParallelRedundancyProtocolConfig -SupervisionMulticastAddress &quot;MySupervisionMulticastAddress&quot; -LifeCheckInterval 0 -NodeForgetTime 0 -EntryForgetTime 0 -NodeRebootInterval 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ParallelRedundancyProtocolConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ParallelRedundancyProtocolConfig &#x3D; Initialize-ParallelRedundancyProtocolConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ParallelRedundancyProtocolConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PartialPatchConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PartialPatchConfig</command:noun>
      <maml:description>
        <maml:para>Basic Concept: Partial Patch is a specialized feature in NSX that allows you to update only a specific part of an object&#39;s properties, instead of updating the entire object. This is particularly useful for making incremental changes to an object. Enabling Partial Patch: By default, Partial Patch is disabled. You need to explicitly enable this feature to use it. When enabled, you can update a subset of an object&#39;s fields, merging your new data with the existing object&#39;s data. Usage in API Operations: When Partial Patch is disabled, complete object data is required for both PUT and PATCH operations in /policy APIs. Once enabled, you can provide only the necessary subset of data for these operations. Important Considerations:In a partial patch, array properties are entirely replaced, not merged. If a PATCH operation targets a non-existing object, NSX will create a new object after performing all required validations. Be aware of fields that depend on each other (like username and password, or IP address and thumbprint). In such cases, either all or none of these inter-dependent fields should be provided in a Partial Patch request. Partial Patch does not support certain objects, such as &#39;Infra&#39;. Objects like Labels, Security Policies, and Services have specific attributes that are treated differently in PATCH requests. This special handling won&#39;t change with Partial Patch. For example, in Security Policies, adding &#39;rules&#39; through PATCH merges them with existing rules, while a PUT operation replaces them entirely. Partial Patch won&#39;t work if the new value for a property is of a different polymorphic type than the existing value. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Basic Concept: Partial Patch is a specialized feature in NSX that allows you to update only a specific part of an object&#39;s properties, instead of updating the entire object. This is particularly useful for making incremental changes to an object. Enabling Partial Patch: By default, Partial Patch is disabled. You need to explicitly enable this feature to use it. When enabled, you can update a subset of an object&#39;s fields, merging your new data with the existing object&#39;s data. Usage in API Operations: When Partial Patch is disabled, complete object data is required for both PUT and PATCH operations in /policy APIs. Once enabled, you can provide only the necessary subset of data for these operations. Important Considerations:In a partial patch, array properties are entirely replaced, not merged. If a PATCH operation targets a non-existing object, NSX will create a new object after performing all required validations. Be aware of fields that depend on each other (like username and password, or IP address and thumbprint). In such cases, either all or none of these inter-dependent fields should be provided in a Partial Patch request. Partial Patch does not support certain objects, such as &#39;Infra&#39;. Objects like Labels, Security Policies, and Services have specific attributes that are treated differently in PATCH requests. This special handling won&#39;t change with Partial Patch. For example, in Security Policies, adding &#39;rules&#39; through PATCH merges them with existing rules, while a PUT operation replaces them entirely. Partial Patch won&#39;t work if the new value for a property is of a different polymorphic type than the existing value. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PartialPatchConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnablePartialPatch</maml:name>
          <maml:Description>
            <maml:para>boolean value used to activate/deactivate partial patch</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>EnablePartialPatch</maml:name>
        <maml:Description>
          <maml:para>boolean value used to activate/deactivate partial patch</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$PartialPatchConfig &#x3D; Initialize-PartialPatchConfig -EnablePartialPatch $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PartialPatchConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PartialPatchConfig &#x3D; Initialize-PartialPatchConfig -EnablePartialPatch $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PartialPatchConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PatchResources</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PatchResources</command:noun>
      <maml:description>
        <maml:para>Patch Resources is an action to create/patch resources in response to an event. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Patch Resources is an action to create/patch resources in response to an event. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PatchResources</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Reaction Action resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Reaction Action resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PatchResources &#x3D; Initialize-PatchResources -ResourceType &quot;PatchResources&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PatchResources with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PatchResources &#x3D; Initialize-PatchResources
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PatchResources with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PathExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PathExpression</command:noun>
      <maml:description>
        <maml:para>Represents policy path expressions in the form of an array, to support addition of objects like groups, segments and policy logical ports in a group.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents policy path expressions in the form of an array, to support addition of objects like groups, segments and policy logical ports in a group.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PathExpression</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>$PathExpression &#x3D; Initialize-PathExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PathExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PathExpression &#x3D; Initialize-PathExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PathExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PathPrefixListRequestParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PathPrefixListRequestParameter</command:noun>
      <maml:description>
        <maml:para>List of path-prefix values for which the quota-status is required.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of path-prefix values for which the quota-status is required.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PathPrefixListRequestParameter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PathPrefixes</maml:name>
          <maml:Description>
            <maml:para>The array contains path-prefix</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PathPrefixes</maml:name>
        <maml:Description>
          <maml:para>The array contains path-prefix</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PathPrefixListRequestParameter &#x3D; Initialize-PathPrefixListRequestParameter -PathPrefixes &quot;MyPathPrefixes&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PathPrefixListRequestParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PathPrefixListRequestParameter &#x3D; Initialize-PathPrefixListRequestParameter -PathPrefixes &quot;MyPathPrefixes&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PathPrefixListRequestParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PendingChangesInfoNsxT</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PendingChangesInfoNsxT</command:noun>
      <maml:description>
        <maml:para>Information about recent changes, if any, that are not reflected in the Enforced Realized Status. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information about recent changes, if any, that are not reflected in the Enforced Realized Status. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PendingChangesInfoNsxT</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PendingChangesFlag</maml:name>
          <maml:Description>
            <maml:para>Flag describing whether there are any pending changes that are not reflected in the status. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PendingChangesFlag</maml:name>
        <maml:Description>
          <maml:para>Flag describing whether there are any pending changes that are not reflected in the status. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$PendingChangesInfoNsxT &#x3D; Initialize-PendingChangesInfoNsxT -PendingChangesFlag $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PendingChangesInfoNsxT with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PendingChangesInfoNsxT &#x3D; Initialize-PendingChangesInfoNsxT
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PendingChangesInfoNsxT with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PktCaptureOption</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PktCaptureOption</command:noun>
      <maml:description>
        <maml:para>The option is used to filter data on a given node.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The option is used to filter data on a given node.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PktCaptureOption</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The available option names in the enum can be used to filter the capture data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Define the capture value according to the given capture option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>The available option names in the enum can be used to filter the capture data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Define the capture value according to the given capture option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PktCaptureOption &#x3D; Initialize-PktCaptureOption -Name &quot;ETHTYPE&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PktCaptureOption with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PktCaptureOption &#x3D; Initialize-PktCaptureOption
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PktCaptureOption with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PktCaptureOptionList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PktCaptureOptionList</command:noun>
      <maml:description>
        <maml:para>List of packet capture options to filter data in capture process.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of packet capture options to filter data in capture process.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PktCaptureOptionList</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>$PktCaptureOptionList &#x3D; Initialize-PktCaptureOptionList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PktCaptureOptionList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PktCaptureOptionList &#x3D; Initialize-PktCaptureOptionList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PktCaptureOptionList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PktCaptureRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PktCaptureRequest</command:noun>
      <maml:description>
        <maml:para>This type is used to create packet request on a give node. Need to specify related parameters according to the capture point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This type is used to create packet request on a give node. Need to specify related parameters according to the capture point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PktCaptureRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Node</maml:name>
          <maml:Description>
            <maml:para>Define the transport node to capture data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NodeIp</maml:name>
          <maml:Description>
            <maml:para>Define the transport node to capture data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capsource</maml:name>
          <maml:Description>
            <maml:para>This type is used to differ the incoming request from CLI/UI.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Cappoint</maml:name>
          <maml:Description>
            <maml:para>Define the point to capture data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capmode</maml:name>
          <maml:Description>
            <maml:para>Define the capture streaming mode. The STREAM mode will send the data to given stream address and port. And the STANDALONE mode will save the capture file in local folder.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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>Define the capture direction. Support three types INPUT/OUTPUT/DUAL.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filtertype</maml:name>
          <maml:Description>
            <maml:para>Define the capture filter type. Support PRE/POST mode.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Streamaddress</maml:name>
          <maml:Description>
            <maml:para>Set the stream address to receive the capture packet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Streamport</maml:name>
          <maml:Description>
            <maml:para>Set the stream port to receive the capture packet. The STREAM mode is based on GRE-in-UDP Encapsulation(RFC8086). Packets are sent to UDP port 4754.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capvalue</maml:name>
          <maml:Description>
            <maml:para>Define the capture value of given capture point.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capamount</maml:name>
          <maml:Description>
            <maml:para>Define the packet capture amount size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capduration</maml:name>
          <maml:Description>
            <maml:para>Define the packet capture duration time. After the capture duration time, the capture process will stop working.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Caprate</maml:name>
          <maml:Description>
            <maml:para>Define the rate of packet capture process.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capfilesize</maml:name>
          <maml:Description>
            <maml:para>Define the packet capture file size limit.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capsnaplen</maml:name>
          <maml:Description>
            <maml:para>Limit the number of bytes captured from each packet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Capcore</maml:name>
          <maml:Description>
            <maml:para>The CPU core id on Edge node.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Options</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PktCaptureOptionList</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.PktCaptureOptionList</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>Node</maml:name>
        <maml:Description>
          <maml:para>Define the transport node to capture data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NodeIp</maml:name>
        <maml:Description>
          <maml:para>Define the transport node to capture data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capsource</maml:name>
        <maml:Description>
          <maml:para>This type is used to differ the incoming request from CLI/UI.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Cappoint</maml:name>
        <maml:Description>
          <maml:para>Define the point to capture data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capmode</maml:name>
        <maml:Description>
          <maml:para>Define the capture streaming mode. The STREAM mode will send the data to given stream address and port. And the STANDALONE mode will save the capture file in local folder.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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>Define the capture direction. Support three types INPUT/OUTPUT/DUAL.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Filtertype</maml:name>
        <maml:Description>
          <maml:para>Define the capture filter type. Support PRE/POST mode.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Streamaddress</maml:name>
        <maml:Description>
          <maml:para>Set the stream address to receive the capture packet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Streamport</maml:name>
        <maml:Description>
          <maml:para>Set the stream port to receive the capture packet. The STREAM mode is based on GRE-in-UDP Encapsulation(RFC8086). Packets are sent to UDP port 4754.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capvalue</maml:name>
        <maml:Description>
          <maml:para>Define the capture value of given capture point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capamount</maml:name>
        <maml:Description>
          <maml:para>Define the packet capture amount size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capduration</maml:name>
        <maml:Description>
          <maml:para>Define the packet capture duration time. After the capture duration time, the capture process will stop working.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Caprate</maml:name>
        <maml:Description>
          <maml:para>Define the rate of packet capture process.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capfilesize</maml:name>
        <maml:Description>
          <maml:para>Define the packet capture file size limit.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capsnaplen</maml:name>
        <maml:Description>
          <maml:para>Limit the number of bytes captured from each packet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Capcore</maml:name>
        <maml:Description>
          <maml:para>The CPU core id on Edge node.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Options</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PktCaptureOptionList</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.PktCaptureOptionList</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PktCaptureOptionList &#x3D; Initialize-PktCaptureOptionList
$PktCaptureRequest &#x3D; Initialize-PktCaptureRequest -Node &quot;MyNode&quot; -NodeIp &quot;MyNodeIp&quot; -Capsource &quot;CLI&quot; -Cappoint &quot;VNIC&quot; -Capmode &quot;STANDALONE&quot; -Direction &quot;INPUT&quot; -Filtertype &quot;PRE&quot; -Streamaddress &quot;MyStreamaddress&quot; -Streamport 0 -Capvalue &quot;MyCapvalue&quot; -Capamount 0 -Capduration 0 -Caprate 0 -Capfilesize 0 -Capsnaplen 0 -Capcore 0 -Options $PktCaptureOptionList
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PktCaptureRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PktCaptureRequest &#x3D; Initialize-PktCaptureRequest -Capsource &quot;CLI&quot; -Cappoint &quot;VNIC&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PktCaptureRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-PktCaptureOptionList</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PlainFilterData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PlainFilterData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PlainFilterData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Filter type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Filter type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PlainFilterData &#x3D; Initialize-PlainFilterData -ResourceType &quot;FieldsFilterData&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PlainFilterData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PlainFilterData &#x3D; Initialize-PlainFilterData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PlainFilterData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PlatformDeploymentChecksAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PlatformDeploymentChecksAction</command:noun>
      <maml:description>
        <maml:para>Pre/post deployment checks.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Pre/post deployment checks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PlatformDeploymentChecksAction</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Action</maml:name>
          <maml:Description>
            <maml:para>Run pre/post deployment checks. PRE_CHECKS - Run pre-check before deployment. POST_CHECKS - Run post-check after deployment. ABORT_CHECKS - Abort running pre/post deployement checks. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>Run pre/post deployment checks. PRE_CHECKS - Run pre-check before deployment. POST_CHECKS - Run post-check after deployment. ABORT_CHECKS - Abort running pre/post deployement checks. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PlatformDeploymentChecksAction &#x3D; Initialize-PlatformDeploymentChecksAction -Action &quot;PRE_CHECKS&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PlatformDeploymentChecksAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PlatformDeploymentChecksAction &#x3D; Initialize-PlatformDeploymentChecksAction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PlatformDeploymentChecksAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PlatformDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PlatformDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>Configuration for NSX Application Platform deployment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for NSX Application Platform deployment.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PlatformDeploymentConfig</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>$PlatformDeploymentConfig &#x3D; Initialize-PlatformDeploymentConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PlatformDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PlatformDeploymentConfig &#x3D; Initialize-PlatformDeploymentConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PlatformDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PmaasCompatibilityCheckListResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PmaasCompatibilityCheckListResult</command:noun>
      <maml:description>
        <maml:para>Paged Collection of NSX+ compatibility check results.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Paged Collection of NSX+ compatibility check results.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PmaasCompatibilityCheckListResult</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>$PmaasCompatibilityCheckListResult &#x3D; Initialize-PmaasCompatibilityCheckListResult
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasCompatibilityCheckListResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PmaasCompatibilityCheckListResult &#x3D; Initialize-PmaasCompatibilityCheckListResult
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasCompatibilityCheckListResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PmaasCompatibilityCheckResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PmaasCompatibilityCheckResult</command:noun>
      <maml:description>
        <maml:para>Result of prechecks run for onboarding remote site. The checks include NSX version compatibility with NSX+, Round Trip Time (RTT), etc. Note that some of checks like RTT are soft limits. While the NSX+ compatible field remains PENDING the client should continue to intermittently re-read to determine when the validation is complete. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Result of prechecks run for onboarding remote site. The checks include NSX version compatibility with NSX+, Round Trip Time (RTT), etc. Note that some of checks like RTT are soft limits. While the NSX+ compatible field remains PENDING the client should continue to intermittently re-read to determine when the validation is complete. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PmaasCompatibilityCheckResult</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>$PmaasCompatibilityCheckResult &#x3D; Initialize-PmaasCompatibilityCheckResult
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasCompatibilityCheckResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PmaasCompatibilityCheckResult &#x3D; Initialize-PmaasCompatibilityCheckResult
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasCompatibilityCheckResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PmaasProjectCreationCheckListResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PmaasProjectCreationCheckListResult</command:noun>
      <maml:description>
        <maml:para>Paged Collection of PmaasProjectCreationCheckResult</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Paged Collection of PmaasProjectCreationCheckResult</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PmaasProjectCreationCheckListResult</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>$PmaasProjectCreationCheckListResult &#x3D; Initialize-PmaasProjectCreationCheckListResult
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasProjectCreationCheckListResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PmaasProjectCreationCheckListResult &#x3D; Initialize-PmaasProjectCreationCheckListResult
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasProjectCreationCheckListResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PmaasProjectCreationCheckResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PmaasProjectCreationCheckResult</command:noun>
      <maml:description>
        <maml:para>Project creation status on Pmaas </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Project creation status on Pmaas </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PmaasProjectCreationCheckResult</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>$PmaasProjectCreationCheckResult &#x3D; Initialize-PmaasProjectCreationCheckResult
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasProjectCreationCheckResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PmaasProjectCreationCheckResult &#x3D; Initialize-PmaasProjectCreationCheckResult
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasProjectCreationCheckResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PmaasSiteOffBoardingStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PmaasSiteOffBoardingStatus</command:noun>
      <maml:description>
        <maml:para>Represents and maintains NSX+ site offboarding status. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents and maintains NSX+ site offboarding status. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PmaasSiteOffBoardingStatus</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>$PmaasSiteOffBoardingStatus &#x3D; Initialize-PmaasSiteOffBoardingStatus
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasSiteOffBoardingStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PmaasSiteOffBoardingStatus &#x3D; Initialize-PmaasSiteOffBoardingStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PmaasSiteOffBoardingStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Pnic</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Pnic</command:noun>
      <maml:description>
        <maml:para>Physical NIC specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Physical NIC specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Pnic</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeviceName</maml:name>
          <maml:Description>
            <maml:para>device name or 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkName</maml:name>
          <maml:Description>
            <maml:para>Uplink name for this Pnic. This name will be used to reference this Pnic in other configurations.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeviceName</maml:name>
        <maml:Description>
          <maml:para>device name or 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkName</maml:name>
        <maml:Description>
          <maml:para>Uplink name for this Pnic. This name will be used to reference this Pnic in other configurations.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Pnic &#x3D; Initialize-Pnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Pnic with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Pnic &#x3D; Initialize-Pnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Pnic with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PointDefinition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PointDefinition</command:noun>
      <maml:description>
        <maml:para>Defines the point of a graph.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Defines the point of a graph.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PointDefinition</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Field</maml:name>
          <maml:Description>
            <maml:para>An expression that represents the points of the graph</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>XValue</maml:name>
          <maml:Description>
            <maml:para>Represents the variable for the X value of points that are plotted on the graph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>YValue</maml:name>
          <maml:Description>
            <maml:para>Represents the variable for the Y value of points that are plotted on the graph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tooltip</maml:name>
          <maml:Description>
            <maml:para>Multi-line text to be shown on tooltip while hovering over the point of a graph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DrilldownId</maml:name>
          <maml:Description>
            <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>Hyperlink of the specified UI page that provides 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>Field</maml:name>
        <maml:Description>
          <maml:para>An expression that represents the points of the graph</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>XValue</maml:name>
        <maml:Description>
          <maml:para>Represents the variable for the X value of points that are plotted on the graph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>YValue</maml:name>
        <maml:Description>
          <maml:para>Represents the variable for the Y value of points that are plotted on the graph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tooltip</maml:name>
        <maml:Description>
          <maml:para>Multi-line text to be shown on tooltip while hovering over the point of a graph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DrilldownId</maml:name>
        <maml:Description>
          <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Navigation</maml:name>
        <maml:Description>
          <maml:para>Hyperlink of the specified UI page that provides 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$PointDefinition &#x3D; Initialize-PointDefinition -Field &quot;MyField&quot; -XValue &quot;MyXValue&quot; -YValue &quot;MyYValue&quot; -Tooltip $Tooltip -DrilldownId &quot;MyDrilldownId&quot; -Navigation &quot;MyNavigation&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PointDefinition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PointDefinition &#x3D; Initialize-PointDefinition -Field &quot;MyField&quot; -XValue &quot;MyXValue&quot; -YValue &quot;MyYValue&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PointDefinition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Policy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Policy</command:noun>
      <maml:description>
        <maml:para>Ordered list of Rules. This object is created by default along with the Domain. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ordered list of Rules. This object is created by default along with the Domain. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Policy</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>$Policy &#x3D; Initialize-Policy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Policy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Policy &#x3D; Initialize-Policy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Policy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyAttributes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyAttributes</command:noun>
      <maml:description>
        <maml:para>Policy Attributes data holder</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy Attributes data holder</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyAttributes</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Policy Attribute Key - Denotes the type of attribute we are adding to the context profile or the L7 access profile. The keys has to be one of the enums defined for this field. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Multiple attribute values can be specified as elements of array. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsALGType</maml:name>
          <maml:Description>
            <maml:para>Describes whether the APP_ID value is ALG type 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CustomUrlPartialMatch</maml:name>
          <maml:Description>
            <maml:para>True value for this flag will be treated as a partial match for custom url</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datatype</maml:name>
          <maml:Description>
            <maml:para>Datatype for attribute</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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 for attribute 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Metadata</maml:name>
          <maml:Description>
            <maml:para>This is optional part that can hold additional data about the attribute key/values. Example - For URL CATEGORY key , it specified super category for url category value. This is generic array and can hold multiple meta information about key/values in future </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubAttributes</maml:name>
          <maml:Description>
            <maml:para>Reference to sub attributes for the attribute</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</maml:name>
            <maml: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 attribute value i.e whether system defined or custom value</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AttributeSourceEnum.SYSTEM</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Policy Attribute Key - Denotes the type of attribute we are adding to the context profile or the L7 access profile. The keys has to be one of the enums defined for this field. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Multiple attribute values can be specified as elements of array. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsALGType</maml:name>
        <maml:Description>
          <maml:para>Describes whether the APP_ID value is ALG type 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CustomUrlPartialMatch</maml:name>
        <maml:Description>
          <maml:para>True value for this flag will be treated as a partial match for custom url</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datatype</maml:name>
        <maml:Description>
          <maml:para>Datatype for attribute</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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 for attribute 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Metadata</maml:name>
        <maml:Description>
          <maml:para>This is optional part that can hold additional data about the attribute key/values. Example - For URL CATEGORY key , it specified super category for url category value. This is generic array and can hold multiple meta information about key/values in future </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ContextProfileAttributesMetadata&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubAttributes</maml:name>
        <maml:Description>
          <maml:para>Reference to sub attributes for the attribute</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicySubAttributes&gt;</maml:name>
          <maml: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 attribute value i.e whether system defined or custom value</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AttributeSourceEnum.SYSTEM</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-ContextProfileAttributesMetadata -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$PolicySubAttributes &#x3D; Initialize-PolicySubAttributes -Key &quot;TLS_CIPHER_SUITE&quot; -Value &quot;MyValue&quot; -Datatype &quot;STRING&quot;
$PolicyAttributes &#x3D; Initialize-PolicyAttributes -Key &quot;APP_ID&quot; -Value &quot;MyValue&quot; -IsALGType $false -CustomUrlPartialMatch $false -Datatype &quot;STRING&quot; -Description &quot;MyDescription&quot; -Metadata $ContextProfileAttributesMetadata -SubAttributes $PolicySubAttributes -AttributeSource &quot;SYSTEM&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyAttributes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyAttributes &#x3D; Initialize-PolicyAttributes -Key &quot;APP_ID&quot; -Value &quot;MyValue&quot; -Datatype &quot;STRING&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyAttributes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyBaseHostSwitchProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyBaseHostSwitchProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyBaseHostSwitchProfile</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>$PolicyBaseHostSwitchProfile &#x3D; Initialize-PolicyBaseHostSwitchProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyBaseHostSwitchProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyBaseHostSwitchProfile &#x3D; Initialize-PolicyBaseHostSwitchProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyBaseHostSwitchProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyBasedIPSecVpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyBasedIPSecVpnSession</command:noun>
      <maml:description>
        <maml:para>A Policy Based VPN requires to define protect rules that match local and peer subnets. IPSec security associations is negotiated for each pair of local and peer subnet.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Policy Based VPN requires to define protect rules that match local and peer subnets. IPSec security associations is negotiated for each pair of local and peer subnet.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyBasedIPSecVpnSession</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>$PolicyBasedIPSecVpnSession &#x3D; Initialize-PolicyBasedIPSecVpnSession
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyBasedIPSecVpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyBasedIPSecVpnSession &#x3D; Initialize-PolicyBasedIPSecVpnSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyBasedIPSecVpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyBasedL3VpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyBasedL3VpnSession</command:noun>
      <maml:description>
        <maml:para>A Policy-based L3Vpn session is a configuration in which a specific vpn tunnel is referenced in a policy whose action is set as tunnel. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Policy-based L3Vpn session is a configuration in which a specific vpn tunnel is referenced in a policy whose action is set as tunnel. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyBasedL3VpnSession</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>- A Policy Based L3Vpn is a configuration in which protect rules to match local and remote subnet needs to be defined. Tunnel is established for each pair of local and remote subnet defined in protect rules. - A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet (commonly known as VTI) is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>- A Policy Based L3Vpn is a configuration in which protect rules to match local and remote subnet needs to be defined. Tunnel is established for each pair of local and remote subnet defined in protect rules. - A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet (commonly known as VTI) is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyBasedL3VpnSession &#x3D; Initialize-PolicyBasedL3VpnSession -ResourceType &quot;PolicyBasedL3VpnSession&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyBasedL3VpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyBasedL3VpnSession &#x3D; Initialize-PolicyBasedL3VpnSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyBasedL3VpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyConfigResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyConfigResource</command:noun>
      <maml:description>
        <maml:para>Represents an object on the desired state.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an object on the desired state.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyConfigResource</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>$PolicyConfigResource &#x3D; Initialize-PolicyConfigResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyConfigResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyConfigResource &#x3D; Initialize-PolicyConfigResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyConfigResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyContextProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyContextProfile</command:noun>
      <maml:description>
        <maml:para>An entity that encapsulates attributes and sub-attributes of various network services (eg. L7 services, domain name, encryption algorithm) The entity will be consumed in firewall rules and can be added in new tuple called profile in firewall rules. To get a list of supported attributes and sub-attributes fire the following REST API GET https://&amp;lt;policy-mgr&amp;gt;/policy/api/v1/infra/context-profiles/attributes </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An entity that encapsulates attributes and sub-attributes of various network services (eg. L7 services, domain name, encryption algorithm) The entity will be consumed in firewall rules and can be added in new tuple called profile in firewall rules. To get a list of supported attributes and sub-attributes fire the following REST API GET https://&amp;lt;policy-mgr&amp;gt;/policy/api/v1/infra/context-profiles/attributes </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyContextProfile</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>$PolicyContextProfile &#x3D; Initialize-PolicyContextProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyContextProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyContextProfile &#x3D; Initialize-PolicyContextProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyContextProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyCountObservation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyCountObservation</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyCountObservation</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>$PolicyCountObservation &#x3D; Initialize-PolicyCountObservation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyCountObservation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyCountObservation &#x3D; Initialize-PolicyCountObservation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyCountObservation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyCustomAttributes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyCustomAttributes</command:noun>
      <maml:description>
        <maml:para>Policy Custom Attributes data holder</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy Custom Attributes data holder</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyCustomAttributes</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>$PolicyCustomAttributes &#x3D; Initialize-PolicyCustomAttributes
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyCustomAttributes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyCustomAttributes &#x3D; Initialize-PolicyCustomAttributes
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyCustomAttributes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyDnsForwarder</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyDnsForwarder</command:noun>
      <maml:description>
        <maml:para>Used to configure DNS Forwarder</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to configure DNS Forwarder</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyDnsForwarder</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>$PolicyDnsForwarder &#x3D; Initialize-PolicyDnsForwarder
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyDnsForwarder with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyDnsForwarder &#x3D; Initialize-PolicyDnsForwarder
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyDnsForwarder with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyDnsForwarderZone</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyDnsForwarderZone</command:noun>
      <maml:description>
        <maml:para>Used to configure zones on DNS Forwarder</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used to configure zones on DNS Forwarder</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyDnsForwarderZone</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>$PolicyDnsForwarderZone &#x3D; Initialize-PolicyDnsForwarderZone
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyDnsForwarderZone with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyDnsForwarderZone &#x3D; Initialize-PolicyDnsForwarderZone
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyDnsForwarderZone with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyDraft</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyDraft</command:noun>
      <maml:description>
        <maml:para>A draft which stores the system generated as well as user intended changes in a hierarchical body format. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A draft which stores the system generated as well as user intended changes in a hierarchical body format. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyDraft</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>$PolicyDraft &#x3D; Initialize-PolicyDraft
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyDraft with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyDraft &#x3D; Initialize-PolicyDraft
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyDraft with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeCluster</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeCluster</command:noun>
      <maml:description>
        <maml:para>Edge Cluster.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Edge Cluster.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeCluster</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>$PolicyEdgeCluster &#x3D; Initialize-PolicyEdgeCluster
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeCluster with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeCluster &#x3D; Initialize-PolicyEdgeCluster
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeCluster with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeClusterMember</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeClusterMember</command:noun>
      <maml:description>
        <maml:para>Policy edge cluster member represents policy edge node resource and associates edge transport node to the edge cluster. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy edge cluster member represents policy edge node resource and associates edge transport node to the edge cluster. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeClusterMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EdgeTransportNodePath</maml:name>
          <maml:Description>
            <maml:para>Edge transport node path can&#39;t be changed once member is added to cluster. To replace edge transport node for existing member refer &lt;b&gt;/policy/api/v1/infra/sites/default/enforcement-points/default/edge-clusters/&lt;edge-cluster-id&gt; /action/replace-policy-edge-node&lt;/b&gt; api </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MemberIndex</maml:name>
          <maml:Description>
            <maml:para>The system assigned index for the edge cluster member. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>This field is optional; if an id is not provided, then member_index will be considered an id of PolicyEdgeNode.In a hierarchical API,to consume the path of PolicyEdgeNode in the same payload In that case, id value is required.Build the path of the PolicyEdgeNode with the given id and consume the path. e.g., if edge_node_id&#x3D;my-policy-edge-node-id, then the path will be /infra/sites/default/enforcement-points/nsx/edge-clusters/my-edge-cluster-id/edge-nodes/my-policy-edge-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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PolicyEdgeNodePath</maml:name>
          <maml:Description>
            <maml:para>The PolicyEdgeNode path which is part of edge cluster member. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EdgeTransportNodePath</maml:name>
        <maml:Description>
          <maml:para>Edge transport node path can&#39;t be changed once member is added to cluster. To replace edge transport node for existing member refer &lt;b&gt;/policy/api/v1/infra/sites/default/enforcement-points/default/edge-clusters/&lt;edge-cluster-id&gt; /action/replace-policy-edge-node&lt;/b&gt; api </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MemberIndex</maml:name>
        <maml:Description>
          <maml:para>The system assigned index for the edge cluster member. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>This field is optional; if an id is not provided, then member_index will be considered an id of PolicyEdgeNode.In a hierarchical API,to consume the path of PolicyEdgeNode in the same payload In that case, id value is required.Build the path of the PolicyEdgeNode with the given id and consume the path. e.g., if edge_node_id&#x3D;my-policy-edge-node-id, then the path will be /infra/sites/default/enforcement-points/nsx/edge-clusters/my-edge-cluster-id/edge-nodes/my-policy-edge-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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PolicyEdgeNodePath</maml:name>
        <maml:Description>
          <maml:para>The PolicyEdgeNode path which is part of edge cluster member. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyEdgeClusterMember &#x3D; Initialize-PolicyEdgeClusterMember -EdgeTransportNodePath &quot;MyEdgeTransportNodePath&quot; -MemberIndex 0 -Id &quot;MyId&quot; -PolicyEdgeNodePath &quot;MyPolicyEdgeNodePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeClusterMember with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeClusterMember &#x3D; Initialize-PolicyEdgeClusterMember -EdgeTransportNodePath &quot;MyEdgeTransportNodePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeClusterMember with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeHighAvailabilityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeHighAvailabilityProfile</command:noun>
      <maml:description>
        <maml:para>PolicyEdgeHighAvailabilityProfile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>PolicyEdgeHighAvailabilityProfile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeHighAvailabilityProfile</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>$PolicyEdgeHighAvailabilityProfile &#x3D; Initialize-PolicyEdgeHighAvailabilityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeHighAvailabilityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeHighAvailabilityProfile &#x3D; Initialize-PolicyEdgeHighAvailabilityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeHighAvailabilityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeNodeRelocateAndRemoveMember</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeNodeRelocateAndRemoveMember</command:noun>
      <maml:description>
        <maml:para>PolicyEdgeNode relocate and remove </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>PolicyEdgeNode relocate and remove </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeNodeRelocateAndRemoveMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PolicyEdgeNodePath</maml:name>
          <maml:Description>
            <maml:para>The path of PolicyEdgeNode to perform the relocate and remove 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>PolicyEdgeNodePath</maml:name>
        <maml:Description>
          <maml:para>The path of PolicyEdgeNode to perform the relocate and remove 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>$PolicyEdgeNodeRelocateAndRemoveMember &#x3D; Initialize-PolicyEdgeNodeRelocateAndRemoveMember -PolicyEdgeNodePath &quot;MyPolicyEdgeNodePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeNodeRelocateAndRemoveMember with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeNodeRelocateAndRemoveMember &#x3D; Initialize-PolicyEdgeNodeRelocateAndRemoveMember -PolicyEdgeNodePath &quot;MyPolicyEdgeNodePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeNodeRelocateAndRemoveMember with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeNodeReplaceMember</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeNodeReplaceMember</command:noun>
      <maml:description>
        <maml:para>PolicyEdgeNode replace operation </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>PolicyEdgeNode replace operation </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeNodeReplaceMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PolicyEdgeNodePath</maml:name>
          <maml:Description>
            <maml:para>The path of PolicyEdgeNode to perform the replace 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EdgeTransportNodePath</maml:name>
          <maml:Description>
            <maml:para>The Path of edge transport node, which will replace the edge_transport_node_path of the given policy 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PolicyEdgeNodePath</maml:name>
        <maml:Description>
          <maml:para>The path of PolicyEdgeNode to perform the replace 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EdgeTransportNodePath</maml:name>
        <maml:Description>
          <maml:para>The Path of edge transport node, which will replace the edge_transport_node_path of the given policy 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyEdgeNodeReplaceMember &#x3D; Initialize-PolicyEdgeNodeReplaceMember -PolicyEdgeNodePath &quot;MyPolicyEdgeNodePath&quot; -EdgeTransportNodePath &quot;MyEdgeTransportNodePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeNodeReplaceMember with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeNodeReplaceMember &#x3D; Initialize-PolicyEdgeNodeReplaceMember -PolicyEdgeNodePath &quot;MyPolicyEdgeNodePath&quot; -EdgeTransportNodePath &quot;MyEdgeTransportNodePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeNodeReplaceMember with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportManagementInterface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportManagementInterface</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportManagementInterface</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentSpecs</maml:name>
          <maml:Description>
            <maml:para>IPv4 and/or IPv6 Address subnet configuration for the management port. The ip address from management_port_subnets property will be considered. ip_assignment_type is mandatory field. The valid values for ip_assignment_type are StaticIpv4, StaticIpv6 and Dhcpv4. e.g. 1. In case of DHCPv4, ip_assignment_type value should be Dhcpv4 2. In case of static IPv6, ip_assignment_type value should be StaticIpv6 3. In case of Dual Stack , ip_assignment_type should be combination of Dhcpv4/StaticIpv4 and StaticIpv6. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NetworkId</maml:name>
          <maml:Description>
            <maml:para>Distributed portgroup identifier to which the management vnic of edge node vm will be connected. This portgroup must have connectivity with MP and CCP. A VLAN logical switch identifier may also be specified. If VM network interface is not connected, it is represented as an empty string. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAssignmentSpecs</maml:name>
        <maml:Description>
          <maml:para>IPv4 and/or IPv6 Address subnet configuration for the management port. The ip address from management_port_subnets property will be considered. ip_assignment_type is mandatory field. The valid values for ip_assignment_type are StaticIpv4, StaticIpv6 and Dhcpv4. e.g. 1. In case of DHCPv4, ip_assignment_type value should be Dhcpv4 2. In case of static IPv6, ip_assignment_type value should be StaticIpv6 3. In case of Dual Stack , ip_assignment_type should be combination of Dhcpv4/StaticIpv4 and StaticIpv6. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NetworkId</maml:name>
        <maml:Description>
          <maml:para>Distributed portgroup identifier to which the management vnic of edge node vm will be connected. This portgroup must have connectivity with MP and CCP. A VLAN logical switch identifier may also be specified. If VM network interface is not connected, it is represented as an empty string. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportManagementInterface &#x3D; Initialize-PolicyEdgeTransportManagementInterface -IpAssignmentSpecs $PolicyIpAssignmentSpec -NetworkId &quot;MyNetworkId&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportManagementInterface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportManagementInterface &#x3D; Initialize-PolicyEdgeTransportManagementInterface -IpAssignmentSpecs $PolicyIpAssignmentSpec -NetworkId &quot;MyNetworkId&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportManagementInterface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNode</command:noun>
      <maml:description>
        <maml:para>Policy Edge Transport is the object,where edge transport node related parameters are configured. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy Edge Transport is the object,where edge transport node related parameters are configured. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNode</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>$PolicyEdgeTransportNode &#x3D; Initialize-PolicyEdgeTransportNode
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNode &#x3D; Initialize-PolicyEdgeTransportNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeCredential</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeCredential</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeCredential</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CliUsername</maml:name>
          <maml:Description>
            <maml:para>To configure username, you must provide this property together with &lt;b&gt;cli_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;admin&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CliPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the node cli user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RootPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the node root user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AuditUsername</maml:name>
          <maml:Description>
            <maml:para>The default username is \&quot;audit\&quot;. To configure username, you must provide this property together with &lt;b&gt;audit_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AuditPassword</maml:name>
          <maml:Description>
            <maml:para>Password for the node audit user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>CliUsername</maml:name>
        <maml:Description>
          <maml:para>To configure username, you must provide this property together with &lt;b&gt;cli_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;admin&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CliPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the node cli user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RootPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the node root user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AuditUsername</maml:name>
        <maml:Description>
          <maml:para>The default username is \&quot;audit\&quot;. To configure username, you must provide this property together with &lt;b&gt;audit_password&lt;/b&gt;. Username must contain ASCII characters only. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AuditPassword</maml:name>
        <maml:Description>
          <maml:para>Password for the node audit user. For deployment, this property is required. After deployment, this property is ignored, and the node cli must be used to change the password. The password specified must be at least 12 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one special character (except quotes). Passwords based on dictionary words and palindromes are invalid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNodeCredential &#x3D; Initialize-PolicyEdgeTransportNodeCredential -CliUsername &quot;MyCliUsername&quot; -CliPassword &quot;MyCliPassword&quot; -RootPassword &quot;MyRootPassword&quot; -AuditUsername &quot;MyAuditUsername&quot; -AuditPassword &quot;MyAuditPassword&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeCredential with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNodeCredential &#x3D; Initialize-PolicyEdgeTransportNodeCredential
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeCredential with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeDatapathTroubleshooting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeDatapathTroubleshooting</command:noun>
      <maml:description>
        <maml:para>Edge Transport Nodes Datapath Troubleshoot Configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Edge Transport Nodes Datapath Troubleshoot Configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeDatapathTroubleshooting</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>$PolicyEdgeTransportNodeDatapathTroubleshooting &#x3D; Initialize-PolicyEdgeTransportNodeDatapathTroubleshooting
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeDatapathTroubleshooting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNodeDatapathTroubleshooting &#x3D; Initialize-PolicyEdgeTransportNodeDatapathTroubleshooting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeDatapathTroubleshooting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodePnic</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodePnic</command:noun>
      <maml:description>
        <maml:para>Physical NIC specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Physical NIC specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodePnic</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeviceName</maml:name>
          <maml:Description>
            <maml:para>Device name or key e.g. fp-eth0, fp-eth1 etc.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkName</maml:name>
          <maml:Description>
            <maml:para>Uplink name for this Pnic. This name will be used to reference this Pnic in other configurations.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatapathNetworkId</maml:name>
          <maml:Description>
            <maml:para>Distributed portgroup, VLAN logical switch identifier or segment path to which the datapath serving vnics of edge node vm will be connected. If a VM network interface is not configured, it is disconnected and represented as an empty string. For Manual and BM nodes this field is optional. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeviceName</maml:name>
        <maml:Description>
          <maml:para>Device name or key e.g. fp-eth0, fp-eth1 etc.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkName</maml:name>
        <maml:Description>
          <maml:para>Uplink name for this Pnic. This name will be used to reference this Pnic in other configurations.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatapathNetworkId</maml:name>
        <maml:Description>
          <maml:para>Distributed portgroup, VLAN logical switch identifier or segment path to which the datapath serving vnics of edge node vm will be connected. If a VM network interface is not configured, it is disconnected and represented as an empty string. For Manual and BM nodes this field is optional. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNodePnic &#x3D; Initialize-PolicyEdgeTransportNodePnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot; -DatapathNetworkId &quot;MyDatapathNetworkId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodePnic with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNodePnic &#x3D; Initialize-PolicyEdgeTransportNodePnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodePnic with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeRtepConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeRtepConfig</command:noun>
      <maml:description>
        <maml:para>Remote tunnel endpoint configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote tunnel endpoint configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeRtepConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentSpecs</maml:name>
          <maml:Description>
            <maml:para>IPs can come from either a static IP pool or an explicitly specified IP list. Therefore, specifying any other IP assignment type will result in error. In case a list of IPs is specified, the number of IPs provided should be sufficient as per the teaming policy associated with the host switch uplink profile used by the remote tunnel endpoint. valid ip_assignment_type values are StaticIpv4Pool and StaticIpv4List. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NamedTeamingPolicy</maml:name>
          <maml:Description>
            <maml:para>Specifying this field will override the default teaming policy of the host switch and will be used by remote tunnel endpoint traffic. if named_teaming_policy is given then device_name field should be not provided </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vlan</maml:name>
          <maml:Description>
            <maml:para>The transport VLAN id used for tagging intersite overlay traffic between remote tunnel endpoints. </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>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>IpAssignmentSpecs</maml:name>
        <maml:Description>
          <maml:para>IPs can come from either a static IP pool or an explicitly specified IP list. Therefore, specifying any other IP assignment type will result in error. In case a list of IPs is specified, the number of IPs provided should be sufficient as per the teaming policy associated with the host switch uplink profile used by the remote tunnel endpoint. valid ip_assignment_type values are StaticIpv4Pool and StaticIpv4List. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NamedTeamingPolicy</maml:name>
        <maml:Description>
          <maml:para>Specifying this field will override the default teaming policy of the host switch and will be used by remote tunnel endpoint traffic. if named_teaming_policy is given then device_name field should be not provided </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vlan</maml:name>
        <maml:Description>
          <maml:para>The transport VLAN id used for tagging intersite overlay traffic between remote tunnel endpoints. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportNodeRtepConfig &#x3D; Initialize-PolicyEdgeTransportNodeRtepConfig -IpAssignmentSpecs $PolicyIpAssignmentSpec -NamedTeamingPolicy &quot;MyNamedTeamingPolicy&quot; -Vlan 0
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeRtepConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyEdgeTransportNodeRtepConfig &#x3D; Initialize-PolicyEdgeTransportNodeRtepConfig -Vlan 0
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeRtepConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeSwitch</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeSwitch</command:noun>
      <maml:description>
        <maml:para>single edge TN switch specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>single edge TN switch specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeSwitch</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SwitchName</maml:name>
          <maml:Description>
            <maml:para>If this name is unset or empty then the default host switch name will be used. The name must be unique among all host switches specified in a given edge transport node; unset name, empty name and the default host switch name are considered the same in terms of uniqueness. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;nsxDefaultHostSwitch&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProfilePaths</maml:name>
          <maml:Description>
            <maml:para>switch profiles bound to this edge Tn switch. If a profile path is not provided for any HostSwitchProfileType that is supported by the transport node, the corresponding default profile will be bound to the edge Tn switch. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchProfileTypePathEntry&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchProfileTypePathEntry&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OverlayTransportZonePaths</maml:name>
          <maml:Description>
            <maml:para>Overlay transport zone path for switch configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VlanTransportZonePaths</maml:name>
          <maml:Description>
            <maml:para>Vlan transport zone paths for switch configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Pnics</maml:name>
          <maml:Description>
            <maml:para>Physical NICs connected to the edge Tn switch</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodePnic&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodePnic&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelEndpoints</maml:name>
          <maml:Description>
            <maml:para>Edge Tn Switch tunnel configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchTunnelEndPoint&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchTunnelEndPoint&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemoteTunnelEndpoint</maml:name>
          <maml:Description>
            <maml:para>This should be configured only on a single edge switch. This configuration will be used by overlay traffic that is meant to be sent between NSX inter site domains. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeRtepConfig&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeRtepConfig&gt;</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>SwitchName</maml:name>
        <maml:Description>
          <maml:para>If this name is unset or empty then the default host switch name will be used. The name must be unique among all host switches specified in a given edge transport node; unset name, empty name and the default host switch name are considered the same in terms of uniqueness. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;nsxDefaultHostSwitch&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProfilePaths</maml:name>
        <maml:Description>
          <maml:para>switch profiles bound to this edge Tn switch. If a profile path is not provided for any HostSwitchProfileType that is supported by the transport node, the corresponding default profile will be bound to the edge Tn switch. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchProfileTypePathEntry&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchProfileTypePathEntry&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OverlayTransportZonePaths</maml:name>
        <maml:Description>
          <maml:para>Overlay transport zone path for switch configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VlanTransportZonePaths</maml:name>
        <maml:Description>
          <maml:para>Vlan transport zone paths for switch configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Pnics</maml:name>
        <maml:Description>
          <maml:para>Physical NICs connected to the edge Tn switch</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodePnic&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodePnic&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelEndpoints</maml:name>
        <maml:Description>
          <maml:para>Edge Tn Switch tunnel configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchTunnelEndPoint&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitchTunnelEndPoint&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemoteTunnelEndpoint</maml:name>
        <maml:Description>
          <maml:para>This should be configured only on a single edge switch. This configuration will be used by overlay traffic that is meant to be sent between NSX inter site domains. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeRtepConfig&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeRtepConfig&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PolicyEdgeTransportNodeSwitchProfileTypePathEntry &#x3D; Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
$PolicyEdgeTransportNodePnic &#x3D; Initialize-PolicyEdgeTransportNodePnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot; -DatapathNetworkId &quot;MyDatapathNetworkId&quot;

$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportNodeSwitchTunnelEndPoint &#x3D; Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint -IpAssignmentSpecs $PolicyIpAssignmentSpec -Vlan 0


$PolicyEdgeTransportNodeRtepConfig &#x3D; Initialize-PolicyEdgeTransportNodeRtepConfig -IpAssignmentSpecs $PolicyIpAssignmentSpec -NamedTeamingPolicy &quot;MyNamedTeamingPolicy&quot; -Vlan 0

$PolicyEdgeTransportNodeSwitch &#x3D; Initialize-PolicyEdgeTransportNodeSwitch -SwitchName &quot;MySwitchName&quot; -ProfilePaths $PolicyEdgeTransportNodeSwitchProfileTypePathEntry -OverlayTransportZonePaths &quot;MyOverlayTransportZonePaths&quot; -VlanTransportZonePaths &quot;MyVlanTransportZonePaths&quot; -Pnics $PolicyEdgeTransportNodePnic -TunnelEndpoints $PolicyEdgeTransportNodeSwitchTunnelEndPoint -RemoteTunnelEndpoint $PolicyEdgeTransportNodeRtepConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitch with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyEdgeTransportNodePnic &#x3D; Initialize-PolicyEdgeTransportNodePnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
$PolicyEdgeTransportNodeSwitch &#x3D; Initialize-PolicyEdgeTransportNodeSwitch -Pnics $PolicyEdgeTransportNodePnic
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitch with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeSwitchProfileTypePathEntry</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Supported edge transport node switch profiles.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Edge transport supported uplink profile 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Supported edge transport node switch profiles.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Edge transport supported uplink profile 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>$PolicyEdgeTransportNodeSwitchProfileTypePathEntry &#x3D; Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyEdgeTransportNodeSwitchProfileTypePathEntry &#x3D; Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeSwitchSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeSwitchSpec</command:noun>
      <maml:description>
        <maml:para>Edge transport switch specification is used for NSX configured edge transport node.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Edge transport switch specification is used for NSX configured edge transport node.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeSwitchSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Switches</maml:name>
          <maml:Description>
            <maml:para>Edge Transport Node switches configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitch&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitch&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Switches</maml:name>
        <maml:Description>
          <maml:para>Edge Transport Node switches configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitch&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyEdgeTransportNodeSwitch&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$PolicyEdgeTransportNodeSwitchProfileTypePathEntry &#x3D; Initialize-PolicyEdgeTransportNodeSwitchProfileTypePathEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
$PolicyEdgeTransportNodePnic &#x3D; Initialize-PolicyEdgeTransportNodePnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot; -DatapathNetworkId &quot;MyDatapathNetworkId&quot;

$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportNodeSwitchTunnelEndPoint &#x3D; Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint -IpAssignmentSpecs $PolicyIpAssignmentSpec -Vlan 0


$PolicyEdgeTransportNodeRtepConfig &#x3D; Initialize-PolicyEdgeTransportNodeRtepConfig -IpAssignmentSpecs $PolicyIpAssignmentSpec -NamedTeamingPolicy &quot;MyNamedTeamingPolicy&quot; -Vlan 0

$PolicyEdgeTransportNodeSwitch &#x3D; Initialize-PolicyEdgeTransportNodeSwitch -SwitchName &quot;MySwitchName&quot; -ProfilePaths $PolicyEdgeTransportNodeSwitchProfileTypePathEntry -OverlayTransportZonePaths &quot;MyOverlayTransportZonePaths&quot; -VlanTransportZonePaths &quot;MyVlanTransportZonePaths&quot; -Pnics $PolicyEdgeTransportNodePnic -TunnelEndpoints $PolicyEdgeTransportNodeSwitchTunnelEndPoint -RemoteTunnelEndpoint $PolicyEdgeTransportNodeRtepConfig

$PolicyEdgeTransportNodeSwitchSpec &#x3D; Initialize-PolicyEdgeTransportNodeSwitchSpec -Switches $PolicyEdgeTransportNodeSwitch
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitchSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$PolicyEdgeTransportNodePnic &#x3D; Initialize-PolicyEdgeTransportNodePnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
$PolicyEdgeTransportNodeSwitch &#x3D; Initialize-PolicyEdgeTransportNodeSwitch -Pnics $PolicyEdgeTransportNodePnic

$PolicyEdgeTransportNodeSwitchSpec &#x3D; Initialize-PolicyEdgeTransportNodeSwitchSpec -Switches $PolicyEdgeTransportNodeSwitch
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitchSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyEdgeTransportNodeSwitchTunnelEndPoint</command:noun>
      <maml:description>
        <maml:para>TunnelEndPoint configuration for single switch</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>TunnelEndPoint configuration for single switch</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentSpecs</maml:name>
          <maml:Description>
            <maml:para>IPs can come from either a static IPv6/Ipv4 pool, DHCPv4/v6 or an explicitly specified IP list. In case a list of IP is specified, the number of IPs provided should be sufficient as per teaming policy associated with host switch uplink profile. Valid ip_assignment_type values are StaticIpv4Pool, StaticIpv4List, StaticIpv6Pool, StaticIpv6List, Dhcpv4 and Dhcpv6. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vlan</maml:name>
          <maml:Description>
            <maml:para>VLAN used for tagging Overlay traffic of associated Edge TN Switch. Specified value will override the uplink profile vlan ID. </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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAssignmentSpecs</maml:name>
        <maml:Description>
          <maml:para>IPs can come from either a static IPv6/Ipv4 pool, DHCPv4/v6 or an explicitly specified IP list. In case a list of IP is specified, the number of IPs provided should be sufficient as per teaming policy associated with host switch uplink profile. Valid ip_assignment_type values are StaticIpv4Pool, StaticIpv4List, StaticIpv6Pool, StaticIpv6List, Dhcpv4 and Dhcpv6. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyIpAssignmentSpec&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vlan</maml:name>
        <maml:Description>
          <maml:para>VLAN used for tagging Overlay traffic of associated Edge TN Switch. Specified value will override the uplink profile vlan ID. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportNodeSwitchTunnelEndPoint &#x3D; Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint -IpAssignmentSpecs $PolicyIpAssignmentSpec -Vlan 0
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
$PolicyEdgeTransportNodeSwitchTunnelEndPoint &#x3D; Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint -IpAssignmentSpecs $PolicyIpAssignmentSpec
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyEdgeTransportNodeSwitchTunnelEndPoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyExcludeList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyExcludeList</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyExcludeList</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>$PolicyExcludeList &#x3D; Initialize-PolicyExcludeList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyExcludeList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyExcludeList &#x3D; Initialize-PolicyExcludeList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyExcludeList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyExtraConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyExtraConfig</command:noun>
      <maml:description>
        <maml:para>Extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on logical switch, logical port or HostSwitch. If it was set on logical switch, it will be inherited automatically by logical ports in it. Also logical port setting will override logical switch setting if specific key was dual set on both logical switch and logical port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on logical switch, logical port or HostSwitch. If it was set on logical switch, it will be inherited automatically by logical ports in it. Also logical port setting will override logical switch setting if specific key was dual set on both logical switch and logical port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyExtraConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConfigPair</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConfigPair</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$PolicyExtraConfig &#x3D; Initialize-PolicyExtraConfig -ConfigPair $UnboundedKeyValuePair
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyExtraConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$PolicyExtraConfig &#x3D; Initialize-PolicyExtraConfig -ConfigPair $UnboundedKeyValuePair
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyExtraConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-UnboundedKeyValuePair</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyExtraConfigHostSwitchProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyExtraConfigHostSwitchProfile</command:noun>
      <maml:description>
        <maml:para>Profile for extra configs in host switch</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Profile for extra configs in host switch</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyExtraConfigHostSwitchProfile</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>$PolicyExtraConfigHostSwitchProfile &#x3D; Initialize-PolicyExtraConfigHostSwitchProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyExtraConfigHostSwitchProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyExtraConfigHostSwitchProfile &#x3D; Initialize-PolicyExtraConfigHostSwitchProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyExtraConfigHostSwitchProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFailureDomain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFailureDomain</command:noun>
      <maml:description>
        <maml:para>Failure Domain is engineered to be isolated from failures in other failure domains, and to provide inexpensive, low-latency network connectivity to other failure domains in the same region. We support failure domain only on edge transport node. Like you can consider one rack as one failure domain and place active-standby contexts like logical router, DHCP and MDProxy in two different failure domains (racks). So failure of a single rack (FD) does not impact any services and other rack (FD) will continue to handle traffic. Initially system creates one default failure domain. For any edge transport node, if failure domains is not given, it will be mapped to default system generated failure domain. You can&#39;t update preferred_active_edge_services flag for system generated default failure domain. It will be unset which means that failure domain can be used for both active and standby allocation. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Failure Domain is engineered to be isolated from failures in other failure domains, and to provide inexpensive, low-latency network connectivity to other failure domains in the same region. We support failure domain only on edge transport node. Like you can consider one rack as one failure domain and place active-standby contexts like logical router, DHCP and MDProxy in two different failure domains (racks). So failure of a single rack (FD) does not impact any services and other rack (FD) will continue to handle traffic. Initially system creates one default failure domain. For any edge transport node, if failure domains is not given, it will be mapped to default system generated failure domain. You can&#39;t update preferred_active_edge_services flag for system generated default failure domain. It will be unset which means that failure domain can be used for both active and standby allocation. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFailureDomain</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>$PolicyFailureDomain &#x3D; Initialize-PolicyFailureDomain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFailureDomain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFailureDomain &#x3D; Initialize-PolicyFailureDomain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFailureDomain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFirewallCPUMemThresholdsProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFirewallCPUMemThresholdsProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between CPU Memory Thresholds Profile and Transport Node. Using this entity, user can specify intent for applying Firewall CPU Memory Thresholds Profile to particular transport nodes. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between CPU Memory Thresholds Profile and Transport Node. Using this entity, user can specify intent for applying Firewall CPU Memory Thresholds Profile to particular transport nodes. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFirewallCPUMemThresholdsProfileBindingMap</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>$PolicyFirewallCPUMemThresholdsProfileBindingMap &#x3D; Initialize-PolicyFirewallCPUMemThresholdsProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallCPUMemThresholdsProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFirewallCPUMemThresholdsProfileBindingMap &#x3D; Initialize-PolicyFirewallCPUMemThresholdsProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallCPUMemThresholdsProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFirewallCpuMemThresholdsProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFirewallCpuMemThresholdsProfile</command:noun>
      <maml:description>
        <maml:para>A profile holding CPU and memory thresholds configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A profile holding CPU and memory thresholds configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFirewallCpuMemThresholdsProfile</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>$PolicyFirewallCpuMemThresholdsProfile &#x3D; Initialize-PolicyFirewallCpuMemThresholdsProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallCpuMemThresholdsProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFirewallCpuMemThresholdsProfile &#x3D; Initialize-PolicyFirewallCpuMemThresholdsProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallCpuMemThresholdsProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFirewallFloodProtectionProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFirewallFloodProtectionProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between Firewall Flood Protection profile and Group. Using this entity, user can specify intent for applying Firewall Flood Protection profile to particular Group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between Firewall Flood Protection profile and Group. Using this entity, user can specify intent for applying Firewall Flood Protection profile to particular Group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFirewallFloodProtectionProfileBindingMap</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>$PolicyFirewallFloodProtectionProfileBindingMap &#x3D; Initialize-PolicyFirewallFloodProtectionProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallFloodProtectionProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFirewallFloodProtectionProfileBindingMap &#x3D; Initialize-PolicyFirewallFloodProtectionProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallFloodProtectionProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFirewallScheduler</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFirewallScheduler</command:noun>
      <maml:description>
        <maml:para>An entity that encapsulates attributes to schedule firewall rules to be active to allow or block traffic for a specific period of time. Note that at least one property out of \&quot;days\&quot;, \&quot;start_time\&quot;, \&quot;end_time\&quot;, \&quot;start_date\&quot;, \&quot;end_date\&quot; is required. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An entity that encapsulates attributes to schedule firewall rules to be active to allow or block traffic for a specific period of time. Note that at least one property out of \&quot;days\&quot;, \&quot;start_time\&quot;, \&quot;end_time\&quot;, \&quot;start_date\&quot;, \&quot;end_date\&quot; is required. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFirewallScheduler</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>$PolicyFirewallScheduler &#x3D; Initialize-PolicyFirewallScheduler
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallScheduler with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFirewallScheduler &#x3D; Initialize-PolicyFirewallScheduler
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallScheduler with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFirewallSessionTimerProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFirewallSessionTimerProfile</command:noun>
      <maml:description>
        <maml:para>A profile holding TCP, UDP and ICMP session timeout configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A profile holding TCP, UDP and ICMP session timeout configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFirewallSessionTimerProfile</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>$PolicyFirewallSessionTimerProfile &#x3D; Initialize-PolicyFirewallSessionTimerProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallSessionTimerProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFirewallSessionTimerProfile &#x3D; Initialize-PolicyFirewallSessionTimerProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallSessionTimerProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyFirewallSessionTimerProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyFirewallSessionTimerProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between Firewall Timer session profile and Group. Using this entity, user can specify intent for applying Firewall Timer session profile to particular Group. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between Firewall Timer session profile and Group. Using this entity, user can specify intent for applying Firewall Timer session profile to particular Group. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyFirewallSessionTimerProfileBindingMap</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>$PolicyFirewallSessionTimerProfileBindingMap &#x3D; Initialize-PolicyFirewallSessionTimerProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallSessionTimerProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyFirewallSessionTimerProfileBindingMap &#x3D; Initialize-PolicyFirewallSessionTimerProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyFirewallSessionTimerProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyHighPerformanceHostSwitchProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyHighPerformanceHostSwitchProfile</command:noun>
      <maml:description>
        <maml:para>Host Switch Profile for High Performance.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host Switch Profile for High Performance.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyHighPerformanceHostSwitchProfile</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>$PolicyHighPerformanceHostSwitchProfile &#x3D; Initialize-PolicyHighPerformanceHostSwitchProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyHighPerformanceHostSwitchProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyHighPerformanceHostSwitchProfile &#x3D; Initialize-PolicyHighPerformanceHostSwitchProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyHighPerformanceHostSwitchProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyHostInfraTrafficType</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyHostInfraTrafficType</command:noun>
      <maml:description>
        <maml:para>The traffic_name specifies the infrastructure traffic type and it must be one of the following system-defined types: FAULT_TOLERANCE is traffic for failover and recovery. HBR is traffic for Host based replication. ISCSI is traffic for Internet Small Computer System Interface. MANAGEMENT is traffic for host management. NFS is traffic related to file transfer in network file system. VDP is traffic for vSphere data protection. VIRTUAL_MACHINE is traffic generated by virtual machines. VMOTION is traffic for computing resource migration. VSAN is traffic generated by virtual storage area network. The dynamic_res_pool_name provides a name for the resource pool. It can be any arbitrary string. Either traffic_name or dynamic_res_pool_name must be set. If both are specified or omitted, an error will be returned. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The traffic_name specifies the infrastructure traffic type and it must be one of the following system-defined types: FAULT_TOLERANCE is traffic for failover and recovery. HBR is traffic for Host based replication. ISCSI is traffic for Internet Small Computer System Interface. MANAGEMENT is traffic for host management. NFS is traffic related to file transfer in network file system. VDP is traffic for vSphere data protection. VIRTUAL_MACHINE is traffic generated by virtual machines. VMOTION is traffic for computing resource migration. VSAN is traffic generated by virtual storage area network. The dynamic_res_pool_name provides a name for the resource pool. It can be any arbitrary string. Either traffic_name or dynamic_res_pool_name must be set. If both are specified or omitted, an error will be returned. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyHostInfraTrafficType</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TrafficName</maml:name>
          <maml:Description>
            <maml:para>Traffic types</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DynamicResPoolName</maml:name>
          <maml:Description>
            <maml:para>Dynamic resource pool traffic 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TrafficName</maml:name>
        <maml:Description>
          <maml:para>Traffic types</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DynamicResPoolName</maml:name>
        <maml:Description>
          <maml:para>Dynamic resource pool traffic 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyHostInfraTrafficType &#x3D; Initialize-PolicyHostInfraTrafficType -TrafficName &quot;FAULT_TOLERANCE&quot; -DynamicResPoolName &quot;MyDynamicResPoolName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyHostInfraTrafficType with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyHostInfraTrafficType &#x3D; Initialize-PolicyHostInfraTrafficType
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyHostInfraTrafficType with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyHostTransportNodeProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyHostTransportNodeProfile</command:noun>
      <maml:description>
        <maml:para>Host Transport Node Profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host Transport Node Profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyHostTransportNodeProfile</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>$PolicyHostTransportNodeProfile &#x3D; Initialize-PolicyHostTransportNodeProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyHostTransportNodeProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyHostTransportNodeProfile &#x3D; Initialize-PolicyHostTransportNodeProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyHostTransportNodeProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyIdsEventDataRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyIdsEventDataRequest</command:noun>
      <maml:description>
        <maml:para>Filtering parameters to get only a subset of intrusion events.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Filtering parameters to get only a subset of intrusion events.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyIdsEventDataRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Filters</maml:name>
          <maml:Description>
            <maml:para>An array of filter conditions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.FilterRequest&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.FilterRequest&gt;</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>Filters</maml:name>
        <maml:Description>
          <maml:para>An array of filter conditions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.FilterRequest&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.FilterRequest&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FilterRequest -FieldNames &quot;MyFieldNames&quot; -Value &quot;MyValue&quot; -CaseSensitive $false
$PolicyIdsEventDataRequest &#x3D; Initialize-PolicyIdsEventDataRequest -Filters $FilterRequest
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsEventDataRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyIdsEventDataRequest &#x3D; Initialize-PolicyIdsEventDataRequest
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsEventDataRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyIdsEventFlowData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyIdsEventFlowData</command:noun>
      <maml:description>
        <maml:para>IDS event flow data specific to each IDS event. The data includes source ip, source port, destination ip, destination port, protocol, rule id, profile id, and the action. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IDS event flow data specific to each IDS event. The data includes source ip, source port, destination ip, destination port, protocol, rule id, profile id, and the action. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyIdsEventFlowData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceIp</maml:name>
          <maml:Description>
            <maml:para>IP address of the source VM on the intrusion flow.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourcePort</maml:name>
          <maml:Description>
            <maml:para>Source port through which traffic was initiated that caused the intrusion to be detected.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationIp</maml:name>
          <maml:Description>
            <maml:para>IP address of the destination VM on the intrusion flow.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationPort</maml:name>
          <maml:Description>
            <maml:para>Port on the destination VM where the traffic was sent to.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>Traffic protocol pertaining to the detected intrusion, could be TCP/UDP etc.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProfileId</maml:name>
          <maml:Description>
            <maml:para>The IDS profile id that is associated with the IDS rule pertaining to the intrusion event detected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>The IDS Rule id pertaining to the detected intrusion.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActionType</maml:name>
          <maml:Description>
            <maml:para>The action pertaining to the detected intrusion. Possible values are ALERT, DROP, REJECT, and INVALID. ALERT - If there is a signature match on the packet, it is allowed to pass but a notification is sent to the user notifying an intrusion was detected. DROP - On a signature match, the packet is silently dropped. An alert is sent to the user that an intrusion was detected. REJECT - On a signature match, the packet is dropped and TCP RST or ICMP error messages (for non-TCP pkts) are sent to the endpoints. An alert is sent to the user that an intrusion was detected. INVALID - If the action doesn&#39;t belong to any of the above mentioned categories, it is marked as INVALID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalVmIp</maml:name>
          <maml:Description>
            <maml:para>IP address of VM on the host where IDS engine is running.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ClientIp</maml:name>
          <maml:Description>
            <maml:para>IP address of the VM that initiated the communication.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesToclient</maml:name>
          <maml:Description>
            <maml:para>Bytes sent to client.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BytesToserver</maml:name>
          <maml:Description>
            <maml:para>Bytes sent to server.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Gateway</maml:name>
          <maml:Description>
            <maml:para>Name of the gateway on which this intrusion was detected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GatewayTags</maml:name>
          <maml:Description>
            <maml:para>Tags associated with the gateway on which this intrusion was detected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VarHost</maml:name>
          <maml:Description>
            <maml:para>Name of the host on which this intrusion was detected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TrafficType</maml:name>
          <maml:Description>
            <maml:para>The source where the intrusion was detected. Possible values are GATEWAY and HOST.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>SourceIp</maml:name>
        <maml:Description>
          <maml:para>IP address of the source VM on the intrusion flow.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourcePort</maml:name>
        <maml:Description>
          <maml:para>Source port through which traffic was initiated that caused the intrusion to be detected.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationIp</maml:name>
        <maml:Description>
          <maml:para>IP address of the destination VM on the intrusion flow.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationPort</maml:name>
        <maml:Description>
          <maml:para>Port on the destination VM where the traffic was sent to.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Protocol</maml:name>
        <maml:Description>
          <maml:para>Traffic protocol pertaining to the detected intrusion, could be TCP/UDP etc.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProfileId</maml:name>
        <maml:Description>
          <maml:para>The IDS profile id that is associated with the IDS rule pertaining to the intrusion event detected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</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>The IDS Rule id pertaining to the detected intrusion.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ActionType</maml:name>
        <maml:Description>
          <maml:para>The action pertaining to the detected intrusion. Possible values are ALERT, DROP, REJECT, and INVALID. ALERT - If there is a signature match on the packet, it is allowed to pass but a notification is sent to the user notifying an intrusion was detected. DROP - On a signature match, the packet is silently dropped. An alert is sent to the user that an intrusion was detected. REJECT - On a signature match, the packet is dropped and TCP RST or ICMP error messages (for non-TCP pkts) are sent to the endpoints. An alert is sent to the user that an intrusion was detected. INVALID - If the action doesn&#39;t belong to any of the above mentioned categories, it is marked as INVALID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalVmIp</maml:name>
        <maml:Description>
          <maml:para>IP address of VM on the host where IDS engine is running.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ClientIp</maml:name>
        <maml:Description>
          <maml:para>IP address of the VM that initiated the communication.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesToclient</maml:name>
        <maml:Description>
          <maml:para>Bytes sent to client.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BytesToserver</maml:name>
        <maml:Description>
          <maml:para>Bytes sent to server.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Gateway</maml:name>
        <maml:Description>
          <maml:para>Name of the gateway on which this intrusion was detected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GatewayTags</maml:name>
        <maml:Description>
          <maml:para>Tags associated with the gateway on which this intrusion was detected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VarHost</maml:name>
        <maml:Description>
          <maml:para>Name of the host on which this intrusion was detected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TrafficType</maml:name>
        <maml:Description>
          <maml:para>The source where the intrusion was detected. Possible values are GATEWAY and HOST.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Tag -Scope &quot;MyScope&quot; -_Tag &quot;My_Tag&quot;
$PolicyIdsEventFlowData &#x3D; Initialize-PolicyIdsEventFlowData -SourceIp &quot;MySourceIp&quot; -SourcePort 0 -DestinationIp &quot;MyDestinationIp&quot; -DestinationPort 0 -Protocol &quot;MyProtocol&quot; -ProfileId &quot;MyProfileId&quot; -RuleId 0 -ActionType &quot;ALERT&quot; -LocalVmIp &quot;MyLocalVmIp&quot; -ClientIp &quot;MyClientIp&quot; -BytesToclient 0 -BytesToserver 0 -Gateway &quot;MyGateway&quot; -GatewayTags $Tag -Host &quot;MyHost&quot; -TrafficType &quot;GATEWAY&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsEventFlowData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyIdsEventFlowData &#x3D; Initialize-PolicyIdsEventFlowData
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsEventFlowData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyIdsUserStats</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyIdsUserStats</command:noun>
      <maml:description>
        <maml:para>List of Users logged into VMs where intrusions of a given signature were detected. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of Users logged into VMs where intrusions of a given signature were detected. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyIdsUserStats</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Number of unique users logged into VMs on which a particular signature was detected.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UserList</maml:name>
          <maml:Description>
            <maml:para>List of users logged into VMs on which a particular signature was detected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Count</maml:name>
        <maml:Description>
          <maml:para>Number of unique users logged into VMs on which a particular signature was detected.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UserList</maml:name>
        <maml:Description>
          <maml:para>List of users logged into VMs on which a particular signature was detected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyIdsUserStats &#x3D; Initialize-PolicyIdsUserStats -Count 0 -UserList &quot;MyUserList&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsUserStats with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyIdsUserStats &#x3D; Initialize-PolicyIdsUserStats
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsUserStats with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyIdsVmStats</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyIdsVmStats</command:noun>
      <maml:description>
        <maml:para>List of VMs on which a particular signature was detected with the count. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of VMs on which a particular signature was detected with the count. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyIdsVmStats</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Number of unique VMs on which a particular signature was detected.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmList</maml:name>
          <maml:Description>
            <maml:para>List of VM names on which intrusions of that particular signature type were detected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Count</maml:name>
        <maml:Description>
          <maml:para>Number of unique VMs on which a particular signature was detected.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmList</maml:name>
        <maml:Description>
          <maml:para>List of VM names on which intrusions of that particular signature type were detected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyIdsVmStats &#x3D; Initialize-PolicyIdsVmStats -Count 0 -VmList &quot;MyVmList&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsVmStats with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyIdsVmStats &#x3D; Initialize-PolicyIdsVmStats
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIdsVmStats with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyIgmpProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyIgmpProfile</command:noun>
      <maml:description>
        <maml:para>IGMP profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IGMP profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyIgmpProfile</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>$PolicyIgmpProfile &#x3D; Initialize-PolicyIgmpProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIgmpProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyIgmpProfile &#x3D; Initialize-PolicyIgmpProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIgmpProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyInsertParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyInsertParameters</command:noun>
      <maml:description>
        <maml:para>Parameters to let the admin specify a relative position of a security policy or rule w.r.t to another one. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Parameters to let the admin specify a relative position of a security policy or rule w.r.t to another one. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyInsertParameters</maml:name>
        <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">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OperationEnum.Top</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 &#39;insert_after&#39; or &#39;insert_before&#39; </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Operation</maml:name>
        <maml:Description>
          <maml:para>Operation</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.OperationEnum.Top</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 &#39;insert_after&#39; or &#39;insert_before&#39; </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyInsertParameters &#x3D; Initialize-PolicyInsertParameters -Operation &quot;insert_top&quot; -AnchorPath &quot;MyAnchorPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyInsertParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyInsertParameters &#x3D; Initialize-PolicyInsertParameters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyInsertParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyInterVrfRoutingConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyInterVrfRoutingConfig</command:noun>
      <maml:description>
        <maml:para>policy inter-vrf routing config.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>policy inter-vrf routing config.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyInterVrfRoutingConfig</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>$PolicyInterVrfRoutingConfig &#x3D; Initialize-PolicyInterVrfRoutingConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyInterVrfRoutingConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyInterVrfRoutingConfig &#x3D; Initialize-PolicyInterVrfRoutingConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyInterVrfRoutingConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyInterfaceOspfConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyInterfaceOspfConfig</command:noun>
      <maml:description>
        <maml:para>OSPF Interface configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>OSPF Interface configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyInterfaceOspfConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>enable/disable OSPF on the interface. If enabled flag not specified, defailt is enable OSPF. </maml:para>
          </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>HelloInterval</maml:name>
          <maml:Description>
            <maml:para>Specifies the interval between the hello packets that OSPF sends on this interface. OSPF hello interval should be less than the dead interval </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>10</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeadInterval</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of seconds that router must wait before it declares a OSPF neighbor router down because it has not received OSPF hello packet. OSPF dead interval should be minimum 3 times greater than the hello interval </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>40</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableBfd</maml:name>
          <maml:Description>
            <maml:para>Enable/Disable OSPF to register for BFD event. Use FALSE to disable BFD. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BfdPath</maml:name>
          <maml:Description>
            <maml:para>This filed is valid only if enable_bfd is set to TRUE. If enable_bfd flag is set to TRUE, this profile will be applied to all OSPF peers in this interface. If this field is empty, bfd_path will refer to Tier-0 global BFD profile. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OspfArea</maml:name>
          <maml:Description>
            <maml:para>Attache Tier0 Interface to specified OSPF Area. all peers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NetworkType</maml:name>
          <maml:Description>
            <maml:para>Configure OSPF networkt type, default is BROADCAST network type </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.NetworkTypeEnum.BROADCAST</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>enable/disable OSPF on the interface. If enabled flag not specified, defailt is enable OSPF. </maml:para>
        </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>HelloInterval</maml:name>
        <maml:Description>
          <maml:para>Specifies the interval between the hello packets that OSPF sends on this interface. OSPF hello interval should be less than the dead interval </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>10</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeadInterval</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of seconds that router must wait before it declares a OSPF neighbor router down because it has not received OSPF hello packet. OSPF dead interval should be minimum 3 times greater than the hello interval </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>40</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableBfd</maml:name>
        <maml:Description>
          <maml:para>Enable/Disable OSPF to register for BFD event. Use FALSE to disable BFD. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>BfdPath</maml:name>
        <maml:Description>
          <maml:para>This filed is valid only if enable_bfd is set to TRUE. If enable_bfd flag is set to TRUE, this profile will be applied to all OSPF peers in this interface. If this field is empty, bfd_path will refer to Tier-0 global BFD profile. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OspfArea</maml:name>
        <maml:Description>
          <maml:para>Attache Tier0 Interface to specified OSPF Area. all peers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NetworkType</maml:name>
        <maml:Description>
          <maml:para>Configure OSPF networkt type, default is BROADCAST network type </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.NetworkTypeEnum.BROADCAST</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyInterfaceOspfConfig &#x3D; Initialize-PolicyInterfaceOspfConfig -Enabled $false -HelloInterval 0 -DeadInterval 0 -EnableBfd $false -BfdPath &quot;MyBfdPath&quot; -OspfArea &quot;MyOspfArea&quot; -NetworkType &quot;BROADCAST&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyInterfaceOspfConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyInterfaceOspfConfig &#x3D; Initialize-PolicyInterfaceOspfConfig -OspfArea &quot;MyOspfArea&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyInterfaceOspfConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyIpAssignmentSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyIpAssignmentSpec</command:noun>
      <maml:description>
        <maml:para>Abstract base type for specification of IPs to be used with edge tn management interface , switch virtual tunnel endpoints or remote tunnel endpoint.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Abstract base type for specification of IPs to be used with edge tn management interface , switch virtual tunnel endpoints or remote tunnel endpoint.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyIpAssignmentSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIpAssignmentSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyIpAssignmentSpec &#x3D; Initialize-PolicyIpAssignmentSpec -IpAssignmentType &quot;StaticIpv4&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyIpAssignmentSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyLabel</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyLabel</command:noun>
      <maml:description>
        <maml:para>Label to reference group of policy entities of same type.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Label to reference group of policy entities of same type.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyLabel</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>$PolicyLabel &#x3D; Initialize-PolicyLabel
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLabel with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyLabel &#x3D; Initialize-PolicyLabel
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLabel with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyLatencyStatProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyLatencyStatProfile</command:noun>
      <maml:description>
        <maml:para>Latency stat service profile </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Latency stat service profile </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyLatencyStatProfile</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>$PolicyLatencyStatProfile &#x3D; Initialize-PolicyLatencyStatProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLatencyStatProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyLatencyStatProfile &#x3D; Initialize-PolicyLatencyStatProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLatencyStatProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyLiveTraceActionConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyLiveTraceActionConfig</command:noun>
      <maml:description>
        <maml:para>Livetrace action configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Livetrace action configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyLiveTraceActionConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CounterConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TraceConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PktcapConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DatapathStatsConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</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>CounterConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TraceConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PktcapConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DatapathStatsConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LiveTracePacketGranularActionConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$LiveTraceSamplingConfig &#x3D; Initialize-LiveTraceSamplingConfig -MatchNumber 0 -SamplingRate 0 -SamplingInterval 0
$PolicyLiveTraceIpsecVpnConfig &#x3D; Initialize-PolicyLiveTraceIpsecVpnConfig -SessionPath &quot;MySessionPath&quot;
$LiveTraceFilterData &#x3D; Initialize-LiveTraceFilterData -ResourceType &quot;FieldsFilterData&quot;
$LiveTracePacketGranularActionConfig &#x3D; Initialize-LiveTracePacketGranularActionConfig -Sampling $LiveTraceSamplingConfig -TraceType &quot;UNI_DIRECTIONAL&quot; -DestPortPath &quot;MyDestPortPath&quot; -DestIpsecVpnConfig $PolicyLiveTraceIpsecVpnConfig -ReverseFilter $LiveTraceFilterData

$PolicyLiveTraceActionConfig &#x3D; Initialize-PolicyLiveTraceActionConfig -CounterConfig $LiveTracePacketGranularActionConfig -TraceConfig $LiveTracePacketGranularActionConfig -PktcapConfig $LiveTracePacketGranularActionConfig -DatapathStatsConfig $LiveTracePacketGranularActionConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLiveTraceActionConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyLiveTraceActionConfig &#x3D; Initialize-PolicyLiveTraceActionConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLiveTraceActionConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-LiveTracePacketGranularActionConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-LiveTracePacketGranularActionConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-LiveTracePacketGranularActionConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-LiveTracePacketGranularActionConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyLiveTraceIpsecVpnConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyLiveTraceIpsecVpnConfig</command:noun>
      <maml:description>
        <maml:para>Information for deriving virtual tunnel interface (VTI) of Route-based IPSec VPN session. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information for deriving virtual tunnel interface (VTI) of Route-based IPSec VPN session. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyLiveTraceIpsecVpnConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SessionPath</maml:name>
          <maml:Description>
            <maml:para>Policy path of VPN session. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SessionPath</maml:name>
        <maml:Description>
          <maml:para>Policy path of VPN session. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyLiveTraceIpsecVpnConfig &#x3D; Initialize-PolicyLiveTraceIpsecVpnConfig -SessionPath &quot;MySessionPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLiveTraceIpsecVpnConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyLiveTraceIpsecVpnConfig &#x3D; Initialize-PolicyLiveTraceIpsecVpnConfig -SessionPath &quot;MySessionPath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLiveTraceIpsecVpnConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyLldpHostSwitchProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyLldpHostSwitchProfile</command:noun>
      <maml:description>
        <maml:para>Host Switch for LLDP</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host Switch for LLDP</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyLldpHostSwitchProfile</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>$PolicyLldpHostSwitchProfile &#x3D; Initialize-PolicyLldpHostSwitchProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLldpHostSwitchProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyLldpHostSwitchProfile &#x3D; Initialize-PolicyLldpHostSwitchProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyLldpHostSwitchProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyManualHealthCheck</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyManualHealthCheck</command:noun>
      <maml:description>
        <maml:para>Manual health check configuration to evaluate the status of a transport zone. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Manual health check configuration to evaluate the status of a transport zone. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyManualHealthCheck</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>$PolicyManualHealthCheck &#x3D; Initialize-PolicyManualHealthCheck
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyManualHealthCheck with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyManualHealthCheck &#x3D; Initialize-PolicyManualHealthCheck
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyManualHealthCheck with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyMulticastConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyMulticastConfig</command:noun>
      <maml:description>
        <maml:para>Multicast routing configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Multicast routing configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyMulticastConfig</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>$PolicyMulticastConfig &#x3D; Initialize-PolicyMulticastConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyMulticastConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyMulticastConfig &#x3D; Initialize-PolicyMulticastConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyMulticastConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyNatRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyNatRule</command:noun>
      <maml:description>
        <maml:para>Represents a NAT rule between source and destination at T0/T1 router.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a NAT rule between source and destination at T0/T1 router.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyNatRule</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>$PolicyNatRule &#x3D; Initialize-PolicyNatRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyNatRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyNatRule &#x3D; Initialize-PolicyNatRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyNatRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyNiocProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyNiocProfile</command:noun>
      <maml:description>
        <maml:para>This profile is created for Network I/O Control(NIOC). </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This profile is created for Network I/O Control(NIOC). </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyNiocProfile</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>$PolicyNiocProfile &#x3D; Initialize-PolicyNiocProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyNiocProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyNiocProfile &#x3D; Initialize-PolicyNiocProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyNiocProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyPimProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyPimProfile</command:noun>
      <maml:description>
        <maml:para>PIM profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>PIM profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyPimProfile</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>$PolicyPimProfile &#x3D; Initialize-PolicyPimProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPimProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyPimProfile &#x3D; Initialize-PolicyPimProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPimProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyPktCapResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyPktCapResource</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyPktCapResource</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>$PolicyPktCapResource &#x3D; Initialize-PolicyPktCapResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPktCapResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyPktCapResource &#x3D; Initialize-PolicyPktCapResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPktCapResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyPolicyResourceAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyPolicyResourceAllocation</command:noun>
      <maml:description>
        <maml:para>Specify limit, shares and reservation for all kinds of traffic. Values for limit and reservation are expressed in percentage. And for shares, the value is expressed as a number between 1-100. The overall reservation among all traffic types should not exceed 75%. Otherwise, the API request will be rejected. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Specify limit, shares and reservation for all kinds of traffic. Values for limit and reservation are expressed in percentage. And for shares, the value is expressed as a number between 1-100. The overall reservation among all traffic types should not exceed 75%. Otherwise, the API request will be rejected. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyPolicyResourceAllocation</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TrafficType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyHostInfraTrafficType</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyHostInfraTrafficType</maml:name>
            <maml: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>The limit property specifies the maximum bandwidth allocation for a given traffic type and is expressed in percentage. The default value for this field is set to -1 which means the traffic is unbounded for the traffic type. All other negative values for this property is not supported and will be rejected by the API. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Shares</maml:name>
          <maml:Description>
            <maml:para>Shares</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>50</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Reservation</maml:name>
          <maml:Description>
            <maml:para>Minimum guaranteed bandwidth percentage</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
          <dev:type>
            <maml:name>decimal</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TrafficType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyHostInfraTrafficType</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyHostInfraTrafficType</maml:name>
          <maml: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>The limit property specifies the maximum bandwidth allocation for a given traffic type and is expressed in percentage. The default value for this field is set to -1 which means the traffic is unbounded for the traffic type. All other negative values for this property is not supported and will be rejected by the API. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Shares</maml:name>
        <maml:Description>
          <maml:para>Shares</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>50</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Reservation</maml:name>
        <maml:Description>
          <maml:para>Minimum guaranteed bandwidth percentage</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">decimal</command:parameterValue>
        <dev:type>
          <maml:name>decimal</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PolicyHostInfraTrafficType &#x3D; Initialize-PolicyHostInfraTrafficType -TrafficName &quot;FAULT_TOLERANCE&quot; -DynamicResPoolName &quot;MyDynamicResPoolName&quot;
$PolicyPolicyResourceAllocation &#x3D; Initialize-PolicyPolicyResourceAllocation -TrafficType $PolicyHostInfraTrafficType -Limit 0 -Shares 0 -Reservation 0
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPolicyResourceAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyHostInfraTrafficType &#x3D; Initialize-PolicyHostInfraTrafficType
$PolicyPolicyResourceAllocation &#x3D; Initialize-PolicyPolicyResourceAllocation -TrafficType $PolicyHostInfraTrafficType -Limit 0 -Shares 0 -Reservation 0
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPolicyResourceAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-PolicyHostInfraTrafficType</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyPoolUsage</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyPoolUsage</command:noun>
      <maml:description>
        <maml:para>IP usage statistics in a IpAddressPool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP usage statistics in a IpAddressPool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyPoolUsage</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TotalIps</maml:name>
          <maml:Description>
            <maml:para>Total number of IPs in a IpAddressPool</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RequestedIpAllocations</maml:name>
          <maml:Description>
            <maml:para>Total number of requested IP allocations in a IpAddressPool</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllocatedIpAllocations</maml:name>
          <maml:Description>
            <maml:para>Total number of allocated IPs shown are from NSX manager. NSX manager uses default release delay of 2 mins. Till this delay passes, IPs will be shown as allocated (and counted in allocated ips). In this period of time there could be mismatch in requested_ip_allocations and allocated_ip_allocations. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AvailableIps</maml:name>
          <maml:Description>
            <maml:para>Total number of available IPs in a IpAddressPool</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>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>TotalIps</maml:name>
        <maml:Description>
          <maml:para>Total number of IPs in a IpAddressPool</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RequestedIpAllocations</maml:name>
        <maml:Description>
          <maml:para>Total number of requested IP allocations in a IpAddressPool</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllocatedIpAllocations</maml:name>
        <maml:Description>
          <maml:para>Total number of allocated IPs shown are from NSX manager. NSX manager uses default release delay of 2 mins. Till this delay passes, IPs will be shown as allocated (and counted in allocated ips). In this period of time there could be mismatch in requested_ip_allocations and allocated_ip_allocations. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AvailableIps</maml:name>
        <maml:Description>
          <maml:para>Total number of available IPs in a IpAddressPool</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyPoolUsage &#x3D; Initialize-PolicyPoolUsage -TotalIps 0 -RequestedIpAllocations 0 -AllocatedIpAllocations 0 -AvailableIps 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPoolUsage with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyPoolUsage &#x3D; Initialize-PolicyPoolUsage
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyPoolUsage with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyRequestParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyRequestParameter</command:noun>
      <maml:description>
        <maml:para>Optional API Request Parameter to be used in HAPI.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Optional API Request Parameter to be used in HAPI.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyRequestParameter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The type of this request parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The type of this request parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyRequestParameter &#x3D; Initialize-PolicyRequestParameter -ResourceType &quot;MyResourceType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyRequestParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyRequestParameter &#x3D; Initialize-PolicyRequestParameter -ResourceType &quot;MyResourceType&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyRequestParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyResource</command:noun>
      <maml:description>
        <maml:para>Abstract base class for all the policy objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Abstract base class for all the policy objects.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyResource</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>$PolicyResource &#x3D; Initialize-PolicyResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyResource &#x3D; Initialize-PolicyResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyResourceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyResourceReference</command:noun>
      <maml:description>
        <maml:para>Policy resource reference.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy resource reference.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyResourceReference</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetId</maml:name>
          <maml:Description>
            <maml:para>Identifier of the NSX 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>TargetDisplayName</maml:name>
          <maml:Description>
            <maml:para>Display name of the NSX 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>TargetType</maml:name>
          <maml:Description>
            <maml:para>Type of the NSX 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>IsValid</maml:name>
          <maml:Description>
            <maml:para>Will be set to false if the referenced NSX resource has been deleted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetId</maml:name>
        <maml:Description>
          <maml:para>Identifier of the NSX 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>TargetDisplayName</maml:name>
        <maml:Description>
          <maml:para>Display name of the NSX 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>TargetType</maml:name>
        <maml:Description>
          <maml:para>Type of the NSX 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>IsValid</maml:name>
        <maml:Description>
          <maml:para>Will be set to false if the referenced NSX resource has been deleted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$PolicyResourceReference &#x3D; Initialize-PolicyResourceReference -TargetId &quot;MyTargetId&quot; -TargetDisplayName &quot;MyTargetDisplayName&quot; -TargetType &quot;MyTargetType&quot; -IsValid $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyResourceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyResourceReference &#x3D; Initialize-PolicyResourceReference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyResourceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyRouteAdvertisementRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyRouteAdvertisementRule</command:noun>
      <maml:description>
        <maml:para>policy route advertisement rule.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>policy route advertisement rule.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyRouteAdvertisementRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Display name for rule.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Subnets</maml:name>
          <maml:Description>
            <maml:para>Network CIDRs to be routed. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteAdvertisementTypes</maml:name>
          <maml:Description>
            <maml:para>Enable different types of route advertisements. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;PolicyRouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;PolicyRouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixOperator</maml:name>
          <maml:Description>
            <maml:para>Prefix operator to filter subnets. GE prefix operator filters all the routes with prefix length greater than or equal to the subnets configured. EQ prefix operator filter all the routes with prefix length equal to the subnets configured. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PrefixOperatorEnum.GE</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 to advertise filtered routes to the connected Tier0 gateway. PERMIT: Enables the advertisment DENY: Disables the advertisement </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ActionEnum.PERMIT</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Display name for rule.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Subnets</maml:name>
        <maml:Description>
          <maml:para>Network CIDRs to be routed. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteAdvertisementTypes</maml:name>
        <maml:Description>
          <maml:para>Enable different types of route advertisements. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;PolicyRouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;PolicyRouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixOperator</maml:name>
        <maml:Description>
          <maml:para>Prefix operator to filter subnets. GE prefix operator filters all the routes with prefix length greater than or equal to the subnets configured. EQ prefix operator filter all the routes with prefix length equal to the subnets configured. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PrefixOperatorEnum.GE</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 to advertise filtered routes to the connected Tier0 gateway. PERMIT: Enables the advertisment DENY: Disables the advertisement </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ActionEnum.PERMIT</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>&quot;TIER0_STATIC&quot;$PolicyRouteAdvertisementRule &#x3D; Initialize-PolicyRouteAdvertisementRule -Name &quot;MyName&quot; -Subnets &quot;MySubnets&quot; -RouteAdvertisementTypes &quot;TIER0_STATIC&quot; -PrefixOperator &quot;GE&quot; -Action &quot;PERMIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyRouteAdvertisementRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyRouteAdvertisementRule &#x3D; Initialize-PolicyRouteAdvertisementRule -Action &quot;PERMIT&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyRouteAdvertisementRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicySIExcludeList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicySIExcludeList</command:noun>
      <maml:description>
        <maml:para>List of entities where Service Insertion will not be enforced. Exclusion List can contain PolicyGroup(s) or SegmentPort(s) or Segment(s).</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of entities where Service Insertion will not be enforced. Exclusion List can contain PolicyGroup(s) or SegmentPort(s) or Segment(s).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicySIExcludeList</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>$PolicySIExcludeList &#x3D; Initialize-PolicySIExcludeList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicySIExcludeList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicySIExcludeList &#x3D; Initialize-PolicySIExcludeList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicySIExcludeList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicySIStatusConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicySIStatusConfiguration</command:noun>
      <maml:description>
        <maml:para>It represents status of Service Insertion for North-South and East-West context types.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>It represents status of Service Insertion for North-South and East-West context types.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicySIStatusConfiguration</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>$PolicySIStatusConfiguration &#x3D; Initialize-PolicySIStatusConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicySIStatusConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicySIStatusConfiguration &#x3D; Initialize-PolicySIStatusConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicySIStatusConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyServiceChain</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyServiceChain</command:noun>
      <maml:description>
        <maml:para>Service chain is a set of network Services. A Service chain is made up of ordered list of service profiles belonging to any same or different services.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Service chain is a set of network Services. A Service chain is made up of ordered list of service profiles belonging to any same or different services.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyServiceChain</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>$PolicyServiceChain &#x3D; Initialize-PolicyServiceChain
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyServiceChain with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyServiceChain &#x3D; Initialize-PolicyServiceChain
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyServiceChain with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyServiceInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyServiceInstance</command:noun>
      <maml:description>
        <maml:para>Represents an instance of partner Service and its configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents an instance of partner Service and its configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyServiceInstance</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>$PolicyServiceInstance &#x3D; Initialize-PolicyServiceInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyServiceInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyServiceInstance &#x3D; Initialize-PolicyServiceInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyServiceInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyServiceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyServiceProfile</command:noun>
      <maml:description>
        <maml:para>Service profile represents specialization of a vendor template. User may provide any of the vendor_template_name or vendor_template_key properties. But in case of multiple vendor templates with the same name, it is recommended to use the vendor_template_key. When both attributes are provided, name is ignored and only key is used to identify the template. If there are multiple templates with same name, and vendor_template_name is provided, realization will fail.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Service profile represents specialization of a vendor template. User may provide any of the vendor_template_name or vendor_template_key properties. But in case of multiple vendor templates with the same name, it is recommended to use the vendor_template_key. When both attributes are provided, name is ignored and only key is used to identify the template. If there are multiple templates with same name, and vendor_template_name is provided, realization will fail.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyServiceProfile</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>$PolicyServiceProfile &#x3D; Initialize-PolicyServiceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyServiceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyServiceProfile &#x3D; Initialize-PolicyServiceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyServiceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyStaticRouteAdvertisement</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyStaticRouteAdvertisement</command:noun>
      <maml:description>
        <maml:para>policy static route advertisement.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>policy static route advertisement.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyStaticRouteAdvertisement</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdvertisementRules</maml:name>
          <maml:Description>
            <maml:para>Route advertisement rules.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyRouteAdvertisementRule&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyRouteAdvertisementRule&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InFilterPrefixList</maml:name>
          <maml:Description>
            <maml:para>Paths of ordered Prefix list, it breaks after first match.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>AdvertisementRules</maml:name>
        <maml:Description>
          <maml:para>Route advertisement rules.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyRouteAdvertisementRule&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PolicyRouteAdvertisementRule&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InFilterPrefixList</maml:name>
        <maml:Description>
          <maml:para>Paths of ordered Prefix list, it breaks after first match.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
&quot;TIER0_STATIC&quot;$PolicyRouteAdvertisementRule &#x3D; Initialize-PolicyRouteAdvertisementRule -Name &quot;MyName&quot; -Subnets &quot;MySubnets&quot; -RouteAdvertisementTypes &quot;TIER0_STATIC&quot; -PrefixOperator &quot;GE&quot; -Action &quot;PERMIT&quot;
$PolicyStaticRouteAdvertisement &#x3D; Initialize-PolicyStaticRouteAdvertisement -AdvertisementRules $PolicyRouteAdvertisementRule -InFilterPrefixList &quot;MyInFilterPrefixList&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyStaticRouteAdvertisement with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyStaticRouteAdvertisement &#x3D; Initialize-PolicyStaticRouteAdvertisement
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyStaticRouteAdvertisement with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicySubAttributes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicySubAttributes</command:noun>
      <maml:description>
        <maml:para>Policy Sub Attributes data holder</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy Sub Attributes data holder</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicySubAttributes</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>Key for sub attribute</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Multiple sub attribute values can be specified as elements of array. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Datatype</maml:name>
          <maml:Description>
            <maml:para>Datatype for sub attribute</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>Key for sub attribute</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Multiple sub attribute values can be specified as elements of array. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Datatype</maml:name>
        <maml:Description>
          <maml:para>Datatype for sub attribute</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicySubAttributes &#x3D; Initialize-PolicySubAttributes -Key &quot;TLS_CIPHER_SUITE&quot; -Value &quot;MyValue&quot; -Datatype &quot;STRING&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicySubAttributes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicySubAttributes &#x3D; Initialize-PolicySubAttributes -Key &quot;TLS_CIPHER_SUITE&quot; -Value &quot;MyValue&quot; -Datatype &quot;STRING&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicySubAttributes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTier1MulticastConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTier1MulticastConfig</command:noun>
      <maml:description>
        <maml:para>Multicast routing configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Multicast routing configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTier1MulticastConfig</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>$PolicyTier1MulticastConfig &#x3D; Initialize-PolicyTier1MulticastConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTier1MulticastConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTier1MulticastConfig &#x3D; Initialize-PolicyTier1MulticastConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTier1MulticastConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTimeIntervalValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTimeIntervalValue</command:noun>
      <maml:description>
        <maml:para>Time interval on which firewall schedule will be applicable</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Time interval on which firewall schedule will be applicable</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTimeIntervalValue</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StartInterval</maml:name>
          <maml:Description>
            <maml:para>Time in 24 hour and minutes in multiple of 30. Example, 9:00. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EndInterval</maml:name>
          <maml:Description>
            <maml:para>Time in 24 hour and minutes in multiple of 30. Example, 17:30. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StartInterval</maml:name>
        <maml:Description>
          <maml:para>Time in 24 hour and minutes in multiple of 30. Example, 9:00. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EndInterval</maml:name>
        <maml:Description>
          <maml:para>Time in 24 hour and minutes in multiple of 30. Example, 17:30. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyTimeIntervalValue &#x3D; Initialize-PolicyTimeIntervalValue -StartInterval &quot;MyStartInterval&quot; -EndInterval &quot;MyEndInterval&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTimeIntervalValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTimeIntervalValue &#x3D; Initialize-PolicyTimeIntervalValue -StartInterval &quot;MyStartInterval&quot; -EndInterval &quot;MyEndInterval&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTimeIntervalValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationDelivered</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationDelivered</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationDelivered</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>$PolicyTraceflowObservationDelivered &#x3D; Initialize-PolicyTraceflowObservationDelivered
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationDelivered with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationDelivered &#x3D; Initialize-PolicyTraceflowObservationDelivered
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationDelivered with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationDropped</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationDropped</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationDropped</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>$PolicyTraceflowObservationDropped &#x3D; Initialize-PolicyTraceflowObservationDropped
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationDropped with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationDropped &#x3D; Initialize-PolicyTraceflowObservationDropped
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationDropped with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationDroppedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationDroppedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationDroppedLogical</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>$PolicyTraceflowObservationDroppedLogical &#x3D; Initialize-PolicyTraceflowObservationDroppedLogical
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationDroppedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationDroppedLogical &#x3D; Initialize-PolicyTraceflowObservationDroppedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationDroppedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationForwardedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationForwardedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationForwardedLogical</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>$PolicyTraceflowObservationForwardedLogical &#x3D; Initialize-PolicyTraceflowObservationForwardedLogical
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationForwardedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationForwardedLogical &#x3D; Initialize-PolicyTraceflowObservationForwardedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationForwardedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationIpsecVpn</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationIpsecVpn</command:noun>
      <maml:description>
        <maml:para>The related policy path of IPsec VPN traceflow observations</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The related policy path of IPsec VPN traceflow observations</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationIpsecVpn</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VtiPath</maml:name>
          <maml:Description>
            <maml:para>The path of the virtual tunnel interface for Route-Based IPsec VPN</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SessionPath</maml:name>
          <maml:Description>
            <maml:para>The path of the IPsec VPN session</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>VtiPath</maml:name>
        <maml:Description>
          <maml:para>The path of the virtual tunnel interface for Route-Based IPsec VPN</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SessionPath</maml:name>
        <maml:Description>
          <maml:para>The path of the IPsec VPN session</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationIpsecVpn &#x3D; Initialize-PolicyTraceflowObservationIpsecVpn -VtiPath &quot;MyVtiPath&quot; -SessionPath &quot;MySessionPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationIpsecVpn with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationIpsecVpn &#x3D; Initialize-PolicyTraceflowObservationIpsecVpn
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationIpsecVpn with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationReceivedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationReceivedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationReceivedLogical</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>$PolicyTraceflowObservationReceivedLogical &#x3D; Initialize-PolicyTraceflowObservationReceivedLogical
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationReceivedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationReceivedLogical &#x3D; Initialize-PolicyTraceflowObservationReceivedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationReceivedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTraceflowObservationRelayedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTraceflowObservationRelayedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTraceflowObservationRelayedLogical</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>$PolicyTraceflowObservationRelayedLogical &#x3D; Initialize-PolicyTraceflowObservationRelayedLogical
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationRelayedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTraceflowObservationRelayedLogical &#x3D; Initialize-PolicyTraceflowObservationRelayedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTraceflowObservationRelayedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTransportZone</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTransportZone</command:noun>
      <maml:description>
        <maml:para>Transport Zone.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Transport Zone.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTransportZone</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>$PolicyTransportZone &#x3D; Initialize-PolicyTransportZone
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTransportZone with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTransportZone &#x3D; Initialize-PolicyTransportZone
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTransportZone with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyTransportZoneProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyTransportZoneProfile</command:noun>
      <maml:description>
        <maml:para>Transport Zone Profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Transport Zone Profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyTransportZoneProfile</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>$PolicyTransportZoneProfile &#x3D; Initialize-PolicyTransportZoneProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTransportZoneProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyTransportZoneProfile &#x3D; Initialize-PolicyTransportZoneProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyTransportZoneProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyUplinkHostSwitchProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyUplinkHostSwitchProfile</command:noun>
      <maml:description>
        <maml:para>Profile for uplink policies</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Profile for uplink policies</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyUplinkHostSwitchProfile</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>$PolicyUplinkHostSwitchProfile &#x3D; Initialize-PolicyUplinkHostSwitchProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyUplinkHostSwitchProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyUplinkHostSwitchProfile &#x3D; Initialize-PolicyUplinkHostSwitchProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyUplinkHostSwitchProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyUrlCategorizationConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyUrlCategorizationConfig</command:noun>
      <maml:description>
        <maml:para>The type contains information about the configuration of the feature for a specific node. It contains information like the whether the feature is activated/deactivated, the context profiles defining the category list to detect. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The type contains information about the configuration of the feature for a specific node. It contains information like the whether the feature is activated/deactivated, the context profiles defining the category list to detect. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyUrlCategorizationConfig</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>$PolicyUrlCategorizationConfig &#x3D; Initialize-PolicyUrlCategorizationConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyUrlCategorizationConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyUrlCategorizationConfig &#x3D; Initialize-PolicyUrlCategorizationConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyUrlCategorizationConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyVmApplianceConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyVmApplianceConfig</command:noun>
      <maml:description>
        <maml:para>This field contains information about VM appliance specific configs. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This field contains information about VM appliance specific configs. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyVmApplianceConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SearchDomains</maml:name>
          <maml:Description>
            <maml:para>List of domain names that are used to complete unqualified host names. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NtpServers</maml:name>
          <maml:Description>
            <maml:para>List of NTP servers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllowSshRootLogin</maml:name>
          <maml:Description>
            <maml:para>Allowing root SSH logins is not recommended for security reasons. Edit of this property is not supported when updating transport node. Use the CLI to change this property. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServers</maml:name>
          <maml:Description>
            <maml:para>List of DNS servers. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SyslogServers</maml:name>
          <maml:Description>
            <maml:para>List of Syslog server configuration. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SyslogConfiguration&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SyslogConfiguration&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableSsh</maml:name>
          <maml:Description>
            <maml:para>Enabling SSH service is not recommended for security reasons. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableUptMode</maml:name>
          <maml:Description>
            <maml:para>Enable Uniform Passthrough ( UPT ) on VMXNET 3 devices to improve overall system performance and reduces latency. Caution: This involves restart of the edge dataplane and hence may lead to network disruption. Use GET api/v1/edge-transport-nodes/&lt;transport-node-id&gt;/state to monitor realization of UPT. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SearchDomains</maml:name>
        <maml:Description>
          <maml:para>List of domain names that are used to complete unqualified host names. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NtpServers</maml:name>
        <maml:Description>
          <maml:para>List of NTP servers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllowSshRootLogin</maml:name>
        <maml:Description>
          <maml:para>Allowing root SSH logins is not recommended for security reasons. Edit of this property is not supported when updating transport node. Use the CLI to change this property. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServers</maml:name>
        <maml:Description>
          <maml:para>List of DNS servers. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SyslogServers</maml:name>
        <maml:Description>
          <maml:para>List of Syslog server configuration. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SyslogConfiguration&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SyslogConfiguration&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableSsh</maml:name>
        <maml:Description>
          <maml:para>Enabling SSH service is not recommended for security reasons. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableUptMode</maml:name>
        <maml:Description>
          <maml:para>Enable Uniform Passthrough ( UPT ) on VMXNET 3 devices to improve overall system performance and reduces latency. Caution: This involves restart of the edge dataplane and hence may lead to network disruption. Use GET api/v1/edge-transport-nodes/&lt;transport-node-id&gt;/state to monitor realization of UPT. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>
&quot;KERN&quot;
$KeyValuePair &#x3D; Initialize-KeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$SyslogConfiguration &#x3D; Initialize-SyslogConfiguration -Name &quot;MyName&quot; -Server &quot;MyServer&quot; -Port &quot;MyPort&quot; -Protocol &quot;TCP&quot; -LogLevel &quot;EMERGENCY&quot; -Facility &quot;KERN&quot; -MessageId &quot;MyMessageId&quot; -StructuredData $KeyValuePair

$PolicyVmApplianceConfig &#x3D; Initialize-PolicyVmApplianceConfig -SearchDomains &quot;MySearchDomains&quot; -NtpServers &quot;MyNtpServers&quot; -AllowSshRootLogin $false -DnsServers &quot;MyDnsServers&quot; -SyslogServers $SyslogConfiguration -EnableSsh $false -EnableUptMode $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVmApplianceConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PolicyVmApplianceConfig &#x3D; Initialize-PolicyVmApplianceConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVmApplianceConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyVmDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyVmDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyVmDeploymentConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlacementType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PlacementType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyVmDeploymentConfig &#x3D; Initialize-PolicyVmDeploymentConfig -PlacementType &quot;PolicyVsphereDeploymentConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVmDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyVmDeploymentConfig &#x3D; Initialize-PolicyVmDeploymentConfig -PlacementType &quot;PolicyVsphereDeploymentConfig&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVmDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyVpcNatRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyVpcNatRule</command:noun>
      <maml:description>
        <maml:para>Represents a NAT rule between source and destination at for a given VPC.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a NAT rule between source and destination at for a given VPC.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyVpcNatRule</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>$PolicyVpcNatRule &#x3D; Initialize-PolicyVpcNatRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVpcNatRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyVpcNatRule &#x3D; Initialize-PolicyVpcNatRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVpcNatRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyVsphereDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyVsphereDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>The Vsphere deployment configuration determines where to deploy the edge node. It contains settings that are applied during install time. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Vsphere deployment configuration determines where to deploy the edge node. It contains settings that are applied during install time. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyVsphereDeploymentConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlacementType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>PlacementType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PolicyVsphereDeploymentConfig &#x3D; Initialize-PolicyVsphereDeploymentConfig -PlacementType &quot;PolicyVsphereDeploymentConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVsphereDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyVsphereDeploymentConfig &#x3D; Initialize-PolicyVsphereDeploymentConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVsphereDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PolicyVtepHAHostSwitchProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PolicyVtepHAHostSwitchProfile</command:noun>
      <maml:description>
        <maml:para>Host Switch for VTEP High Availability</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Host Switch for VTEP High Availability</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PolicyVtepHAHostSwitchProfile</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>$PolicyVtepHAHostSwitchProfile &#x3D; Initialize-PolicyVtepHAHostSwitchProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVtepHAHostSwitchProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PolicyVtepHAHostSwitchProfile &#x3D; Initialize-PolicyVtepHAHostSwitchProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PolicyVtepHAHostSwitchProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PoolMemberSetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PoolMemberSetting</command:noun>
      <maml:description>
        <maml:para>The setting is used to add, update or remove pool members from pool. For static pool members, admin_state, display_name and weight can be updated. For dynamic pool members, only admin_state can be updated. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The setting is used to add, update or remove pool members from pool. For static pool members, admin_state, display_name and weight can be updated. For dynamic pool members, only admin_state can be updated. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PoolMemberSetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>Pool member IP 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>Port</maml:name>
          <maml:Description>
            <maml:para>Pool member port number</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdminState</maml:name>
          <maml:Description>
            <maml:para>Member admin state</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AdminStateEnum.ENABLED</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>Only applicable to static pool members. If supplied for a pool defined by a grouping object, update API would fail. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>Only applicable to static pool members. If supplied for a pool defined by a grouping object, update API would fail. </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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddress</maml:name>
        <maml:Description>
          <maml:para>Pool member IP 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>Port</maml:name>
        <maml:Description>
          <maml:para>Pool member port number</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AdminState</maml:name>
        <maml:Description>
          <maml:para>Member admin state</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AdminStateEnum.ENABLED</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>Only applicable to static pool members. If supplied for a pool defined by a grouping object, update API would fail. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Weight</maml:name>
        <maml:Description>
          <maml:para>Only applicable to static pool members. If supplied for a pool defined by a grouping object, update API would fail. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PoolMemberSetting &#x3D; Initialize-PoolMemberSetting -IpAddress &quot;MyIpAddress&quot; -Port &quot;MyPort&quot; -AdminState &quot;ENABLED&quot; -DisplayName &quot;MyDisplayName&quot; -Weight 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PoolMemberSetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PoolMemberSetting &#x3D; Initialize-PoolMemberSetting -IpAddress &quot;MyIpAddress&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PoolMemberSetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortAddressBindingEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortAddressBindingEntry</command:noun>
      <maml:description>
        <maml:para>Detailed information about static address for the port.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Detailed information about static address for the port.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortAddressBindingEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>IP Address for port binding</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MacAddress</maml:name>
          <maml:Description>
            <maml:para>Mac address for port binding</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VlanId</maml:name>
          <maml:Description>
            <maml:para>VLAN ID for port binding</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>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>IpAddress</maml:name>
        <maml:Description>
          <maml:para>IP Address for port binding</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MacAddress</maml:name>
        <maml:Description>
          <maml:para>Mac address for port binding</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VlanId</maml:name>
        <maml:Description>
          <maml:para>VLAN ID for port binding</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PortAddressBindingEntry &#x3D; Initialize-PortAddressBindingEntry -IpAddress &quot;MyIpAddress&quot; -MacAddress &quot;MyMacAddress&quot; -VlanId 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortAddressBindingEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortAddressBindingEntry &#x3D; Initialize-PortAddressBindingEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortAddressBindingEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortAttachment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortAttachment</command:noun>
      <maml:description>
        <maml:para>Detail information about port attachment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Detail information about port attachment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortAttachment</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>VIF UUID on NSX Manager. If the attachement type is PARENT, this property is required.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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 port attachment. STATIC is added to replace INDEPENDENT. INDEPENDENT type and PARENT type are deprecated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ContextId</maml:name>
          <maml:Description>
            <maml:para>If type is CHILD and the parent port is on the same segment as the child port, then this field should be VIF ID of the parent port. If type is CHILD and the parent port is on a different segment, then this field should be policy path of the parent port. If type is INDEPENDENT/STATIC, then this field should be 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ContextType</maml:name>
          <maml:Description>
            <maml:para>Set to PARENT when type field is CHILD. Read only field.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllocateAddresses</maml:name>
          <maml:Description>
            <maml:para>Indicate how IP will be allocated for the port. Enum BOTH references IP pool and MAC pool. Enum NONE is no allocation. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EvpnVlans</maml:name>
          <maml:Description>
            <maml:para>List of Evpn tenant VLAN IDs the Parent logical-port serves in Evpn Route-Server mode. Only effective when attachment type is PARENT and the logical-port is attached to vRouter VM.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TrafficTag</maml:name>
          <maml:Description>
            <maml:para>Not valid when type field is INDEPENDENT, mainly used to identify traffic from different ports in container use case. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AppId</maml:name>
          <maml:Description>
            <maml:para>ID used to identify/look up a child attachment behind a parent attachment </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HyperbusMode</maml:name>
          <maml:Description>
            <maml:para>Flag to indicate if hyperbus configuration is required.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.HyperbusModeEnum.DISABLE</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>VIF UUID on NSX Manager. If the attachement type is PARENT, this property is required.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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 port attachment. STATIC is added to replace INDEPENDENT. INDEPENDENT type and PARENT type are deprecated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ContextId</maml:name>
        <maml:Description>
          <maml:para>If type is CHILD and the parent port is on the same segment as the child port, then this field should be VIF ID of the parent port. If type is CHILD and the parent port is on a different segment, then this field should be policy path of the parent port. If type is INDEPENDENT/STATIC, then this field should be 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ContextType</maml:name>
        <maml:Description>
          <maml:para>Set to PARENT when type field is CHILD. Read only field.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllocateAddresses</maml:name>
        <maml:Description>
          <maml:para>Indicate how IP will be allocated for the port. Enum BOTH references IP pool and MAC pool. Enum NONE is no allocation. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EvpnVlans</maml:name>
        <maml:Description>
          <maml:para>List of Evpn tenant VLAN IDs the Parent logical-port serves in Evpn Route-Server mode. Only effective when attachment type is PARENT and the logical-port is attached to vRouter VM.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TrafficTag</maml:name>
        <maml:Description>
          <maml:para>Not valid when type field is INDEPENDENT, mainly used to identify traffic from different ports in container use case. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AppId</maml:name>
        <maml:Description>
          <maml:para>ID used to identify/look up a child attachment behind a parent attachment </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HyperbusMode</maml:name>
        <maml:Description>
          <maml:para>Flag to indicate if hyperbus configuration is required.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.HyperbusModeEnum.DISABLE</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PortAttachment &#x3D; Initialize-PortAttachment -Id &quot;MyId&quot; -Type &quot;PARENT&quot; -ContextId &quot;MyContextId&quot; -ContextType &quot;PARENT&quot; -AllocateAddresses &quot;IP_POOL&quot; -EvpnVlans &quot;MyEvpnVlans&quot; -TrafficTag 0 -AppId &quot;MyAppId&quot; -HyperbusMode &quot;ENABLE&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortAttachment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortAttachment &#x3D; Initialize-PortAttachment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortAttachment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortDiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortDiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between discovery profile and Port. Using this entity, user can specify intent for applying discovery profile to particular Port. Port here is Logical Port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between discovery profile and Port. Using this entity, user can specify intent for applying discovery profile to particular Port. Port here is Logical Port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortDiscoveryProfileBindingMap</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>$PortDiscoveryProfileBindingMap &#x3D; Initialize-PortDiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortDiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortDiscoveryProfileBindingMap &#x3D; Initialize-PortDiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortDiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortMirrorFilter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortMirrorFilter</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortMirrorFilter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceIps</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddresses</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddresses</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationIps</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddresses</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddresses</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>The transport protocols of TCP or UDP, used to match the transport protocol of a packet. If not provided, no filtering by IP protocols is performed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourcePorts</maml:name>
          <maml:Description>
            <maml:para>Source port in the form of a port or port range, used to match the source port of a packet. If not provided, no filtering by source port is 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationPorts</maml:name>
          <maml:Description>
            <maml:para>Destination port in the form of a port or port range, used to match the destination port of a packet. If not provided, no filtering by destination port is 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceIps</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddresses</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddresses</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationIps</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddresses</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddresses</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Protocol</maml:name>
        <maml:Description>
          <maml:para>The transport protocols of TCP or UDP, used to match the transport protocol of a packet. If not provided, no filtering by IP protocols is performed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourcePorts</maml:name>
        <maml:Description>
          <maml:para>Source port in the form of a port or port range, used to match the source port of a packet. If not provided, no filtering by source port is 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationPorts</maml:name>
        <maml:Description>
          <maml:para>Destination port in the form of a port or port range, used to match the destination port of a packet. If not provided, no filtering by destination port is 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$IPAddresses &#x3D; Initialize-IPAddresses -IpAddresses &quot;MyIpAddresses&quot;
$PortMirrorFilter &#x3D; Initialize-PortMirrorFilter -SourceIps $IPAddresses -DestinationIps $IPAddresses -Protocol &quot;TCP&quot; -SourcePorts &quot;MySourcePorts&quot; -DestinationPorts &quot;MyDestinationPorts&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMirrorFilter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PortMirrorFilter &#x3D; Initialize-PortMirrorFilter
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMirrorFilter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-IPAddresses</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-IPAddresses</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortMirroringInstance</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortMirroringInstance</command:noun>
      <maml:description>
        <maml:para>Mirrors Data from source to destination</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mirrors Data from source to destination</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortMirroringInstance</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>$PortMirroringInstance &#x3D; Initialize-PortMirroringInstance
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMirroringInstance with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortMirroringInstance &#x3D; Initialize-PortMirroringInstance
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMirroringInstance with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortMirroringProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortMirroringProfile</command:noun>
      <maml:description>
        <maml:para>Mirrors Data from source to destination</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mirrors Data from source to destination</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortMirroringProfile</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>$PortMirroringProfile &#x3D; Initialize-PortMirroringProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMirroringProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortMirroringProfile &#x3D; Initialize-PortMirroringProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMirroringProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortMonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortMonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between monitoring profile and Port. Using this entity, user can specify intent for applying monitoring profile to particular Port. Port here is Segment Port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between monitoring profile and Port. Using this entity, user can specify intent for applying monitoring profile to particular Port. Port here is Segment Port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortMonitoringProfileBindingMap</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>$PortMonitoringProfileBindingMap &#x3D; Initialize-PortMonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortMonitoringProfileBindingMap &#x3D; Initialize-PortMonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortMonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortQoSProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortQoSProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between qos profile and Port. Using this entity, you can specify intent for applying qos profile to particular Port. Port here is Segment Port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between qos profile and Port. Using this entity, you can specify intent for applying qos profile to particular Port. Port here is Segment Port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortQoSProfileBindingMap</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>$PortQoSProfileBindingMap &#x3D; Initialize-PortQoSProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortQoSProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortQoSProfileBindingMap &#x3D; Initialize-PortQoSProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortQoSProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortRealTimeEthProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortRealTimeEthProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between real time eth profile and Port. Using this entity, you can specify intent for applying real time eth profile to particular Port. Port here is Segment Port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between real time eth profile and Port. Using this entity, you can specify intent for applying real time eth profile to particular Port. Port here is Segment Port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortRealTimeEthProfileBindingMap</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>$PortRealTimeEthProfileBindingMap &#x3D; Initialize-PortRealTimeEthProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortRealTimeEthProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortRealTimeEthProfileBindingMap &#x3D; Initialize-PortRealTimeEthProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortRealTimeEthProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PortSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PortSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Contains the binding relationship between port and security profile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains the binding relationship between port and security profile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PortSecurityProfileBindingMap</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>$PortSecurityProfileBindingMap &#x3D; Initialize-PortSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PortSecurityProfileBindingMap &#x3D; Initialize-PortSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PortSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PreconfiguredEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PreconfiguredEndpoint</command:noun>
      <maml:description>
        <maml:para>Tunnel endpoint configuration of preconfigured host switch</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tunnel endpoint configuration of preconfigured host switch</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PreconfiguredEndpoint</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeviceName</maml:name>
          <maml:Description>
            <maml:para>Name of the virtual tunnel 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeviceName</maml:name>
        <maml:Description>
          <maml:para>Name of the virtual tunnel 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PreconfiguredEndpoint &#x3D; Initialize-PreconfiguredEndpoint -DeviceName &quot;MyDeviceName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PreconfiguredEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PreconfiguredEndpoint &#x3D; Initialize-PreconfiguredEndpoint -DeviceName &quot;MyDeviceName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PreconfiguredEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PreconfiguredHostSwitch</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PreconfiguredHostSwitch</command:noun>
      <maml:description>
        <maml:para>Preconfigured host switch is used for manually configured transport node.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Preconfigured host switch is used for manually configured transport node.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PreconfiguredHostSwitch</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchId</maml:name>
          <maml:Description>
            <maml:para>External Id of the preconfigured host switch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Endpoints</maml:name>
          <maml:Description>
            <maml:para>List of virtual tunnel endpoints which are preconfigured on this host switch</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PreconfiguredEndpoint&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PreconfiguredEndpoint&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportZoneEndpoints</maml:name>
          <maml:Description>
            <maml:para>List of TransportZones that are to be associated with specified host switch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchId</maml:name>
        <maml:Description>
          <maml:para>External Id of the preconfigured host switch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Endpoints</maml:name>
        <maml:Description>
          <maml:para>List of virtual tunnel endpoints which are preconfigured on this host switch</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.PreconfiguredEndpoint&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.PreconfiguredEndpoint&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportZoneEndpoints</maml:name>
        <maml:Description>
          <maml:para>List of TransportZones that are to be associated with specified host switch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$PreconfiguredEndpoint &#x3D; Initialize-PreconfiguredEndpoint -DeviceName &quot;MyDeviceName&quot;

$TransportZoneProfileTypeIdEntry &#x3D; Initialize-TransportZoneProfileTypeIdEntry -ResourceType &quot;BfdHealthMonitoringProfile&quot; -ProfileId &quot;MyProfileId&quot;
$TransportZoneEndPoint &#x3D; Initialize-TransportZoneEndPoint -TransportZoneId &quot;MyTransportZoneId&quot; -TransportZoneProfileIds $TransportZoneProfileTypeIdEntry

$PreconfiguredHostSwitch &#x3D; Initialize-PreconfiguredHostSwitch -HostSwitchId &quot;MyHostSwitchId&quot; -Endpoints $PreconfiguredEndpoint -TransportZoneEndpoints $TransportZoneEndPoint
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PreconfiguredHostSwitch with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PreconfiguredHostSwitch &#x3D; Initialize-PreconfiguredHostSwitch -HostSwitchId &quot;MyHostSwitchId&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PreconfiguredHostSwitch with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PreconfiguredHostSwitchSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PreconfiguredHostSwitchSpec</command:noun>
      <maml:description>
        <maml:para>Preconfigured host switch specification is used for manually configured transport node. It is user&#39;s responsibility to ensure correct configuration is provided to NSX. This type is only valid for supported KVM fabric nodes.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Preconfigured host switch specification is used for manually configured transport node. It is user&#39;s responsibility to ensure correct configuration is provided to NSX. This type is only valid for supported KVM fabric nodes.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PreconfiguredHostSwitchSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PreconfiguredHostSwitchSpec &#x3D; Initialize-PreconfiguredHostSwitchSpec -ResourceType &quot;StandardHostSwitchSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PreconfiguredHostSwitchSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PreconfiguredHostSwitchSpec &#x3D; Initialize-PreconfiguredHostSwitchSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PreconfiguredHostSwitchSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PrefixEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PrefixEntry</command:noun>
      <maml:description>
        <maml:para>Network prefix entry</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Network prefix entry</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PrefixEntry</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Network</maml:name>
          <maml:Description>
            <maml:para>Network prefix in CIDR format. \&quot;ANY\&quot; matches all networks. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Le</maml:name>
          <maml:Description>
            <maml:para>Prefix length less than or equal to. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ge</maml:name>
          <maml:Description>
            <maml:para>Prefix length greater than or equal to. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml: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 for the prefix list. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ActionEnum.PERMIT</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Network</maml:name>
        <maml:Description>
          <maml:para>Network prefix in CIDR format. \&quot;ANY\&quot; matches all networks. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Le</maml:name>
        <maml:Description>
          <maml:para>Prefix length less than or equal to. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ge</maml:name>
        <maml:Description>
          <maml:para>Prefix length greater than or equal to. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml: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 for the prefix list. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ActionEnum.PERMIT</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$PrefixEntry &#x3D; Initialize-PrefixEntry -Network &quot;MyNetwork&quot; -Le 0 -Ge 0 -Action &quot;PERMIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PrefixEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PrefixEntry &#x3D; Initialize-PrefixEntry -Network &quot;MyNetwork&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PrefixEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PrefixList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PrefixList</command:noun>
      <maml:description>
        <maml:para>A named list of prefixes for routing purposes.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A named list of prefixes for routing purposes.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PrefixList</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>$PrefixList &#x3D; Initialize-PrefixList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PrefixList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$PrefixList &#x3D; Initialize-PrefixList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PrefixList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Principal</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Principal</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Principal</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Attributes</maml:name>
          <maml:Description>
            <maml:para>Attribute list.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValue&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValue&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Attributes</maml:name>
        <maml:Description>
          <maml:para>Attribute list.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValue&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValue&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$KeyValue &#x3D; Initialize-KeyValue -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$Principal &#x3D; Initialize-Principal -Attributes $KeyValue
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Principal with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$KeyValue &#x3D; Initialize-KeyValue -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$Principal &#x3D; Initialize-Principal -Attributes $KeyValue
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Principal with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between profile and policy entities. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between profile and policy entities. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ProfileBindingMap</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>$ProfileBindingMap &#x3D; Initialize-ProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ProfileBindingMap &#x3D; Initialize-ProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Profinet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Profinet</command:noun>
      <maml:description>
        <maml:para>PROFINET protocol settings</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>PROFINET protocol settings</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Profinet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to turn on or off the protocol</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VlanStripKeepsPriority</maml:name>
          <maml:Description>
            <maml:para>PROFINET traffic generated by VM guest will have VLAN 0 with priority tag. The NSX datapath will then add or strip VLAN ID as per the Segment configuration. This boolean flag indicates if the priority tag should be retained across such add/strip operation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DcpMulticastAddress</maml:name>
          <maml:Description>
            <maml:para>Discovery and Configuration Protocol (DCP) is part of PROFINET protocol suite and it is used to discover IO devices, identify device information and configure device setting such as device name and IP address. The default configuration will use a couple of multicast MACs - 01:0e:cf:00:00:00, 01:0e:cf:00:00:01 If non-empty set of MAC addresses are provided as input, then it will override these default multicast MACs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to turn on or off the protocol</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VlanStripKeepsPriority</maml:name>
        <maml:Description>
          <maml:para>PROFINET traffic generated by VM guest will have VLAN 0 with priority tag. The NSX datapath will then add or strip VLAN ID as per the Segment configuration. This boolean flag indicates if the priority tag should be retained across such add/strip operation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DcpMulticastAddress</maml:name>
        <maml:Description>
          <maml:para>Discovery and Configuration Protocol (DCP) is part of PROFINET protocol suite and it is used to discover IO devices, identify device information and configure device setting such as device name and IP address. The default configuration will use a couple of multicast MACs - 01:0e:cf:00:00:00, 01:0e:cf:00:00:01 If non-empty set of MAC addresses are provided as input, then it will override these default multicast MACs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Profinet &#x3D; Initialize-Profinet -Enabled $false -VlanStripKeepsPriority $false -DcpMulticastAddress &quot;MyDcpMulticastAddress&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Profinet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Profinet &#x3D; Initialize-Profinet -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Profinet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Project</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Project</command:noun>
      <maml:description>
        <maml:para>Project is a construct that provides network isolation for all its contents out of the box, where the compute and networking elements within are isolated from other Projects. The Project will also be used to provide hybridity across on-prem datacenters and the cloud, thus providing a means of building private clouds with elements both on-prem and in the cloud. The project can be created by users with Org Admin role and read access to Tier0s and Edge clusters. Read access to Tier0s and Edge clusters can be achieved by either associating the user with another role with the required permissions (say Auditor), or by sharing the Tier0s and Edge clusters with the Org before creating the project. The project can also be created by users with Enterprise Admin role without explicit sharing of Tier0s and Edge clusters. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Project is a construct that provides network isolation for all its contents out of the box, where the compute and networking elements within are isolated from other Projects. The Project will also be used to provide hybridity across on-prem datacenters and the cloud, thus providing a means of building private clouds with elements both on-prem and in the cloud. The project can be created by users with Org Admin role and read access to Tier0s and Edge clusters. Read access to Tier0s and Edge clusters can be achieved by either associating the user with another role with the required permissions (say Auditor), or by sharing the Tier0s and Edge clusters with the Org before creating the project. The project can also be created by users with Enterprise Admin role without explicit sharing of Tier0s and Edge clusters. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Project</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>$Project &#x3D; Initialize-Project
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Project with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Project &#x3D; Initialize-Project
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Project with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ProjectIpAddressAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ProjectIpAddressAllocation</command:noun>
      <maml:description>
        <maml:para>Allocation parameters for the IP address (e.g. specific IP address) can be specified. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Allocation parameters for the IP address (e.g. specific IP address) can be specified. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ProjectIpAddressAllocation</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>$ProjectIpAddressAllocation &#x3D; Initialize-ProjectIpAddressAllocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProjectIpAddressAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ProjectIpAddressAllocation &#x3D; Initialize-ProjectIpAddressAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProjectIpAddressAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ProjectRouteFilter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ProjectRouteFilter</command:noun>
      <maml:description>
        <maml:para>Project route filter to control routes advertised from Project&#39;s Tier1 Gateway to Tier0 Gateway. If project route filter configured for project then match_prefix_list must permit prefixes including public blocks for route advertisement from Tier1 gateway and VPC. Project route filter can only be configured by Enterprise Admin in case of LM and Org Admin or EA in case of NSX+. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Project route filter to control routes advertised from Project&#39;s Tier1 Gateway to Tier0 Gateway. If project route filter configured for project then match_prefix_list must permit prefixes including public blocks for route advertisement from Tier1 gateway and VPC. Project route filter can only be configured by Enterprise Admin in case of LM and Org Admin or EA in case of NSX+. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ProjectRouteFilter</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>$ProjectRouteFilter &#x3D; Initialize-ProjectRouteFilter
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProjectRouteFilter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ProjectRouteFilter &#x3D; Initialize-ProjectRouteFilter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProjectRouteFilter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-PropertyItem</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>PropertyItem</command:noun>
      <maml:description>
        <maml:para>Represents a label-value pair.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a label-value pair.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-PropertyItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Field</maml:name>
          <maml:Description>
            <maml:para>Represents field value of the property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Heading</maml:name>
          <maml:Description>
            <maml:para>Set to true if the field is a heading. Default is false.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Data type of the field.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.String</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RenderConfiguration</maml:name>
          <maml:Description>
            <maml:para>Render configuration to be applied, if any.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the property will be displayed. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Separator</maml:name>
          <maml:Description>
            <maml:para>If true, separates this property in a widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Navigation</maml:name>
          <maml:Description>
            <maml:para>Hyperlink of the specified UI page that provides details. This will be linked with value of the property.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Span</maml:name>
          <maml:Description>
            <maml:para>Represent the horizontal span of the widget / container.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Rowspan</maml:name>
          <maml:Description>
            <maml:para>Represent the vertical span of the widget / container</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LabelValueSeparator</maml:name>
          <maml:Description>
            <maml:para>Label value separator used between label and value. It can be any separator like \&quot;:\&quot; or \&quot;-\&quot;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>A style object applicable for the property item. It could be the any padding, margin style sheet applicable to the property item. A &#39;style&#39; property is supported in case of layout &#39;AUTO&#39; only.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DrilldownId</maml:name>
          <maml:Description>
            <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Label</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Field</maml:name>
        <maml:Description>
          <maml:para>Represents field value of the property.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Heading</maml:name>
        <maml:Description>
          <maml:para>Set to true if the field is a heading. Default is false.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Data type of the field.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.TypeEnum.String</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RenderConfiguration</maml:name>
        <maml:Description>
          <maml:para>Render configuration to be applied, if any.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.RenderConfiguration&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the property will be displayed. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Separator</maml:name>
        <maml:Description>
          <maml:para>If true, separates this property in a widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Navigation</maml:name>
        <maml:Description>
          <maml:para>Hyperlink of the specified UI page that provides details. This will be linked with value of the property.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Span</maml:name>
        <maml:Description>
          <maml:para>Represent the horizontal span of the widget / container.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Rowspan</maml:name>
        <maml:Description>
          <maml:para>Represent the vertical span of the widget / container</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LabelValueSeparator</maml:name>
        <maml:Description>
          <maml:para>Label value separator used between label and value. It can be any separator like \&quot;:\&quot; or \&quot;-\&quot;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>A style object applicable for the property item. It could be the any padding, margin style sheet applicable to the property item. A &#39;style&#39; property is supported in case of layout &#39;AUTO&#39; only.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DrilldownId</maml:name>
        <maml:Description>
          <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;


$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip

$PropertyItem &#x3D; Initialize-PropertyItem -Label $Label -Field &quot;MyField&quot; -Heading $false -Type &quot;String&quot; -RenderConfiguration $RenderConfiguration -Condition &quot;MyCondition&quot; -Separator $false -Navigation &quot;MyNavigation&quot; -Span 0 -Rowspan 0 -LabelValueSeparator &quot;MyLabelValueSeparator&quot; -Style 0 -DrilldownId &quot;MyDrilldownId&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PropertyItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$PropertyItem &#x3D; Initialize-PropertyItem -Field &quot;MyField&quot; -Type &quot;String&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-PropertyItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ProtocolVersion</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ProtocolVersion</command:noun>
      <maml:description>
        <maml:para>HTTP protocol version</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>HTTP protocol version</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ProtocolVersion</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the TLS protocol version</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable status for this protocol version</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the TLS protocol version</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable status for this protocol version</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ProtocolVersion &#x3D; Initialize-ProtocolVersion -Name &quot;MyName&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProtocolVersion with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ProtocolVersion &#x3D; Initialize-ProtocolVersion -Name &quot;MyName&quot; -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ProtocolVersion with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-QoSBaseRateLimiter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>QoSBaseRateLimiter</command:noun>
      <maml:description>
        <maml:para>A Limiter configuration entry that specifies type and metrics</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Limiter configuration entry that specifies type and metrics</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-QoSBaseRateLimiter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Type rate limiter </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Type rate limiter </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$QoSBaseRateLimiter &#x3D; Initialize-QoSBaseRateLimiter -ResourceType &quot;IngressRateLimiter&quot; -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSBaseRateLimiter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$QoSBaseRateLimiter &#x3D; Initialize-QoSBaseRateLimiter -ResourceType &quot;IngressRateLimiter&quot; -Enabled $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSBaseRateLimiter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-QoSDscp</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>QoSDscp</command:noun>
      <maml:description>
        <maml:para>Dscp value is ignored in case of &#39;TRUSTED&#39; DscpTrustMode.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dscp value is ignored in case of &#39;TRUSTED&#39; DscpTrustMode.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-QoSDscp</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mode</maml:name>
          <maml:Description>
            <maml:para>When you select the Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.Untrusted mode is supported on overlay-based and VLAN-based logical port. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Priority</maml:name>
          <maml:Description>
            <maml:para>Internal Forwarding Priority</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>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Mode</maml:name>
        <maml:Description>
          <maml:para>When you select the Trusted mode the inner header DSCP value is applied to the outer IP header for IP/IPv6 traffic. For non IP/IPv6 traffic, the outer IP header takes the default value.Untrusted mode is supported on overlay-based and VLAN-based logical port. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Priority</maml:name>
        <maml:Description>
          <maml:para>Internal Forwarding Priority</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>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$QoSDscp &#x3D; Initialize-QoSDscp -Mode &quot;TRUSTED&quot; -Priority 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSDscp with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$QoSDscp &#x3D; Initialize-QoSDscp
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSDscp with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-QoSProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>QoSProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-QoSProfile</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>$QoSProfile &#x3D; Initialize-QoSProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$QoSProfile &#x3D; Initialize-QoSProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-QoSProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>QoSProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Base QoS Profile Binding Map</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base QoS Profile Binding Map</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-QoSProfileBindingMap</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>$QoSProfileBindingMap &#x3D; Initialize-QoSProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$QoSProfileBindingMap &#x3D; Initialize-QoSProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QoSProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Quota</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Quota</command:noun>
      <maml:description>
        <maml:para>Any type of quota definition will extend from this base class </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Any type of quota definition will extend from this base class </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Quota</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Quota &#x3D; Initialize-Quota -ResourceType &quot;IpBlockQuota&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Quota with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Quota &#x3D; Initialize-Quota -ResourceType &quot;IpBlockQuota&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Quota with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-QuotaStatsPerPrefix</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>QuotaStatsPerPrefix</command:noun>
      <maml:description>
        <maml:para>Collection of QuotaStats for given path-prefix</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Collection of QuotaStats for given path-prefix</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-QuotaStatsPerPrefix</maml:name>
        <command:parameter required="false" 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>QuotaDetails</maml:name>
          <maml:Description>
            <maml:para>QuotaStats list results</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStats&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStats&gt;</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>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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>QuotaDetails</maml:name>
        <maml:Description>
          <maml:para>QuotaStats list results</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStats&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStats&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$QuotaStatsPerPrefix &#x3D; Initialize-QuotaStatsPerPrefix -PathPrefix &quot;MyPathPrefix&quot; -QuotaDetails $QuotaStats
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QuotaStatsPerPrefix with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$QuotaStatsPerPrefix &#x3D; Initialize-QuotaStatsPerPrefix -QuotaDetails $QuotaStats
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QuotaStatsPerPrefix with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-QuotaStatsPerPrefixListResult</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>QuotaStatsPerPrefixListResult</command:noun>
      <maml:description>
        <maml:para>Collection of QuotaStatsPerPrefix</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Collection of QuotaStatsPerPrefix</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-QuotaStatsPerPrefixListResult</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Results</maml:name>
          <maml:Description>
            <maml:para>QuotaStats list results</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStatsPerPrefix&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStatsPerPrefix&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Results</maml:name>
        <maml:Description>
          <maml:para>QuotaStats list results</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStatsPerPrefix&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.QuotaStatsPerPrefix&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$QuotaStatsPerPrefix &#x3D; Initialize-QuotaStatsPerPrefix -PathPrefix &quot;MyPathPrefix&quot; -QuotaDetails $QuotaStats

$QuotaStatsPerPrefixListResult &#x3D; Initialize-QuotaStatsPerPrefixListResult -Results $QuotaStatsPerPrefix
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QuotaStatsPerPrefixListResult with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$QuotaStatsPerPrefix &#x3D; Initialize-QuotaStatsPerPrefix -QuotaDetails $QuotaStats

$QuotaStatsPerPrefixListResult &#x3D; Initialize-QuotaStatsPerPrefixListResult -Results $QuotaStatsPerPrefix
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-QuotaStatsPerPrefixListResult with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RAConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RAConfig</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RAConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouterPreference</maml:name>
          <maml:Description>
            <maml:para>NDRA Router preference value with MEDIUM as default. If the router_lifetime is 0, the preference must be set to MEDIUM. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RouterPreferenceEnum.MEDIUM</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RaInterval</maml:name>
          <maml:Description>
            <maml:para>Interval between 2 Router advertisement in seconds. </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>600</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HopLimit</maml:name>
          <maml:Description>
            <maml:para>The maximum number of hops through which packets can pass before being discarded. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>64</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouterLifetime</maml:name>
          <maml:Description>
            <maml:para>Router lifetime value in seconds. A value of 0 indicates the router is not a default router for the receiving end. Any other value in this field specifies the lifetime, in seconds, associated with this router as a default router. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1800</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLifetime</maml:name>
          <maml:Description>
            <maml:para>The time interval in seconds, in which the prefix is advertised as valid. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>2592000</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixPreferredTime</maml:name>
          <maml:Description>
            <maml:para>The time interval in seconds, in which the prefix is advertised as preferred. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>604800</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouterPreference</maml:name>
        <maml:Description>
          <maml:para>NDRA Router preference value with MEDIUM as default. If the router_lifetime is 0, the preference must be set to MEDIUM. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RouterPreferenceEnum.MEDIUM</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RaInterval</maml:name>
        <maml:Description>
          <maml:para>Interval between 2 Router advertisement in seconds. </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>600</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HopLimit</maml:name>
        <maml:Description>
          <maml:para>The maximum number of hops through which packets can pass before being discarded. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>64</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouterLifetime</maml:name>
        <maml:Description>
          <maml:para>Router lifetime value in seconds. A value of 0 indicates the router is not a default router for the receiving end. Any other value in this field specifies the lifetime, in seconds, associated with this router as a default router. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1800</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLifetime</maml:name>
        <maml:Description>
          <maml:para>The time interval in seconds, in which the prefix is advertised as valid. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>2592000</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixPreferredTime</maml:name>
        <maml:Description>
          <maml:para>The time interval in seconds, in which the prefix is advertised as preferred. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>604800</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RAConfig &#x3D; Initialize-RAConfig -RouterPreference &quot;LOW&quot; -RaInterval 0 -HopLimit 0 -RouterLifetime 0 -PrefixLifetime 0 -PrefixPreferredTime 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RAConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RAConfig &#x3D; Initialize-RAConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RAConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RaDNSConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RaDNSConfig</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RaDNSConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainName</maml:name>
          <maml:Description>
            <maml:para>Domain name in RA message. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DomainNameLifetime</maml:name>
          <maml:Description>
            <maml:para>Lifetime of Domain names in milliseconds</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1800000</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServer</maml:name>
          <maml:Description>
            <maml:para>DNS server. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServerLifetime</maml:name>
          <maml:Description>
            <maml:para>Lifetime of DNS server in milliseconds</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1800000</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainName</maml:name>
        <maml:Description>
          <maml:para>Domain name in RA message. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DomainNameLifetime</maml:name>
        <maml:Description>
          <maml:para>Lifetime of Domain names in milliseconds</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1800000</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServer</maml:name>
        <maml:Description>
          <maml:para>DNS server. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServerLifetime</maml:name>
        <maml:Description>
          <maml:para>Lifetime of DNS server in milliseconds</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1800000</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RaDNSConfig &#x3D; Initialize-RaDNSConfig -DomainName &quot;MyDomainName&quot; -DomainNameLifetime 0 -DnsServer &quot;MyDnsServer&quot; -DnsServerLifetime 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RaDNSConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RaDNSConfig &#x3D; Initialize-RaDNSConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RaDNSConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Reaction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Reaction</command:noun>
      <maml:description>
        <maml:para>Reaction represents a programmable entity which encapsulates the events and the actions in response to the events, or simply \&quot;If This Then That\&quot;. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Reaction represents a programmable entity which encapsulates the events and the actions in response to the events, or simply \&quot;If This Then That\&quot;. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Reaction</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>$Reaction &#x3D; Initialize-Reaction
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Reaction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Reaction &#x3D; Initialize-Reaction
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Reaction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealTimeEthProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealTimeEthProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealTimeEthProfile</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>$RealTimeEthProfile &#x3D; Initialize-RealTimeEthProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealTimeEthProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealTimeEthProfile &#x3D; Initialize-RealTimeEthProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealTimeEthProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealTimeEthProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealTimeEthProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Base Real Time Eth Profile Binding Map</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base Real Time Eth Profile Binding Map</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealTimeEthProfileBindingMap</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>$RealTimeEthProfileBindingMap &#x3D; Initialize-RealTimeEthProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealTimeEthProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealTimeEthProfileBindingMap &#x3D; Initialize-RealTimeEthProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealTimeEthProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</command:noun>
      <maml:description>
        <maml:para>Provides vSwitch-RT config for host switch in ENS mode. This config cannot be updated once host switch is created.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides vSwitch-RT config for host switch in ENS mode. This config cannot be updated once host switch is created.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ProfinetEnabled</maml:name>
          <maml:Description>
            <maml:para>Boolean to enable PROFINET protocol for host switch. The configuration is provided at a VDS level.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StrictLatencyEnabled</maml:name>
          <maml:Description>
            <maml:para>Boolean to enable strict latency for host switch. The configuration is provided at a VDS level.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LatencyMeasurement</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LatencyMeasurementConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.LatencyMeasurementConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrpConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ParallelRedundancyProtocolConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ParallelRedundancyProtocolConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ProfinetEnabled</maml:name>
        <maml:Description>
          <maml:para>Boolean to enable PROFINET protocol for host switch. The configuration is provided at a VDS level.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StrictLatencyEnabled</maml:name>
        <maml:Description>
          <maml:para>Boolean to enable strict latency for host switch. The configuration is provided at a VDS level.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LatencyMeasurement</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LatencyMeasurementConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.LatencyMeasurementConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrpConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ParallelRedundancyProtocolConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ParallelRedundancyProtocolConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$LatencyMeasurementConfig &#x3D; Initialize-LatencyMeasurementConfig -SamplingRate 0
$ParallelRedundancyProtocolConfig &#x3D; Initialize-ParallelRedundancyProtocolConfig -SupervisionMulticastAddress &quot;MySupervisionMulticastAddress&quot; -LifeCheckInterval 0 -NodeForgetTime 0 -EntryForgetTime 0 -NodeRebootInterval 0
$RealTimeEthernetConfigForEnhancedNetworkingStackSwitch &#x3D; Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch -ProfinetEnabled $false -StrictLatencyEnabled $false -LatencyMeasurement $LatencyMeasurementConfig -PrpConfig $ParallelRedundancyProtocolConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RealTimeEthernetConfigForEnhancedNetworkingStackSwitch &#x3D; Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch -ProfinetEnabled $false -StrictLatencyEnabled $false
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-LatencyMeasurementConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-ParallelRedundancyProtocolConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealizedLogicalPort</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealizedLogicalPort</command:noun>
      <maml:description>
        <maml:para>Realized Logical Port</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Realized Logical Port</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealizedLogicalPort</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>$RealizedLogicalPort &#x3D; Initialize-RealizedLogicalPort
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedLogicalPort with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealizedLogicalPort &#x3D; Initialize-RealizedLogicalPort
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedLogicalPort with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealizedLogicalSwitch</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealizedLogicalSwitch</command:noun>
      <maml:description>
        <maml:para>Realized Logical Switch</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Realized Logical Switch</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealizedLogicalSwitch</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>$RealizedLogicalSwitch &#x3D; Initialize-RealizedLogicalSwitch
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedLogicalSwitch with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealizedLogicalSwitch &#x3D; Initialize-RealizedLogicalSwitch
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedLogicalSwitch with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealizedNSGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealizedNSGroup</command:noun>
      <maml:description>
        <maml:para>Realized Network and Security Group</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Realized Network and Security Group</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealizedNSGroup</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>$RealizedNSGroup &#x3D; Initialize-RealizedNSGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedNSGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealizedNSGroup &#x3D; Initialize-RealizedNSGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedNSGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealizedNSGroupMemberEvaluation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealizedNSGroupMemberEvaluation</command:noun>
      <maml:description>
        <maml:para>Realized NSGroup member evaluation</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Realized NSGroup member evaluation</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealizedNSGroupMemberEvaluation</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>$RealizedNSGroupMemberEvaluation &#x3D; Initialize-RealizedNSGroupMemberEvaluation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedNSGroupMemberEvaluation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealizedNSGroupMemberEvaluation &#x3D; Initialize-RealizedNSGroupMemberEvaluation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedNSGroupMemberEvaluation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RealizedNSService</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RealizedNSService</command:noun>
      <maml:description>
        <maml:para>Realized NSService</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Realized NSService</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RealizedNSService</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>$RealizedNSService &#x3D; Initialize-RealizedNSService
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedNSService with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RealizedNSService &#x3D; Initialize-RealizedNSService
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RealizedNSService with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RedirectionPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RedirectionPolicy</command:noun>
      <maml:description>
        <maml:para>Ordered list of rules long with the path of PolicyServiceInstance to which the traffic needs to be redirected. | Please note that the scope property must be provided for NS redirection | policy if redirect to is a service chain. For NS, when redirect to is not | to the service chain, and scope is specified on RedirectionPolicy, it | will be ignored. The scope will be determined from redirect to path | instead. For EW policy, scope must not be supplied in the request. | Path to either Tier0 or Tier1 is allowed as the scope. Only 1 path | can be specified as a scope. | Also, note that, if stateful flag is not sent, it will be treated as true. If statelessness is intended, false must be sent explicitly as the value | for stateful field. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ordered list of rules long with the path of PolicyServiceInstance to which the traffic needs to be redirected. | Please note that the scope property must be provided for NS redirection | policy if redirect to is a service chain. For NS, when redirect to is not | to the service chain, and scope is specified on RedirectionPolicy, it | will be ignored. The scope will be determined from redirect to path | instead. For EW policy, scope must not be supplied in the request. | Path to either Tier0 or Tier1 is allowed as the scope. Only 1 path | can be specified as a scope. | Also, note that, if stateful flag is not sent, it will be treated as true. If statelessness is intended, false must be sent explicitly as the value | for stateful field. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RedirectionPolicy</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>$RedirectionPolicy &#x3D; Initialize-RedirectionPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RedirectionPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RedirectionPolicy &#x3D; Initialize-RedirectionPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RedirectionPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RedirectionRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RedirectionRule</command:noun>
      <maml:description>
        <maml:para>It define redirection rule for service insertion</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>It define redirection rule for service insertion</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RedirectionRule</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>$RedirectionRule &#x3D; Initialize-RedirectionRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RedirectionRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RedirectionRule &#x3D; Initialize-RedirectionRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RedirectionRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RegTokenQuery</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RegTokenQuery</command:noun>
      <maml:description>
        <maml:para>Registration token</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Registration token</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RegTokenQuery</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Token</maml:name>
          <maml:Description>
            <maml:para>Get roles from 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Token</maml:name>
        <maml:Description>
          <maml:para>Get roles from 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>$RegTokenQuery &#x3D; Initialize-RegTokenQuery -Token &quot;MyToken&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RegTokenQuery with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RegTokenQuery &#x3D; Initialize-RegTokenQuery
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RegTokenQuery with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RelatedAttribute</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RelatedAttribute</command:noun>
      <maml:description>
        <maml:para>Related attribute on the target resource for conditional constraints based on related attribute value. Example - destinationGroups/service/action is related attribute of sourceGroups in communcation entry. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Related attribute on the target resource for conditional constraints based on related attribute value. Example - destinationGroups/service/action is related attribute of sourceGroups in communcation entry. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RelatedAttribute</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Attribute</maml:name>
          <maml:Description>
            <maml:para>Related attribute name on the target 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Attribute</maml:name>
        <maml:Description>
          <maml:para>Related attribute name on the target 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RelatedAttribute &#x3D; Initialize-RelatedAttribute -Attribute &quot;MyAttribute&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RelatedAttribute with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RelatedAttribute &#x3D; Initialize-RelatedAttribute -Attribute &quot;MyAttribute&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RelatedAttribute with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RelatedAttributeConditionalExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RelatedAttributeConditionalExpression</command:noun>
      <maml:description>
        <maml:para>Represents the leaf level type expression to express constraint as value of realted attribute to the target. Example - Constraint traget attribute &#39;X&#39; (example in Constraint), if destinationGroups contains &#39;vCeneter&#39; then allow only values \&quot;HTTPS\&quot;, \&quot;HTTP\&quot; for attribute X. { \&quot;target\&quot;:{ \&quot;target_resource_type\&quot;:\&quot;CommunicationEntry\&quot;, \&quot;attribute\&quot;:\&quot;services\&quot;, \&quot;path_prefix\&quot;: \&quot;/infra/domains/{{DOMAIN}}/edge-communication-maps/default/communication-entries/\&quot; }, \&quot;constraint_expression\&quot;: { \&quot;resource_type\&quot;: \&quot;RelatedAttributeConditionalExpression\&quot;, \&quot;related_attribute\&quot;:{ \&quot;attribute\&quot;:\&quot;destinationGroups\&quot; }, \&quot;condition\&quot; : { \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;rhs_value\&quot;: [\&quot;/infra/domains/mgw/groups/VCENTER\&quot;], \&quot;value_constraint\&quot;: { \&quot;resource_type\&quot;: \&quot;ValueConstraintExpression\&quot;, \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;values\&quot;:[\&quot;/infra/services/HTTP\&quot;, \&quot;/infra/services/HTTPS\&quot;] } } } } </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the leaf level type expression to express constraint as value of realted attribute to the target. Example - Constraint traget attribute &#39;X&#39; (example in Constraint), if destinationGroups contains &#39;vCeneter&#39; then allow only values \&quot;HTTPS\&quot;, \&quot;HTTP\&quot; for attribute X. { \&quot;target\&quot;:{ \&quot;target_resource_type\&quot;:\&quot;CommunicationEntry\&quot;, \&quot;attribute\&quot;:\&quot;services\&quot;, \&quot;path_prefix\&quot;: \&quot;/infra/domains/{{DOMAIN}}/edge-communication-maps/default/communication-entries/\&quot; }, \&quot;constraint_expression\&quot;: { \&quot;resource_type\&quot;: \&quot;RelatedAttributeConditionalExpression\&quot;, \&quot;related_attribute\&quot;:{ \&quot;attribute\&quot;:\&quot;destinationGroups\&quot; }, \&quot;condition\&quot; : { \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;rhs_value\&quot;: [\&quot;/infra/domains/mgw/groups/VCENTER\&quot;], \&quot;value_constraint\&quot;: { \&quot;resource_type\&quot;: \&quot;ValueConstraintExpression\&quot;, \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;values\&quot;:[\&quot;/infra/services/HTTP\&quot;, \&quot;/infra/services/HTTPS\&quot;] } } } } </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RelatedAttributeConditionalExpression</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>$RelatedAttributeConditionalExpression &#x3D; Initialize-RelatedAttributeConditionalExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RelatedAttributeConditionalExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RelatedAttributeConditionalExpression &#x3D; Initialize-RelatedAttributeConditionalExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RelatedAttributeConditionalExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RemoteFileServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RemoteFileServer</command:noun>
      <maml:description>
        <maml:para>Remote file server</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote file server</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RemoteFileServer</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Server</maml:name>
          <maml:Description>
            <maml:para>Remote server hostname or IP 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>Port</maml:name>
          <maml:Description>
            <maml:para>Server port</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>22</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FileTransferProtocol</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.FileTransferProtocol</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DirectoryPath</maml:name>
          <maml:Description>
            <maml:para>Remote server directory to copy bundle files 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Server</maml:name>
        <maml:Description>
          <maml:para>Remote server hostname or IP 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>Port</maml:name>
        <maml:Description>
          <maml:para>Server port</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>22</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Protocol</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FileTransferProtocol</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.FileTransferProtocol</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DirectoryPath</maml:name>
        <maml:Description>
          <maml:para>Remote server directory to copy bundle files 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -IdentityFile &quot;MyIdentityFile&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme

$RemoteFileServer &#x3D; Initialize-RemoteFileServer -Server &quot;MyServer&quot; -Port 0 -Protocol $FileTransferProtocol -DirectoryPath &quot;MyDirectoryPath&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RemoteFileServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$FileTransferAuthenticationScheme &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme

$RemoteFileServer &#x3D; Initialize-RemoteFileServer -Server &quot;MyServer&quot; -Protocol $FileTransferProtocol -DirectoryPath &quot;MyDirectoryPath&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RemoteFileServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-FileTransferProtocol</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RemoteServerFingerprintRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RemoteServerFingerprintRequest</command:noun>
      <maml:description>
        <maml:para>Remote server</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Remote server</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RemoteServerFingerprintRequest</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Server</maml:name>
          <maml:Description>
            <maml:para>Remote server hostname or IP 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>Port</maml:name>
          <maml:Description>
            <maml:para>Server port</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>22</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Server</maml:name>
        <maml:Description>
          <maml:para>Remote server hostname or IP 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>Port</maml:name>
        <maml:Description>
          <maml:para>Server port</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>22</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-RemoteServerFingerprintRequest -Server &quot;MyServer&quot; -Port 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RemoteServerFingerprintRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RemoteServerFingerprintRequest &#x3D; Initialize-RemoteServerFingerprintRequest -Server &quot;MyServer&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RemoteServerFingerprintRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RenderConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RenderConfiguration</command:noun>
      <maml:description>
        <maml:para>Render configuration to be applied to the widget.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Render configuration to be applied to the widget.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RenderConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the rendering specified for the condition will be applied. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Icons</maml:name>
          <maml:Description>
            <maml:para>Icons to be applied at dashboard for widgets and UI elements.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayValue</maml:name>
          <maml:Description>
            <maml:para>If specified, overrides the field value. This can be used to display a meaningful value in situations where field value is not available or not configured.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color to use when rendering an entity. For example, set color as &#39;RED&#39; to render a portion of donut in red.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tooltip</maml:name>
          <maml:Description>
            <maml:para>Multi-line text to be shown on tooltip while hovering over the UI element if the condition is met.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</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>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the rendering specified for the condition will be applied. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Icons</maml:name>
        <maml:Description>
          <maml:para>Icons to be applied at dashboard for widgets and UI elements.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Icon&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DisplayValue</maml:name>
        <maml:Description>
          <maml:para>If specified, overrides the field value. This can be used to display a meaningful value in situations where field value is not available or not configured.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>The color to use when rendering an entity. For example, set color as &#39;RED&#39; to render a portion of donut in red.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tooltip</maml:name>
        <maml:Description>
          <maml:para>Multi-line text to be shown on tooltip while hovering over the UI element if the condition is met.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$RenderConfiguration &#x3D; Initialize-RenderConfiguration -Condition &quot;MyCondition&quot; -Icons $Icon -DisplayValue &quot;MyDisplayValue&quot; -Color &quot;MyColor&quot; -Tooltip $Tooltip
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RenderConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RenderConfiguration &#x3D; Initialize-RenderConfiguration
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RenderConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ReservationInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ReservationInfo</command:noun>
      <maml:description>
        <maml:para>CPU and Memory resource configuration is defined per Edge VM form factor. These resources are reserved 100 percent by default with Normal VM importance. Resource reservation tuning provides a means to optimize resource utilization and workaround hard resource limits. This solution should be used as a temporary workaround. It is recommended to add more resources to the compute cluster and change the reservation back to 100 percent for optimal performance. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>CPU and Memory resource configuration is defined per Edge VM form factor. These resources are reserved 100 percent by default with Normal VM importance. Resource reservation tuning provides a means to optimize resource utilization and workaround hard resource limits. This solution should be used as a temporary workaround. It is recommended to add more resources to the compute cluster and change the reservation back to 100 percent for optimal performance. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ReservationInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MemoryReservation</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MemoryReservation</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.MemoryReservation</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CpuReservation</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.CPUReservation</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.CPUReservation</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>MemoryReservation</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MemoryReservation</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.MemoryReservation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CpuReservation</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.CPUReservation</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.CPUReservation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$MemoryReservation &#x3D; Initialize-MemoryReservation -ReservationPercentage 0
$CPUReservation &#x3D; Initialize-CPUReservation -ReservationInShares &quot;EXTRA_HIGH_PRIORITY&quot; -ReservationInMhz 0
$ReservationInfo &#x3D; Initialize-ReservationInfo -MemoryReservation $MemoryReservation -CpuReservation $CPUReservation
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ReservationInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ReservationInfo &#x3D; Initialize-ReservationInfo
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ReservationInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-MemoryReservation</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-CPUReservation</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Resource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Resource</command:noun>
      <maml:description>
        <maml:para>Base class for resources</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base class for resources</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Resource</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Self</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Schema</maml:name>
          <maml:Description>
            <maml:para>Schema for 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Self</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Schema</maml:name>
        <maml:Description>
          <maml:para>Schema for 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SelfResourceLink &#x3D; Initialize-SelfResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$ResourceLink &#x3D; Initialize-ResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$Resource &#x3D; Initialize-Resource -Self $SelfResourceLink -Links $ResourceLink -Schema &quot;MySchema&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Resource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Resource &#x3D; Initialize-Resource
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Resource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SelfResourceLink</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ResourceFieldPointer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceFieldPointer</command:noun>
      <maml:description>
        <maml:para>Resource Field Pointer representing the exact value within a policy object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Resource Field Pointer representing the exact value within a policy object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ResourceFieldPointer</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Policy Path referencing a policy object. If not supplied, the field pointer will be applied to the event source. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FieldPointer</maml:name>
          <maml:Description>
            <maml:para>Field Pointer referencing the exact field within the policy 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>Path</maml:name>
        <maml:Description>
          <maml:para>Policy Path referencing a policy object. If not supplied, the field pointer will be applied to the event source. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FieldPointer</maml:name>
        <maml:Description>
          <maml:para>Field Pointer referencing the exact field within the policy 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ResourceFieldPointer &#x3D; Initialize-ResourceFieldPointer -Path &quot;MyPath&quot; -FieldPointer &quot;MyFieldPointer&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceFieldPointer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceFieldPointer &#x3D; Initialize-ResourceFieldPointer -FieldPointer &quot;MyFieldPointer&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceFieldPointer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ResourceInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceInfo</command:noun>
      <maml:description>
        <maml:para>It represents the resource information which could identify resource. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>It represents the resource information which could identify resource. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ResourceInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>It will represent resource type on which tag bulk operation to be performed. Supported resource type is VirtualMachine. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceIds</maml:name>
          <maml:Description>
            <maml:para>It will represent resource identifiers. For example, policy objects will be represented with paths and virtual machine will be represented with external ids. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>It will represent resource type on which tag bulk operation to be performed. Supported resource type is VirtualMachine. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceIds</maml:name>
        <maml:Description>
          <maml:para>It will represent resource identifiers. For example, policy objects will be represented with paths and virtual machine will be represented with external ids. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ResourceInfo &#x3D; Initialize-ResourceInfo -ResourceType &quot;MyResourceType&quot; -ResourceIds &quot;MyResourceIds&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceInfo &#x3D; Initialize-ResourceInfo -ResourceType &quot;MyResourceType&quot; -ResourceIds &quot;MyResourceIds&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ResourceLink</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceLink</command:noun>
      <maml:description>
        <maml:para>A link to a related resource</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A link to a related resource</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ResourceLink</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Href</maml:name>
          <maml:Description>
            <maml:para>Link to 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>Action</maml:name>
          <maml:Description>
            <maml:para>Optional action</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Rel</maml:name>
          <maml:Description>
            <maml:para>Custom relation type (follows RFC 5988 where appropriate definitions exist)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Href</maml:name>
        <maml:Description>
          <maml:para>Link to 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>Action</maml:name>
        <maml:Description>
          <maml:para>Optional action</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Rel</maml:name>
        <maml:Description>
          <maml:para>Custom relation type (follows RFC 5988 where appropriate definitions exist)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ResourceLink &#x3D; Initialize-ResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceLink with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceLink &#x3D; Initialize-ResourceLink
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceLink with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ResourceObject</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceObject</command:noun>
      <maml:description>
        <maml:para>A ResourceObject contains the path and properties of the resource that needs to be shared. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ResourceObject contains the path and properties of the resource that needs to be shared. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ResourceObject</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourcePath</maml:name>
          <maml:Description>
            <maml:para>Represents the path of the resource to be shared. The entity represented by this shared resources is shared with all the Orgs or Projects contexts that the Share container references. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IncludeChildren</maml:name>
          <maml:Description>
            <maml:para>Whether the children of the shared resource_path are shared (true) or just the entity represented by the path is shared (false). The default value is false. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>ResourcePath</maml:name>
        <maml:Description>
          <maml:para>Represents the path of the resource to be shared. The entity represented by this shared resources is shared with all the Orgs or Projects contexts that the Share container references. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IncludeChildren</maml:name>
        <maml:Description>
          <maml:para>Whether the children of the shared resource_path are shared (true) or just the entity represented by the path is shared (false). The default value is false. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ResourceObject &#x3D; Initialize-ResourceObject -ResourcePath &quot;MyResourcePath&quot; -IncludeChildren $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceObject with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceObject &#x3D; Initialize-ResourceObject -ResourcePath &quot;MyResourcePath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceObject with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ResourceOperation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceOperation</command:noun>
      <maml:description>
        <maml:para>Resource Operation is an Event Source that represents a resource that is being changed at very specific points of time, with regard to its interaction with dao layer. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Resource Operation is an Event Source that represents a resource that is being changed at very specific points of time, with regard to its interaction with dao layer. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ResourceOperation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Event Source resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Event Source resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ResourceOperation &#x3D; Initialize-ResourceOperation -ResourceType &quot;ResourceOperation&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceOperation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceOperation &#x3D; Initialize-ResourceOperation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceOperation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ResourceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ResourceReference</command:noun>
      <maml:description>
        <maml:para>A weak reference to an NSX resource.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A weak reference to an NSX resource.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ResourceReference</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetId</maml:name>
          <maml:Description>
            <maml:para>Identifier of the NSX 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>TargetDisplayName</maml:name>
          <maml:Description>
            <maml:para>Display name of the NSX 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>TargetType</maml:name>
          <maml:Description>
            <maml:para>Type of the NSX 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>IsValid</maml:name>
          <maml:Description>
            <maml:para>Will be set to false if the referenced NSX resource has been deleted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetId</maml:name>
        <maml:Description>
          <maml:para>Identifier of the NSX 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>TargetDisplayName</maml:name>
        <maml:Description>
          <maml:para>Display name of the NSX 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>TargetType</maml:name>
        <maml:Description>
          <maml:para>Type of the NSX 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>IsValid</maml:name>
        <maml:Description>
          <maml:para>Will be set to false if the referenced NSX resource has been deleted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ResourceReference &#x3D; Initialize-ResourceReference -TargetId &quot;MyTargetId&quot; -TargetDisplayName &quot;MyTargetDisplayName&quot; -TargetType &quot;MyTargetType&quot; -IsValid $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ResourceReference &#x3D; Initialize-ResourceReference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ResourceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RestoreConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RestoreConfiguration</command:noun>
      <maml:description>
        <maml:para>Configuration where backup files are stored for restore</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration where backup files are stored for restore</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RestoreConfiguration</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RemoteFileServer</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Passphrase</maml:name>
          <maml:Description>
            <maml:para>Passphrase used to encrypt backup files.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RemoteFileServer</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteFileServer</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Passphrase</maml:name>
        <maml:Description>
          <maml:para>Passphrase used to encrypt backup files.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -IdentityFile &quot;MyIdentityFile&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme

$RemoteFileServer &#x3D; Initialize-RemoteFileServer -Server &quot;MyServer&quot; -Port 0 -Protocol $FileTransferProtocol -DirectoryPath &quot;MyDirectoryPath&quot;

$RestoreConfiguration &#x3D; Initialize-RestoreConfiguration -RemoteFileServer $RemoteFileServer -Passphrase &quot;MyPassphrase&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RestoreConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>


$FileTransferAuthenticationScheme &#x3D; Initialize-FileTransferAuthenticationScheme -SchemeName &quot;PASSWORD&quot; -Username &quot;MyUsername&quot;
$FileTransferProtocol &#x3D; Initialize-FileTransferProtocol -ProtocolName &quot;sftp&quot; -SshFingerprint &quot;MySshFingerprint&quot; -AuthenticationScheme $FileTransferAuthenticationScheme

$RemoteFileServer &#x3D; Initialize-RemoteFileServer -Server &quot;MyServer&quot; -Protocol $FileTransferProtocol -DirectoryPath &quot;MyDirectoryPath&quot;

$RestoreConfiguration &#x3D; Initialize-RestoreConfiguration -RemoteFileServer $RemoteFileServer
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RestoreConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-RemoteFileServer</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RetryProjectsOnboardingRequestParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RetryProjectsOnboardingRequestParameters</command:noun>
      <maml:description>
        <maml:para>List of projects for retrying projects onboarding.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of projects for retrying projects onboarding.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RetryProjectsOnboardingRequestParameters</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>$RetryProjectsOnboardingRequestParameters &#x3D; Initialize-RetryProjectsOnboardingRequestParameters
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RetryProjectsOnboardingRequestParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RetryProjectsOnboardingRequestParameters &#x3D; Initialize-RetryProjectsOnboardingRequestParameters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RetryProjectsOnboardingRequestParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RevisionedResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RevisionedResource</command:noun>
      <maml:description>
        <maml:para>A base class for types that track revisions</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A base class for types that track revisions</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RevisionedResource</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Self</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Schema</maml:name>
          <maml:Description>
            <maml:para>Schema for 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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Self</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SelfResourceLink</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ResourceLink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Schema</maml:name>
        <maml:Description>
          <maml:para>Schema for 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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SelfResourceLink &#x3D; Initialize-SelfResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$ResourceLink &#x3D; Initialize-ResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
$RevisionedResource &#x3D; Initialize-RevisionedResource -Self $SelfResourceLink -Links $ResourceLink -Schema &quot;MySchema&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RevisionedResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RevisionedResource &#x3D; Initialize-RevisionedResource
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RevisionedResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SelfResourceLink</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Role</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Role</command:noun>
      <maml:description>
        <maml:para>Role</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Role</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Role</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>_Role</maml:name>
          <maml:Description>
            <maml:para>Short identifier for the role. Must be all lower case with no spaces.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RoleDisplayName</maml:name>
          <maml:Description>
            <maml:para>A short, human-friendly display name of the role.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</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>Short identifier for the role. Must be all lower case with no spaces.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RoleDisplayName</maml:name>
        <maml:Description>
          <maml:para>A short, human-friendly display name of the role.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Role &#x3D; Initialize-Role -_Role &quot;My_Role&quot; -RoleDisplayName &quot;MyRoleDisplayName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Role with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Role &#x3D; Initialize-Role -_Role &quot;My_Role&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Role with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RoleAssignmentPermissionConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RoleAssignmentPermissionConfig</command:noun>
      <maml:description>
        <maml:para>Configuration that controls whether project admins and VPC admins can do role assignment to other users.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration that controls whether project admins and VPC admins can do role assignment to other users.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RoleAssignmentPermissionConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllowRoleAssignment</maml:name>
          <maml:Description>
            <maml:para>Specifies whether user with this role is allowed to assign roles to other users.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllowRoleAssignment</maml:name>
        <maml:Description>
          <maml:para>Specifies whether user with this role is allowed to assign roles to other users.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$RoleAssignmentPermissionConfig &#x3D; Initialize-RoleAssignmentPermissionConfig -AllowRoleAssignment $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RoleAssignmentPermissionConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RoleAssignmentPermissionConfig &#x3D; Initialize-RoleAssignmentPermissionConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RoleAssignmentPermissionConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RoleBinding</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RoleBinding</command:noun>
      <maml:description>
        <maml:para>User/Group&#39;s role binding</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User/Group&#39;s role binding</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RoleBinding</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>$RoleBinding &#x3D; Initialize-RoleBinding
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RoleBinding with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RoleBinding &#x3D; Initialize-RoleBinding
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RoleBinding with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RoleWithFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RoleWithFeatures</command:noun>
      <maml:description>
        <maml:para>Role</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Role</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RoleWithFeatures</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>$RoleWithFeatures &#x3D; Initialize-RoleWithFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RoleWithFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RoleWithFeatures &#x3D; Initialize-RoleWithFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RoleWithFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RolesForPath</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RolesForPath</command:noun>
      <maml:description>
        <maml:para>The roles that are limited only to the path specified. In case the path is null, the roles apply everywhere.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The roles that are limited only to the path specified. In case the path is null, the roles apply everywhere.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RolesForPath</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Path of the entity in parent 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Roles</maml:name>
          <maml:Description>
            <maml:para>Applicable roles.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Role&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Role&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeletePath</maml:name>
          <maml:Description>
            <maml:para>Flag to delete the path in role-binding update operation. If false then path will not be deleted while updating the role-binding. If true then path will be deleted while updating the role-binding. Please note: This flag will be used only in role-binding PUT api. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Path</maml:name>
        <maml:Description>
          <maml:para>Path of the entity in parent 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Roles</maml:name>
        <maml:Description>
          <maml:para>Applicable roles.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Role&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Role&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeletePath</maml:name>
        <maml:Description>
          <maml:para>Flag to delete the path in role-binding update operation. If false then path will not be deleted while updating the role-binding. If true then path will be deleted while updating the role-binding. Please note: This flag will be used only in role-binding PUT api. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>
$Role &#x3D; Initialize-Role -_Role &quot;My_Role&quot; -RoleDisplayName &quot;MyRoleDisplayName&quot;
$RolesForPath &#x3D; Initialize-RolesForPath -Path &quot;MyPath&quot; -Roles $Role -DeletePath $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RolesForPath with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Role &#x3D; Initialize-Role -_Role &quot;My_Role&quot;
$RolesForPath &#x3D; Initialize-RolesForPath -Path &quot;MyPath&quot; -Roles $Role
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RolesForPath with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouteAdvertisementRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouteAdvertisementRule</command:noun>
      <maml:description>
        <maml:para>Route advertisement rules and filtering</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Route advertisement rules and filtering</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouteAdvertisementRule</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Display name should be unique. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Subnets</maml:name>
          <maml:Description>
            <maml:para>Network CIDRs to be routed. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteAdvertisementTypes</maml:name>
          <maml:Description>
            <maml:para>Enable different types of route advertisements. When not specified, routes to IPSec VPN local-endpoint subnets (TIER1_IPSEC_LOCAL_ENDPOINT) are automatically advertised. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;RouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;RouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixOperator</maml:name>
          <maml:Description>
            <maml:para>Prefix operator to filter subnets. GE prefix operator filters all the routes with prefix length greater than or equal to the subnets configured. EQ prefix operator filter all the routes with prefix length equal to the subnets configured. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PrefixOperatorEnum.GE</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 to advertise filtered routes to the connected Tier0 gateway. PERMIT: Enables the advertisment DENY: Disables the advertisement </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ActionEnum.PERMIT</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Display name should be unique. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Subnets</maml:name>
        <maml:Description>
          <maml:para>Network CIDRs to be routed. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteAdvertisementTypes</maml:name>
        <maml:Description>
          <maml:para>Enable different types of route advertisements. When not specified, routes to IPSec VPN local-endpoint subnets (TIER1_IPSEC_LOCAL_ENDPOINT) are automatically advertised. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;RouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;RouteAdvertisementRule.RouteAdvertisementTypesEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixOperator</maml:name>
        <maml:Description>
          <maml:para>Prefix operator to filter subnets. GE prefix operator filters all the routes with prefix length greater than or equal to the subnets configured. EQ prefix operator filter all the routes with prefix length equal to the subnets configured. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.PrefixOperatorEnum.GE</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 to advertise filtered routes to the connected Tier0 gateway. PERMIT: Enables the advertisment DENY: Disables the advertisement </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ActionEnum.PERMIT</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>&quot;TIER1_STATIC_ROUTES&quot;$RouteAdvertisementRule &#x3D; Initialize-RouteAdvertisementRule -Name &quot;MyName&quot; -Subnets &quot;MySubnets&quot; -RouteAdvertisementTypes &quot;TIER1_STATIC_ROUTES&quot; -PrefixOperator &quot;GE&quot; -Action &quot;PERMIT&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteAdvertisementRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RouteAdvertisementRule &#x3D; Initialize-RouteAdvertisementRule -Name &quot;MyName&quot; -Action &quot;PERMIT&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteAdvertisementRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouteAggregationEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouteAggregationEntry</command:noun>
      <maml:description>
        <maml:para>List of routes to be aggregated</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of routes to be aggregated</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouteAggregationEntry</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Prefix</maml:name>
          <maml:Description>
            <maml:para>CIDR of aggregate 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>SummaryOnly</maml:name>
          <maml:Description>
            <maml:para>Send only summarized route. Summarization reduces number of routes advertised by representing multiple related routes with prefix property. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Prefix</maml:name>
        <maml:Description>
          <maml:para>CIDR of aggregate 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>SummaryOnly</maml:name>
        <maml:Description>
          <maml:para>Send only summarized route. Summarization reduces number of routes advertised by representing multiple related routes with prefix property. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RouteAggregationEntry &#x3D; Initialize-RouteAggregationEntry -Prefix &quot;MyPrefix&quot; -SummaryOnly $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteAggregationEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RouteAggregationEntry &#x3D; Initialize-RouteAggregationEntry -Prefix &quot;MyPrefix&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteAggregationEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouteBasedIPSecVpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouteBasedIPSecVpnSession</command:noun>
      <maml:description>
        <maml:para>A Route Based VPN is more flexible, more powerful and recommended over policy based VPN. IP Tunnel port is created and all traffic routed via tunnel port is protected. Routes can be configured statically or can be learned through BGP. A route based VPN is must for establishing redundant VPN session to remote site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Route Based VPN is more flexible, more powerful and recommended over policy based VPN. IP Tunnel port is created and all traffic routed via tunnel port is protected. Routes can be configured statically or can be learned through BGP. A route based VPN is must for establishing redundant VPN session to remote site.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouteBasedIPSecVpnSession</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>$RouteBasedIPSecVpnSession &#x3D; Initialize-RouteBasedIPSecVpnSession
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteBasedIPSecVpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RouteBasedIPSecVpnSession &#x3D; Initialize-RouteBasedIPSecVpnSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteBasedIPSecVpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouteBasedL3VpnSession</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouteBasedL3VpnSession</command:noun>
      <maml:description>
        <maml:para>A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouteBasedL3VpnSession</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>- A Policy Based L3Vpn is a configuration in which protect rules to match local and remote subnet needs to be defined. Tunnel is established for each pair of local and remote subnet defined in protect rules. - A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet (commonly known as VTI) is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>- A Policy Based L3Vpn is a configuration in which protect rules to match local and remote subnet needs to be defined. Tunnel is established for each pair of local and remote subnet defined in protect rules. - A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet (commonly known as VTI) is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RouteBasedL3VpnSession &#x3D; Initialize-RouteBasedL3VpnSession -ResourceType &quot;PolicyBasedL3VpnSession&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteBasedL3VpnSession with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RouteBasedL3VpnSession &#x3D; Initialize-RouteBasedL3VpnSession
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteBasedL3VpnSession with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouteMapEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouteMapEntry</command:noun>
      <maml:description>
        <maml:para>Route map entry</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Route map entry</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouteMapEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CommunityListMatches</maml:name>
          <maml:Description>
            <maml:para>Community list match criteria for route map. Properties community_list_matches and prefix_list_matches are mutually exclusive and cannot be used in the same route map entry. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CommunityMatchCriteria&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CommunityMatchCriteria&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixListMatches</maml:name>
          <maml:Description>
            <maml:para>Prefix list match criteria for route map. Properties community_list_matches and prefix_list_matches are mutually exclusive and cannot be used in the same route map entry. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Set</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RouteMapEntrySet</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.RouteMapEntrySet</maml:name>
            <maml: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 for the route map entry </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>CommunityListMatches</maml:name>
        <maml:Description>
          <maml:para>Community list match criteria for route map. Properties community_list_matches and prefix_list_matches are mutually exclusive and cannot be used in the same route map entry. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CommunityMatchCriteria&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CommunityMatchCriteria&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixListMatches</maml:name>
        <maml:Description>
          <maml:para>Prefix list match criteria for route map. Properties community_list_matches and prefix_list_matches are mutually exclusive and cannot be used in the same route map entry. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Set</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RouteMapEntrySet</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.RouteMapEntrySet</maml:name>
          <maml: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 for the route map entry </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$CommunityMatchCriteria &#x3D; Initialize-CommunityMatchCriteria -Criteria &quot;MyCriteria&quot; -MatchOperator &quot;MATCH_ANY&quot;
$RouteMapEntrySet &#x3D; Initialize-RouteMapEntrySet -AsPathPrepend &quot;MyAsPathPrepend&quot; -Community &quot;MyCommunity&quot; -LocalPreference 0 -Med 0 -Weight 0 -PreferGlobalV6NextHop $false
$RouteMapEntry &#x3D; Initialize-RouteMapEntry -CommunityListMatches $CommunityMatchCriteria -PrefixListMatches &quot;MyPrefixListMatches&quot; -Set $RouteMapEntrySet -Action &quot;PERMIT&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteMapEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$RouteMapEntry &#x3D; Initialize-RouteMapEntry -Action &quot;PERMIT&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteMapEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-RouteMapEntrySet</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouteMapEntrySet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouteMapEntrySet</command:noun>
      <maml:description>
        <maml:para>Set criteria for route map entry</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Set criteria for route map entry</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouteMapEntrySet</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AsPathPrepend</maml:name>
          <maml:Description>
            <maml:para>AS path prepend to influence route selection. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Community</maml:name>
          <maml:Description>
            <maml:para>Set BGP regular or large community for matching routes. A maximum of one value for each community type separated by space. Well-known community name, community value in aa:nn (2byte:2byte) format for regular community and community value in aa:bb:nn (4byte:4byte:4byte) format for large community are supported. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalPreference</maml:name>
          <maml:Description>
            <maml:para>Local preference indicates the degree of preference for one BGP route over other BGP routes. The path with highest local preference is preferred. </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>Med</maml:name>
          <maml:Description>
            <maml:para>Multi exit descriminator (MED) is a hint to BGP neighbors about the preferred path into an autonomous system (AS) that has multiple entry points. A lower MED value is preferred over a higher value. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>Weight is used to select a route when multiple routes are available to the same network. Route with the highest weight is preferred. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PreferGlobalV6NextHop</maml:name>
          <maml:Description>
            <maml:para>For incoming and import route_maps on receiving both v6 global and v6 link-local address for the route, prefer to use the global address as the next hop. By default, it prefers the link-local next hop. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AsPathPrepend</maml:name>
        <maml:Description>
          <maml:para>AS path prepend to influence route selection. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Community</maml:name>
        <maml:Description>
          <maml:para>Set BGP regular or large community for matching routes. A maximum of one value for each community type separated by space. Well-known community name, community value in aa:nn (2byte:2byte) format for regular community and community value in aa:bb:nn (4byte:4byte:4byte) format for large community are supported. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalPreference</maml:name>
        <maml:Description>
          <maml:para>Local preference indicates the degree of preference for one BGP route over other BGP routes. The path with highest local preference is preferred. </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>Med</maml:name>
        <maml:Description>
          <maml:para>Multi exit descriminator (MED) is a hint to BGP neighbors about the preferred path into an autonomous system (AS) that has multiple entry points. A lower MED value is preferred over a higher value. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Weight</maml:name>
        <maml:Description>
          <maml:para>Weight is used to select a route when multiple routes are available to the same network. Route with the highest weight is preferred. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PreferGlobalV6NextHop</maml:name>
        <maml:Description>
          <maml:para>For incoming and import route_maps on receiving both v6 global and v6 link-local address for the route, prefer to use the global address as the next hop. By default, it prefers the link-local next hop. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$RouteMapEntrySet &#x3D; Initialize-RouteMapEntrySet -AsPathPrepend &quot;MyAsPathPrepend&quot; -Community &quot;MyCommunity&quot; -LocalPreference 0 -Med 0 -Weight 0 -PreferGlobalV6NextHop $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteMapEntrySet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RouteMapEntrySet &#x3D; Initialize-RouteMapEntrySet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouteMapEntrySet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RouterNexthop</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RouterNexthop</command:noun>
      <maml:description>
        <maml:para>Next hop configuration for network</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Next hop configuration for network</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RouterNexthop</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddress</maml:name>
          <maml:Description>
            <maml:para>Next hop gateway IP 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>AdminDistance</maml:name>
          <maml:Description>
            <maml:para>Cost associated with next hop route</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1</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>Interface path associated with current route. For example: specify a policy path referencing the IPSec VPN Session. Should not be provided while creating routes under VPC. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>IpAddress</maml:name>
        <maml:Description>
          <maml:para>Next hop gateway IP 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>AdminDistance</maml:name>
        <maml:Description>
          <maml:para>Cost associated with next hop route</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1</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>Interface path associated with current route. For example: specify a policy path referencing the IPSec VPN Session. Should not be provided while creating routes under VPC. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RouterNexthop &#x3D; Initialize-RouterNexthop -IpAddress &quot;MyIpAddress&quot; -AdminDistance 0 -Scope &quot;MyScope&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouterNexthop with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RouterNexthop &#x3D; Initialize-RouterNexthop
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RouterNexthop with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RowListField</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RowListField</command:noun>
      <maml:description>
        <maml:para>Root of the api result set for forming rows.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Root of the api result set for forming rows.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RowListField</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Alias</maml:name>
          <maml:Description>
            <maml:para>Short name or alias of row list field, if any. If unspecified, the row list field can be referenced by its index in the array of row list fields as $&lt;index&gt; (for example, $0).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>JSON path to the root of the api result set for forming rows.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Alias</maml:name>
        <maml:Description>
          <maml:para>Short name or alias of row list field, if any. If unspecified, the row list field can be referenced by its index in the array of row list fields as $&lt;index&gt; (for example, $0).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>JSON path to the root of the api result set for forming rows.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RowListField &#x3D; Initialize-RowListField -Alias &quot;MyAlias&quot; -Path &quot;MyPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RowListField with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RowListField &#x3D; Initialize-RowListField -Path &quot;MyPath&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RowListField with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-RpAddressMulticastRanges</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>RpAddressMulticastRanges</command:noun>
      <maml:description>
        <maml:para>Static IPv4 multicast address and assciated multicast group ranges.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Static IPv4 multicast address and assciated multicast group ranges.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-RpAddressMulticastRanges</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RpAddress</maml:name>
          <maml:Description>
            <maml:para>Static IPv4 multicast address 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MulticastRanges</maml:name>
          <maml:Description>
            <maml:para>Assciated multicast group ranges configuration.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RpAddress</maml:name>
        <maml:Description>
          <maml:para>Static IPv4 multicast address 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MulticastRanges</maml:name>
        <maml:Description>
          <maml:para>Assciated multicast group ranges configuration.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$RpAddressMulticastRanges &#x3D; Initialize-RpAddressMulticastRanges -RpAddress &quot;MyRpAddress&quot; -MulticastRanges &quot;MyMulticastRanges&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RpAddressMulticastRanges with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$RpAddressMulticastRanges &#x3D; Initialize-RpAddressMulticastRanges -RpAddress &quot;MyRpAddress&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-RpAddressMulticastRanges with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Rule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Rule</command:noun>
      <maml:description>
        <maml:para>A rule indicates the action to be performed for various types of traffic flowing between workload groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A rule indicates the action to be performed for various types of traffic flowing between workload groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Rule</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>$Rule &#x3D; Initialize-Rule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Rule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Rule &#x3D; Initialize-Rule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Rule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SVMDeploymentSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SVMDeploymentSpec</command:noun>
      <maml:description>
        <maml:para>Deployment Specs holds information required to deploy the Service-VMs.i.e. OVF url where the partner Service-VM OVF is hosted. The host type on which the OVF(Open Virtualization Format) can be deployed, Form factor to name a few.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deployment Specs holds information required to deploy the Service-VMs.i.e. OVF url where the partner Service-VM OVF is hosted. The host type on which the OVF(Open Virtualization Format) can be deployed, Form factor to name a few.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SVMDeploymentSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Deployment Spec name for ease of use, since multiple DeploymentSpec can be 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>OvfUrl</maml:name>
          <maml:Description>
            <maml:para>Location of the partner VM OVF to be deployed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MinHostVersion</maml:name>
          <maml:Description>
            <maml:para>Minimum host version supported by this ovf. If a host in the deployment cluster is having version less than this, then service deployment will not happen on that host.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;6.5&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostType</maml:name>
          <maml:Description>
            <maml:para>Host Type on which the specified OVF can be deployed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServiceFormFactor</maml:name>
          <maml:Description>
            <maml:para>Supported ServiceInsertion Form Factor for the OVF deployment. The default FormFactor is Medium.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ServiceFormFactorEnum.MEDIUM</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SvmVersion</maml:name>
          <maml:Description>
            <maml:para>Partner needs to specify the Service VM version which will get deployed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;1.0&quot;</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Deployment Spec name for ease of use, since multiple DeploymentSpec can be 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>OvfUrl</maml:name>
        <maml:Description>
          <maml:para>Location of the partner VM OVF to be deployed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MinHostVersion</maml:name>
        <maml:Description>
          <maml:para>Minimum host version supported by this ovf. If a host in the deployment cluster is having version less than this, then service deployment will not happen on that host.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;6.5&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostType</maml:name>
        <maml:Description>
          <maml:para>Host Type on which the specified OVF can be deployed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServiceFormFactor</maml:name>
        <maml:Description>
          <maml:para>Supported ServiceInsertion Form Factor for the OVF deployment. The default FormFactor is Medium.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ServiceFormFactorEnum.MEDIUM</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SvmVersion</maml:name>
        <maml:Description>
          <maml:para>Partner needs to specify the Service VM version which will get deployed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;1.0&quot;</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SVMDeploymentSpec &#x3D; Initialize-SVMDeploymentSpec -Name &quot;MyName&quot; -OvfUrl &quot;MyOvfUrl&quot; -MinHostVersion &quot;MyMinHostVersion&quot; -HostType &quot;ESXI&quot; -ServiceFormFactor &quot;SMALL&quot; -SvmVersion &quot;MySvmVersion&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SVMDeploymentSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SVMDeploymentSpec &#x3D; Initialize-SVMDeploymentSpec -OvfUrl &quot;MyOvfUrl&quot; -HostType &quot;ESXI&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SVMDeploymentSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SecurityFeature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SecurityFeature</command:noun>
      <maml:description>
        <maml:para>T1 Security feature entity with feature details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>T1 Security feature entity with feature details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SecurityFeature</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$SecurityFeature &#x3D; Initialize-SecurityFeature -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityFeature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SecurityFeature &#x3D; Initialize-SecurityFeature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityFeature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SecurityFeatureBase</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SecurityFeatureBase</command:noun>
      <maml:description>
        <maml:para>Security Feature feature entity</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Security Feature feature entity</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SecurityFeatureBase</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Enable</maml:name>
        <maml:Description>
          <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$SecurityFeatureBase &#x3D; Initialize-SecurityFeatureBase -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityFeatureBase with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SecurityFeatureBase &#x3D; Initialize-SecurityFeatureBase -Enable $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityFeatureBase with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SecurityFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SecurityFeatures</command:noun>
      <maml:description>
        <maml:para>T1 Security features entity with feature details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>T1 Security features entity with feature details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SecurityFeatures</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>$SecurityFeatures &#x3D; Initialize-SecurityFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SecurityFeatures &#x3D; Initialize-SecurityFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SecurityPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SecurityPolicy</command:noun>
      <maml:description>
        <maml:para>Ordered list of Rules. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ordered list of Rules. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SecurityPolicy</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>$SecurityPolicy &#x3D; Initialize-SecurityPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SecurityPolicy &#x3D; Initialize-SecurityPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SecurityPolicyContainerCluster</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SecurityPolicyContainerCluster</command:noun>
      <maml:description>
        <maml:para>Indicates the container cluster where the security policy will be realized.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Indicates the container cluster where the security policy will be realized.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SecurityPolicyContainerCluster</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>$SecurityPolicyContainerCluster &#x3D; Initialize-SecurityPolicyContainerCluster
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityPolicyContainerCluster with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SecurityPolicyContainerCluster &#x3D; Initialize-SecurityPolicyContainerCluster
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityPolicyContainerCluster with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Base security profile binding map</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base security profile binding map</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SecurityProfileBindingMap</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>$SecurityProfileBindingMap &#x3D; Initialize-SecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SecurityProfileBindingMap &#x3D; Initialize-SecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Segment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Segment</command:noun>
      <maml:description>
        <maml:para>Segment configuration to attach workloads. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment configuration to attach workloads. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Segment</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>$Segment &#x3D; Initialize-Segment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Segment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Segment &#x3D; Initialize-Segment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Segment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentAdvancedConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentAdvancedConfig</command:noun>
      <maml:description>
        <maml:para>Advanced configuration for Segment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Advanced configuration for Segment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentAdvancedConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Connectivity</maml:name>
          <maml:Description>
            <maml:para>Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityEnum.ON</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Connectivity</maml:name>
        <maml:Description>
          <maml:para>Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityEnum.ON</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SegmentAdvancedConfig &#x3D; Initialize-SegmentAdvancedConfig -Connectivity &quot;ON&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentAdvancedConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentAdvancedConfig &#x3D; Initialize-SegmentAdvancedConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentAdvancedConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentConnectionBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentConnectionBindingMap</command:noun>
      <maml:description>
        <maml:para>Segment with this binding map indicates the connection between this segment and another one to enable advances in IPAM, Routing, and NAT for Kubernetes workloads with Antrea </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment with this binding map indicates the connection between this segment and another one to enable advances in IPAM, Routing, and NAT for Kubernetes workloads with Antrea </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentConnectionBindingMap</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>$SegmentConnectionBindingMap &#x3D; Initialize-SegmentConnectionBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentConnectionBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentConnectionBindingMap &#x3D; Initialize-SegmentConnectionBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentConnectionBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentDhcpConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentDhcpConfig</command:noun>
      <maml:description>
        <maml:para>DHCP IPv4 and IPv6 configurations are extended from this abstract class. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP IPv4 and IPv6 configurations are extended from this abstract class. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentDhcpConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAddress</maml:name>
          <maml:Description>
            <maml:para>IP address of the DHCP server in CIDR format. The server_address is mandatory in case this segment has provided a dhcp_config_path and it represents a DHCP server config. If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must be an IPv4 address. If this is a SegmentDhcpV6Config, the address must be an IPv6 address. This address must not overlap the ip-ranges of the subnet, or the gateway address of the subnet, or the DHCP static-binding addresses of this 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>LeaseTime</maml:name>
          <maml:Description>
            <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. </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>86400</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServers</maml:name>
          <maml:Description>
            <maml:para>IP address of DNS servers for subnet. DNS server IP address must belong to the same address family as segment gateway_address property. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAddress</maml:name>
        <maml:Description>
          <maml:para>IP address of the DHCP server in CIDR format. The server_address is mandatory in case this segment has provided a dhcp_config_path and it represents a DHCP server config. If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must be an IPv4 address. If this is a SegmentDhcpV6Config, the address must be an IPv6 address. This address must not overlap the ip-ranges of the subnet, or the gateway address of the subnet, or the DHCP static-binding addresses of this 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>LeaseTime</maml:name>
        <maml:Description>
          <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. </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>86400</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServers</maml:name>
        <maml:Description>
          <maml:para>IP address of DNS servers for subnet. DNS server IP address must belong to the same address family as segment gateway_address property. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SegmentDhcpConfig &#x3D; Initialize-SegmentDhcpConfig -ResourceType &quot;SegmentDhcpV4Config&quot; -ServerAddress &quot;MyServerAddress&quot; -LeaseTime 0 -DnsServers &quot;MyDnsServers&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDhcpConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentDhcpConfig &#x3D; Initialize-SegmentDhcpConfig -ResourceType &quot;SegmentDhcpV4Config&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDhcpConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentDhcpV4Config</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentDhcpV4Config</command:noun>
      <maml:description>
        <maml:para>DHCP configuration of IPv4 subnet in a segment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP configuration of IPv4 subnet in a segment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentDhcpV4Config</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAddress</maml:name>
          <maml:Description>
            <maml:para>IP address of the DHCP server in CIDR format. The server_address is mandatory in case this segment has provided a dhcp_config_path and it represents a DHCP server config. If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must be an IPv4 address. If this is a SegmentDhcpV6Config, the address must be an IPv6 address. This address must not overlap the ip-ranges of the subnet, or the gateway address of the subnet, or the DHCP static-binding addresses of this 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>LeaseTime</maml:name>
          <maml:Description>
            <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. </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>86400</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServers</maml:name>
          <maml:Description>
            <maml:para>IP address of DNS servers for subnet. DNS server IP address must belong to the same address family as segment gateway_address property. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAddress</maml:name>
        <maml:Description>
          <maml:para>IP address of the DHCP server in CIDR format. The server_address is mandatory in case this segment has provided a dhcp_config_path and it represents a DHCP server config. If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must be an IPv4 address. If this is a SegmentDhcpV6Config, the address must be an IPv6 address. This address must not overlap the ip-ranges of the subnet, or the gateway address of the subnet, or the DHCP static-binding addresses of this 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>LeaseTime</maml:name>
        <maml:Description>
          <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. </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>86400</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServers</maml:name>
        <maml:Description>
          <maml:para>IP address of DNS servers for subnet. DNS server IP address must belong to the same address family as segment gateway_address property. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SegmentDhcpV4Config &#x3D; Initialize-SegmentDhcpV4Config -ResourceType &quot;SegmentDhcpV4Config&quot; -ServerAddress &quot;MyServerAddress&quot; -LeaseTime 0 -DnsServers &quot;MyDnsServers&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDhcpV4Config with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentDhcpV4Config &#x3D; Initialize-SegmentDhcpV4Config
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDhcpV4Config with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentDhcpV6Config</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentDhcpV6Config</command:noun>
      <maml:description>
        <maml:para>DHCP configuration of IPv6 subnet in a segment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP configuration of IPv6 subnet in a segment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentDhcpV6Config</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAddress</maml:name>
          <maml:Description>
            <maml:para>IP address of the DHCP server in CIDR format. The server_address is mandatory in case this segment has provided a dhcp_config_path and it represents a DHCP server config. If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must be an IPv4 address. If this is a SegmentDhcpV6Config, the address must be an IPv6 address. This address must not overlap the ip-ranges of the subnet, or the gateway address of the subnet, or the DHCP static-binding addresses of this 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>LeaseTime</maml:name>
          <maml:Description>
            <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. </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>86400</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsServers</maml:name>
          <maml:Description>
            <maml:para>IP address of DNS servers for subnet. DNS server IP address must belong to the same address family as segment gateway_address property. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAddress</maml:name>
        <maml:Description>
          <maml:para>IP address of the DHCP server in CIDR format. The server_address is mandatory in case this segment has provided a dhcp_config_path and it represents a DHCP server config. If this SegmentDhcpConfig is a SegmentDhcpV4Config, the address must be an IPv4 address. If this is a SegmentDhcpV6Config, the address must be an IPv6 address. This address must not overlap the ip-ranges of the subnet, or the gateway address of the subnet, or the DHCP static-binding addresses of this 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>LeaseTime</maml:name>
        <maml:Description>
          <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. </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>86400</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsServers</maml:name>
        <maml:Description>
          <maml:para>IP address of DNS servers for subnet. DNS server IP address must belong to the same address family as segment gateway_address property. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SegmentDhcpV6Config &#x3D; Initialize-SegmentDhcpV6Config -ResourceType &quot;SegmentDhcpV4Config&quot; -ServerAddress &quot;MyServerAddress&quot; -LeaseTime 0 -DnsServers &quot;MyDnsServers&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDhcpV6Config with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentDhcpV6Config &#x3D; Initialize-SegmentDhcpV6Config
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDhcpV6Config with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentDiscoveryProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentDiscoveryProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between discovery profile and Segment. Using this entity, user can specify intent for applying discovery profile to particular segments. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between discovery profile and Segment. Using this entity, user can specify intent for applying discovery profile to particular segments. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentDiscoveryProfileBindingMap</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>$SegmentDiscoveryProfileBindingMap &#x3D; Initialize-SegmentDiscoveryProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDiscoveryProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentDiscoveryProfileBindingMap &#x3D; Initialize-SegmentDiscoveryProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentDiscoveryProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentExtraConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentExtraConfig</command:noun>
      <maml:description>
        <maml:para>Segment extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on either segment or segment port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on either segment or segment port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentExtraConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConfigPair</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConfigPair</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$SegmentExtraConfig &#x3D; Initialize-SegmentExtraConfig -ConfigPair $UnboundedKeyValuePair
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentExtraConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$SegmentExtraConfig &#x3D; Initialize-SegmentExtraConfig -ConfigPair $UnboundedKeyValuePair
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentExtraConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-UnboundedKeyValuePair</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentMonitoringProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentMonitoringProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between monitoring profile and Segment. Using this entity, you can specify intent for applying monitoring profile to particular segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between monitoring profile and Segment. Using this entity, you can specify intent for applying monitoring profile to particular segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentMonitoringProfileBindingMap</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>$SegmentMonitoringProfileBindingMap &#x3D; Initialize-SegmentMonitoringProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentMonitoringProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentMonitoringProfileBindingMap &#x3D; Initialize-SegmentMonitoringProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentMonitoringProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentPort</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentPort</command:noun>
      <maml:description>
        <maml:para>Policy port will create LogicalPort on LogicalSwitch corresponding to the Segment. Address bindings cannot be removed after realization.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy port will create LogicalPort on LogicalSwitch corresponding to the Segment. Address bindings cannot be removed after realization.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentPort</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>$SegmentPort &#x3D; Initialize-SegmentPort
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentPort with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentPort &#x3D; Initialize-SegmentPort
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentPort with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentQoSProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentQoSProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between qos profile and Segment. Using this entity, you can specify intent for applying qos profile to particular segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between qos profile and Segment. Using this entity, you can specify intent for applying qos profile to particular segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentQoSProfileBindingMap</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>$SegmentQoSProfileBindingMap &#x3D; Initialize-SegmentQoSProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentQoSProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentQoSProfileBindingMap &#x3D; Initialize-SegmentQoSProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentQoSProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentRealTimeEthProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentRealTimeEthProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between real time eth profile and Segment. Using this entity, you can specify intent for applying real time eth profile to particular segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between real time eth profile and Segment. Using this entity, you can specify intent for applying real time eth profile to particular segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentRealTimeEthProfileBindingMap</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>$SegmentRealTimeEthProfileBindingMap &#x3D; Initialize-SegmentRealTimeEthProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentRealTimeEthProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentRealTimeEthProfileBindingMap &#x3D; Initialize-SegmentRealTimeEthProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentRealTimeEthProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentRequestParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentRequestParameter</command:noun>
      <maml:description>
        <maml:para>Segment request parameter, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment request parameter, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentRequestParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The type of this request parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The type of this request parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SegmentRequestParameter &#x3D; Initialize-SegmentRequestParameter -ResourceType &quot;MyResourceType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentRequestParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentRequestParameter &#x3D; Initialize-SegmentRequestParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentRequestParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentSecurityFeature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentSecurityFeature</command:noun>
      <maml:description>
        <maml:para>Segment Security feature entity with feature details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment Security feature entity with feature details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentSecurityFeature</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$SegmentSecurityFeature &#x3D; Initialize-SegmentSecurityFeature -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityFeature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentSecurityFeature &#x3D; Initialize-SegmentSecurityFeature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityFeature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentSecurityFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentSecurityFeatures</command:noun>
      <maml:description>
        <maml:para>Segment Security features entity with feature details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Segment Security features entity with feature details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentSecurityFeatures</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>$SegmentSecurityFeatures &#x3D; Initialize-SegmentSecurityFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentSecurityFeatures &#x3D; Initialize-SegmentSecurityFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Security features extended by policy operations for securing logical segments. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Security features extended by policy operations for securing logical segments. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentSecurityProfile</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>$SegmentSecurityProfile &#x3D; Initialize-SegmentSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentSecurityProfile &#x3D; Initialize-SegmentSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentSecurityProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentSecurityProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>Contains the binding relationship between segment and security profile. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains the binding relationship between segment and security profile. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentSecurityProfileBindingMap</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>$SegmentSecurityProfileBindingMap &#x3D; Initialize-SegmentSecurityProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SegmentSecurityProfileBindingMap &#x3D; Initialize-SegmentSecurityProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSecurityProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SegmentSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SegmentSubnet</command:noun>
      <maml:description>
        <maml:para>Subnet configuration for segment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Subnet configuration for segment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SegmentSubnet</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GatewayAddress</maml:name>
          <maml:Description>
            <maml:para>Gateway IP address in CIDR format for both IPv4 and IPv6. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpRanges</maml:name>
          <maml:Description>
            <maml:para>DHCP address ranges are used for dynamic IP allocation. Supports address range and CIDR formats. First valid host address from the first value is assigned to DHCP server IP address. Existing values cannot be deleted or modified, but additional DHCP ranges can be added. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDhcpConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDhcpConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Network</maml:name>
          <maml:Description>
            <maml:para>Network CIDR for this subnet calculated from gateway_addresses and prefix_len. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>GatewayAddress</maml:name>
        <maml:Description>
          <maml:para>Gateway IP address in CIDR format for both IPv4 and IPv6. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpRanges</maml:name>
        <maml:Description>
          <maml:para>DHCP address ranges are used for dynamic IP allocation. Supports address range and CIDR formats. First valid host address from the first value is assigned to DHCP server IP address. Existing values cannot be deleted or modified, but additional DHCP ranges can be added. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDhcpConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDhcpConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Network</maml:name>
        <maml:Description>
          <maml:para>Network CIDR for this subnet calculated from gateway_addresses and prefix_len. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SegmentDhcpConfig &#x3D; Initialize-SegmentDhcpConfig -ResourceType &quot;SegmentDhcpV4Config&quot; -ServerAddress &quot;MyServerAddress&quot; -LeaseTime 0 -DnsServers &quot;MyDnsServers&quot;
$SegmentSubnet &#x3D; Initialize-SegmentSubnet -GatewayAddress &quot;MyGatewayAddress&quot; -DhcpRanges &quot;MyDhcpRanges&quot; -DhcpConfig $SegmentDhcpConfig -Network &quot;MyNetwork&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SegmentSubnet &#x3D; Initialize-SegmentSubnet
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SegmentSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SegmentDhcpConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SelectableResourceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SelectableResourceReference</command:noun>
      <maml:description>
        <maml:para>Resources to take action on</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Resources to take action on</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SelectableResourceReference</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetId</maml:name>
          <maml:Description>
            <maml:para>Identifier of the NSX 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>TargetDisplayName</maml:name>
          <maml:Description>
            <maml:para>Display name of the NSX 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>TargetType</maml:name>
          <maml:Description>
            <maml:para>Type of the NSX 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>IsValid</maml:name>
          <maml:Description>
            <maml:para>Will be set to false if the referenced NSX resource has been deleted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetId</maml:name>
        <maml:Description>
          <maml:para>Identifier of the NSX 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>TargetDisplayName</maml:name>
        <maml:Description>
          <maml:para>Display name of the NSX 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>TargetType</maml:name>
        <maml:Description>
          <maml:para>Type of the NSX 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>IsValid</maml:name>
        <maml:Description>
          <maml:para>Will be set to false if the referenced NSX resource has been deleted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$SelectableResourceReference &#x3D; Initialize-SelectableResourceReference -TargetId &quot;MyTargetId&quot; -TargetDisplayName &quot;MyTargetDisplayName&quot; -TargetType &quot;MyTargetType&quot; -IsValid $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SelectableResourceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SelectableResourceReference &#x3D; Initialize-SelectableResourceReference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SelectableResourceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SelectiveSyncSettings</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SelectiveSyncSettings</command:noun>
      <maml:description>
        <maml:para>Directory domain selective sync settings</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Directory domain selective sync settings</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SelectiveSyncSettings</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>$SelectiveSyncSettings &#x3D; Initialize-SelectiveSyncSettings
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SelectiveSyncSettings with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SelectiveSyncSettings &#x3D; Initialize-SelectiveSyncSettings
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SelectiveSyncSettings with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SelfResourceLink</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SelfResourceLink</command:noun>
      <maml:description>
        <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The server will populate this field when returing the resource. Ignored on PUT and POST.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SelfResourceLink</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Href</maml:name>
          <maml:Description>
            <maml:para>Link to 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>Action</maml:name>
          <maml:Description>
            <maml:para>Optional action</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Rel</maml:name>
          <maml:Description>
            <maml:para>Custom relation type (follows RFC 5988 where appropriate definitions exist)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Href</maml:name>
        <maml:Description>
          <maml:para>Link to 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>Action</maml:name>
        <maml:Description>
          <maml:para>Optional action</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Rel</maml:name>
        <maml:Description>
          <maml:para>Custom relation type (follows RFC 5988 where appropriate definitions exist)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SelfResourceLink &#x3D; Initialize-SelfResourceLink -Href &quot;MyHref&quot; -Action &quot;MyAction&quot; -Rel &quot;MyRel&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SelfResourceLink with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SelfResourceLink &#x3D; Initialize-SelfResourceLink
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SelfResourceLink with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Service</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Service</command:noun>
      <maml:description>
        <maml:para>Used while defining a CommunicationEntry. A service may have multiple service entries. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Used while defining a CommunicationEntry. A service may have multiple service entries. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Service</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>$Service &#x3D; Initialize-Service
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Service with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Service &#x3D; Initialize-Service
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Service with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceCapability</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceCapability</command:noun>
      <maml:description>
        <maml:para>Service capabilities that will be inherited by service VMs created using a service definition that contains this service capability.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Service capabilities that will be inherited by service VMs created using a service definition that contains this service capability.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceCapability</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NshLivenessSupportEnabled</maml:name>
          <maml:Description>
            <maml:para>Indicating whether service supports NSH liveness detection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CanDecrementSi</maml:name>
          <maml:Description>
            <maml:para>Indicating whether service is configured to decrement SI field in NSH metadata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NshLivenessSupportEnabled</maml:name>
        <maml:Description>
          <maml:para>Indicating whether service supports NSH liveness detection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CanDecrementSi</maml:name>
        <maml:Description>
          <maml:para>Indicating whether service is configured to decrement SI field in NSH metadata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ServiceCapability &#x3D; Initialize-ServiceCapability -NshLivenessSupportEnabled $false -CanDecrementSi $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceCapability with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceCapability &#x3D; Initialize-ServiceCapability
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceCapability with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceDefinition</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceDefinition</command:noun>
      <maml:description>
        <maml:para>Registering a Service is the first step in the ServiceInsertion mechanism. A ServiceDefinition is used to create a service.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Registering a Service is the first step in the ServiceInsertion mechanism. A ServiceDefinition is used to create a service.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceDefinition</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>$ServiceDefinition &#x3D; Initialize-ServiceDefinition
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceDefinition with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceDefinition &#x3D; Initialize-ServiceDefinition
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceDefinition with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceDeploymentSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceDeploymentSpec</command:noun>
      <maml:description>
        <maml:para>ServiceDeployment Spec consists of information required to deploy and configure the partner appliances. viz. Deployment template, deployment spec and NIC metatdata.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ServiceDeployment Spec consists of information required to deploy and configure the partner appliances. viz. Deployment template, deployment spec and NIC metatdata.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceDeploymentSpec</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeploymentTemplate</maml:name>
          <maml:Description>
            <maml:para>Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX Manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DeploymentTemplate&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DeploymentTemplate&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeploymentSpecs</maml:name>
          <maml:Description>
            <maml:para>Deployment Specs holds information required to deploy the Service-VMs. i.e. OVF url where the partner Service-VM OVF is hosted. The host type on which the OVF can be deployed, Form factor to name a few.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SVMDeploymentSpec&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SVMDeploymentSpec&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NicMetadataList</maml:name>
          <maml:Description>
            <maml:para>NIC metadata associated with the deployment spec.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.NicMetadata&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.NicMetadata&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SvmVersion</maml:name>
          <maml:Description>
            <maml:para>Partner needs to specify the Service VM version which will get deployed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeploymentTemplate</maml:name>
        <maml:Description>
          <maml:para>Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX Manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.DeploymentTemplate&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.DeploymentTemplate&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeploymentSpecs</maml:name>
        <maml:Description>
          <maml:para>Deployment Specs holds information required to deploy the Service-VMs. i.e. OVF url where the partner Service-VM OVF is hosted. The host type on which the OVF can be deployed, Form factor to name a few.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SVMDeploymentSpec&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SVMDeploymentSpec&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NicMetadataList</maml:name>
        <maml:Description>
          <maml:para>NIC metadata associated with the deployment spec.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.NicMetadata&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.NicMetadata&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SvmVersion</maml:name>
        <maml:Description>
          <maml:para>Partner needs to specify the Service VM version which will get deployed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$Attribute &#x3D; Initialize-Attribute -Key &quot;MyKey&quot; -DisplayName &quot;MyDisplayName&quot; -Value &quot;MyValue&quot; -AttributeType &quot;IP_ADDRESS&quot; -ReadOnly $false
$DeploymentTemplate &#x3D; Initialize-DeploymentTemplate -Name &quot;MyName&quot; -Attributes $Attribute

$SVMDeploymentSpec &#x3D; Initialize-SVMDeploymentSpec -Name &quot;MyName&quot; -OvfUrl &quot;MyOvfUrl&quot; -MinHostVersion &quot;MyMinHostVersion&quot; -HostType &quot;ESXI&quot; -ServiceFormFactor &quot;SMALL&quot; -SvmVersion &quot;MySvmVersion&quot;
&quot;L2_BRIDGE&quot;$NicMetadata &#x3D; Initialize-NicMetadata -InterfaceLabel &quot;MyInterfaceLabel&quot; -InterfaceIndex 0 -InterfaceType &quot;MANAGEMENT&quot; -UserConfigurable $false -Transports &quot;L2_BRIDGE&quot;
$ServiceDeploymentSpec &#x3D; Initialize-ServiceDeploymentSpec -DeploymentTemplate $DeploymentTemplate -DeploymentSpecs $SVMDeploymentSpec -NicMetadataList $NicMetadata -SvmVersion &quot;MySvmVersion&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceDeploymentSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$DeploymentTemplate &#x3D; Initialize-DeploymentTemplate

$ServiceDeploymentSpec &#x3D; Initialize-ServiceDeploymentSpec -DeploymentTemplate $DeploymentTemplate
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceDeploymentSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceEntry</command:noun>
      <maml:description>
        <maml:para>A Service entry that describes traffic</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Service entry that describes traffic</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceEntry</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>$ServiceEntry &#x3D; Initialize-ServiceEntry
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceEntry &#x3D; Initialize-ServiceEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceGateway</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceGateway</command:noun>
      <maml:description>
        <maml:para>Service Gateway serves as the default gateway for VPC. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Service Gateway serves as the default gateway for VPC. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceGateway</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Disable</maml:name>
          <maml:Description>
            <maml:para>Flag to deactivate service gateway for connected subnets. If false then VPC will support the following services: NAT, gateway security policies, and gateway QoS profile. If true, VPC will support only distributed services i.e., EW security policy. Workload shall be protected using the same. All traffic from subnets will be routed through the distributed router to the connected gateway and eliminates the intermediate hop of the service gateway. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>QosConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AutoSnat</maml:name>
          <maml:Description>
            <maml:para>Auto plumb snat rule for private subnet, this will make sure private subnets are routable outside of VPC. There will be one snat rule per VPC, translated ip will be taken from external ip block. If enabled, user must also configure external ip block. This property is applicable only when service_gateway is 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>true</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Disable</maml:name>
        <maml:Description>
          <maml:para>Flag to deactivate service gateway for connected subnets. If false then VPC will support the following services: NAT, gateway security policies, and gateway QoS profile. If true, VPC will support only distributed services i.e., EW security policy. Workload shall be protected using the same. All traffic from subnets will be routed through the distributed router to the connected gateway and eliminates the intermediate hop of the service gateway. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>QosConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AutoSnat</maml:name>
        <maml:Description>
          <maml:para>Auto plumb snat rule for private subnet, this will make sure private subnets are routable outside of VPC. There will be one snat rule per VPC, translated ip will be taken from external ip block. If enabled, user must also configure external ip block. This property is applicable only when service_gateway is 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>true</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$GatewayQosProfileConfig &#x3D; Initialize-GatewayQosProfileConfig -IngressQosProfilePath &quot;MyIngressQosProfilePath&quot; -EgressQosProfilePath &quot;MyEgressQosProfilePath&quot;
$ServiceGateway &#x3D; Initialize-ServiceGateway -Disable $false -QosConfig $GatewayQosProfileConfig -AutoSnat $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceGateway with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ServiceGateway &#x3D; Initialize-ServiceGateway
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceGateway with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-GatewayQosProfileConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceInstanceEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceInstanceEndpoint</command:noun>
      <maml:description>
        <maml:para>A ServiceInstanceEndpoint belongs to one ByodPolicyServiceInstance and is attached to one ServiceInterface. A ServiceInstanceEndpoint represents a redirection target for a RedirectionPolicy.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A ServiceInstanceEndpoint belongs to one ByodPolicyServiceInstance and is attached to one ServiceInterface. A ServiceInstanceEndpoint represents a redirection target for a RedirectionPolicy.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceInstanceEndpoint</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>$ServiceInstanceEndpoint &#x3D; Initialize-ServiceInstanceEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceInstanceEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceInstanceEndpoint &#x3D; Initialize-ServiceInstanceEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceInstanceEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceInterface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceInterface</command:noun>
      <maml:description>
        <maml:para>Service interface configuration for internal connectivity.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Service interface configuration for internal connectivity.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceInterface</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>$ServiceInterface &#x3D; Initialize-ServiceInterface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceInterface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceInterface &#x3D; Initialize-ServiceInterface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceInterface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceReference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceReference</command:noun>
      <maml:description>
        <maml:para>An anchor object representing the intent to consume a given 3rd party service.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An anchor object representing the intent to consume a given 3rd party service.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceReference</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>$ServiceReference &#x3D; Initialize-ServiceReference
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceReference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceReference &#x3D; Initialize-ServiceReference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceReference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ServiceSegment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ServiceSegment</command:noun>
      <maml:description>
        <maml:para>Service Segment configuration to attach Service Insertion VM. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Service Segment configuration to attach Service Insertion VM. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ServiceSegment</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>$ServiceSegment &#x3D; Initialize-ServiceSegment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceSegment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ServiceSegment &#x3D; Initialize-ServiceSegment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ServiceSegment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SessionAuthenticationCredentials</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SessionAuthenticationCredentials</command:noun>
      <maml:description>
        <maml:para>Username and password used to obtain a session cookie.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Username and password used to obtain a session cookie.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SessionAuthenticationCredentials</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>JUsername</maml:name>
          <maml:Description>
            <maml:para>User name to authenticate as.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>JPassword</maml:name>
          <maml:Description>
            <maml:para>Password to use when authenticating.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>JUsername</maml:name>
        <maml:Description>
          <maml:para>User name to authenticate as.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>JPassword</maml:name>
        <maml:Description>
          <maml:para>Password to use when authenticating.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-SessionAuthenticationCredentials -JUsername &quot;MyJUsername&quot; -JPassword &quot;MyJPassword&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SessionAuthenticationCredentials with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SessionAuthenticationCredentials &#x3D; Initialize-SessionAuthenticationCredentials -JUsername &quot;MyJUsername&quot; -JPassword &quot;MyJPassword&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SessionAuthenticationCredentials with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SessionTimerProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SessionTimerProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between Session Timer profile and Logical Routers. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between Session Timer profile and Logical Routers. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SessionTimerProfileBindingMap</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>$SessionTimerProfileBindingMap &#x3D; Initialize-SessionTimerProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SessionTimerProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SessionTimerProfileBindingMap &#x3D; Initialize-SessionTimerProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SessionTimerProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SetFields</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SetFields</command:noun>
      <maml:description>
        <maml:para>Set Fields is an action to set fields of the source event. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Set Fields is an action to set fields of the source event. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SetFields</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Reaction Action resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Reaction Action resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SetFields &#x3D; Initialize-SetFields -ResourceType &quot;PatchResources&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SetFields with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SetFields &#x3D; Initialize-SetFields
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SetFields with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaDynamicPlugin</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaDynamicPlugin</command:noun>
      <maml:description>
        <maml:para>Define a kind of Dynamic Sha plugin. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Define a kind of Dynamic Sha plugin. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaDynamicPlugin</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>$ShaDynamicPlugin &#x3D; Initialize-ShaDynamicPlugin
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaDynamicPlugin with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaDynamicPlugin &#x3D; Initialize-ShaDynamicPlugin
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaDynamicPlugin with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaDynamicPluginProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaDynamicPluginProfile</command:noun>
      <maml:description>
        <maml:para>Dynamic created plugin profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dynamic created plugin profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaDynamicPluginProfile</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>$ShaDynamicPluginProfile &#x3D; Initialize-ShaDynamicPluginProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaDynamicPluginProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaDynamicPluginProfile &#x3D; Initialize-ShaDynamicPluginProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaDynamicPluginProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxHealthMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxHealthMonitorConfig</command:noun>
      <maml:description>
        <maml:para>ESX metric monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX metric monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxHealthMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxHealthMonitorConfig &#x3D; Initialize-ShaEsxHealthMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxHealthMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxHealthMonitorConfig &#x3D; Initialize-ShaEsxHealthMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxHealthMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvAlarmsMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvAlarmsMonitorConfig</command:noun>
      <maml:description>
        <maml:para>ESX observability alarm monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX observability alarm monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvAlarmsMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvAlarmsMonitorConfig &#x3D; Initialize-ShaEsxObsrvAlarmsMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvAlarmsMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvAlarmsMonitorConfig &#x3D; Initialize-ShaEsxObsrvAlarmsMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvAlarmsMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvDatapathTrafficStatsMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvDatapathTrafficStatsMonitorConfig</command:noun>
      <maml:description>
        <maml:para>Users can add this configuration to &#39;sub_monitor_configs&#39; to overwrite the property value inherited from the ShaEsxObsrvStatsMonitorConfig. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Users can add this configuration to &#39;sub_monitor_configs&#39; to overwrite the property value inherited from the ShaEsxObsrvStatsMonitorConfig. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvDatapathTrafficStatsMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to overwrite the enable value</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to overwrite the enable value</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvDatapathTrafficStatsMonitorConfig &#x3D; Initialize-ShaEsxObsrvDatapathTrafficStatsMonitorConfig -ResourceType &quot;ShaEsxObsrvDatapathTrafficStatsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvDatapathTrafficStatsMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvDatapathTrafficStatsMonitorConfig &#x3D; Initialize-ShaEsxObsrvDatapathTrafficStatsMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvDatapathTrafficStatsMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvInfraStatsMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvInfraStatsMonitorConfig</command:noun>
      <maml:description>
        <maml:para>Users can add this configuration to &#39;sub_monitor_configs&#39; to overwrite the property value inherited from the ShaEsxObsrvStatsMonitorConfig. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Users can add this configuration to &#39;sub_monitor_configs&#39; to overwrite the property value inherited from the ShaEsxObsrvStatsMonitorConfig. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvInfraStatsMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to overwrite the enable value</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to overwrite the enable value</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvInfraStatsMonitorConfig &#x3D; Initialize-ShaEsxObsrvInfraStatsMonitorConfig -ResourceType &quot;ShaEsxObsrvDatapathTrafficStatsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvInfraStatsMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvInfraStatsMonitorConfig &#x3D; Initialize-ShaEsxObsrvInfraStatsMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvInfraStatsMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvSegmentStatsFileDumpMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvSegmentStatsFileDumpMonitorConfig</command:noun>
      <maml:description>
        <maml:para>ESX observability segment statistics file dump monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX observability segment statistics file dump monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvSegmentStatsFileDumpMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvSegmentStatsFileDumpMonitorConfig &#x3D; Initialize-ShaEsxObsrvSegmentStatsFileDumpMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvSegmentStatsFileDumpMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvSegmentStatsFileDumpMonitorConfig &#x3D; Initialize-ShaEsxObsrvSegmentStatsFileDumpMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvSegmentStatsFileDumpMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvStatsManagementConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvStatsManagementConfig</command:noun>
      <maml:description>
        <maml:para>ESX observability statistics management configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX observability statistics management configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvStatsManagementConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvStatsManagementConfig &#x3D; Initialize-ShaEsxObsrvStatsManagementConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvStatsManagementConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvStatsManagementConfig &#x3D; Initialize-ShaEsxObsrvStatsManagementConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvStatsManagementConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvStatsMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvStatsMonitorConfig</command:noun>
      <maml:description>
        <maml:para>ESX observability stats monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX observability stats monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvStatsMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvStatsMonitorConfig &#x3D; Initialize-ShaEsxObsrvStatsMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvStatsMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvStatsMonitorConfig &#x3D; Initialize-ShaEsxObsrvStatsMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvStatsMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxObsrvTnStatsFileDumpMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxObsrvTnStatsFileDumpMonitorConfig</command:noun>
      <maml:description>
        <maml:para>ESX observability transport node file dump monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX observability transport node file dump monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxObsrvTnStatsFileDumpMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxObsrvTnStatsFileDumpMonitorConfig &#x3D; Initialize-ShaEsxObsrvTnStatsFileDumpMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvTnStatsFileDumpMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxObsrvTnStatsFileDumpMonitorConfig &#x3D; Initialize-ShaEsxObsrvTnStatsFileDumpMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxObsrvTnStatsFileDumpMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaEsxResourceMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaEsxResourceMonitorConfig</command:noun>
      <maml:description>
        <maml:para>ESX resource monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ESX resource monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaEsxResourceMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaEsxResourceMonitorConfig &#x3D; Initialize-ShaEsxResourceMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxResourceMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaEsxResourceMonitorConfig &#x3D; Initialize-ShaEsxResourceMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaEsxResourceMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaHardwareUsageMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaHardwareUsageMonitorConfig</command:noun>
      <maml:description>
        <maml:para>UA Hardware usage monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>UA Hardware usage monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaHardwareUsageMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaHardwareUsageMonitorConfig &#x3D; Initialize-ShaHardwareUsageMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaHardwareUsageMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaHardwareUsageMonitorConfig &#x3D; Initialize-ShaHardwareUsageMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaHardwareUsageMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMetricExporterMonitor</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMetricExporterMonitor</command:noun>
      <maml:description>
        <maml:para>SHA METRIC_EXPORTER monitor specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA METRIC_EXPORTER monitor specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMetricExporterMonitor</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>$ShaMetricExporterMonitor &#x3D; Initialize-ShaMetricExporterMonitor
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMetricExporterMonitor with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaMetricExporterMonitor &#x3D; Initialize-ShaMetricExporterMonitor
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMetricExporterMonitor with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorConfig</command:noun>
      <maml:description>
        <maml:para>SHA monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaMonitorConfig &#x3D; Initialize-ShaMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaMonitorConfig &#x3D; Initialize-ShaMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorDependOnConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorDependOnConfig</command:noun>
      <maml:description>
        <maml:para>SHA monitor depend on config</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA monitor depend on config</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorDependOnConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MonitorType</maml:name>
          <maml:Description>
            <maml:para>The SHA monitor configuration type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConfigDetails</maml:name>
          <maml:Description>
            <maml:para>Config details of the depend config</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorDependOnConfigDetail&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorDependOnConfigDetail&gt;</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>MonitorType</maml:name>
        <maml:Description>
          <maml:para>The SHA monitor configuration type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConfigDetails</maml:name>
        <maml:Description>
          <maml:para>Config details of the depend config</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorDependOnConfigDetail&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorDependOnConfigDetail&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ShaMonitorDependOnConfigDetail &#x3D; Initialize-ShaMonitorDependOnConfigDetail -Key &quot;MyKey&quot; -DependValue &quot;MyDependValue&quot; -DependValueReason &quot;MyDependValueReason&quot;
$ShaMonitorDependOnConfig &#x3D; Initialize-ShaMonitorDependOnConfig -MonitorType &quot;MyMonitorType&quot; -ConfigDetails $ShaMonitorDependOnConfigDetail
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorDependOnConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ShaMonitorDependOnConfig &#x3D; Initialize-ShaMonitorDependOnConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorDependOnConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorDependOnConfigDetail</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorDependOnConfigDetail</command:noun>
      <maml:description>
        <maml:para>The common properties of SHA monitor configuration specification. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The common properties of SHA monitor configuration specification. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorDependOnConfigDetail</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>The property of the monitor config</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DependValue</maml:name>
          <maml:Description>
            <maml:para>The depend value of the config 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>DependValueReason</maml:name>
          <maml:Description>
            <maml:para>The detail reason of the depend 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Key</maml:name>
        <maml:Description>
          <maml:para>The property of the monitor config</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DependValue</maml:name>
        <maml:Description>
          <maml:para>The depend value of the config 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>DependValueReason</maml:name>
        <maml:Description>
          <maml:para>The detail reason of the depend 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ShaMonitorDependOnConfigDetail &#x3D; Initialize-ShaMonitorDependOnConfigDetail -Key &quot;MyKey&quot; -DependValue &quot;MyDependValue&quot; -DependValueReason &quot;MyDependValueReason&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorDependOnConfigDetail with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaMonitorDependOnConfigDetail &#x3D; Initialize-ShaMonitorDependOnConfigDetail
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorDependOnConfigDetail with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorExportedMetricDetail</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorExportedMetricDetail</command:noun>
      <maml:description>
        <maml:para>The exact metric detail. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The exact metric detail. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorExportedMetricDetail</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Description of this metric</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MetricKeyPerDestination</maml:name>
          <maml:Description>
            <maml:para>List of metric key for the destination. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorMetricKey&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorMetricKey&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectedFrom</maml:name>
          <maml:Description>
            <maml:para>List of sources indicates where this metric is collected. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;ShaMonitorExportedMetricDetail.CollectedFromEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;ShaMonitorExportedMetricDetail.CollectedFromEnum&gt;</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>Description</maml:name>
        <maml:Description>
          <maml:para>Description of this metric</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MetricKeyPerDestination</maml:name>
        <maml:Description>
          <maml:para>List of metric key for the destination. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorMetricKey&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorMetricKey&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectedFrom</maml:name>
        <maml:Description>
          <maml:para>List of sources indicates where this metric is collected. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;ShaMonitorExportedMetricDetail.CollectedFromEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;ShaMonitorExportedMetricDetail.CollectedFromEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ShaMonitorMetricKey &#x3D; Initialize-ShaMonitorMetricKey -MetricKey &quot;MyMetricKey&quot; -Destination &quot;UNKNOWN&quot;
&quot;NSX_ESX&quot;$ShaMonitorExportedMetricDetail &#x3D; Initialize-ShaMonitorExportedMetricDetail -Description &quot;MyDescription&quot; -MetricKeyPerDestination $ShaMonitorMetricKey -CollectedFrom
$ShaMonitorMetricKey &#x3D; Initialize-ShaMonitorMetricKey -MetricKey &quot;MyMetricKey&quot; -Destination &quot;UNKNOWN&quot;
&quot;NSX_ESX&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorExportedMetricDetail with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ShaMonitorExportedMetricDetail &#x3D; Initialize-ShaMonitorExportedMetricDetail
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorExportedMetricDetail with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorExportedMetricSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorExportedMetricSpec</command:noun>
      <maml:description>
        <maml:para>The monitor exported metric related specification. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The monitor exported metric related specification. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorExportedMetricSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Summary</maml:name>
          <maml:Description>
            <maml:para>A brief overview of the exported metrics. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>List of monitor exported metric detail</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorExportedMetricDetail&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorExportedMetricDetail&gt;</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>Summary</maml:name>
        <maml:Description>
          <maml:para>A brief overview of the exported metrics. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>List of monitor exported metric detail</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorExportedMetricDetail&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.ShaMonitorExportedMetricDetail&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$ShaMonitorMetricKey &#x3D; Initialize-ShaMonitorMetricKey -MetricKey &quot;MyMetricKey&quot; -Destination &quot;UNKNOWN&quot;
&quot;NSX_ESX&quot;$ShaMonitorExportedMetricDetail &#x3D; Initialize-ShaMonitorExportedMetricDetail -Description &quot;MyDescription&quot; -MetricKeyPerDestination $ShaMonitorMetricKey -CollectedFrom
$ShaMonitorMetricKey &#x3D; Initialize-ShaMonitorMetricKey -MetricKey &quot;MyMetricKey&quot; -Destination &quot;UNKNOWN&quot;
&quot;NSX_ESX&quot;

$ShaMonitorExportedMetricSpec &#x3D; Initialize-ShaMonitorExportedMetricSpec -Summary &quot;MySummary&quot; -Details $ShaMonitorExportedMetricDetail
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorExportedMetricSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ShaMonitorExportedMetricSpec &#x3D; Initialize-ShaMonitorExportedMetricSpec
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorExportedMetricSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorMetricKey</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorMetricKey</command:noun>
      <maml:description>
        <maml:para>SHA monitor metric for the destination</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA monitor metric for the destination</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorMetricKey</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MetricKey</maml:name>
          <maml:Description>
            <maml:para>Metric 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>Destination</maml:name>
          <maml:Description>
            <maml:para>Destination of this metric</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>MetricKey</maml:name>
        <maml:Description>
          <maml:para>Metric 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>Destination</maml:name>
        <maml:Description>
          <maml:para>Destination of this metric</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$ShaMonitorMetricKey &#x3D; Initialize-ShaMonitorMetricKey -MetricKey &quot;MyMetricKey&quot; -Destination &quot;UNKNOWN&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorMetricKey with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaMonitorMetricKey &#x3D; Initialize-ShaMonitorMetricKey
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorMetricKey with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaMonitorProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaMonitorProfile</command:noun>
      <maml:description>
        <maml:para>SHA monitor profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA monitor profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaMonitorProfile</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>$ShaMonitorProfile &#x3D; Initialize-ShaMonitorProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaMonitorProfile &#x3D; Initialize-ShaMonitorProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaMonitorProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaPluginProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaPluginProfile</command:noun>
      <maml:description>
        <maml:para>The ShaPluginProfile is the base class for System Health plugin profile </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The ShaPluginProfile is the base class for System Health plugin profile </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaPluginProfile</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>$ShaPluginProfile &#x3D; Initialize-ShaPluginProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaPluginProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaPluginProfile &#x3D; Initialize-ShaPluginProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaPluginProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaPredefinedPluginProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaPredefinedPluginProfile</command:noun>
      <maml:description>
        <maml:para>System predefined plugin profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>System predefined plugin profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaPredefinedPluginProfile</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>$ShaPredefinedPluginProfile &#x3D; Initialize-ShaPredefinedPluginProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaPredefinedPluginProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaPredefinedPluginProfile &#x3D; Initialize-ShaPredefinedPluginProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaPredefinedPluginProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaStandardMonitor</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaStandardMonitor</command:noun>
      <maml:description>
        <maml:para>SHA STANDARD monitor specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA STANDARD monitor specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaStandardMonitor</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>$ShaStandardMonitor &#x3D; Initialize-ShaStandardMonitor
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaStandardMonitor with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaStandardMonitor &#x3D; Initialize-ShaStandardMonitor
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaStandardMonitor with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaSubMetricExporterMonitor</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaSubMetricExporterMonitor</command:noun>
      <maml:description>
        <maml:para>SHA SUB_METRIC_EXPORTER monitor specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA SUB_METRIC_EXPORTER monitor specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaSubMetricExporterMonitor</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>$ShaSubMetricExporterMonitor &#x3D; Initialize-ShaSubMetricExporterMonitor
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaSubMetricExporterMonitor with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaSubMetricExporterMonitor &#x3D; Initialize-ShaSubMetricExporterMonitor
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaSubMetricExporterMonitor with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaSubMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaSubMonitorConfig</command:noun>
      <maml:description>
        <maml:para>SHA sub-monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SHA sub-monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaSubMonitorConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to overwrite the enable value</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for sub-monitors. ShaEsxObsrvDatapathTrafficStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-datapath-traffic-stats-monitor ShaEsxObsrvInfraStatsMonitorConfig - The configuration for SHA sub-monitor esx-obsrv-infra-stats-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to overwrite the enable value</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaSubMonitorConfig &#x3D; Initialize-ShaSubMonitorConfig -ResourceType &quot;ShaEsxObsrvDatapathTrafficStatsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaSubMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaSubMonitorConfig &#x3D; Initialize-ShaSubMonitorConfig -ResourceType &quot;ShaEsxObsrvDatapathTrafficStatsMonitorConfig&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaSubMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaSystemPluginProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaSystemPluginProfile</command:noun>
      <maml:description>
        <maml:para>System plugin profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>System plugin profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaSystemPluginProfile</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>$ShaSystemPluginProfile &#x3D; Initialize-ShaSystemPluginProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaSystemPluginProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaSystemPluginProfile &#x3D; Initialize-ShaSystemPluginProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaSystemPluginProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ShaUaMetricMonitorConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ShaUaMetricMonitorConfig</command:noun>
      <maml:description>
        <maml:para>UA metric monitor configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>UA metric monitor configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ShaUaMetricMonitorConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Flag to enable/disable this monitor</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The resource type of configuration for monitors. ShaEsxObsrvAlarmsMonitorConfig - The configuration for SHA monitor esx-obsrv-alarms-monitor ShaEsxObsrvStatsMonitorConfig - The configuration for SHA monitor esx-obsrv-stats-monitor ShaEsxObsrvStatsManagementConfig - The configuration for SHA monitor esx-obsrv-stats-management ShaEsxObsrvSegmentStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-segment-stats-file-dump-monitor ShaEsxObsrvTnStatsFileDumpMonitorConfig - The configuration for SHA monitor esx-obsrv-tn-stats-file-dump-monitor ShaUaMetricMonitorConfig - The configuration for SHA monitor ua-metric-monitor ShaHardwareUsageMonitorConfig - The configuration for SHA monitor hardware-usage-monitor ShaEsxHealthMonitorConfig - The configuration for SHA monitor esx-health-monitor ShaEsxResourceMonitorConfig - The configuration for SHA monitor esx-resource-monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Flag to enable/disable this monitor</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$ShaUaMetricMonitorConfig &#x3D; Initialize-ShaUaMetricMonitorConfig -ResourceType &quot;ShaEsxObsrvAlarmsMonitorConfig&quot; -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaUaMetricMonitorConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ShaUaMetricMonitorConfig &#x3D; Initialize-ShaUaMetricMonitorConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ShaUaMetricMonitorConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Share</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Share</command:noun>
      <maml:description>
        <maml:para>A Share is a container that shares all its contents represented by associated SharedResource entities with Orgs or Projects represented using the &#39;sharedWith&#39; property. Default share object is created by the system which is shared with all the orgs and projects by default. Id of default share object is default. Also, default share object per org/project will also be created as part of org/project creation workflow. Id of org share object will be \&quot;&lt;org-id&gt;\&quot;, but for default org it is \&quot;default-org-share\&quot;. Id of project share object will be \&quot;&lt;org-id&gt;-&lt;project-id&gt;\&quot; (ex: org1-project1). </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Share is a container that shares all its contents represented by associated SharedResource entities with Orgs or Projects represented using the &#39;sharedWith&#39; property. Default share object is created by the system which is shared with all the orgs and projects by default. Id of default share object is default. Also, default share object per org/project will also be created as part of org/project creation workflow. Id of org share object will be \&quot;&lt;org-id&gt;\&quot;, but for default org it is \&quot;default-org-share\&quot;. Id of project share object will be \&quot;&lt;org-id&gt;-&lt;project-id&gt;\&quot; (ex: org1-project1). </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Share</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>$Share &#x3D; Initialize-Share
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Share with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Share &#x3D; Initialize-Share
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Share with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SharedResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SharedResource</command:noun>
      <maml:description>
        <maml:para>A SharedResource is a child of the resource that needs to be shared. Where the resoruce is shared is determined by the Share instance to which this shared resource refers. Default shared resource under default share object is created by the system. All the resources under default shared resources will be available for consumption to all the orgs/projects by default. Shared Resource for specific org will be available for consumption for that particular org only. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A SharedResource is a child of the resource that needs to be shared. Where the resoruce is shared is determined by the Share instance to which this shared resource refers. Default shared resource under default share object is created by the system. All the resources under default shared resources will be available for consumption to all the orgs/projects by default. Shared Resource for specific org will be available for consumption for that particular org only. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SharedResource</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>$SharedResource &#x3D; Initialize-SharedResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SharedResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SharedResource &#x3D; Initialize-SharedResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SharedResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Site</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Site</command:noun>
      <maml:description>
        <maml:para>Site represents an NSX deployment having its own set of NSX clusters and transport nodes. It may correspond to a Data Center, VMC deployment, or NSX-Cloud deployment managed via CSM. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Site represents an NSX deployment having its own set of NSX clusters and transport nodes. It may correspond to a Data Center, VMC deployment, or NSX-Cloud deployment managed via CSM. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Site</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>$Site &#x3D; Initialize-Site
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Site with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Site &#x3D; Initialize-Site
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Site with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SiteAllocationIndexForEdge</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SiteAllocationIndexForEdge</command:noun>
      <maml:description>
        <maml:para>Index for cross site allocation for edge cluster and its members referred by gateway. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Index for cross site allocation for edge cluster and its members referred by gateway. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SiteAllocationIndexForEdge</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Index</maml:name>
          <maml:Description>
            <maml:para>Unqiue edge cluster node index across sites based on stretch of the Gateway. For example, if a Gateway is streched to sites S1 with one edge cluster of 3 nodes and site S2 with one edge cluster of 2 nodes, the in the Global Manager will allocate the index for 5 edge nodes and 2 cluster in the rage 0 to 7. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TargetResourcePath</maml:name>
          <maml:Description>
            <maml:para>Edge cluster or edge node 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Index</maml:name>
        <maml:Description>
          <maml:para>Unqiue edge cluster node index across sites based on stretch of the Gateway. For example, if a Gateway is streched to sites S1 with one edge cluster of 3 nodes and site S2 with one edge cluster of 2 nodes, the in the Global Manager will allocate the index for 5 edge nodes and 2 cluster in the rage 0 to 7. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TargetResourcePath</maml:name>
        <maml:Description>
          <maml:para>Edge cluster or edge node 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>$SiteAllocationIndexForEdge &#x3D; Initialize-SiteAllocationIndexForEdge -Index 0 -TargetResourcePath &quot;MyTargetResourcePath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteAllocationIndexForEdge with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SiteAllocationIndexForEdge &#x3D; Initialize-SiteAllocationIndexForEdge
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteAllocationIndexForEdge with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SiteInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SiteInfo</command:noun>
      <maml:description>
        <maml:para>Information related to Sites applicable for given Org.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Information related to Sites applicable for given Org.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SiteInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EdgeClusterPaths</maml:name>
          <maml:Description>
            <maml:para>The edge cluster on which the networking elements for the Org will be created. In case of Label, it should have reference of Edge cluster path. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml: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>This represents the path of the site which is managed by Global Manager. For the local manager, if set, this needs to point to &#39;default&#39;. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportZonePaths</maml:name>
          <maml:Description>
            <maml:para>This represents the path of the transport zone on which elements of the project will be created. If not provided, this field is set to the path of the default transport zone for the associated site. Transport zone cannot be modified. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>EdgeClusterPaths</maml:name>
        <maml:Description>
          <maml:para>The edge cluster on which the networking elements for the Org will be created. In case of Label, it should have reference of Edge cluster path. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml: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>This represents the path of the site which is managed by Global Manager. For the local manager, if set, this needs to point to &#39;default&#39;. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportZonePaths</maml:name>
        <maml:Description>
          <maml:para>This represents the path of the transport zone on which elements of the project will be created. If not provided, this field is set to the path of the default transport zone for the associated site. Transport zone cannot be modified. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SiteInfo &#x3D; Initialize-SiteInfo -EdgeClusterPaths &quot;MyEdgeClusterPaths&quot; -SitePath &quot;MySitePath&quot; -TransportZonePaths &quot;MyTransportZonePaths&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SiteInfo &#x3D; Initialize-SiteInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SiteNodeConnectionInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SiteNodeConnectionInfo</command:noun>
      <maml:description>
        <maml:para>Credential info to connect to a node in the federated remote site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Credential info to connect to a node in the federated remote site.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SiteNodeConnectionInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Fqdn</maml:name>
          <maml:Description>
            <maml:para>Please specify the fqdn of the Management Node of your 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Username</maml:name>
          <maml:Description>
            <maml:para>Username to connect to Site&#39;s Local Manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Password to connect to Site&#39;s Local Manager.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Thumbprint</maml:name>
          <maml:Description>
            <maml:para>Thumbprint of Site&#39;s Local Manager in the form of a SHA-256 hash represented in lower case HEX. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SiteUuid</maml:name>
          <maml:Description>
            <maml:para>Site UUID supplied for connection info </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Fqdn</maml:name>
        <maml:Description>
          <maml:para>Please specify the fqdn of the Management Node of your 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Username</maml:name>
        <maml:Description>
          <maml:para>Username to connect to Site&#39;s Local Manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Password to connect to Site&#39;s Local Manager.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Thumbprint</maml:name>
        <maml:Description>
          <maml:para>Thumbprint of Site&#39;s Local Manager in the form of a SHA-256 hash represented in lower case HEX. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SiteUuid</maml:name>
        <maml:Description>
          <maml:para>Site UUID supplied for connection info </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SiteNodeConnectionInfo &#x3D; Initialize-SiteNodeConnectionInfo -Fqdn &quot;MyFqdn&quot; -Username &quot;MyUsername&quot; -Password &quot;MyPassword&quot; -Thumbprint &quot;MyThumbprint&quot; -SiteUuid &quot;MySiteUuid&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteNodeConnectionInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SiteNodeConnectionInfo &#x3D; Initialize-SiteNodeConnectionInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteNodeConnectionInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SiteOnboardingPreference</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SiteOnboardingPreference</command:noun>
      <maml:description>
        <maml:para>User onboarding preference for site. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>User onboarding preference for site. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SiteOnboardingPreference</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>$SiteOnboardingPreference &#x3D; Initialize-SiteOnboardingPreference
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteOnboardingPreference with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SiteOnboardingPreference &#x3D; Initialize-SiteOnboardingPreference
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteOnboardingPreference with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SiteOverride</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SiteOverride</command:noun>
      <maml:description>
        <maml:para>IPSecVPN site specific attributes specified only on GM. This allows user to specify site specific parameters which overrides the correspondig attributes in the IPSecVpnSession Object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSecVPN site specific attributes specified only on GM. This allows user to specify site specific parameters which overrides the correspondig attributes in the IPSecVpnSession Object.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SiteOverride</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocaleServicePath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing LocateService where SiteOverride attributes will be applied</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalEndpointPath</maml:name>
          <maml:Description>
            <maml:para>Policy path referencing Local 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerAddress</maml:name>
          <maml:Description>
            <maml:para>Public IPV4 or IPV6 address of the remote device terminating the VPN connection. Please note that configuring peer_address as IPv6 address is not supported in the deprecated IPSecVpnSession Patch/PUT APIs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PeerId</maml:name>
          <maml:Description>
            <maml:para>Peer ID to uniquely identify the peer site. The peer ID is the public IP address of the remote device terminating the VPN tunnel. When NAT is configured for the peer, enter the private IP address of the peer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelInterfaces</maml:name>
          <maml:Description>
            <maml:para>IP Tunnel interfaces. This property is mandatory for RouteBasedIpSecVpn session.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelInterface&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelInterface&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocaleServicePath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing LocateService where SiteOverride attributes will be applied</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LocalEndpointPath</maml:name>
        <maml:Description>
          <maml:para>Policy path referencing Local 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerAddress</maml:name>
        <maml:Description>
          <maml:para>Public IPV4 or IPV6 address of the remote device terminating the VPN connection. Please note that configuring peer_address as IPv6 address is not supported in the deprecated IPSecVpnSession Patch/PUT APIs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PeerId</maml:name>
        <maml:Description>
          <maml:para>Peer ID to uniquely identify the peer site. The peer ID is the public IP address of the remote device terminating the VPN tunnel. When NAT is configured for the peer, enter the private IP address of the peer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelInterfaces</maml:name>
        <maml:Description>
          <maml:para>IP Tunnel interfaces. This property is mandatory for RouteBasedIpSecVpn session.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelInterface&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelInterface&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$IPSecVpnTunnelInterface &#x3D; Initialize-IPSecVpnTunnelInterface
$SiteOverride &#x3D; Initialize-SiteOverride -LocaleServicePath &quot;MyLocaleServicePath&quot; -LocalEndpointPath &quot;MyLocalEndpointPath&quot; -PeerAddress &quot;MyPeerAddress&quot; -PeerId &quot;MyPeerId&quot; -TunnelInterfaces $IPSecVpnTunnelInterface
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteOverride with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SiteOverride &#x3D; Initialize-SiteOverride -LocaleServicePath &quot;MyLocaleServicePath&quot; -LocalEndpointPath &quot;MyLocalEndpointPath&quot; -PeerAddress &quot;MyPeerAddress&quot; -PeerId &quot;MyPeerId&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteOverride with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SiteSecuritySetting</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SiteSecuritySetting</command:noun>
      <maml:description>
        <maml:para>Common security configuration for the Site. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Common security configuration for the Site. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SiteSecuritySetting</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>$SiteSecuritySetting &#x3D; Initialize-SiteSecuritySetting
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteSecuritySetting with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SiteSecuritySetting &#x3D; Initialize-SiteSecuritySetting
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SiteSecuritySetting with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Source</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Source</command:noun>
      <maml:description>
        <maml:para>Source that is logically deemed to be the \&quot;object\&quot; upon which the Event in question initially occurred upon. The Source is responsible for providing information of the occurred event. Some example sources include: - Resource. - API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Source that is logically deemed to be the \&quot;object\&quot; upon which the Event in question initially occurred upon. The Source is responsible for providing information of the occurred event. Some example sources include: - Resource. - API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Source</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Event Source resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Event Source resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Source &#x3D; Initialize-Source -ResourceType &quot;ResourceOperation&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Source with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Source &#x3D; Initialize-Source -ResourceType &quot;ResourceOperation&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Source with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SourceFieldEvaluation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SourceFieldEvaluation</command:noun>
      <maml:description>
        <maml:para>Source Field Evaluation represents an evaluation on resource fields. A source field evaluation will be evaluated against an Event Source which is of type Resource Operation. For instance, the attribute constraint could be related to the necessity that one of the source fields equals one of the specified values. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Source Field Evaluation represents an evaluation on resource fields. A source field evaluation will be evaluated against an Event Source which is of type Resource Operation. For instance, the attribute constraint could be related to the necessity that one of the source fields equals one of the specified values. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SourceFieldEvaluation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Criterion Evaluation resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Criterion Evaluation resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SourceFieldEvaluation &#x3D; Initialize-SourceFieldEvaluation -ResourceType &quot;SourceFieldEvaluation&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SourceFieldEvaluation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SourceFieldEvaluation &#x3D; Initialize-SourceFieldEvaluation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SourceFieldEvaluation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SpacerWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SpacerWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for spacer widget. For this widget the data source is not applicable. This widget can be use to add the space inside the dashboard container.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for spacer widget. For this widget the data source is not applicable. This widget can be use to add the space inside the dashboard container.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SpacerWidgetConfiguration</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>$SpacerWidgetConfiguration &#x3D; Initialize-SpacerWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SpacerWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SpacerWidgetConfiguration &#x3D; Initialize-SpacerWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SpacerWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SpoofGuardProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SpoofGuardProfile</command:noun>
      <maml:description>
        <maml:para>SpoofGuard is a tool that is designed to prevent virtual machines in your environment from sending traffic with IP addresses which are not authorized to send traffic from. A SpoofGuard policy profile once enabled blocks the traffic determined to be spoofed. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SpoofGuard is a tool that is designed to prevent virtual machines in your environment from sending traffic with IP addresses which are not authorized to send traffic from. A SpoofGuard policy profile once enabled blocks the traffic determined to be spoofed. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SpoofGuardProfile</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>$SpoofGuardProfile &#x3D; Initialize-SpoofGuardProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SpoofGuardProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SpoofGuardProfile &#x3D; Initialize-SpoofGuardProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SpoofGuardProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StandaloneHostIdfwConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StandaloneHostIdfwConfiguration</command:noun>
      <maml:description>
        <maml:para>Idfw configuration for activate/deactivate idfw on standalone hosts. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Idfw configuration for activate/deactivate idfw on standalone hosts. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StandaloneHostIdfwConfiguration</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>$StandaloneHostIdfwConfiguration &#x3D; Initialize-StandaloneHostIdfwConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandaloneHostIdfwConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StandaloneHostIdfwConfiguration &#x3D; Initialize-StandaloneHostIdfwConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandaloneHostIdfwConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StandardHostSwitch</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StandardHostSwitch</command:noun>
      <maml:description>
        <maml:para>Standard host switch specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Standard host switch specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StandardHostSwitch</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchName</maml:name>
          <maml:Description>
            <maml:para>This field is writable only in case of NVDS type HostSwitch and system generated for VDS type. For NVDS type host switch, If this name is unset or empty then the default host switch name will be used. The name must be unique among all host switches specified in a given transport node; unset name, empty name and the default host switch name are considered the same in terms of uniqueness. For VDS type host switch, Manager fetches VDS name from corresponding Compute Manager and populates this field. If VDS name is given (correct or incorrect) it is ignored and overwritten with correct one.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;nsxDefaultHostSwitch&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchId</maml:name>
          <maml:Description>
            <maml:para>This field is writable only in case of VDS type HostSwitch and system generated for NVDS type. For VDS type host switch, This field is used to lookup a VDS from corresponding Compute Manager and then can be configured for logical networking. For NVDS type host switch, This field is system generated and if provided will be overwritten.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchType</maml:name>
          <maml:Description>
            <maml:para>VDS represents VMware vSphere Distributed Switch from vSphere that is used as HostSwitch through TransportNode or TransportNodeProfile configuration. When VDS is used as a HostSwitch, Hosts have to be added to VDS from vSphere and VDS instance is created on Hosts. To configure NSX on such hosts, you can use this VDS as a HostSwitch from NSX manager. vCenter has the ownership of MTU, LAG, NIOC and LLDP configuration of such VDS backed HostSwitch. Remaining configuration (e.g. UplinkHostswitchProfile) will be managed by NSX. NVDS represents NSX Virtual Switch which is NSX native HostSwitch. All configurations of NVDS will be managed by NSX. HostSwitch of type NVDS has been deprecated on ESX hosts that are managed by a vCenter Server.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.HostSwitchTypeEnum.NVDS</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchMode</maml:name>
          <maml:Description>
            <maml:para>STANDARD - This mode applies to all transport nodes. This is realized as pktHandle mode in the dataplane. ENS - This is the Enhanced Data Path switch mode for ESX host tranport node. This mode provides accelerated networking performances but also introduces additional prerequisites. In order to benefit from this mode, workloads will be need to be compiled with DPDK and will use VMXNET3 for their vNIC. This mode is only available on ESX hypervisor (6.7 and above, recommended 6.7 U2 and above) and unavailable on KVM, EDGE and Public Cloud Gateway. Not all NSX features are available in this mode, please consult the documentation. ENS_INTERRUPT - This is an interrupt driven variant of the Enhanced Data Path mode. Please, consult your account representative for applicability. This mode is available only on ESX hypervisor (7.0 and above). LEGACY - This mode applies to all transport nodes. This mode was formerly called as STANDARD and is realized as pktHandle. NOTE: If a value is not specified for this property, we use the default_host_switch_mode value from GlobalConfig Policy API as the operational mode for this HostSwitch. IMPORTANT: ENS and ENS_INTERRUPT modes require a higher tier of NSX licenses. ENS and ENS_INTERRUPT with classic Nic - NSX advanced or higher ENS with SmartNic : NSX Enterprise Plus or higher. Please consult NSX documentation for complete details. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcmpMode</maml:name>
          <maml:Description>
            <maml:para>ECMP mode that will be configured on the VDS HostSwitch. If the host_switch_mode is ENS or ENS_INTERRUPT, then the value of this attribute can be set to either L3 or L4. If VDS is configured in STANDARD mode, then it will support L3 mode only. If the VDS HostSwitch is not associated with an Overlay TransportZone, then the value of ECMP mode is ignored. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.EcmpModeEnum.L3</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchProfileIds</maml:name>
          <maml:Description>
            <maml:para>Host switch profiles bound to this host switch. If a profile ID is not provided for any HostSwitchProfileType that is supported by the transport node, the corresponding default profile will be bound to the host switch. If transport node is created using Policy APIs, use policyPaths instead of UUIDs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Pnics</maml:name>
          <maml:Description>
            <maml:para>When using the Quick Start workflow on 7.0 and above vCenter clusters, pnic information will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Uplinks</maml:name>
          <maml:Description>
            <maml:para>If VDS is used as a HostSwitch this attribute must be specified. You can associate uplinks from UplinkHostSwitchProfile to either VDS uplink or LAG. VDS uplink or LAG will inherit the global VDS level teaming policy from vSphere. NSX managed uplink or LAG will have NSX teaming policy configured through UplinkHostSwitchProfile.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsMigratePnics</maml:name>
          <maml:Description>
            <maml:para>When using the Quick Start workflow on 7.0 and above vCenter clusters, if the pnics specified in the pnics field are used by a single VSS HostSwitch, then they are migrated over to recommended VDS HostSwitch. If any two pnics are not used by the same VSS HostSwitch or VDS HostSwitch, it is not supported. In such cases, please migrate them in multiple steps, one VSS HostSwitch or VDS HostSwitch at a time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vlan</maml:name>
          <maml:Description>
            <maml:para>VLAN used for tagging Overlay traffic of associated Edge TN Switch. Specified value will override the uplink profile vlan ID. This value is applicable for edge transport node only . </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CpuConfig</maml:name>
          <maml:Description>
            <maml:para>CPU configuration specifies number of Logical cpu cores (Lcores) per Non Uniform Memory Access (NUMA) node dedicated to Enhanced Networking Stack enabled HostSwitch to get the best performance. If CPU configuration is not mentioned, the default value of numa_node_index will be &#39;0&#39; and default value of num_lcores will be &#39;1&#39;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CpuCoreConfigForEnhancedNetworkingStackSwitch&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CpuCoreConfigForEnhancedNetworkingStackSwitch&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RealTimeEthConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportZoneEndpoints</maml:name>
          <maml:Description>
            <maml:para>List of TransportZones that are to be associated with specified host switch. If this property is specified, host_switch_mode at StandardHostSwitch level must be specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmkInstallMigration</maml:name>
          <maml:Description>
            <maml:para>When using the Quick Start workflow on 7.0 and above vCenter clusters, vmnk_install_migration will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch. It will contain The vmk interfaces and the associated logical switches on the HostSwitch. The state of this field is realized on the transport node during creation</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PnicsUninstallMigration</maml:name>
          <maml:Description>
            <maml:para>This is only supported for NVDS type of host switch. If this is specified for VDS type of host switch, an error will be returned to user. The pnics to be migrated out to a non N-VDS switch during transport node deletion.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VmkUninstallMigration</maml:name>
          <maml:Description>
            <maml:para>This is only supported for NVDS type of host switch. If this is specified for VDS type of host switch, an error will be returned to user. The vmk interfaces and the associated portgroups on the VSS/DVS. This field is realized on the host during transport node deletion or NSX uninstallation to specify the destination for all vmks on N-VDS switches.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PortgroupTransportZoneId</maml:name>
          <maml:Description>
            <maml:para>A transport zone will be created for each DVS found across all hosts in a cluster that is installed for NSX on DVPG. This field, populated by NSX, is the ID of the transport zone created for the DVS this host switch represents. All discovered segments created for the DVPGs found on the DVS will have this ID specified as the transport 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeProfileSubConfigs</maml:name>
          <maml:Description>
            <maml:para>This field is supported only for Tranport Node Profile Configurations. This field is used for adding a subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportNodeProfileSubConfig&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportNodeProfileSubConfig&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ipv6AssignmentSpec</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</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>HostSwitchName</maml:name>
        <maml:Description>
          <maml:para>This field is writable only in case of NVDS type HostSwitch and system generated for VDS type. For NVDS type host switch, If this name is unset or empty then the default host switch name will be used. The name must be unique among all host switches specified in a given transport node; unset name, empty name and the default host switch name are considered the same in terms of uniqueness. For VDS type host switch, Manager fetches VDS name from corresponding Compute Manager and populates this field. If VDS name is given (correct or incorrect) it is ignored and overwritten with correct one.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;nsxDefaultHostSwitch&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchId</maml:name>
        <maml:Description>
          <maml:para>This field is writable only in case of VDS type HostSwitch and system generated for NVDS type. For VDS type host switch, This field is used to lookup a VDS from corresponding Compute Manager and then can be configured for logical networking. For NVDS type host switch, This field is system generated and if provided will be overwritten.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchType</maml:name>
        <maml:Description>
          <maml:para>VDS represents VMware vSphere Distributed Switch from vSphere that is used as HostSwitch through TransportNode or TransportNodeProfile configuration. When VDS is used as a HostSwitch, Hosts have to be added to VDS from vSphere and VDS instance is created on Hosts. To configure NSX on such hosts, you can use this VDS as a HostSwitch from NSX manager. vCenter has the ownership of MTU, LAG, NIOC and LLDP configuration of such VDS backed HostSwitch. Remaining configuration (e.g. UplinkHostswitchProfile) will be managed by NSX. NVDS represents NSX Virtual Switch which is NSX native HostSwitch. All configurations of NVDS will be managed by NSX. HostSwitch of type NVDS has been deprecated on ESX hosts that are managed by a vCenter Server.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.HostSwitchTypeEnum.NVDS</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchMode</maml:name>
        <maml:Description>
          <maml:para>STANDARD - This mode applies to all transport nodes. This is realized as pktHandle mode in the dataplane. ENS - This is the Enhanced Data Path switch mode for ESX host tranport node. This mode provides accelerated networking performances but also introduces additional prerequisites. In order to benefit from this mode, workloads will be need to be compiled with DPDK and will use VMXNET3 for their vNIC. This mode is only available on ESX hypervisor (6.7 and above, recommended 6.7 U2 and above) and unavailable on KVM, EDGE and Public Cloud Gateway. Not all NSX features are available in this mode, please consult the documentation. ENS_INTERRUPT - This is an interrupt driven variant of the Enhanced Data Path mode. Please, consult your account representative for applicability. This mode is available only on ESX hypervisor (7.0 and above). LEGACY - This mode applies to all transport nodes. This mode was formerly called as STANDARD and is realized as pktHandle. NOTE: If a value is not specified for this property, we use the default_host_switch_mode value from GlobalConfig Policy API as the operational mode for this HostSwitch. IMPORTANT: ENS and ENS_INTERRUPT modes require a higher tier of NSX licenses. ENS and ENS_INTERRUPT with classic Nic - NSX advanced or higher ENS with SmartNic : NSX Enterprise Plus or higher. Please consult NSX documentation for complete details. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcmpMode</maml:name>
        <maml:Description>
          <maml:para>ECMP mode that will be configured on the VDS HostSwitch. If the host_switch_mode is ENS or ENS_INTERRUPT, then the value of this attribute can be set to either L3 or L4. If VDS is configured in STANDARD mode, then it will support L3 mode only. If the VDS HostSwitch is not associated with an Overlay TransportZone, then the value of ECMP mode is ignored. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.EcmpModeEnum.L3</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchProfileIds</maml:name>
        <maml:Description>
          <maml:para>Host switch profiles bound to this host switch. If a profile ID is not provided for any HostSwitchProfileType that is supported by the transport node, the corresponding default profile will be bound to the host switch. If transport node is created using Policy APIs, use policyPaths instead of UUIDs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchProfileTypeIdEntry&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Pnics</maml:name>
        <maml:Description>
          <maml:para>When using the Quick Start workflow on 7.0 and above vCenter clusters, pnic information will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Uplinks</maml:name>
        <maml:Description>
          <maml:para>If VDS is used as a HostSwitch this attribute must be specified. You can associate uplinks from UplinkHostSwitchProfile to either VDS uplink or LAG. VDS uplink or LAG will inherit the global VDS level teaming policy from vSphere. NSX managed uplink or LAG will have NSX teaming policy configured through UplinkHostSwitchProfile.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VdsUplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsMigratePnics</maml:name>
        <maml:Description>
          <maml:para>When using the Quick Start workflow on 7.0 and above vCenter clusters, if the pnics specified in the pnics field are used by a single VSS HostSwitch, then they are migrated over to recommended VDS HostSwitch. If any two pnics are not used by the same VSS HostSwitch or VDS HostSwitch, it is not supported. In such cases, please migrate them in multiple steps, one VSS HostSwitch or VDS HostSwitch at a time.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAssignmentSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAssignmentSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vlan</maml:name>
        <maml:Description>
          <maml:para>VLAN used for tagging Overlay traffic of associated Edge TN Switch. Specified value will override the uplink profile vlan ID. This value is applicable for edge transport node only . </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CpuConfig</maml:name>
        <maml:Description>
          <maml:para>CPU configuration specifies number of Logical cpu cores (Lcores) per Non Uniform Memory Access (NUMA) node dedicated to Enhanced Networking Stack enabled HostSwitch to get the best performance. If CPU configuration is not mentioned, the default value of numa_node_index will be &#39;0&#39; and default value of num_lcores will be &#39;1&#39;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.CpuCoreConfigForEnhancedNetworkingStackSwitch&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.CpuCoreConfigForEnhancedNetworkingStackSwitch&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RealTimeEthConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportZoneEndpoints</maml:name>
        <maml:Description>
          <maml:para>List of TransportZones that are to be associated with specified host switch. If this property is specified, host_switch_mode at StandardHostSwitch level must be specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneEndPoint&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmkInstallMigration</maml:name>
        <maml:Description>
          <maml:para>When using the Quick Start workflow on 7.0 and above vCenter clusters, vmnk_install_migration will be populated by the recommendation engine when providing a VDS HostSwitch based recommendation for a VSS HostSwitch. It will contain The vmk interfaces and the associated logical switches on the HostSwitch. The state of this field is realized on the transport node during creation</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PnicsUninstallMigration</maml:name>
        <maml:Description>
          <maml:para>This is only supported for NVDS type of host switch. If this is specified for VDS type of host switch, an error will be returned to user. The pnics to be migrated out to a non N-VDS switch during transport node deletion.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Pnic&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VmkUninstallMigration</maml:name>
        <maml:Description>
          <maml:para>This is only supported for NVDS type of host switch. If this is specified for VDS type of host switch, an error will be returned to user. The vmk interfaces and the associated portgroups on the VSS/DVS. This field is realized on the host during transport node deletion or NSX uninstallation to specify the destination for all vmks on N-VDS switches.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VmknicNetwork&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PortgroupTransportZoneId</maml:name>
        <maml:Description>
          <maml:para>A transport zone will be created for each DVS found across all hosts in a cluster that is installed for NSX on DVPG. This field, populated by NSX, is the ID of the transport zone created for the DVS this host switch represents. All discovered segments created for the DVPGs found on the DVS will have this ID specified as the transport 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeProfileSubConfigs</maml:name>
        <maml:Description>
          <maml:para>This field is supported only for Tranport Node Profile Configurations. This field is used for adding a subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportNodeProfileSubConfig&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportNodeProfileSubConfig&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ipv6AssignmentSpec</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6AssignmentSpec</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HostSwitchProfileTypeIdEntry &#x3D; Initialize-HostSwitchProfileTypeIdEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
$Pnic &#x3D; Initialize-Pnic -DeviceName &quot;MyDeviceName&quot; -UplinkName &quot;MyUplinkName&quot;
$VdsUplink &#x3D; Initialize-VdsUplink -VdsUplinkName &quot;MyVdsUplinkName&quot; -VdsLagName &quot;MyVdsLagName&quot; -UplinkName &quot;MyUplinkName&quot;
$IpAssignmentSpec &#x3D; Initialize-IpAssignmentSpec -ResourceType &quot;StaticIpPoolSpec&quot;
$CpuCoreConfigForEnhancedNetworkingStackSwitch &#x3D; Initialize-CpuCoreConfigForEnhancedNetworkingStackSwitch -NumaNodeIndex 0 -NumLcores 0

$LatencyMeasurementConfig &#x3D; Initialize-LatencyMeasurementConfig -SamplingRate 0
$ParallelRedundancyProtocolConfig &#x3D; Initialize-ParallelRedundancyProtocolConfig -SupervisionMulticastAddress &quot;MySupervisionMulticastAddress&quot; -LifeCheckInterval 0 -NodeForgetTime 0 -EntryForgetTime 0 -NodeRebootInterval 0
$RealTimeEthernetConfigForEnhancedNetworkingStackSwitch &#x3D; Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch -ProfinetEnabled $false -StrictLatencyEnabled $false -LatencyMeasurement $LatencyMeasurementConfig -PrpConfig $ParallelRedundancyProtocolConfig


$TransportZoneProfileTypeIdEntry &#x3D; Initialize-TransportZoneProfileTypeIdEntry -ResourceType &quot;BfdHealthMonitoringProfile&quot; -ProfileId &quot;MyProfileId&quot;
$TransportZoneEndPoint &#x3D; Initialize-TransportZoneEndPoint -TransportZoneId &quot;MyTransportZoneId&quot; -TransportZoneProfileIds $TransportZoneProfileTypeIdEntry

$VmknicNetwork &#x3D; Initialize-VmknicNetwork -DeviceName &quot;MyDeviceName&quot; -DestinationNetwork &quot;MyDestinationNetwork&quot;


$Ipv6AssignmentSpec &#x3D; Initialize-Ipv6AssignmentSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
$HostSwitchConfigOption &#x3D; Initialize-HostSwitchConfigOption -HostSwitchId &quot;MyHostSwitchId&quot; -HostSwitchProfileIds $HostSwitchProfileTypeIdEntry -Uplinks $VdsUplink -IpAssignmentSpec $IpAssignmentSpec -Ipv6AssignmentSpec $Ipv6AssignmentSpec

$TransportNodeProfileSubConfig &#x3D; Initialize-TransportNodeProfileSubConfig -Name &quot;MyName&quot; -HostSwitchConfigOption $HostSwitchConfigOption

$StandardHostSwitch &#x3D; Initialize-StandardHostSwitch -HostSwitchName &quot;MyHostSwitchName&quot; -HostSwitchId &quot;MyHostSwitchId&quot; -HostSwitchType &quot;NVDS&quot; -HostSwitchMode &quot;STANDARD&quot; -EcmpMode &quot;L3&quot; -HostSwitchProfileIds $HostSwitchProfileTypeIdEntry -Pnics $Pnic -Uplinks $VdsUplink -IsMigratePnics $false -IpAssignmentSpec $IpAssignmentSpec -Vlan 0 -CpuConfig $CpuCoreConfigForEnhancedNetworkingStackSwitch -RealTimeEthConfig $RealTimeEthernetConfigForEnhancedNetworkingStackSwitch -TransportZoneEndpoints $TransportZoneEndPoint -VmkInstallMigration $VmknicNetwork -PnicsUninstallMigration $Pnic -VmkUninstallMigration $VmknicNetwork -PortgroupTransportZoneId &quot;MyPortgroupTransportZoneId&quot; -TransportNodeProfileSubConfigs $TransportNodeProfileSubConfig -Ipv6AssignmentSpec $Ipv6AssignmentSpec
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandardHostSwitch with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$StandardHostSwitch &#x3D; Initialize-StandardHostSwitch
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandardHostSwitch with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-IpAssignmentSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-RealTimeEthernetConfigForEnhancedNetworkingStackSwitch</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-Ipv6AssignmentSpec</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StandardHostSwitchSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StandardHostSwitchSpec</command:noun>
      <maml:description>
        <maml:para>Standard host switch specification is used for NSX configured transport node.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Standard host switch specification is used for NSX configured transport node.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StandardHostSwitchSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StandardHostSwitchSpec &#x3D; Initialize-StandardHostSwitchSpec -ResourceType &quot;StandardHostSwitchSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandardHostSwitchSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StandardHostSwitchSpec &#x3D; Initialize-StandardHostSwitchSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandardHostSwitchSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StandbyRelocationConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StandbyRelocationConfig</command:noun>
      <maml:description>
        <maml:para>Standby service contexts relocation setting</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Standby service contexts relocation setting</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StandbyRelocationConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StandbyRelocationThreshold</maml:name>
          <maml:Description>
            <maml:para>The time interval (in minutes) to wait before starting the standby service context relocation process. In some cases, the standby relocation trigger may take more time than what is set in threshold because of multiple different reasons, as listed below A. Standby relocation process runs as a background task which poll edge clusters at pre-defined interval of 5 minutes, to check for standby relocation. If during one cycle of standby relocation, an edge is found to be down, and the time remaining to threshold expiry in less then 5 minutes (for example 2 minute), than this relocation will be picked up in next cycle of standby relocation after 5 minutes, and not after 2 minutes. B. If edge becomes down at X time, then edge might take few seconds or minutes for all services to completely go down and report that they are down. So actual time when unified appliance knows edge is down may be X + delta. This delta time adds to the actual standby relocation threshold expiry, and once the [standby relocation threshold time + delta time] is complete for an edge node, and the edge is still down, than the standby relocation task will be performed for this edge node in the next cycle, that may be due to run anytime within next 5 minutes. </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>30</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StandbyRelocationThreshold</maml:name>
        <maml:Description>
          <maml:para>The time interval (in minutes) to wait before starting the standby service context relocation process. In some cases, the standby relocation trigger may take more time than what is set in threshold because of multiple different reasons, as listed below A. Standby relocation process runs as a background task which poll edge clusters at pre-defined interval of 5 minutes, to check for standby relocation. If during one cycle of standby relocation, an edge is found to be down, and the time remaining to threshold expiry in less then 5 minutes (for example 2 minute), than this relocation will be picked up in next cycle of standby relocation after 5 minutes, and not after 2 minutes. B. If edge becomes down at X time, then edge might take few seconds or minutes for all services to completely go down and report that they are down. So actual time when unified appliance knows edge is down may be X + delta. This delta time adds to the actual standby relocation threshold expiry, and once the [standby relocation threshold time + delta time] is complete for an edge node, and the edge is still down, than the standby relocation task will be performed for this edge node in the next cycle, that may be due to run anytime within next 5 minutes. </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>30</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StandbyRelocationConfig &#x3D; Initialize-StandbyRelocationConfig -StandbyRelocationThreshold 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandbyRelocationConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StandbyRelocationConfig &#x3D; Initialize-StandbyRelocationConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StandbyRelocationConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StatItem</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StatItem</command:noun>
      <maml:description>
        <maml:para>Displayed as a single number. It can be used to show the characteristics of entities such as Logical Switches, Firewall Rules, and so on. For example, number of logical switches and their admin states.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Displayed as a single number. It can be used to show the characteristics of entities such as Logical Switches, Firewall Rules, and so on. For example, number of logical switches and their admin states.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StatItem</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Expression for stat to be displayed.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Total</maml:name>
          <maml:Description>
            <maml:para>If expression for total is specified, it evaluates it. Total can be omitted if not needed to be shown.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tooltip</maml:name>
          <maml:Description>
            <maml:para>Multi-line text to be shown on tooltip while hovering over the stat.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DrilldownId</maml:name>
          <maml:Description>
            <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Expression for stat to be displayed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Total</maml:name>
        <maml:Description>
          <maml:para>If expression for total is specified, it evaluates it. Total can be omitted if not needed to be shown.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tooltip</maml:name>
        <maml:Description>
          <maml:para>Multi-line text to be shown on tooltip while hovering over the stat.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tooltip&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DrilldownId</maml:name>
        <maml:Description>
          <maml:para>Id of drilldown widget, if any. Id should be a valid id of an existing widget.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$StatItem &#x3D; Initialize-StatItem -Value &quot;MyValue&quot; -Total &quot;MyTotal&quot; -Tooltip $Tooltip -DrilldownId &quot;MyDrilldownId&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StatItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$StatItem &#x3D; Initialize-StatItem -Value &quot;MyValue&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StatItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticARPConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticARPConfig</command:noun>
      <maml:description>
        <maml:para>Contains Static ARP configuration for Segment. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains Static ARP configuration for Segment. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticARPConfig</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>$StaticARPConfig &#x3D; Initialize-StaticARPConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticARPConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticARPConfig &#x3D; Initialize-StaticARPConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticARPConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticFilter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticFilter</command:noun>
      <maml:description>
        <maml:para>Static filters</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Static filters</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticFilter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>display name to be shown in the drop down for static filter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>InfoText</maml:name>
          <maml:Description>
            <maml:para>Additional information to be shown along with the static filter. It will shown on the tooltip of an info icon,</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ShortDisplayName</maml:name>
          <maml:Description>
            <maml:para>Property value is shown in the drop down input box for a filter. If the value is not provided &#39;display_name&#39; property value is used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>Value of static filter inside dropdown filter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdditionalValue</maml:name>
          <maml:Description>
            <maml:para>An additional key-value pair for static filter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</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>DisplayName</maml:name>
        <maml:Description>
          <maml:para>display name to be shown in the drop down for static filter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>InfoText</maml:name>
        <maml:Description>
          <maml:para>Additional information to be shown along with the static filter. It will shown on the tooltip of an info icon,</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ShortDisplayName</maml:name>
        <maml:Description>
          <maml:para>Property value is shown in the drop down input box for a filter. If the value is not provided &#39;display_name&#39; property value is used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>Value of static filter inside dropdown filter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AdditionalValue</maml:name>
        <maml:Description>
          <maml:para>An additional key-value pair for static filter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticFilter &#x3D; Initialize-StaticFilter -DisplayName &quot;MyDisplayName&quot; -InfoText &quot;MyInfoText&quot; -ShortDisplayName &quot;MyShortDisplayName&quot; -Value &quot;MyValue&quot; -AdditionalValue 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticFilter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticFilter &#x3D; Initialize-StaticFilter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticFilter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpAllocation</command:noun>
      <maml:description>
        <maml:para>Static IP allocation for VPC Subnet ports with VIF attachement </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Static IP allocation for VPC Subnet ports with VIF attachement </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpAllocation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable ip and mac addresses allocation for VPC Subnet ports from static ip pool. To enable this, dhcp pool shall be empty and static ip pool shall own all available ip addresses. To optimize static ip pool management, it is recommended to allocate ip addresses starting from the highest available ip in the static pool. This approach simplifies adjustments when the pool size needs to be reduced, as it avoids the need to reconfigure existing 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable ip and mac addresses allocation for VPC Subnet ports from static ip pool. To enable this, dhcp pool shall be empty and static ip pool shall own all available ip addresses. To optimize static ip pool management, it is recommended to allocate ip addresses starting from the highest available ip in the static pool. This approach simplifies adjustments when the pool size needs to be reduced, as it avoids the need to reconfigure existing 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>$StaticIpAllocation &#x3D; Initialize-StaticIpAllocation -Enabled $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpAllocation &#x3D; Initialize-StaticIpAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpListSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpListSpec</command:noun>
      <maml:description>
        <maml:para>IP assignment specification for Static IP List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP assignment specification for Static IP List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpListSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpListSpec &#x3D; Initialize-StaticIpListSpec -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpListSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpListSpec &#x3D; Initialize-StaticIpListSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpListSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpMacListSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpMacListSpec</command:noun>
      <maml:description>
        <maml:para>IP and MAC assignment specification for Static IP List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP and MAC assignment specification for Static IP List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpMacListSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpMacListSpec &#x3D; Initialize-StaticIpMacListSpec -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpMacListSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpMacListSpec &#x3D; Initialize-StaticIpMacListSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpMacListSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpPoolSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpPoolSpec</command:noun>
      <maml:description>
        <maml:para>IP assignment specification for Static IP Pool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP assignment specification for Static IP Pool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpPoolSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpPoolSpec &#x3D; Initialize-StaticIpPoolSpec -ResourceType &quot;StaticIpPoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpPoolSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpPoolSpec &#x3D; Initialize-StaticIpPoolSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpPoolSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv4</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv4</command:noun>
      <maml:description>
        <maml:para>IP assignment specification for a Static IP .</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP assignment specification for a Static IP .</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv4</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv4 &#x3D; Initialize-StaticIpv4 -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv4 &#x3D; Initialize-StaticIpv4
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv4List</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv4List</command:noun>
      <maml:description>
        <maml:para>IP assignment specification value for Static IPv4 List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP assignment specification value for Static IPv4 List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv4List</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv4List &#x3D; Initialize-StaticIpv4List -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4List with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv4List &#x3D; Initialize-StaticIpv4List
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4List with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv4MacList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv4MacList</command:noun>
      <maml:description>
        <maml:para>IP and MAC assignment specification for Static IP List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP and MAC assignment specification for Static IP List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv4MacList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv4MacList &#x3D; Initialize-StaticIpv4MacList -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4MacList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv4MacList &#x3D; Initialize-StaticIpv4MacList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4MacList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv4Pool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv4Pool</command:noun>
      <maml:description>
        <maml:para>IP assignment specification for Static IPv4 Pool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP assignment specification for Static IPv4 Pool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv4Pool</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv4Pool &#x3D; Initialize-StaticIpv4Pool -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4Pool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv4Pool &#x3D; Initialize-StaticIpv4Pool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv4Pool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6</command:noun>
      <maml:description>
        <maml:para>IP assignment specification for a Static IP.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP assignment specification for a Static IP.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6 &#x3D; Initialize-StaticIpv6 -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6 &#x3D; Initialize-StaticIpv6
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6List</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6List</command:noun>
      <maml:description>
        <maml:para>IPv6 assignment specification for Static IP List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPv6 assignment specification for Static IP List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6List</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6List &#x3D; Initialize-StaticIpv6List -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6List with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6List &#x3D; Initialize-StaticIpv6List
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6List with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6ListSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6ListSpec</command:noun>
      <maml:description>
        <maml:para>IPv6 assignment specification for Static IP List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPv6 assignment specification for Static IP List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6ListSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6ListSpec &#x3D; Initialize-StaticIpv6ListSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6ListSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6ListSpec &#x3D; Initialize-StaticIpv6ListSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6ListSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6MacList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6MacList</command:noun>
      <maml:description>
        <maml:para>IP and MAC assignment specification for Static IPv6 List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IP and MAC assignment specification for Static IPv6 List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6MacList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6MacList &#x3D; Initialize-StaticIpv6MacList -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6MacList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6MacList &#x3D; Initialize-StaticIpv6MacList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6MacList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6MacListSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6MacListSpec</command:noun>
      <maml:description>
        <maml:para>IPv6 and MAC assignment specification for Static IP List.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPv6 and MAC assignment specification for Static IP List.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6MacListSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6MacListSpec &#x3D; Initialize-StaticIpv6MacListSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6MacListSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6MacListSpec &#x3D; Initialize-StaticIpv6MacListSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6MacListSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6Pool</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6Pool</command:noun>
      <maml:description>
        <maml:para>IPv6 assignment specification for Static IP Pool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPv6 assignment specification for Static IP Pool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6Pool</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAssignmentType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>IpAssignmentType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6Pool &#x3D; Initialize-StaticIpv6Pool -IpAssignmentType &quot;StaticIpv4&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6Pool with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6Pool &#x3D; Initialize-StaticIpv6Pool
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6Pool with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticIpv6PoolSpec</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticIpv6PoolSpec</command:noun>
      <maml:description>
        <maml:para>IPv6 assignment specification for Static IP Pool.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPv6 assignment specification for Static IP Pool.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticIpv6PoolSpec</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticIpv6PoolSpec &#x3D; Initialize-StaticIpv6PoolSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6PoolSpec with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticIpv6PoolSpec &#x3D; Initialize-StaticIpv6PoolSpec
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticIpv6PoolSpec with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticMimeContent</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticMimeContent</command:noun>
      <maml:description>
        <maml:para>MIME content with text message and image path in it.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>MIME content with text message and image path in it.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticMimeContent</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>$StaticMimeContent &#x3D; Initialize-StaticMimeContent
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticMimeContent with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticMimeContent &#x3D; Initialize-StaticMimeContent
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticMimeContent with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticPoolConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticPoolConfig</command:noun>
      <maml:description>
        <maml:para>Static IP pool configuration </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Static IP pool configuration </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticPoolConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Ipv4PoolSize</maml:name>
          <maml:Description>
            <maml:para>Number of IPs to be reserved in static ip pool. Maximum allowed value is &#39;subnet size - 4&#39;. If dhcp is enabled then by default static ipv4 pool size will be zero and all available IPs will be reserved in local dhcp pool. If dhcp is deactivated then by default all IPs will be reserved in static ip pool. </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>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Ipv4PoolSize</maml:name>
        <maml:Description>
          <maml:para>Number of IPs to be reserved in static ip pool. Maximum allowed value is &#39;subnet size - 4&#39;. If dhcp is enabled then by default static ipv4 pool size will be zero and all available IPs will be reserved in local dhcp pool. If dhcp is deactivated then by default all IPs will be reserved in static ip pool. </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>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StaticPoolConfig &#x3D; Initialize-StaticPoolConfig -Ipv4PoolSize 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticPoolConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticPoolConfig &#x3D; Initialize-StaticPoolConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticPoolConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticRouteBfdPeer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticRouteBfdPeer</command:noun>
      <maml:description>
        <maml:para>Static Route Bidirectional Forwarding Detection Peer</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Static Route Bidirectional Forwarding Detection Peer</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticRouteBfdPeer</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>$StaticRouteBfdPeer &#x3D; Initialize-StaticRouteBfdPeer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticRouteBfdPeer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticRouteBfdPeer &#x3D; Initialize-StaticRouteBfdPeer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticRouteBfdPeer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticRouteBfdTroubleshootConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticRouteBfdTroubleshootConfig</command:noun>
      <maml:description>
        <maml:para>Configuration field to hold BFD control packet debug, peer diagnostics and data path drop logging.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration field to hold BFD control packet debug, peer diagnostics and data path drop logging.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticRouteBfdTroubleshootConfig</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>$StaticRouteBfdTroubleshootConfig &#x3D; Initialize-StaticRouteBfdTroubleshootConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticRouteBfdTroubleshootConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticRouteBfdTroubleshootConfig &#x3D; Initialize-StaticRouteBfdTroubleshootConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticRouteBfdTroubleshootConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StaticRoutes</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StaticRoutes</command:noun>
      <maml:description>
        <maml:para>Static routes configuration on Tier-0, Tier-1 or VPC.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Static routes configuration on Tier-0, Tier-1 or VPC.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StaticRoutes</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>$StaticRoutes &#x3D; Initialize-StaticRoutes
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticRoutes with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StaticRoutes &#x3D; Initialize-StaticRoutes
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StaticRoutes with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StatsConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StatsConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration of a statistic for an entity. Example, number of logical switches and their admin states.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration of a statistic for an entity. Example, number of logical switches and their admin states.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StatsConfiguration</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>$StatsConfiguration &#x3D; Initialize-StatsConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StatsConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StatsConfiguration &#x3D; Initialize-StatsConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StatsConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-StringArrayConstraintValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>StringArrayConstraintValue</command:noun>
      <maml:description>
        <maml:para>List of String values</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of String values</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-StringArrayConstraintValue</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$StringArrayConstraintValue &#x3D; Initialize-StringArrayConstraintValue -ResourceType &quot;StringArrayConstraintValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StringArrayConstraintValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$StringArrayConstraintValue &#x3D; Initialize-StringArrayConstraintValue
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-StringArrayConstraintValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubCluster</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubCluster</command:noun>
      <maml:description>
        <maml:para>Sub-cluster is a grouping of discovered nodes under a compute collection. This grouping facilitates applying TransportNodeProfile sub-configurations for these grouped hosts. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sub-cluster is a grouping of discovered nodes under a compute collection. This grouping facilitates applying TransportNodeProfile sub-configurations for these grouped hosts. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubCluster</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>$SubCluster &#x3D; Initialize-SubCluster
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubCluster with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubCluster &#x3D; Initialize-SubCluster
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubCluster with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubClusterConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubClusterConfig</command:noun>
      <maml:description>
        <maml:para>Represents a mapping between a sub-cluster and all applicable sub-configurations in the TNP.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a mapping between a sub-cluster and all applicable sub-configurations in the TNP.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubClusterConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubClusterId</maml:name>
          <maml:Description>
            <maml:para>sub-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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchConfigSources</maml:name>
          <maml:Description>
            <maml:para>List of overridden HostSwitch configuration</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigSource&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigSource&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubClusterId</maml:name>
        <maml:Description>
          <maml:para>sub-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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchConfigSources</maml:name>
        <maml:Description>
          <maml:para>List of overridden HostSwitch configuration</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigSource&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigSource&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$HostSwitchConfigSource &#x3D; Initialize-HostSwitchConfigSource -HostSwitchId &quot;MyHostSwitchId&quot; -TransportNodeProfileSubConfigName &quot;MyTransportNodeProfileSubConfigName&quot;
$SubClusterConfig &#x3D; Initialize-SubClusterConfig -SubClusterId &quot;MySubClusterId&quot; -HostSwitchConfigSources $HostSwitchConfigSource
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubClusterConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$HostSwitchConfigSource &#x3D; Initialize-HostSwitchConfigSource -HostSwitchId &quot;MyHostSwitchId&quot; -TransportNodeProfileSubConfigName &quot;MyTransportNodeProfileSubConfigName&quot;
$SubClusterConfig &#x3D; Initialize-SubClusterConfig -SubClusterId &quot;MySubClusterId&quot; -HostSwitchConfigSources $HostSwitchConfigSource
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubClusterConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubClusterInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubClusterInfo</command:noun>
      <maml:description>
        <maml:para>Sub-Cluster-info contains the sub-cluster type and the discovered node IDs for the hosts that belong to this sub-cluster. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sub-Cluster-info contains the sub-cluster type and the discovered node IDs for the hosts that belong to this sub-cluster. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubClusterInfo</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubClusterType</maml:name>
          <maml:Description>
            <maml:para>Sub-cluster-type can be either MANUAL or FAULT_DOMAIN. This is a mandatory field. Currently, all sub-clusters will be of type MANUAL. In the future, we will provide support for creating a sub-cluster for fault domains in VC. This field indicates the same. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DiscoveredNodeIds</maml:name>
          <maml:Description>
            <maml:para>Discovered node IDs under this sub-cluster. This is an optional field. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubClusterType</maml:name>
        <maml:Description>
          <maml:para>Sub-cluster-type can be either MANUAL or FAULT_DOMAIN. This is a mandatory field. Currently, all sub-clusters will be of type MANUAL. In the future, we will provide support for creating a sub-cluster for fault domains in VC. This field indicates the same. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DiscoveredNodeIds</maml:name>
        <maml:Description>
          <maml:para>Discovered node IDs under this sub-cluster. This is an optional field. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SubClusterInfo &#x3D; Initialize-SubClusterInfo -SubClusterType &quot;MANUAL&quot; -DiscoveredNodeIds &quot;MyDiscoveredNodeIds&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubClusterInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubClusterInfo &#x3D; Initialize-SubClusterInfo -SubClusterType &quot;MANUAL&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubClusterInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubjectAltNames</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubjectAltNames</command:noun>
      <maml:description>
        <maml:para>A collection of subject alternative names</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A collection of subject alternative names</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubjectAltNames</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsNames</maml:name>
          <maml:Description>
            <maml:para>A list of DNS names in subject alternative names</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>A list of IP addresses in subject alternative names</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>DnsNames</maml:name>
        <maml:Description>
          <maml:para>A list of DNS names in subject alternative names</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>A list of IP addresses in subject alternative names</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SubjectAltNames &#x3D; Initialize-SubjectAltNames -DnsNames &quot;MyDnsNames&quot; -IpAddresses &quot;MyIpAddresses&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubjectAltNames with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubjectAltNames &#x3D; Initialize-SubjectAltNames
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubjectAltNames with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubjectPublicKeyHash</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubjectPublicKeyHash</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubjectPublicKeyHash</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Subject</maml:name>
          <maml:Description>
            <maml:para>Subject Distinguished Name of the revoked certificates.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PublicKeySha256Hashes</maml:name>
          <maml:Description>
            <maml:para>List of SHA256 hashes of the Public Key of the revoked certificates with the specified subject.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Subject</maml:name>
        <maml:Description>
          <maml:para>Subject Distinguished Name of the revoked certificates.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PublicKeySha256Hashes</maml:name>
        <maml:Description>
          <maml:para>List of SHA256 hashes of the Public Key of the revoked certificates with the specified subject.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SubjectPublicKeyHash &#x3D; Initialize-SubjectPublicKeyHash -Subject &quot;MySubject&quot; -PublicKeySha256Hashes &quot;MyPublicKeySha256Hashes&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubjectPublicKeyHash with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubjectPublicKeyHash &#x3D; Initialize-SubjectPublicKeyHash
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubjectPublicKeyHash with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubnetAdvancedConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetAdvancedConfig</command:noun>
      <maml:description>
        <maml:para>VPC Subnet Advanced Configuration </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Subnet Advanced Configuration </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubnetAdvancedConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StaticIpAllocation</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticIpAllocation</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticIpAllocation</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConnectivityState</maml:name>
          <maml:Description>
            <maml:para>Connectivity status of the subnet from other subnets to the VPC. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityStateEnum.CONNECTED</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>GatewayAddresses</maml:name>
          <maml:Description>
            <maml:para>An array of gateway addresses per address family. Addresses should be in ip/prefix_length format. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpServerAddresses</maml:name>
          <maml:Description>
            <maml:para>An array of dhcp server addresses per address family. Addresses should be in ip/prefix_length format. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ExtraConfigs</maml:name>
          <maml:Description>
            <maml:para>This property could be used for vendor specific configuration in key value string pairs. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SubnetExtraConfig&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SubnetExtraConfig&gt;</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>StaticIpAllocation</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticIpAllocation</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticIpAllocation</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ConnectivityState</maml:name>
        <maml:Description>
          <maml:para>Connectivity status of the subnet from other subnets to the VPC. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityStateEnum.CONNECTED</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>GatewayAddresses</maml:name>
        <maml:Description>
          <maml:para>An array of gateway addresses per address family. Addresses should be in ip/prefix_length format. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpServerAddresses</maml:name>
        <maml:Description>
          <maml:para>An array of dhcp server addresses per address family. Addresses should be in ip/prefix_length format. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ExtraConfigs</maml:name>
        <maml:Description>
          <maml:para>This property could be used for vendor specific configuration in key value string pairs. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.SubnetExtraConfig&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.SubnetExtraConfig&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$StaticIpAllocation &#x3D; Initialize-StaticIpAllocation -Enabled $false

$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$SubnetExtraConfig &#x3D; Initialize-SubnetExtraConfig -ConfigPair $UnboundedKeyValuePair

$SubnetAdvancedConfig &#x3D; Initialize-SubnetAdvancedConfig -StaticIpAllocation $StaticIpAllocation -ConnectivityState &quot;CONNECTED&quot; -GatewayAddresses &quot;MyGatewayAddresses&quot; -DhcpServerAddresses &quot;MyDhcpServerAddresses&quot; -ExtraConfigs $SubnetExtraConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetAdvancedConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SubnetAdvancedConfig &#x3D; Initialize-SubnetAdvancedConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetAdvancedConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-StaticIpAllocation</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubnetConnectionBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetConnectionBindingMap</command:noun>
      <maml:description>
        <maml:para>Subnet with this binding map indicates the connection between this subnet and another subnet in the same VPC to enable advances in IPAM, Routing, and NAT for Kubernetes workloads with Antrea </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Subnet with this binding map indicates the connection between this subnet and another subnet in the same VPC to enable advances in IPAM, Routing, and NAT for Kubernetes workloads with Antrea </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubnetConnectionBindingMap</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>$SubnetConnectionBindingMap &#x3D; Initialize-SubnetConnectionBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetConnectionBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubnetConnectionBindingMap &#x3D; Initialize-SubnetConnectionBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetConnectionBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubnetDhcpConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetDhcpConfig</command:noun>
      <maml:description>
        <maml:para>The DHCP configurations for a subnet, with the base configurations inherited from the VPC Service Profile. Any additional settings will be applied on top of the inherited configurations. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The DHCP configurations for a subnet, with the base configurations inherited from the VPC Service Profile. Any additional settings will be applied on top of the inherited configurations. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubnetDhcpConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Mode</maml:name>
          <maml:Description>
            <maml:para>The operational mode of DHCP within the subnet. Options include DHCP server, relay, or deactivated. The default mode will be DHCP_DEACTIVATED. When mode is set to DHCP server or relay, static IP allocation cannot be enabled in the subnet&#39;s advanced configuration. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpServerAdditionalConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpServerAdditionalConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerAdditionalConfig</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>Mode</maml:name>
        <maml:Description>
          <maml:para>The operational mode of DHCP within the subnet. Options include DHCP server, relay, or deactivated. The default mode will be DHCP_DEACTIVATED. When mode is set to DHCP server or relay, static IP allocation cannot be enabled in the subnet&#39;s advanced configuration. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpServerAdditionalConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpServerAdditionalConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerAdditionalConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>



$ClasslessStaticRoute &#x3D; Initialize-ClasslessStaticRoute -Network &quot;MyNetwork&quot; -NextHop &quot;MyNextHop&quot;
$DhcpOption121 &#x3D; Initialize-DhcpOption121 -StaticRoutes $ClasslessStaticRoute

$GenericDhcpOption &#x3D; Initialize-GenericDhcpOption -Code 0 -Values &quot;MyValues&quot;
$DhcpV4Options &#x3D; Initialize-DhcpV4Options -Option121 $DhcpOption121 -Others $GenericDhcpOption

$DhcpServerAdditionalConfig &#x3D; Initialize-DhcpServerAdditionalConfig -Options $DhcpV4Options -ReservedIpRanges &quot;MyReservedIpRanges&quot;

$SubnetDhcpConfig &#x3D; Initialize-SubnetDhcpConfig -Mode &quot;DHCP_SERVER&quot; -DhcpServerAdditionalConfig $DhcpServerAdditionalConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetDhcpConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SubnetDhcpConfig &#x3D; Initialize-SubnetDhcpConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetDhcpConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-DhcpServerAdditionalConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubnetExtraConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetExtraConfig</command:noun>
      <maml:description>
        <maml:para>Vpc subnet extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on vpc subnet. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Vpc subnet extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on vpc subnet. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubnetExtraConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ConfigPair</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</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>ConfigPair</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.UnboundedKeyValuePair</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$SubnetExtraConfig &#x3D; Initialize-SubnetExtraConfig -ConfigPair $UnboundedKeyValuePair
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetExtraConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SubnetExtraConfig &#x3D; Initialize-SubnetExtraConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetExtraConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-UnboundedKeyValuePair</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SubnetProfiles</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SubnetProfiles</command:noun>
      <maml:description>
        <maml:para>Profile references will be applied to subnets. If not specified by the user, default profiles will be used. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Profile references will be applied to subnets. If not specified by the user, default profiles will be used. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SubnetProfiles</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SpoofGuard</maml:name>
          <maml:Description>
            <maml:para>SpoofGuard is a tool that is designed to prevent virtual machines in your environment from sending traffic with IP addresses which are not authorized to send traffic from. A SpoofGuard policy profile once enabled blocks the traffic determined to be spoofed. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpDiscovery</maml:name>
          <maml:Description>
            <maml:para>Using this profile to configure different options of IP Discovery</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MacDiscovery</maml:name>
          <maml:Description>
            <maml:para>Mac Discovery Profile</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SegmentSecurity</maml:name>
          <maml:Description>
            <maml:para>Security features are extended by policy operations for securing logical segments. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Qos</maml:name>
          <maml:Description>
            <maml:para>Segment Qos Profile </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>SpoofGuard</maml:name>
        <maml:Description>
          <maml:para>SpoofGuard is a tool that is designed to prevent virtual machines in your environment from sending traffic with IP addresses which are not authorized to send traffic from. A SpoofGuard policy profile once enabled blocks the traffic determined to be spoofed. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpDiscovery</maml:name>
        <maml:Description>
          <maml:para>Using this profile to configure different options of IP Discovery</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MacDiscovery</maml:name>
        <maml:Description>
          <maml:para>Mac Discovery Profile</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SegmentSecurity</maml:name>
        <maml:Description>
          <maml:para>Security features are extended by policy operations for securing logical segments. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Qos</maml:name>
        <maml:Description>
          <maml:para>Segment Qos Profile </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$SubnetProfiles &#x3D; Initialize-SubnetProfiles -SpoofGuard &quot;MySpoofGuard&quot; -IpDiscovery &quot;MyIpDiscovery&quot; -MacDiscovery &quot;MyMacDiscovery&quot; -SegmentSecurity &quot;MySegmentSecurity&quot; -Qos &quot;MyQos&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetProfiles with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$SubnetProfiles &#x3D; Initialize-SubnetProfiles
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SubnetProfiles with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-SyslogConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>SyslogConfiguration</command:noun>
      <maml:description>
        <maml:para>Syslog server configuration parameters</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Syslog server configuration parameters</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-SyslogConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Display name of the syslog server</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Server</maml:name>
          <maml:Description>
            <maml:para>Syslog server Ip or fqdn. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>Syslog server listening port. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;514&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>Supported Syslog protocol. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ProtocolEnum.UDP</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LogLevel</maml:name>
          <maml:Description>
            <maml:para>Log level that needs to be redirected. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.LogLevelEnum.INFO</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Facility</maml:name>
          <maml:Description>
            <maml:para>List of syslog server facilities. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;SyslogConfiguration.FacilityEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;SyslogConfiguration.FacilityEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MessageId</maml:name>
          <maml:Description>
            <maml:para>List of syslog server message ids. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StructuredData</maml:name>
          <maml:Description>
            <maml:para>List of syslog server structured data. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValuePair&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValuePair&gt;</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>Name</maml:name>
        <maml:Description>
          <maml:para>Display name of the syslog server</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Server</maml:name>
        <maml:Description>
          <maml:para>Syslog server Ip or fqdn. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>Syslog server listening port. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;514&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Protocol</maml:name>
        <maml:Description>
          <maml:para>Supported Syslog protocol. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ProtocolEnum.UDP</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LogLevel</maml:name>
        <maml:Description>
          <maml:para>Log level that needs to be redirected. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.LogLevelEnum.INFO</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Facility</maml:name>
        <maml:Description>
          <maml:para>List of syslog server facilities. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;SyslogConfiguration.FacilityEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;SyslogConfiguration.FacilityEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MessageId</maml:name>
        <maml:Description>
          <maml:para>List of syslog server message ids. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StructuredData</maml:name>
        <maml:Description>
          <maml:para>List of syslog server structured data. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValuePair&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.KeyValuePair&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>&quot;KERN&quot;
$KeyValuePair &#x3D; Initialize-KeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
$SyslogConfiguration &#x3D; Initialize-SyslogConfiguration -Name &quot;MyName&quot; -Server &quot;MyServer&quot; -Port &quot;MyPort&quot; -Protocol &quot;TCP&quot; -LogLevel &quot;EMERGENCY&quot; -Facility &quot;KERN&quot; -MessageId &quot;MyMessageId&quot; -StructuredData $KeyValuePair
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SyslogConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$SyslogConfiguration &#x3D; Initialize-SyslogConfiguration -Server &quot;MyServer&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-SyslogConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tag</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tag</command:noun>
      <maml:description>
        <maml:para>Arbitrary key-value pairs that may be attached to an entity</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Arbitrary key-value pairs that may be attached to an entity</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tag</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Scope</maml:name>
          <maml:Description>
            <maml:para>Tag searches may optionally be restricted by 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>&quot;&quot;</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>Identifier meaningful to user with maximum length of 256 characters</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>&quot;&quot;</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Scope</maml:name>
        <maml:Description>
          <maml:para>Tag searches may optionally be restricted by 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>&quot;&quot;</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>Identifier meaningful to user with maximum length of 256 characters</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>&quot;&quot;</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Tag -Scope &quot;MyScope&quot; -_Tag &quot;My_Tag&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tag with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tag &#x3D; Initialize-Tag
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tag with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TagBulkOperation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TagBulkOperation</command:noun>
      <maml:description>
        <maml:para>Tag and resource information on which tag to be applied or removed. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tag and resource information on which tag to be applied or removed. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TagBulkOperation</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>$TagBulkOperation &#x3D; Initialize-TagBulkOperation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TagBulkOperation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TagBulkOperation &#x3D; Initialize-TagBulkOperation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TagBulkOperation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TcpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TcpHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TcpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcPort</maml:name>
          <maml:Description>
            <maml:para>Source port of tcp header</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstPort</maml:name>
          <maml:Description>
            <maml:para>Destination port of tcp header</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TcpFlags</maml:name>
          <maml:Description>
            <maml:para>TCP flags (9bits)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</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>SrcPort</maml:name>
        <maml:Description>
          <maml:para>Source port of tcp header</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstPort</maml:name>
        <maml:Description>
          <maml:para>Destination port of tcp header</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TcpFlags</maml:name>
        <maml:Description>
          <maml:para>TCP flags (9bits)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TcpHeader &#x3D; Initialize-TcpHeader -SrcPort 0 -DstPort 0 -TcpFlags 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TcpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TcpHeader &#x3D; Initialize-TcpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TcpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TcpMaximumSegmentSizeClamping</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TcpMaximumSegmentSizeClamping</command:noun>
      <maml:description>
        <maml:para>TCP MSS Clamping Direction and Value.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>TCP MSS Clamping Direction and Value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TcpMaximumSegmentSizeClamping</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Direction</maml:name>
          <maml:Description>
            <maml:para>Specifies the traffic direction for which to apply MSS Clamping. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.DirectionEnum.NONE</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>MaxSegmentSize</maml:name>
          <maml:Description>
            <maml:para>MSS defines the maximum amount of data that a host is willing to accept in a single TCP segment. This field is set in TCP header during connection establishment. To avoid packet fragmentation, you can set this field depending on uplink MTU and VPN overhead. This is an optional field and in case it is left unconfigured, best possible MSS value will be calculated based on effective mtu of uplink interface. Supported MSS range is 216 to 8960. </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>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>Direction</maml:name>
        <maml:Description>
          <maml:para>Specifies the traffic direction for which to apply MSS Clamping. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.DirectionEnum.NONE</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>MaxSegmentSize</maml:name>
        <maml:Description>
          <maml:para>MSS defines the maximum amount of data that a host is willing to accept in a single TCP segment. This field is set in TCP header during connection establishment. To avoid packet fragmentation, you can set this field depending on uplink MTU and VPN overhead. This is an optional field and in case it is left unconfigured, best possible MSS value will be calculated based on effective mtu of uplink interface. Supported MSS range is 216 to 8960. </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TcpMaximumSegmentSizeClamping &#x3D; Initialize-TcpMaximumSegmentSizeClamping -Direction &quot;NONE&quot; -MaxSegmentSize 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TcpMaximumSegmentSizeClamping with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TcpMaximumSegmentSizeClamping &#x3D; Initialize-TcpMaximumSegmentSizeClamping
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TcpMaximumSegmentSizeClamping with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TeamingPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TeamingPolicy</command:noun>
      <maml:description>
        <maml:para>Uplink Teaming Policy</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Uplink Teaming Policy</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TeamingPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Policy</maml:name>
          <maml:Description>
            <maml:para>Teaming policy</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActiveList</maml:name>
          <maml:Description>
            <maml:para>List of Uplinks used in active list</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StandbyList</maml:name>
          <maml:Description>
            <maml:para>List of Uplinks used in standby list</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RollingOrder</maml:name>
          <maml:Description>
            <maml:para>Flag for preemptive mode</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Policy</maml:name>
        <maml:Description>
          <maml:para>Teaming policy</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ActiveList</maml:name>
        <maml:Description>
          <maml:para>List of Uplinks used in active list</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StandbyList</maml:name>
        <maml:Description>
          <maml:para>List of Uplinks used in standby list</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Uplink&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RollingOrder</maml:name>
        <maml:Description>
          <maml:para>Flag for preemptive mode</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>
$Uplink &#x3D; Initialize-Uplink -UplinkName &quot;MyUplinkName&quot; -UplinkType &quot;PNIC&quot; -UplinkInfo &quot;PRP_LAN_A&quot;
$TeamingPolicy &#x3D; Initialize-TeamingPolicy -Policy &quot;FAILOVER_ORDER&quot; -ActiveList $Uplink -StandbyList $Uplink -RollingOrder $false
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TeamingPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Uplink &#x3D; Initialize-Uplink -UplinkName &quot;MyUplinkName&quot; -UplinkType &quot;PNIC&quot;
$TeamingPolicy &#x3D; Initialize-TeamingPolicy -Policy &quot;FAILOVER_ORDER&quot; -ActiveList $Uplink
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TeamingPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TepGroupConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TepGroupConfig</command:noun>
      <maml:description>
        <maml:para>VTEP Group Configurations</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VTEP Group Configurations</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TepGroupConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableTepGroupingOnEdge</maml:name>
          <maml:Description>
            <maml:para>Indicates if the TEP Grouping is enabled on an Edge TransportNode. Set enable_tep_grouping_on_edge to true to enable flow-based load balancing for overlay traffic in a multi TEP Edge deployment. This feature does not support EVPN, Multicast Routing, Federation and IPv6 TEP functionalities. Do not enable this feature if these functionalities are already configured in your environment. If this feature is enabled and is planned to use the above mentioned unsupported functionalities, please disable the feature first. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableTepGroupingOnEdge</maml:name>
        <maml:Description>
          <maml:para>Indicates if the TEP Grouping is enabled on an Edge TransportNode. Set enable_tep_grouping_on_edge to true to enable flow-based load balancing for overlay traffic in a multi TEP Edge deployment. This feature does not support EVPN, Multicast Routing, Federation and IPv6 TEP functionalities. Do not enable this feature if these functionalities are already configured in your environment. If this feature is enabled and is planned to use the above mentioned unsupported functionalities, please disable the feature first. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TepGroupConfig &#x3D; Initialize-TepGroupConfig -EnableTepGroupingOnEdge $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TepGroupConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TepGroupConfig &#x3D; Initialize-TepGroupConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TepGroupConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0</command:noun>
      <maml:description>
        <maml:para>Tier-0 configuration for external connectivity.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier-0 configuration for external connectivity.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0</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>$Tier0 &#x3D; Initialize-Tier0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0 &#x3D; Initialize-Tier0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0AdvancedConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0AdvancedConfig</command:noun>
      <maml:description>
        <maml:para>NSX specific configuration for tier-0</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>NSX specific configuration for tier-0</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0AdvancedConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Connectivity</maml:name>
          <maml:Description>
            <maml:para>Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityEnum.ON</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Connectivity</maml:name>
        <maml:Description>
          <maml:para>Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ConnectivityEnum.ON</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Tier0AdvancedConfig &#x3D; Initialize-Tier0AdvancedConfig -Connectivity &quot;ON&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0AdvancedConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0AdvancedConfig &#x3D; Initialize-Tier0AdvancedConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0AdvancedConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0DeploymentMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0DeploymentMap</command:noun>
      <maml:description>
        <maml:para>Binding of Tier-0 to the enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Binding of Tier-0 to the enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0DeploymentMap</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>$Tier0DeploymentMap &#x3D; Initialize-Tier0DeploymentMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0DeploymentMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0DeploymentMap &#x3D; Initialize-Tier0DeploymentMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0DeploymentMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0HaVipConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0HaVipConfig</command:noun>
      <maml:description>
        <maml:para>Tier0 HA VIP Config</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier0 HA VIP Config</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0HaVipConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Flag to enable this HA VIP config.</maml:para>
          </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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VipSubnets</maml:name>
          <maml:Description>
            <maml:para>Array of IP address subnets which will be used as floating IP addresses.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ExternalInterfacePaths</maml:name>
          <maml:Description>
            <maml:para>Policy paths to Tier0 external interfaces which are to be paired to provide redundancy. Floating IP will be owned by one of these interfaces depending upon which edge node is Active.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Enabled</maml:name>
        <maml:Description>
          <maml:para>Flag to enable this HA VIP config.</maml:para>
        </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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VipSubnets</maml:name>
        <maml:Description>
          <maml:para>Array of IP address subnets which will be used as floating IP addresses.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ExternalInterfacePaths</maml:name>
        <maml:Description>
          <maml:para>Policy paths to Tier0 external interfaces which are to be paired to provide redundancy. Floating IP will be owned by one of these interfaces depending upon which edge node is Active.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$InterfaceSubnet &#x3D; Initialize-InterfaceSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLen 0
$Tier0HaVipConfig &#x3D; Initialize-Tier0HaVipConfig -Enabled $false -VipSubnets $InterfaceSubnet -ExternalInterfacePaths &quot;MyExternalInterfacePaths&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0HaVipConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$InterfaceSubnet &#x3D; Initialize-InterfaceSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLen 0
$Tier0HaVipConfig &#x3D; Initialize-Tier0HaVipConfig -VipSubnets $InterfaceSubnet -ExternalInterfacePaths &quot;MyExternalInterfacePaths&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0HaVipConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0Interface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0Interface</command:noun>
      <maml:description>
        <maml:para>Tier-0 interface configuration for external connectivity.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier-0 interface configuration for external connectivity.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0Interface</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>$Tier0Interface &#x3D; Initialize-Tier0Interface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0Interface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0Interface &#x3D; Initialize-Tier0Interface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0Interface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0InterfaceGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0InterfaceGroup</command:noun>
      <maml:description>
        <maml:para>Tier0 Interface group for interface grouping. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier0 Interface group for interface grouping. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0InterfaceGroup</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>$Tier0InterfaceGroup &#x3D; Initialize-Tier0InterfaceGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0InterfaceGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0InterfaceGroup &#x3D; Initialize-Tier0InterfaceGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0InterfaceGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0InterfacePimConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0InterfacePimConfig</command:noun>
      <maml:description>
        <maml:para>Multicast PIM configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Multicast PIM configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0InterfacePimConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>enable/disable PIM configuration. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HelloInterval</maml:name>
          <maml:Description>
            <maml:para>PIM hello interval(seconds) at interface level. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>30</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HoldInterval</maml:name>
          <maml:Description>
            <maml:para>PIM hold interval(seconds) at interface level. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>Enabled</maml:name>
        <maml:Description>
          <maml:para>enable/disable PIM configuration. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HelloInterval</maml:name>
        <maml:Description>
          <maml:para>PIM hello interval(seconds) at interface level. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>30</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HoldInterval</maml:name>
        <maml:Description>
          <maml:para>PIM hold interval(seconds) at interface level. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Tier0InterfacePimConfig &#x3D; Initialize-Tier0InterfacePimConfig -Enabled $false -HelloInterval 0 -HoldInterval 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0InterfacePimConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0InterfacePimConfig &#x3D; Initialize-Tier0InterfacePimConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0InterfacePimConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0RouteMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0RouteMap</command:noun>
      <maml:description>
        <maml:para>RouteMap for redistributing routes to BGP and other routing protocols</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>RouteMap for redistributing routes to BGP and other routing protocols</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0RouteMap</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>$Tier0RouteMap &#x3D; Initialize-Tier0RouteMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0RouteMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0RouteMap &#x3D; Initialize-Tier0RouteMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0RouteMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0RouteRedistributionConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0RouteRedistributionConfig</command:noun>
      <maml:description>
        <maml:para>Route Redistribution config</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Route Redistribution config</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0RouteRedistributionConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>BgpEnabled</maml:name>
          <maml:Description>
            <maml:para>Flag to enable route redistribution for BGP.</maml:para>
          </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>OspfEnabled</maml:name>
          <maml:Description>
            <maml:para>Flag to enable route redistribution for OSPF.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RedistributionRules</maml:name>
          <maml:Description>
            <maml:para>List of redistribution rules. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tier0RouteRedistributionRule&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tier0RouteRedistributionRule&gt;</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>BgpEnabled</maml:name>
        <maml:Description>
          <maml:para>Flag to enable route redistribution for BGP.</maml:para>
        </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>OspfEnabled</maml:name>
        <maml:Description>
          <maml:para>Flag to enable route redistribution for OSPF.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RedistributionRules</maml:name>
        <maml:Description>
          <maml:para>List of redistribution rules. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tier0RouteRedistributionRule&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tier0RouteRedistributionRule&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
&quot;TIER0_STATIC&quot;&quot;BGP&quot;$Tier0RouteRedistributionRule &#x3D; Initialize-Tier0RouteRedistributionRule -Name &quot;MyName&quot; -RouteRedistributionTypes &quot;TIER0_STATIC&quot; -Destinations &quot;TIER0_STATIC&quot;&quot;BGP&quot; -RouteMapPath &quot;MyRouteMapPath&quot;
$Tier0RouteRedistributionConfig &#x3D; Initialize-Tier0RouteRedistributionConfig -BgpEnabled $false -OspfEnabled $false -RedistributionRules $Tier0RouteRedistributionRule
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0RouteRedistributionConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Tier0RouteRedistributionConfig &#x3D; Initialize-Tier0RouteRedistributionConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0RouteRedistributionConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0RouteRedistributionRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0RouteRedistributionRule</command:noun>
      <maml:description>
        <maml:para>Single route redistribution rule</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Single route redistribution rule</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0RouteRedistributionRule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Rule 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteRedistributionTypes</maml:name>
          <maml:Description>
            <maml:para>List of redistribution types</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;Tier0RouteRedistributionRule.RouteRedistributionTypesEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;Tier0RouteRedistributionRule.RouteRedistributionTypesEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Destinations</maml:name>
          <maml:Description>
            <maml:para>Each rule can have more than one destinations. If destinations not specified for a given rule, default destionation will be BGP </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;Tier0RouteRedistributionRule.DestinationsEnum&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;Tier0RouteRedistributionRule.DestinationsEnum&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteMapPath</maml:name>
          <maml:Description>
            <maml:para>Route map to be associated with the redistribution rule</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Name</maml:name>
        <maml:Description>
          <maml:para>Rule 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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteRedistributionTypes</maml:name>
        <maml:Description>
          <maml:para>List of redistribution types</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;Tier0RouteRedistributionRule.RouteRedistributionTypesEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;Tier0RouteRedistributionRule.RouteRedistributionTypesEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Destinations</maml:name>
        <maml:Description>
          <maml:para>Each rule can have more than one destinations. If destinations not specified for a given rule, default destionation will be BGP </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;Tier0RouteRedistributionRule.DestinationsEnum&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;Tier0RouteRedistributionRule.DestinationsEnum&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteMapPath</maml:name>
        <maml:Description>
          <maml:para>Route map to be associated with the redistribution rule</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>&quot;TIER0_STATIC&quot;&quot;BGP&quot;$Tier0RouteRedistributionRule &#x3D; Initialize-Tier0RouteRedistributionRule -Name &quot;MyName&quot; -RouteRedistributionTypes &quot;TIER0_STATIC&quot; -Destinations &quot;TIER0_STATIC&quot;&quot;BGP&quot; -RouteMapPath &quot;MyRouteMapPath&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0RouteRedistributionRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>&quot;TIER0_STATIC&quot;$Tier0RouteRedistributionRule &#x3D; Initialize-Tier0RouteRedistributionRule -RouteRedistributionTypes &quot;TIER0_STATIC&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0RouteRedistributionRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0SecurityFeature</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0SecurityFeature</command:noun>
      <maml:description>
        <maml:para>T0 Security feature entity with feature details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>T0 Security feature entity with feature details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0SecurityFeature</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>true - activate the feature, false - deactivate the feture</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$Tier0SecurityFeature &#x3D; Initialize-Tier0SecurityFeature -Enable $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0SecurityFeature with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0SecurityFeature &#x3D; Initialize-Tier0SecurityFeature
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0SecurityFeature with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0SecurityFeatures</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0SecurityFeatures</command:noun>
      <maml:description>
        <maml:para>T0 Security features entity with feature details</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>T0 Security features entity with feature details</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0SecurityFeatures</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>$Tier0SecurityFeatures &#x3D; Initialize-Tier0SecurityFeatures
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0SecurityFeatures with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0SecurityFeatures &#x3D; Initialize-Tier0SecurityFeatures
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0SecurityFeatures with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0StatefulServicesConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0StatefulServicesConfig</command:noun>
      <maml:description>
        <maml:para>Tier0 stateful services config to define stateful</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier0 stateful services config to define stateful</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0StatefulServicesConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>This is used to enable or disable ACTIVE-ACTIVE stateful 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>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RedirectionPolicy</maml:name>
          <maml:Description>
            <maml:para>Redirection policy to load balance traffic among nodes IP_HASH: Hash Source IP or destination ip to redirect packet for load sharing and stateful services. NONE: Disable redirection. It requires user to define static traffic group per edge node and expects external router to forward return packet back to the same edge node. SRC_DST_IP_HASH: Hash both source and desitnation ip to redirect packet for load sharing. This mode doesn&#39;t support NAT and presumes source and destination IP remains same in either direction. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RedirectionPolicyEnum.IPHASH</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>This is used to enable or disable ACTIVE-ACTIVE stateful 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>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RedirectionPolicy</maml:name>
        <maml:Description>
          <maml:para>Redirection policy to load balance traffic among nodes IP_HASH: Hash Source IP or destination ip to redirect packet for load sharing and stateful services. NONE: Disable redirection. It requires user to define static traffic group per edge node and expects external router to forward return packet back to the same edge node. SRC_DST_IP_HASH: Hash both source and desitnation ip to redirect packet for load sharing. This mode doesn&#39;t support NAT and presumes source and destination IP remains same in either direction. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RedirectionPolicyEnum.IPHASH</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Tier0StatefulServicesConfig &#x3D; Initialize-Tier0StatefulServicesConfig -Enabled $false -RedirectionPolicy &quot;IP_HASH&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0StatefulServicesConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier0StatefulServicesConfig &#x3D; Initialize-Tier0StatefulServicesConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0StatefulServicesConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier0VrfConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier0VrfConfig</command:noun>
      <maml:description>
        <maml:para>Tier-0 vrf configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier-0 vrf configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier0VrfConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tier0Path</maml:name>
          <maml:Description>
            <maml:para>Default tier0 path. Cannot be modified after realization. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteTargets</maml:name>
          <maml:Description>
            <maml:para>Route targets.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteDistinguisher</maml:name>
          <maml:Description>
            <maml:para>Route distinguisher with format in IPAddress:&lt;number&gt; or ASN:&lt;number&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EvpnTransitVni</maml:name>
          <maml:Description>
            <maml:para>L3 VNI associated with the VRF for overlay traffic of ethernet virtual private network (EVPN). It must be unique and available from the VNI pool defined for EVPN service. It is required for VRF to participate in the EVPN service in INLINE mode. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EvpnL2VniConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VrfEvpnL2VniConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.VrfEvpnL2VniConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RdPerEdgePool</maml:name>
          <maml:Description>
            <maml:para>route distinguisher pool for edge nodes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tier0Path</maml:name>
        <maml:Description>
          <maml:para>Default tier0 path. Cannot be modified after realization. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteTargets</maml:name>
        <maml:Description>
          <maml:para>Route targets.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteDistinguisher</maml:name>
        <maml:Description>
          <maml:para>Route distinguisher with format in IPAddress:&lt;number&gt; or ASN:&lt;number&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EvpnTransitVni</maml:name>
        <maml:Description>
          <maml:para>L3 VNI associated with the VRF for overlay traffic of ethernet virtual private network (EVPN). It must be unique and available from the VNI pool defined for EVPN service. It is required for VRF to participate in the EVPN service in INLINE mode. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EvpnL2VniConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VrfEvpnL2VniConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.VrfEvpnL2VniConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RdPerEdgePool</maml:name>
        <maml:Description>
          <maml:para>route distinguisher pool for edge nodes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets -AddressFamily &quot;L2VPN_EVPN&quot; -ImportRouteTargets &quot;MyImportRouteTargets&quot; -ExportRouteTargets &quot;MyExportRouteTargets&quot;


$VrfL2VniConfig &#x3D; Initialize-VrfL2VniConfig -L2Vni 0 -RouteDistinguisher &quot;MyRouteDistinguisher&quot; -RouteTargets $VrfRouteTargets

$VrfEvpnL2VniConfig &#x3D; Initialize-VrfEvpnL2VniConfig -EnableVtepGroups $false -L2VniConfigs $VrfL2VniConfig

$Tier0VrfConfig &#x3D; Initialize-Tier0VrfConfig -Tier0Path &quot;MyTier0Path&quot; -RouteTargets $VrfRouteTargets -RouteDistinguisher &quot;MyRouteDistinguisher&quot; -EvpnTransitVni 0 -EvpnL2VniConfig $VrfEvpnL2VniConfig -RdPerEdgePool &quot;MyRdPerEdgePool&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0VrfConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Tier0VrfConfig &#x3D; Initialize-Tier0VrfConfig -Tier0Path &quot;MyTier0Path&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier0VrfConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-VrfEvpnL2VniConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier1</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier1</command:noun>
      <maml:description>
        <maml:para>Tier-1 instance configuration. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier-1 instance configuration. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier1</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>$Tier1 &#x3D; Initialize-Tier1
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1 with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier1 &#x3D; Initialize-Tier1
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1 with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier1DeploymentMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier1DeploymentMap</command:noun>
      <maml:description>
        <maml:para>Binding of Tier-1 to the enforcement point.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Binding of Tier-1 to the enforcement point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier1DeploymentMap</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>$Tier1DeploymentMap &#x3D; Initialize-Tier1DeploymentMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1DeploymentMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier1DeploymentMap &#x3D; Initialize-Tier1DeploymentMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1DeploymentMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier1Interface</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier1Interface</command:noun>
      <maml:description>
        <maml:para>Tier-1 interface configuration for attaching services.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier-1 interface configuration for attaching services.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier1Interface</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>$Tier1Interface &#x3D; Initialize-Tier1Interface
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1Interface with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier1Interface &#x3D; Initialize-Tier1Interface
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1Interface with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tier1InterfaceGroup</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tier1InterfaceGroup</command:noun>
      <maml:description>
        <maml:para>Tier1 Interface group for interface grouping. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tier1 Interface group for interface grouping. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tier1InterfaceGroup</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>$Tier1InterfaceGroup &#x3D; Initialize-Tier1InterfaceGroup
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1InterfaceGroup with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tier1InterfaceGroup &#x3D; Initialize-Tier1InterfaceGroup
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tier1InterfaceGroup with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TimeRangeDropdownFilterWidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TimeRangeDropdownFilterWidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Represents configuration for dropdown filter widget for Time Range.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents configuration for dropdown filter widget for Time Range.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TimeRangeDropdownFilterWidgetConfiguration</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>$TimeRangeDropdownFilterWidgetConfiguration &#x3D; Initialize-TimeRangeDropdownFilterWidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TimeRangeDropdownFilterWidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TimeRangeDropdownFilterWidgetConfiguration &#x3D; Initialize-TimeRangeDropdownFilterWidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TimeRangeDropdownFilterWidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TimeRangeFilterInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TimeRangeFilterInfo</command:noun>
      <maml:description>
        <maml:para>time range filter information</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>time range filter information</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TimeRangeFilterInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>FromParamName</maml:name>
          <maml:Description>
            <maml:para>from parameter name used for time range filter from date 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>&quot;fromDate&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ToParamName</maml:name>
          <maml:Description>
            <maml:para>to parameter name used for time range filter to date 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>&quot;toDate&quot;</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ValueType</maml:name>
          <maml:Description>
            <maml:para>type of time range filter value can be epoch, ISO date Format.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ValueTypeEnum.EPOCH</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>FromParamName</maml:name>
        <maml:Description>
          <maml:para>from parameter name used for time range filter from date 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>&quot;fromDate&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ToParamName</maml:name>
        <maml:Description>
          <maml:para>to parameter name used for time range filter to date 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>&quot;toDate&quot;</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ValueType</maml:name>
        <maml:Description>
          <maml:para>type of time range filter value can be epoch, ISO date Format.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.ValueTypeEnum.EPOCH</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TimeRangeFilterInfo &#x3D; Initialize-TimeRangeFilterInfo -FromParamName &quot;MyFromParamName&quot; -ToParamName &quot;MyToParamName&quot; -ValueType &quot;EPOCH&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TimeRangeFilterInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TimeRangeFilterInfo &#x3D; Initialize-TimeRangeFilterInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TimeRangeFilterInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsCrl</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsCrl</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsCrl</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>$TlsCrl &#x3D; Initialize-TlsCrl
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsCrl with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsCrl &#x3D; Initialize-TlsCrl
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsCrl with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsCsr</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsCsr</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsCsr</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>$TlsCsr &#x3D; Initialize-TlsCsr
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsCsr with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsCsr &#x3D; Initialize-TlsCsr
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsCsr with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsCsrWithDaysValid</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsCsrWithDaysValid</command:noun>
      <maml:description>
        <maml:para>CSR data with days valid</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>CSR data with days valid</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsCsrWithDaysValid</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>$TlsCsrWithDaysValid &#x3D; Initialize-TlsCsrWithDaysValid
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsCsrWithDaysValid with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsCsrWithDaysValid &#x3D; Initialize-TlsCsrWithDaysValid
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsCsrWithDaysValid with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsInspectionExternalProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsInspectionExternalProfile</command:noun>
      <maml:description>
        <maml:para>External inspection profile is used when the TLS connection is destined to a service not owned by the enterprise.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>External inspection profile is used when the TLS connection is destined to a service not owned by the enterprise.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsInspectionExternalProfile</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>$TlsInspectionExternalProfile &#x3D; Initialize-TlsInspectionExternalProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsInspectionExternalProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsInspectionExternalProfile &#x3D; Initialize-TlsInspectionExternalProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsInspectionExternalProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsInspectionInternalProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsInspectionInternalProfile</command:noun>
      <maml:description>
        <maml:para>Internal inspection Profile is used when the TLS connection is destined to a service not owned by the enterprise.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Internal inspection Profile is used when the TLS connection is destined to a service not owned by the enterprise.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsInspectionInternalProfile</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>$TlsInspectionInternalProfile &#x3D; Initialize-TlsInspectionInternalProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsInspectionInternalProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsInspectionInternalProfile &#x3D; Initialize-TlsInspectionInternalProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsInspectionInternalProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsPolicy</command:noun>
      <maml:description>
        <maml:para>Contains ordered list of Rules for TLSPolicy</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Contains ordered list of Rules for TLSPolicy</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsPolicy</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>$TlsPolicy &#x3D; Initialize-TlsPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsPolicy &#x3D; Initialize-TlsPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsProfile</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsProfile</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>$TlsProfile &#x3D; Initialize-TlsProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsProfile &#x3D; Initialize-TlsProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsRule</command:noun>
      <maml:description>
        <maml:para>A rule indicates the decryption actions to be performed for various types of traffic flowing between workload groups.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A rule indicates the decryption actions to be performed for various types of traffic flowing between workload groups.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsRule</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>$TlsRule &#x3D; Initialize-TlsRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsRule &#x3D; Initialize-TlsRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TlsTrustData</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TlsTrustData</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TlsTrustData</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>$TlsTrustData &#x3D; Initialize-TlsTrustData
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsTrustData with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TlsTrustData &#x3D; Initialize-TlsTrustData
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TlsTrustData with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tooltip</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tooltip</command:noun>
      <maml:description>
        <maml:para>Tooltip to be shown while hovering over the dashboard UI element.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tooltip to be shown while hovering over the dashboard UI element.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tooltip</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text to be shown on tooltip while hovering over UI element. The text would be wrapped if it exceeds 80 chars.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the tooltip will be applied. If no condition is provided, then the tooltip will be applied unconditionally. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Heading</maml:name>
          <maml:Description>
            <maml:para>If true, displays tooltip text in bold</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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>Text</maml:name>
        <maml:Description>
          <maml:para>Text to be shown on tooltip while hovering over UI element. The text would be wrapped if it exceeds 80 chars.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the tooltip will be applied. If no condition is provided, then the tooltip will be applied unconditionally. Examples of expression syntax are provided under &#39;example_request&#39; section of &#39;CreateWidgetConfiguration&#39; API.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Heading</maml:name>
        <maml:Description>
          <maml:para>If true, displays tooltip text in bold</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tooltip with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tooltip with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowConfig</command:noun>
      <maml:description>
        <maml:para>TraceflowConfig mainly records what type of packets the user wants to inject into which port. This configuration will be cleaned up by the system after two hours of inactivity if is_transient is true. Traceflow is not supported for VPC Admin role. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>TraceflowConfig mainly records what type of packets the user wants to inject into which port. This configuration will be cleaned up by the system after two hours of inactivity if is_transient is true. Traceflow is not supported for VPC Admin role. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowConfig</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>$TraceflowConfig &#x3D; Initialize-TraceflowConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowConfig &#x3D; Initialize-TraceflowConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationDelivered</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationDelivered</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationDelivered</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationDelivered &#x3D; Initialize-TraceflowObservationDelivered -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationDelivered with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationDelivered &#x3D; Initialize-TraceflowObservationDelivered
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationDelivered with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationDropped</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationDropped</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationDropped</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationDropped &#x3D; Initialize-TraceflowObservationDropped -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationDropped with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationDropped &#x3D; Initialize-TraceflowObservationDropped
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationDropped with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationDroppedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationDroppedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationDroppedLogical</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>$TraceflowObservationDroppedLogical &#x3D; Initialize-TraceflowObservationDroppedLogical
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationDroppedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationDroppedLogical &#x3D; Initialize-TraceflowObservationDroppedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationDroppedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationForwarded</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationForwarded</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationForwarded</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationForwarded &#x3D; Initialize-TraceflowObservationForwarded -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationForwarded with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationForwarded &#x3D; Initialize-TraceflowObservationForwarded
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationForwarded with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationForwardedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationForwardedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationForwardedLogical</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationForwardedLogical &#x3D; Initialize-TraceflowObservationForwardedLogical -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationForwardedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationForwardedLogical &#x3D; Initialize-TraceflowObservationForwardedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationForwardedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationIpsecVpn</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationIpsecVpn</command:noun>
      <maml:description>
        <maml:para>IPSec VPN traceflow observation. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>IPSec VPN traceflow observation. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationIpsecVpn</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LocalIp</maml:name>
          <maml:Description>
            <maml:para>Local VPN endpoint IP 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>RemoteIp</maml:name>
          <maml:Description>
            <maml:para>Peer VPN endpoint IP 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>InnerSrcIp</maml:name>
          <maml:Description>
            <maml:para>Inner source IP 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>InnerDstIp</maml:name>
          <maml:Description>
            <maml:para>Inner destination IP 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>Spi</maml:name>
          <maml:Description>
            <maml:para>Security Parameter Index is used to uniquely identify a particular IPSec Security Association. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VtiId</maml:name>
          <maml:Description>
            <maml:para>Virtual tunnel interface universally unique identifier in case of Route-based IPSec VPN. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>IPSec tunnel interface universally unique identifier in case of Policy-based IPSec VPN. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SessionId</maml:name>
          <maml:Description>
            <maml:para>IPSec VPN session universally unique identifier. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>LocalIp</maml:name>
        <maml:Description>
          <maml:para>Local VPN endpoint IP 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>RemoteIp</maml:name>
        <maml:Description>
          <maml:para>Peer VPN endpoint IP 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>InnerSrcIp</maml:name>
        <maml:Description>
          <maml:para>Inner source IP 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>InnerDstIp</maml:name>
        <maml:Description>
          <maml:para>Inner destination IP 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>Spi</maml:name>
        <maml:Description>
          <maml:para>Security Parameter Index is used to uniquely identify a particular IPSec Security Association. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VtiId</maml:name>
        <maml:Description>
          <maml:para>Virtual tunnel interface universally unique identifier in case of Route-based IPSec VPN. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:Description>
          <maml:para>IPSec tunnel interface universally unique identifier in case of Policy-based IPSec VPN. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SessionId</maml:name>
        <maml:Description>
          <maml:para>IPSec VPN session universally unique identifier. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TraceflowObservationIpsecVpn &#x3D; Initialize-TraceflowObservationIpsecVpn -LocalIp &quot;MyLocalIp&quot; -RemoteIp &quot;MyRemoteIp&quot; -InnerSrcIp &quot;MyInnerSrcIp&quot; -InnerDstIp &quot;MyInnerDstIp&quot; -Spi 0 -VtiId &quot;MyVtiId&quot; -PolicyId &quot;MyPolicyId&quot; -SessionId &quot;MySessionId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationIpsecVpn with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationIpsecVpn &#x3D; Initialize-TraceflowObservationIpsecVpn
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationIpsecVpn with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationProtected</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationProtected</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationProtected</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationProtected &#x3D; Initialize-TraceflowObservationProtected -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationProtected with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationProtected &#x3D; Initialize-TraceflowObservationProtected
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationProtected with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationReceived</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationReceived</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationReceived</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationReceived &#x3D; Initialize-TraceflowObservationReceived -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationReceived with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationReceived &#x3D; Initialize-TraceflowObservationReceived
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationReceived with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationReceivedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationReceivedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationReceivedLogical</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationReceivedLogical &#x3D; Initialize-TraceflowObservationReceivedLogical -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationReceivedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationReceivedLogical &#x3D; Initialize-TraceflowObservationReceivedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationReceivedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationRelayedLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationRelayedLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationRelayedLogical</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationRelayedLogical &#x3D; Initialize-TraceflowObservationRelayedLogical -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationRelayedLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationRelayedLogical &#x3D; Initialize-TraceflowObservationRelayedLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationRelayedLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowObservationReplicationLogical</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowObservationReplicationLogical</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowObservationReplicationLogical</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SequenceNo</maml:name>
          <maml:Description>
            <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeName</maml:name>
          <maml:Description>
            <maml:para>name of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportNodeType</maml:name>
          <maml:Description>
            <maml:para>type of the transport node that observed a traceflow packet</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Timestamp</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TimestampMicro</maml:name>
          <maml:Description>
            <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentSubType</maml:name>
          <maml:Description>
            <maml:para>The sub type of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ComponentName</maml:name>
          <maml:Description>
            <maml:para>The name of the component that issued the observation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>This field contains the site path where this observation was generated.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsEns</maml:name>
          <maml:Description>
            <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SequenceNo</maml:name>
        <maml:Description>
          <maml:para>the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation.</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>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>id of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeName</maml:name>
        <maml:Description>
          <maml:para>name of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportNodeType</maml:name>
        <maml:Description>
          <maml:para>type of the transport node that observed a traceflow packet</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Timestamp</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (milliseconds epoch)</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TimestampMicro</maml:name>
        <maml:Description>
          <maml:para>Timestamp when the observation was created by the transport node (microseconds epoch)</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>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>The type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentSubType</maml:name>
        <maml:Description>
          <maml:para>The sub type of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ComponentName</maml:name>
        <maml:Description>
          <maml:para>The name of the component that issued the observation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>This field contains the site path where this observation was generated.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsEns</maml:name>
        <maml:Description>
          <maml:para>This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$TraceflowObservationReplicationLogical &#x3D; Initialize-TraceflowObservationReplicationLogical -ResourceType &quot;TraceflowObservationForwarded&quot; -SequenceNo 0 -TransportNodeId &quot;MyTransportNodeId&quot; -TransportNodeName &quot;MyTransportNodeName&quot; -TransportNodeType &quot;ESX&quot; -Timestamp 0 -TimestampMicro 0 -ComponentType &quot;PHYSICAL&quot; -ComponentSubType &quot;LR_TIER0&quot; -ComponentName &quot;MyComponentName&quot; -SitePath &quot;MySitePath&quot; -IsEns $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationReplicationLogical with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowObservationReplicationLogical &#x3D; Initialize-TraceflowObservationReplicationLogical
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowObservationReplicationLogical with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TraceflowRequestParameter</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TraceflowRequestParameter</command:noun>
      <maml:description>
        <maml:para>Traceflow request parameter, used in hierarchical API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Traceflow request parameter, used in hierarchical API.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TraceflowRequestParameter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>The type of this request parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>The type of this request parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TraceflowRequestParameter &#x3D; Initialize-TraceflowRequestParameter -ResourceType &quot;MyResourceType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowRequestParameter with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TraceflowRequestParameter &#x3D; Initialize-TraceflowRequestParameter
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TraceflowRequestParameter with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TrafficRateLimits</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TrafficRateLimits</command:noun>
      <maml:description>
        <maml:para>Activates traffic limit for incoming/outgoing broadcast and multicast packets. Use 0 to deactivate rate limiting for a specific traffic type</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Activates traffic limit for incoming/outgoing broadcast and multicast packets. Use 0 to deactivate rate limiting for a specific traffic type</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TrafficRateLimits</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RxBroadcast</maml:name>
          <maml:Description>
            <maml:para>Incoming broadcast traffic limit in packets per second</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>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TxBroadcast</maml:name>
          <maml:Description>
            <maml:para>Outgoing broadcast traffic limit in packets per second</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>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RxMulticast</maml:name>
          <maml:Description>
            <maml:para>Incoming multicast traffic limit in packets per second</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>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TxMulticast</maml:name>
          <maml:Description>
            <maml:para>Outgoing multicast traffic limit in packets per second</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>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RxBroadcast</maml:name>
        <maml:Description>
          <maml:para>Incoming broadcast traffic limit in packets per second</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>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TxBroadcast</maml:name>
        <maml:Description>
          <maml:para>Outgoing broadcast traffic limit in packets per second</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>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RxMulticast</maml:name>
        <maml:Description>
          <maml:para>Incoming multicast traffic limit in packets per second</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>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TxMulticast</maml:name>
        <maml:Description>
          <maml:para>Outgoing multicast traffic limit in packets per second</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>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TrafficRateLimits &#x3D; Initialize-TrafficRateLimits -RxBroadcast 0 -TxBroadcast 0 -RxMulticast 0 -TxMulticast 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TrafficRateLimits with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TrafficRateLimits &#x3D; Initialize-TrafficRateLimits
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TrafficRateLimits with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransitGateway</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransitGateway</command:noun>
      <maml:description>
        <maml:para>Policy VPC transit gateway</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy VPC transit gateway</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransitGateway</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>$TransitGateway &#x3D; Initialize-TransitGateway
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransitGateway with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransitGateway &#x3D; Initialize-TransitGateway
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransitGateway with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransitGatewayAttachment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransitGatewayAttachment</command:noun>
      <maml:description>
        <maml:para>Transit Gateway Attachment</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Transit Gateway Attachment</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransitGatewayAttachment</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>$TransitGatewayAttachment &#x3D; Initialize-TransitGatewayAttachment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransitGatewayAttachment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransitGatewayAttachment &#x3D; Initialize-TransitGatewayAttachment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransitGatewayAttachment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransitGatewayNatRule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransitGatewayNatRule</command:noun>
      <maml:description>
        <maml:para>Represents a NAT rule between source and destination at for a given VPC transit gateway.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a NAT rule between source and destination at for a given VPC transit gateway.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransitGatewayNatRule</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>$TransitGatewayNatRule &#x3D; Initialize-TransitGatewayNatRule
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransitGatewayNatRule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransitGatewayNatRule &#x3D; Initialize-TransitGatewayNatRule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransitGatewayNatRule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportInfo</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportInfo</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportInfo</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Protocol</maml:name>
          <maml:Description>
            <maml:para>Protocol type over IP layer</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcPort</maml:name>
          <maml:Description>
            <maml:para>Source port</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstPort</maml:name>
          <maml:Description>
            <maml:para>Destination port</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Spi</maml:name>
          <maml:Description>
            <maml:para>Security Parameter Index is to uniquely identify a particular IPSec Security Association </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>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>Protocol</maml:name>
        <maml:Description>
          <maml:para>Protocol type over IP layer</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcPort</maml:name>
        <maml:Description>
          <maml:para>Source port</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstPort</maml:name>
        <maml:Description>
          <maml:para>Destination port</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Spi</maml:name>
        <maml:Description>
          <maml:para>Security Parameter Index is to uniquely identify a particular IPSec Security Association </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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportInfo &#x3D; Initialize-TransportInfo -Protocol &quot;TCP&quot; -SrcPort 0 -DstPort 0 -Spi 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportInfo with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportInfo &#x3D; Initialize-TransportInfo
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportInfo with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeProfileSubConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeProfileSubConfig</command:noun>
      <maml:description>
        <maml:para>Transport Node Profile sub-configuration option specification</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Transport Node Profile sub-configuration option specification</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeProfileSubConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>This field represents the name of the subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch. This name should be unique across a specific host switch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>HostSwitchConfigOption</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigOption</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigOption</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>This field represents the name of the subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch. This name should be unique across a specific host switch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>HostSwitchConfigOption</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigOption</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.HostSwitchConfigOption</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$HostSwitchProfileTypeIdEntry &#x3D; Initialize-HostSwitchProfileTypeIdEntry -Key &quot;UplinkHostSwitchProfile&quot; -Value &quot;MyValue&quot;
$VdsUplink &#x3D; Initialize-VdsUplink -VdsUplinkName &quot;MyVdsUplinkName&quot; -VdsLagName &quot;MyVdsLagName&quot; -UplinkName &quot;MyUplinkName&quot;
$IpAssignmentSpec &#x3D; Initialize-IpAssignmentSpec -ResourceType &quot;StaticIpPoolSpec&quot;
$Ipv6AssignmentSpec &#x3D; Initialize-Ipv6AssignmentSpec -ResourceType &quot;StaticIpv6PoolSpec&quot;
$HostSwitchConfigOption &#x3D; Initialize-HostSwitchConfigOption -HostSwitchId &quot;MyHostSwitchId&quot; -HostSwitchProfileIds $HostSwitchProfileTypeIdEntry -Uplinks $VdsUplink -IpAssignmentSpec $IpAssignmentSpec -Ipv6AssignmentSpec $Ipv6AssignmentSpec

$TransportNodeProfileSubConfig &#x3D; Initialize-TransportNodeProfileSubConfig -Name &quot;MyName&quot; -HostSwitchConfigOption $HostSwitchConfigOption
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeProfileSubConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$HostSwitchConfigOption &#x3D; Initialize-HostSwitchConfigOption

$TransportNodeProfileSubConfig &#x3D; Initialize-TransportNodeProfileSubConfig -Name &quot;MyName&quot; -HostSwitchConfigOption $HostSwitchConfigOption
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeProfileSubConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-HostSwitchConfigOption</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeSpanEnforcedStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeSpanEnforcedStatus</command:noun>
      <maml:description>
        <maml:para>Detailed Realized Status of an Intent on a span of Transport Nodes. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Detailed Realized Status of an Intent on a span of Transport Nodes. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeSpanEnforcedStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Enforced Realized Status Per Scope Resource Type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Enforced Realized Status Per Scope Resource Type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportNodeSpanEnforcedStatus &#x3D; Initialize-TransportNodeSpanEnforcedStatus -ResourceType &quot;TransportNodeSpanEnforcedStatus&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeSpanEnforcedStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportNodeSpanEnforcedStatus &#x3D; Initialize-TransportNodeSpanEnforcedStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeSpanEnforcedStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeVtepAction</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeVtepAction</command:noun>
      <maml:description>
        <maml:para>An object representing an action on one or more VTEPs</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An object representing an action on one or more VTEPs</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeVtepAction</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActionType</maml:name>
          <maml:Description>
            <maml:para>Type of action</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ActionType</maml:name>
        <maml:Description>
          <maml:para>Type of action</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepAction &#x3D; Initialize-TransportNodeVtepAction -ActionType &quot;MyActionType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepAction with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepAction &#x3D; Initialize-TransportNodeVtepAction -ActionType &quot;MyActionType&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepAction with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeVtepAdminStateMgmtRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeVtepAdminStateMgmtRequest</command:noun>
      <maml:description>
        <maml:para>An object representing a request to manage the Admin State of a VTEP</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An object representing a request to manage the Admin State of a VTEP</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeVtepAdminStateMgmtRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActionType</maml:name>
          <maml:Description>
            <maml:para>Type of action</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>ActionType</maml:name>
        <maml:Description>
          <maml:para>Type of action</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepAdminStateMgmtRequest &#x3D; Initialize-TransportNodeVtepAdminStateMgmtRequest -ActionType &quot;MyActionType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepAdminStateMgmtRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepAdminStateMgmtRequest &#x3D; Initialize-TransportNodeVtepAdminStateMgmtRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepAdminStateMgmtRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeVtepAdminStateMgmtStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeVtepAdminStateMgmtStatus</command:noun>
      <maml:description>
        <maml:para>An object representing the status of a VTEP Admin State mgmt request</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An object representing the status of a VTEP Admin State mgmt request</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeVtepAdminStateMgmtStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Action identifier</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StatusType</maml:name>
          <maml:Description>
            <maml:para>Type of action status</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>Action status</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StatusMessage</maml:name>
          <maml:Description>
            <maml:para>Action status message</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Id</maml:name>
        <maml:Description>
          <maml:para>Action identifier</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StatusType</maml:name>
        <maml:Description>
          <maml:para>Type of action status</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>Action status</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StatusMessage</maml:name>
        <maml:Description>
          <maml:para>Action status message</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepAdminStateMgmtStatus &#x3D; Initialize-TransportNodeVtepAdminStateMgmtStatus -Id &quot;MyId&quot; -StatusType &quot;MyStatusType&quot; -Status &quot;PENDING&quot; -StatusMessage &quot;MyStatusMessage&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepAdminStateMgmtStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepAdminStateMgmtStatus &#x3D; Initialize-TransportNodeVtepAdminStateMgmtStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepAdminStateMgmtStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeVtepRecoveryRequest</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeVtepRecoveryRequest</command:noun>
      <maml:description>
        <maml:para>An object representing a request to recover an unhealthy VTEP</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An object representing a request to recover an unhealthy VTEP</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeVtepRecoveryRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ActionType</maml:name>
          <maml:Description>
            <maml:para>Type of action</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>ActionType</maml:name>
        <maml:Description>
          <maml:para>Type of action</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepRecoveryRequest &#x3D; Initialize-TransportNodeVtepRecoveryRequest -ActionType &quot;MyActionType&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepRecoveryRequest with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepRecoveryRequest &#x3D; Initialize-TransportNodeVtepRecoveryRequest
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepRecoveryRequest with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportNodeVtepRecoveryStatus</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportNodeVtepRecoveryStatus</command:noun>
      <maml:description>
        <maml:para>An object representing the status of a VTEP recovery request</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>An object representing the status of a VTEP recovery request</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportNodeVtepRecoveryStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Action identifier</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StatusType</maml:name>
          <maml:Description>
            <maml:para>Type of action status</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml: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>Action status</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StatusMessage</maml:name>
          <maml:Description>
            <maml:para>Action status message</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>Id</maml:name>
        <maml:Description>
          <maml:para>Action identifier</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StatusType</maml:name>
        <maml:Description>
          <maml:para>Type of action status</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml: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>Action status</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StatusMessage</maml:name>
        <maml:Description>
          <maml:para>Action status message</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepRecoveryStatus &#x3D; Initialize-TransportNodeVtepRecoveryStatus -Id &quot;MyId&quot; -StatusType &quot;MyStatusType&quot; -Status &quot;PENDING&quot; -StatusMessage &quot;MyStatusMessage&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepRecoveryStatus with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportNodeVtepRecoveryStatus &#x3D; Initialize-TransportNodeVtepRecoveryStatus
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportNodeVtepRecoveryStatus with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportProtocolHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportProtocolHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportProtocolHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IcmpEchoRequestHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IcmpEchoRequestHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.IcmpEchoRequestHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UdpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UdpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.UdpHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TcpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TcpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.TcpHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Dhcpv6Header</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Dhcpv6Header</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Dhcpv6Header</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsHeader</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NdpHeader</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NdpHeader</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.NdpHeader</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>IcmpEchoRequestHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IcmpEchoRequestHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.IcmpEchoRequestHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UdpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.UdpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.UdpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TcpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TcpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.TcpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Dhcpv6Header</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Dhcpv6Header</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Dhcpv6Header</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NdpHeader</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NdpHeader</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.NdpHeader</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$IcmpEchoRequestHeader &#x3D; Initialize-IcmpEchoRequestHeader -Id 0 -Sequence 0
$UdpHeader &#x3D; Initialize-UdpHeader -SrcPort 0 -DstPort 0
$TcpHeader &#x3D; Initialize-TcpHeader -SrcPort 0 -DstPort 0 -TcpFlags 0
$DhcpHeader &#x3D; Initialize-DhcpHeader -OpCode &quot;BOOTREQUEST&quot;
$Dhcpv6Header &#x3D; Initialize-Dhcpv6Header -MsgType &quot;SOLICIT&quot;
$DnsHeader &#x3D; Initialize-DnsHeader -MessageType &quot;QUERY&quot; -Address &quot;MyAddress&quot; -AddressType &quot;V4&quot;
$NdpHeader &#x3D; Initialize-NdpHeader -MsgType &quot;NEIGHBOR_SOLICITATION&quot; -DstIp &quot;MyDstIp&quot;
$TransportProtocolHeader &#x3D; Initialize-TransportProtocolHeader -IcmpEchoRequestHeader $IcmpEchoRequestHeader -UdpHeader $UdpHeader -TcpHeader $TcpHeader -DhcpHeader $DhcpHeader -Dhcpv6Header $Dhcpv6Header -DnsHeader $DnsHeader -NdpHeader $NdpHeader
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportProtocolHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$TransportProtocolHeader &#x3D; Initialize-TransportProtocolHeader
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportProtocolHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-IcmpEchoRequestHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-UdpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-TcpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-DhcpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-Dhcpv6Header</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-DnsHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-NdpHeader</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportZoneEndPoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportZoneEndPoint</command:noun>
      <maml:description>
        <maml:para>Specify which HostSwitch from this TransportNode is used handle traffic for given TransportZone</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Specify which HostSwitch from this TransportNode is used handle traffic for given TransportZone</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportZoneEndPoint</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportZoneId</maml:name>
          <maml:Description>
            <maml:para>For MP APIs provide UUID of transport zone. For Policy APIs provide policyPath of transport zone.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TransportZoneProfileIds</maml:name>
          <maml:Description>
            <maml:para>For MP APIs provide UUID of transport zone profiles. For Policy APIs provide policyPath of transport zone profiles.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneProfileTypeIdEntry&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneProfileTypeIdEntry&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportZoneId</maml:name>
        <maml:Description>
          <maml:para>For MP APIs provide UUID of transport zone. For Policy APIs provide policyPath of transport zone.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TransportZoneProfileIds</maml:name>
        <maml:Description>
          <maml:para>For MP APIs provide UUID of transport zone profiles. For Policy APIs provide policyPath of transport zone profiles.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneProfileTypeIdEntry&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.TransportZoneProfileTypeIdEntry&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$TransportZoneProfileTypeIdEntry &#x3D; Initialize-TransportZoneProfileTypeIdEntry -ResourceType &quot;BfdHealthMonitoringProfile&quot; -ProfileId &quot;MyProfileId&quot;
$TransportZoneEndPoint &#x3D; Initialize-TransportZoneEndPoint -TransportZoneId &quot;MyTransportZoneId&quot; -TransportZoneProfileIds $TransportZoneProfileTypeIdEntry
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportZoneEndPoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$TransportZoneEndPoint &#x3D; Initialize-TransportZoneEndPoint -TransportZoneId &quot;MyTransportZoneId&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportZoneEndPoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TransportZoneProfileTypeIdEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TransportZoneProfileTypeIdEntry</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TransportZoneProfileTypeIdEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Selects the type of the transport zone profile</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml: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 of the 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Selects the type of the transport zone profile</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml: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 of the 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TransportZoneProfileTypeIdEntry &#x3D; Initialize-TransportZoneProfileTypeIdEntry -ResourceType &quot;BfdHealthMonitoringProfile&quot; -ProfileId &quot;MyProfileId&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportZoneProfileTypeIdEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TransportZoneProfileTypeIdEntry &#x3D; Initialize-TransportZoneProfileTypeIdEntry -ProfileId &quot;MyProfileId&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TransportZoneProfileTypeIdEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Tunnel</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Tunnel</command:noun>
      <maml:description>
        <maml:para>polymorphic resource type and support resource types - GreTunnel</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>polymorphic resource type and support resource types - GreTunnel</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Tunnel</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>$Tunnel &#x3D; Initialize-Tunnel
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tunnel with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Tunnel &#x3D; Initialize-Tunnel
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Tunnel with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TunnelAddress</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TunnelAddress</command:noun>
      <maml:description>
        <maml:para>Tunnel Address request parameters</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tunnel Address request parameters</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TunnelAddress</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EdgePath</maml:name>
          <maml:Description>
            <maml:para>policy path of edge node where tunnel will be realized with the subnet 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>TunnelInterfaceSubnet</maml:name>
          <maml:Description>
            <maml:para>IP addresses in CIDR format for both IP4 and IPv6 assigned to tunnel interface on a given edge node </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SourceAddress</maml:name>
          <maml:Description>
            <maml:para>Specify IPv4 source addresses as the tunnel local end point addresses. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EdgePath</maml:name>
        <maml:Description>
          <maml:para>policy path of edge node where tunnel will be realized with the subnet 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>TunnelInterfaceSubnet</maml:name>
        <maml:Description>
          <maml:para>IP addresses in CIDR format for both IP4 and IPv6 assigned to tunnel interface on a given edge node </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.InterfaceSubnet&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SourceAddress</maml:name>
        <maml:Description>
          <maml:para>Specify IPv4 source addresses as the tunnel local end point addresses. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$InterfaceSubnet &#x3D; Initialize-InterfaceSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLen 0
$TunnelAddress &#x3D; Initialize-TunnelAddress -EdgePath &quot;MyEdgePath&quot; -TunnelInterfaceSubnet $InterfaceSubnet -SourceAddress &quot;MySourceAddress&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelAddress with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$InterfaceSubnet &#x3D; Initialize-InterfaceSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLen 0
$TunnelAddress &#x3D; Initialize-TunnelAddress -EdgePath &quot;MyEdgePath&quot; -TunnelInterfaceSubnet $InterfaceSubnet -SourceAddress &quot;MySourceAddress&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelAddress with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TunnelInterfaceIPSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TunnelInterfaceIPSubnet</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TunnelInterfaceIPSubnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>IPv4 or IPv6 Addresses</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet Prefix Length maximum prefixlen for IPv4 address - 31, IPv6 address - 127.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>IPv4 or IPv6 Addresses</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet Prefix Length maximum prefixlen for IPv4 address - 31, IPv6 address - 127.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TunnelInterfaceIPSubnet &#x3D; Initialize-TunnelInterfaceIPSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelInterfaceIPSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TunnelInterfaceIPSubnet &#x3D; Initialize-TunnelInterfaceIPSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelInterfaceIPSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TunnelKeepAlive</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TunnelKeepAlive</command:noun>
      <maml:description>
        <maml:para>Tunnel Keep Alive</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tunnel Keep Alive</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TunnelKeepAlive</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enabled</maml:name>
          <maml:Description>
            <maml:para>Enable/Disable tunnel keep alive</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableKeepaliveAck</maml:name>
          <maml:Description>
            <maml:para>Enable tunnel keep alive acknowledge</maml:para>
          </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>KeepaliveInterval</maml:name>
          <maml:Description>
            <maml:para>Keep alive interval</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>10</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeadTimeMultiplier</maml:name>
          <maml:Description>
            <maml:para>Dead time multiplier</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>3</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Enabled</maml:name>
        <maml:Description>
          <maml:para>Enable/Disable tunnel keep alive</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableKeepaliveAck</maml:name>
        <maml:Description>
          <maml:para>Enable tunnel keep alive acknowledge</maml:para>
        </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>KeepaliveInterval</maml:name>
        <maml:Description>
          <maml:para>Keep alive interval</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>10</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeadTimeMultiplier</maml:name>
        <maml:Description>
          <maml:para>Dead time multiplier</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>3</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TunnelKeepAlive &#x3D; Initialize-TunnelKeepAlive -Enabled $false -EnableKeepaliveAck $false -KeepaliveInterval 0 -DeadTimeMultiplier 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelKeepAlive with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TunnelKeepAlive &#x3D; Initialize-TunnelKeepAlive
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelKeepAlive with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TunnelPortStatisticsPerNode</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TunnelPortStatisticsPerNode</command:noun>
      <maml:description>
        <maml:para>Provides the following information of a tunnel port in a given transport node: - Port ID and source address of the tunnel. - The subcluster ID of the logical tunnel port. - Transport node ID. - &lt;b&gt;Incoming packet counters&lt;/b&gt; on the tunnel port in a given transport node. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel port was created. The counters will be reset on edge reboot or edge dataplane restart. - &lt;b&gt;Outgoing packet counters&lt;/b&gt; on the tunnel port in a given transport node. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel port was created. The counters will be reset on edge reboot or edge dataplane restart. - Some of the packet drop reasons include, the DAD (Duplicate Address Detection) status of the IP is not in ASSIGNED state, firewall rules, failed to fragment the packet, receive malformed packet, could not find route to destination, absence of the receiver, insufficient memory, incomplete ARP resolution of the next-hop, RPF check failure, failed to redirect packet to KNI interface, TTL exceeded, port does not have a linked peer port and and unsupported - destination, protocol or L4 port. - Some of the IPSec packet drop reasons include the missing security association or VTI interface. It also includes packets dropped due to policy lookup error or block policy. - Provides the total number of service-insertion, KNI, non-IP and IPv6 packets dropped. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Provides the following information of a tunnel port in a given transport node: - Port ID and source address of the tunnel. - The subcluster ID of the logical tunnel port. - Transport node ID. - &lt;b&gt;Incoming packet counters&lt;/b&gt; on the tunnel port in a given transport node. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel port was created. The counters will be reset on edge reboot or edge dataplane restart. - &lt;b&gt;Outgoing packet counters&lt;/b&gt; on the tunnel port in a given transport node. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the tunnel port was created. The counters will be reset on edge reboot or edge dataplane restart. - Some of the packet drop reasons include, the DAD (Duplicate Address Detection) status of the IP is not in ASSIGNED state, firewall rules, failed to fragment the packet, receive malformed packet, could not find route to destination, absence of the receiver, insufficient memory, incomplete ARP resolution of the next-hop, RPF check failure, failed to redirect packet to KNI interface, TTL exceeded, port does not have a linked peer port and and unsupported - destination, protocol or L4 port. - Some of the IPSec packet drop reasons include the missing security association or VTI interface. It also includes packets dropped due to policy lookup error or block policy. - Provides the total number of service-insertion, KNI, non-IP and IPv6 packets dropped. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TunnelPortStatisticsPerNode</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>$TunnelPortStatisticsPerNode &#x3D; Initialize-TunnelPortStatisticsPerNode
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelPortStatisticsPerNode with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TunnelPortStatisticsPerNode &#x3D; Initialize-TunnelPortStatisticsPerNode
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelPortStatisticsPerNode with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-TunnelSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>TunnelSubnet</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-TunnelSubnet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IpAddresses</maml:name>
          <maml:Description>
            <maml:para>Subnet ip addresses</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PrefixLength</maml:name>
          <maml:Description>
            <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IpAddresses</maml:name>
        <maml:Description>
          <maml:para>Subnet ip addresses</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PrefixLength</maml:name>
        <maml:Description>
          <maml:para>Subnet Prefix Length</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$TunnelSubnet &#x3D; Initialize-TunnelSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$TunnelSubnet &#x3D; Initialize-TunnelSubnet -IpAddresses &quot;MyIpAddresses&quot; -PrefixLength 0
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-TunnelSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UAAgentCommonResource</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UAAgentCommonResource</command:noun>
      <maml:description>
        <maml:para>Common parameters needed to onboard/offboard site to/from NSXi, NDR, and Metrics.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Common parameters needed to onboard/offboard site to/from NSXi, NDR, and Metrics.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UAAgentCommonResource</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>$UAAgentCommonResource &#x3D; Initialize-UAAgentCommonResource
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UAAgentCommonResource with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UAAgentCommonResource &#x3D; Initialize-UAAgentCommonResource
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UAAgentCommonResource with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UdpHeader</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UdpHeader</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UdpHeader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SrcPort</maml:name>
          <maml:Description>
            <maml:para>Source port of udp header</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DstPort</maml:name>
          <maml:Description>
            <maml:para>Destination port of udp header</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
          <dev:type>
            <maml:name>ulong</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SrcPort</maml:name>
        <maml:Description>
          <maml:para>Source port of udp header</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DstPort</maml:name>
        <maml:Description>
          <maml:para>Destination port of udp header</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ulong</command:parameterValue>
        <dev:type>
          <maml:name>ulong</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$UdpHeader &#x3D; Initialize-UdpHeader -SrcPort 0 -DstPort 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UdpHeader with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UdpHeader &#x3D; Initialize-UdpHeader
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UdpHeader with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UnaryOperation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UnaryOperation</command:noun>
      <maml:description>
        <maml:para>Unary Operation.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Unary Operation.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UnaryOperation</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Operator</maml:name>
          <maml:Description>
            <maml:para>Logical Operator describing the operation to apply to the operand.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Operand</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ResourceFieldPointer</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.ResourceFieldPointer</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Operator</maml:name>
        <maml:Description>
          <maml:para>Logical Operator describing the operation to apply to the operand.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Operand</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ResourceFieldPointer</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.ResourceFieldPointer</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$ResourceFieldPointer &#x3D; Initialize-ResourceFieldPointer -Path &quot;MyPath&quot; -FieldPointer &quot;MyFieldPointer&quot;
$UnaryOperation &#x3D; Initialize-UnaryOperation -Operator &quot;APPEND&quot; -Operand $ResourceFieldPointer
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UnaryOperation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$ResourceFieldPointer &#x3D; Initialize-ResourceFieldPointer -FieldPointer &quot;MyFieldPointer&quot;
$UnaryOperation &#x3D; Initialize-UnaryOperation -Operator &quot;APPEND&quot; -Operand $ResourceFieldPointer
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UnaryOperation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-ResourceFieldPointer</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UnaryOperationBasedInjectionValue</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UnaryOperationBasedInjectionValue</command:noun>
      <maml:description>
        <maml:para>Operation based Injection Value.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Operation based Injection Value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UnaryOperationBasedInjectionValue</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Injection Value resource type. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Injection Value resource type. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$UnaryOperationBasedInjectionValue &#x3D; Initialize-UnaryOperationBasedInjectionValue -ResourceType &quot;UnaryOperationBasedInjectionValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UnaryOperationBasedInjectionValue with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UnaryOperationBasedInjectionValue &#x3D; Initialize-UnaryOperationBasedInjectionValue
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UnaryOperationBasedInjectionValue with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UnboundedKeyValuePair</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UnboundedKeyValuePair</command:noun>
      <maml:description>
        <maml:para>A key-value pair with no limitations on size</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A key-value pair with no limitations on size</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UnboundedKeyValuePair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Key</maml:name>
          <maml:Description>
            <maml:para>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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>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>Key</maml:name>
        <maml:Description>
          <maml:para>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="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UnboundedKeyValuePair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UnboundedKeyValuePair &#x3D; Initialize-UnboundedKeyValuePair -Key &quot;MyKey&quot; -Value &quot;MyValue&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UnboundedKeyValuePair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UpdateIdsSiteVersionMappingQueryParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UpdateIdsSiteVersionMappingQueryParameters</command:noun>
      <maml:description>
        <maml:para>Query parameters to be provided with the PatchIdsSiteVersionMapping and CreateOrUpdateIdsSiteVersionMapping API. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Query parameters to be provided with the PatchIdsSiteVersionMapping and CreateOrUpdateIdsSiteVersionMapping API. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UpdateIdsSiteVersionMappingQueryParameters</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Force</maml:name>
          <maml:Description>
            <maml:para>Trigger an update for the IdsSiteVersionMapping even if there is no change in the IdsSiteVersionMapping. This is needed to recover from error conditions wherein the bundle download fails on the LM. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Force</maml:name>
        <maml:Description>
          <maml:para>Trigger an update for the IdsSiteVersionMapping even if there is no change in the IdsSiteVersionMapping. This is needed to recover from error conditions wherein the bundle download fails on the LM. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$UpdateIdsSiteVersionMappingQueryParameters &#x3D; Initialize-UpdateIdsSiteVersionMappingQueryParameters -Force $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UpdateIdsSiteVersionMappingQueryParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UpdateIdsSiteVersionMappingQueryParameters &#x3D; Initialize-UpdateIdsSiteVersionMappingQueryParameters
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UpdateIdsSiteVersionMappingQueryParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UpgradeCoordinatorDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UpgradeCoordinatorDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>Configuration for upgrade-coordinator deployment.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Configuration for upgrade-coordinator deployment.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UpgradeCoordinatorDeploymentConfig</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>$UpgradeCoordinatorDeploymentConfig &#x3D; Initialize-UpgradeCoordinatorDeploymentConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UpgradeCoordinatorDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UpgradeCoordinatorDeploymentConfig &#x3D; Initialize-UpgradeCoordinatorDeploymentConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UpgradeCoordinatorDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Uplink</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Uplink</command:noun>
      <maml:description>
        <maml:para>Object to identify an uplink based on its type and name</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Object to identify an uplink based on its type and name</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Uplink</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkName</maml:name>
          <maml:Description>
            <maml:para>Name of this uplink</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkType</maml:name>
          <maml:Description>
            <maml:para>Type of the uplink</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkInfo</maml:name>
          <maml:Description>
            <maml:para>Additional information indicating if the uplink is being configured for certain data-path features. An uplink can be considered as DPU capable if the corresponding host-switch data-path processing is offloaded to the SmartNic. PRP_LAN enums are not supported currently. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkName</maml:name>
        <maml:Description>
          <maml:para>Name of this uplink</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkType</maml:name>
        <maml:Description>
          <maml:para>Type of the uplink</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkInfo</maml:name>
        <maml:Description>
          <maml:para>Additional information indicating if the uplink is being configured for certain data-path features. An uplink can be considered as DPU capable if the corresponding host-switch data-path processing is offloaded to the SmartNic. PRP_LAN enums are not supported currently. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$Uplink &#x3D; Initialize-Uplink -UplinkName &quot;MyUplinkName&quot; -UplinkType &quot;PNIC&quot; -UplinkInfo &quot;PRP_LAN_A&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Uplink with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Uplink &#x3D; Initialize-Uplink -UplinkName &quot;MyUplinkName&quot; -UplinkType &quot;PNIC&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Uplink with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UploadBundleRemoteServer</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UploadBundleRemoteServer</command:noun>
      <maml:description>
        <maml:para>Upload bundle from remote server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Upload bundle from remote server.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UploadBundleRemoteServer</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>$UploadBundleRemoteServer &#x3D; Initialize-UploadBundleRemoteServer
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UploadBundleRemoteServer with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$UploadBundleRemoteServer &#x3D; Initialize-UploadBundleRemoteServer
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UploadBundleRemoteServer with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-UrlAlias</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>UrlAlias</command:noun>
      <maml:description>
        <maml:para>Short name or alias of a url. It is used to represent the url.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Short name or alias of a url. It is used to represent the url.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-UrlAlias</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Alias</maml:name>
          <maml:Description>
            <maml:para>Short name or alias of url, if any. If not specified, the url can be referenced by its index in the array of urls of the datasource instance as $&lt;index&gt; (for example, $0).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>Url to fetch data from.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Query</maml:name>
          <maml:Description>
            <maml:para>Search query to be applied, if any. If query string is not provided, it will be ignored.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RequestMethod</maml:name>
          <maml:Description>
            <maml:para>Type of the http method (Get, Post) to be used while invoking the given url through dashboard datasource framework.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RequestMethodEnum.Get</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RequestHeaders</maml:name>
          <maml:Description>
            <maml:para>A raw request header in the form json format for a given url. This request header will be submitted along with request while giving a api call.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RequestBody</maml:name>
          <maml:Description>
            <maml:para>A raw request body in the form json format for a given url. This request body will be submitted along with request while giving a post api call.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>KeystoreInfo</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</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>Alias</maml:name>
        <maml:Description>
          <maml:para>Short name or alias of url, if any. If not specified, the url can be referenced by its index in the array of urls of the datasource instance as $&lt;index&gt; (for example, $0).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>Url to fetch data from.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Query</maml:name>
        <maml:Description>
          <maml:para>Search query to be applied, if any. If query string is not provided, it will be ignored.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RequestMethod</maml:name>
        <maml:Description>
          <maml:para>Type of the http method (Get, Post) to be used while invoking the given url through dashboard datasource framework.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.RequestMethodEnum.Get</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RequestHeaders</maml:name>
        <maml:Description>
          <maml:para>A raw request header in the form json format for a given url. This request header will be submitted along with request while giving a api call.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RequestBody</maml:name>
        <maml:Description>
          <maml:para>A raw request body in the form json format for a given url. This request body will be submitted along with request while giving a post api call.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>KeystoreInfo</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.KeyStoreInfo</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$KeyStoreInfo &#x3D; Initialize-KeyStoreInfo -KeystoreAlias &quot;MyKeystoreAlias&quot; -Keystore &quot;MyKeystore&quot; -Truststore &quot;MyTruststore&quot; -KeystorePhrase &quot;MyKeystorePhrase&quot;
$UrlAlias &#x3D; Initialize-UrlAlias -Alias &quot;MyAlias&quot; -Url &quot;MyUrl&quot; -Query &quot;MyQuery&quot; -RequestMethod &quot;Get&quot; -RequestHeaders 0 -RequestBody 0 -KeystoreInfo $KeyStoreInfo
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UrlAlias with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$UrlAlias &#x3D; Initialize-UrlAlias -Url &quot;MyUrl&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-UrlAlias with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-KeyStoreInfo</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VMTagReplicationPolicy</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VMTagReplicationPolicy</command:noun>
      <maml:description>
        <maml:para>A policy to replicate tags from once site to other sites. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A policy to replicate tags from once site to other sites. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VMTagReplicationPolicy</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>$VMTagReplicationPolicy &#x3D; Initialize-VMTagReplicationPolicy
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VMTagReplicationPolicy with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VMTagReplicationPolicy &#x3D; Initialize-VMTagReplicationPolicy
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VMTagReplicationPolicy with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-ValueConstraintExpression</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>ValueConstraintExpression</command:noun>
      <maml:description>
        <maml:para>Represents the leaf level value constraint to constrain specified attribute value to the set of values to be allowed/not-allowed. Example - sourceGroups allowed to have only with list of groups. { \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;values\&quot;:[\&quot;/infra/services/HTTP\&quot;, \&quot;/infra/services/HTTPS\&quot;] } </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents the leaf level value constraint to constrain specified attribute value to the set of values to be allowed/not-allowed. Example - sourceGroups allowed to have only with list of groups. { \&quot;operator\&quot;:\&quot;INCLUDES\&quot;, \&quot;values\&quot;:[\&quot;/infra/services/HTTP\&quot;, \&quot;/infra/services/HTTPS\&quot;] } </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-ValueConstraintExpression</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>$ValueConstraintExpression &#x3D; Initialize-ValueConstraintExpression
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ValueConstraintExpression with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$ValueConstraintExpression &#x3D; Initialize-ValueConstraintExpression
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-ValueConstraintExpression with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VdrSystemCounterRequestParameters</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VdrSystemCounterRequestParameters</command:noun>
      <maml:description>
        <maml:para>Placeholder to specify inputs to fetch VDR system counters </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Placeholder to specify inputs to fetch VDR system counters </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VdrSystemCounterRequestParameters</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Source</maml:name>
          <maml:Description>
            <maml:para>This indicates the data source type of the statistics. Data source type of realtime indicates that realtime statistics data will be fetched. Since only the realtime statistics are available for VDR System Counters as of now, source field is made mandatory. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Source</maml:name>
        <maml:Description>
          <maml:para>This indicates the data source type of the statistics. Data source type of realtime indicates that realtime statistics data will be fetched. Since only the realtime statistics are available for VDR System Counters as of now, source field is made mandatory. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VdrSystemCounterRequestParameters &#x3D; Initialize-VdrSystemCounterRequestParameters -Source &quot;realtime&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VdrSystemCounterRequestParameters with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VdrSystemCounterRequestParameters &#x3D; Initialize-VdrSystemCounterRequestParameters -Source &quot;realtime&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VdrSystemCounterRequestParameters with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VdsUplink</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VdsUplink</command:noun>
      <maml:description>
        <maml:para>If Virtual Distributed Switch is used as a HostSwitch to configure TransportNode or TransportNodeProfie, this mapping should be specified. You can either use vds_uplink_name or vds_lag_name to associate with uplink_name from UplinkHostSwitch profile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>If Virtual Distributed Switch is used as a HostSwitch to configure TransportNode or TransportNodeProfie, this mapping should be specified. You can either use vds_uplink_name or vds_lag_name to associate with uplink_name from UplinkHostSwitch profile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VdsUplink</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VdsUplinkName</maml:name>
          <maml:Description>
            <maml:para>Uplink name of VDS that is connected to Physical NIC on a host from vSphere.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VdsLagName</maml:name>
          <maml:Description>
            <maml:para>LAG name that is connected to Physical NIC on a host from vSphere.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>UplinkName</maml:name>
          <maml:Description>
            <maml:para>This name is from UplinkHostSwitch profile that is associated with the HostSwitch specified in TransportNode or TransportNodeProfile configuration. This name will be used as an alias to either VDS uplink or lag in other 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>VdsUplinkName</maml:name>
        <maml:Description>
          <maml:para>Uplink name of VDS that is connected to Physical NIC on a host from vSphere.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VdsLagName</maml:name>
        <maml:Description>
          <maml:para>LAG name that is connected to Physical NIC on a host from vSphere.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>UplinkName</maml:name>
        <maml:Description>
          <maml:para>This name is from UplinkHostSwitch profile that is associated with the HostSwitch specified in TransportNode or TransportNodeProfile configuration. This name will be used as an alias to either VDS uplink or lag in other 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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VdsUplink &#x3D; Initialize-VdsUplink -VdsUplinkName &quot;MyVdsUplinkName&quot; -VdsLagName &quot;MyVdsLagName&quot; -UplinkName &quot;MyUplinkName&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VdsUplink with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VdsUplink &#x3D; Initialize-VdsUplink -UplinkName &quot;MyUplinkName&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VdsUplink with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VersionList</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VersionList</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VersionList</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>$VersionList &#x3D; Initialize-VersionList
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VersionList with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VersionList &#x3D; Initialize-VersionList
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VersionList with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-View</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>View</command:noun>
      <maml:description>
        <maml:para>Describes the configuration of a view to be displayed on the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Describes the configuration of a view to be displayed on the dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-View</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>$View &#x3D; Initialize-View
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-View with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$View &#x3D; Initialize-View
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-View with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VirtualEndpoint</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VirtualEndpoint</command:noun>
      <maml:description>
        <maml:para>A VirtualEndpoint represents an IP (or nexthop) which is outside SDDC. It represents a redirection target for RedirectionPolicy. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A VirtualEndpoint represents an IP (or nexthop) which is outside SDDC. It represents a redirection target for RedirectionPolicy. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VirtualEndpoint</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>$VirtualEndpoint &#x3D; Initialize-VirtualEndpoint
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VirtualEndpoint with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VirtualEndpoint &#x3D; Initialize-VirtualEndpoint
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VirtualEndpoint with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VirtualMachineTagsUpdate</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VirtualMachineTagsUpdate</command:noun>
      <maml:description>
        <maml:para>List of tags applied to the virtual machine. Based on the enforcement point, the virtual_machine_id will be different. It could be an external id for NSX T or a moid for NSX V </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>List of tags applied to the virtual machine. Based on the enforcement point, the virtual_machine_id will be different. It could be an external id for NSX T or a moid for NSX V </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VirtualMachineTagsUpdate</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Tags</maml:name>
          <maml:Description>
            <maml:para>List of tags to be applied on the virtual machine </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>VirtualMachineId</maml:name>
          <maml:Description>
            <maml:para>The identifier that is used in the enforcement point that uniquely identifies the virtual machine. In case of NSXT it would be the value of the external_id of the virtual machine. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Tags</maml:name>
        <maml:Description>
          <maml:para>List of tags to be applied on the virtual machine </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.Tag&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>VirtualMachineId</maml:name>
        <maml:Description>
          <maml:para>The identifier that is used in the enforcement point that uniquely identifies the virtual machine. In case of NSXT it would be the value of the external_id of the virtual machine. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <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 &#x3D; Initialize-Tag -Scope &quot;MyScope&quot; -_Tag &quot;My_Tag&quot;
$VirtualMachineTagsUpdate &#x3D; Initialize-VirtualMachineTagsUpdate -Tags $Tag -VirtualMachineId &quot;MyVirtualMachineId&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VirtualMachineTagsUpdate with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$Tag &#x3D; Initialize-Tag
$VirtualMachineTagsUpdate &#x3D; Initialize-VirtualMachineTagsUpdate -Tags $Tag
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VirtualMachineTagsUpdate with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VlanVniRangePair</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VlanVniRangePair</command:noun>
      <maml:description>
        <maml:para>Vlan-Vni mapping pair resource in EvpnTenantConfig for ROUTE-SERVER Evpn mode</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Vlan-Vni mapping pair resource in EvpnTenantConfig for ROUTE-SERVER Evpn mode</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VlanVniRangePair</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vlans</maml:name>
          <maml:Description>
            <maml:para>List of VLAN ids and VLAN ranges (specified with &#39;-&#39;).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Vnis</maml:name>
          <maml:Description>
            <maml:para>List of VNI ids and VNI ranges (specified with &#39;-&#39;). The vni id is used for VXLAN transmission for a given tenant Vlan ID in ROUTE-SERVER Evpn.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vlans</maml:name>
        <maml:Description>
          <maml:para>List of VLAN ids and VLAN ranges (specified with &#39;-&#39;).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Vnis</maml:name>
        <maml:Description>
          <maml:para>List of VNI ids and VNI ranges (specified with &#39;-&#39;). The vni id is used for VXLAN transmission for a given tenant Vlan ID in ROUTE-SERVER Evpn.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VlanVniRangePair &#x3D; Initialize-VlanVniRangePair -Vlans &quot;MyVlans&quot; -Vnis &quot;MyVnis&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VlanVniRangePair with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VlanVniRangePair &#x3D; Initialize-VlanVniRangePair -Vlans &quot;MyVlans&quot; -Vnis &quot;MyVnis&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VlanVniRangePair with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VmknicNetwork</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VmknicNetwork</command:noun>
      <maml:description>
        <maml:para>Mapping of all vmk interfaces to destination networks</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mapping of all vmk interfaces to destination networks</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VmknicNetwork</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DeviceName</maml:name>
          <maml:Description>
            <maml:para>The vmk interface name, e.g., vmk0, vmk1; the id assigned by vCenter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DestinationNetwork</maml:name>
          <maml:Description>
            <maml:para>When migrating vmks to N-VDS/logical switches, the id is the logical switch id. When migrating out of N-VDS/logical switches, the id is the vSphere Switch portgroup name in a single vSphere Standard Switch (VSS), or distributed virtual portgroup name in a single distributed virtual switch (DVS).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DeviceName</maml:name>
        <maml:Description>
          <maml:para>The vmk interface name, e.g., vmk0, vmk1; the id assigned by vCenter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DestinationNetwork</maml:name>
        <maml:Description>
          <maml:para>When migrating vmks to N-VDS/logical switches, the id is the logical switch id. When migrating out of N-VDS/logical switches, the id is the vSphere Switch portgroup name in a single vSphere Standard Switch (VSS), or distributed virtual portgroup name in a single distributed virtual switch (DVS).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VmknicNetwork &#x3D; Initialize-VmknicNetwork -DeviceName &quot;MyDeviceName&quot; -DestinationNetwork &quot;MyDestinationNetwork&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VmknicNetwork with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VmknicNetwork &#x3D; Initialize-VmknicNetwork -DeviceName &quot;MyDeviceName&quot; -DestinationNetwork &quot;MyDestinationNetwork&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VmknicNetwork with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VniPoolConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VniPoolConfig</command:noun>
      <maml:description>
        <maml:para>Vni Pool Configuration.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Vni Pool Configuration.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VniPoolConfig</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>$VniPoolConfig &#x3D; Initialize-VniPoolConfig
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VniPoolConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VniPoolConfig &#x3D; Initialize-VniPoolConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VniPoolConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-Vpc</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>Vpc</command:noun>
      <maml:description>
        <maml:para>&#39;Vpc&#39; provides self-service and allows the application users to configure subnets and other services. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>&#39;Vpc&#39; provides self-service and allows the application users to configure subnets and other services. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-Vpc</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>$Vpc &#x3D; Initialize-Vpc
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Vpc with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$Vpc &#x3D; Initialize-Vpc
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-Vpc with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcAttachment</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcAttachment</command:noun>
      <maml:description>
        <maml:para>VPC Configuration which holds VPC Connectivity Profile information </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Configuration which holds VPC Connectivity Profile information </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcAttachment</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>$VpcAttachment &#x3D; Initialize-VpcAttachment
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcAttachment with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcAttachment &#x3D; Initialize-VpcAttachment
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcAttachment with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcConnectivityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcConnectivityProfile</command:noun>
      <maml:description>
        <maml:para>VPC Connectivity Profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Connectivity Profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcConnectivityProfile</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>$VpcConnectivityProfile &#x3D; Initialize-VpcConnectivityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcConnectivityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcConnectivityProfile &#x3D; Initialize-VpcConnectivityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcConnectivityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcDhcpAdvancedConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcDhcpAdvancedConfig</command:noun>
      <maml:description>
        <maml:para>VPC DHCP Advance Configuration </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC DHCP Advance Configuration </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcDhcpAdvancedConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsDistributedDhcp</maml:name>
          <maml:Description>
            <maml:para>DHCP server’s IP allocation model based on workloads subnet port id. It is applicable when DHCP mode is DHCP_SERVER. Value of this field can be False only when Edge cluster is available. If value is False, edge cluster in vpc connectivity profile must be configured for this mode. This is the traditional DHCP server that dynamically allocates IP per VM&#39;s MAC. If value is true, edge cluster will not be required for this mode. This is a DHCP server that dynamically assigns IP per VM port. The default value will be true. </maml:para>
          </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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsDistributedDhcp</maml:name>
        <maml:Description>
          <maml:para>DHCP server’s IP allocation model based on workloads subnet port id. It is applicable when DHCP mode is DHCP_SERVER. Value of this field can be False only when Edge cluster is available. If value is False, edge cluster in vpc connectivity profile must be configured for this mode. This is the traditional DHCP server that dynamically allocates IP per VM&#39;s MAC. If value is true, edge cluster will not be required for this mode. This is a DHCP server that dynamically assigns IP per VM port. The default value will be true. </maml:para>
        </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:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VpcDhcpAdvancedConfig &#x3D; Initialize-VpcDhcpAdvancedConfig -IsDistributedDhcp $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcDhcpAdvancedConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcDhcpAdvancedConfig &#x3D; Initialize-VpcDhcpAdvancedConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcDhcpAdvancedConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcDhcpRelayConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcDhcpRelayConfig</command:noun>
      <maml:description>
        <maml:para>VPC DHCP Relay Configuration </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC DHCP Relay Configuration </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcDhcpRelayConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ServerAddresses</maml:name>
          <maml:Description>
            <maml:para>DHCP server IP addresses for DHCP relay configuration. Both IPv4 and IPv6 addresses are supported. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ServerAddresses</maml:name>
        <maml:Description>
          <maml:para>DHCP server IP addresses for DHCP relay configuration. Both IPv4 and IPv6 addresses are supported. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VpcDhcpRelayConfig &#x3D; Initialize-VpcDhcpRelayConfig -ServerAddresses &quot;MyServerAddresses&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcDhcpRelayConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcDhcpRelayConfig &#x3D; Initialize-VpcDhcpRelayConfig -ServerAddresses &quot;MyServerAddresses&quot;
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcDhcpRelayConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcDhcpServerConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcDhcpServerConfig</command:noun>
      <maml:description>
        <maml:para>DHCP server configuration includes IP address leasing, DNS servers, NTP servers,etc. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>DHCP server configuration includes IP address leasing, DNS servers, NTP servers,etc. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcDhcpServerConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsClientConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LeaseTime</maml:name>
          <maml:Description>
            <maml:para>This property specifies the duration (in seconds) for which an IP address lease is valid before the client must renew it. Lease time must be configured using this property rather than using DHCP option code 51 directly. </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>86400</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NtpServers</maml:name>
          <maml:Description>
            <maml:para>This property specifies the Network Time Protocol servers that clients use to synchronize their system clock. The NTP servers must be configured using this property rather than using DHCP option code 42 directly. This approach ensures consistency and centralized management if NTP settings. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AdvancedConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcDhcpAdvancedConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcDhcpAdvancedConfig</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>DnsClientConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LeaseTime</maml:name>
        <maml:Description>
          <maml:para>This property specifies the duration (in seconds) for which an IP address lease is valid before the client must renew it. Lease time must be configured using this property rather than using DHCP option code 51 directly. </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>86400</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NtpServers</maml:name>
        <maml:Description>
          <maml:para>This property specifies the Network Time Protocol servers that clients use to synchronize their system clock. The NTP servers must be configured using this property rather than using DHCP option code 42 directly. This approach ensures consistency and centralized management if NTP settings. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AdvancedConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcDhcpAdvancedConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcDhcpAdvancedConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$DnsClientConfig &#x3D; Initialize-DnsClientConfig -DnsServerIps &quot;MyDnsServerIps&quot;
$VpcDhcpAdvancedConfig &#x3D; Initialize-VpcDhcpAdvancedConfig -IsDistributedDhcp $false
$VpcDhcpServerConfig &#x3D; Initialize-VpcDhcpServerConfig -DnsClientConfig $DnsClientConfig -LeaseTime 0 -NtpServers &quot;MyNtpServers&quot; -AdvancedConfig $VpcDhcpAdvancedConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcDhcpServerConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VpcDhcpServerConfig &#x3D; Initialize-VpcDhcpServerConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcDhcpServerConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-DnsClientConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-VpcDhcpAdvancedConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcIpAddressAllocation</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcIpAddressAllocation</command:noun>
      <maml:description>
        <maml:para>Allocation parameters for the IP address (e.g. specific IP address) can be specified. VPC IP allocation object is used for associating IP/CIDR to VPC manually. External VPC allocation IP will be used in NAT and subnet port&#39;s manual external address binding. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Allocation parameters for the IP address (e.g. specific IP address) can be specified. VPC IP allocation object is used for associating IP/CIDR to VPC manually. External VPC allocation IP will be used in NAT and subnet port&#39;s manual external address binding. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcIpAddressAllocation</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>$VpcIpAddressAllocation &#x3D; Initialize-VpcIpAddressAllocation
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcIpAddressAllocation with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcIpAddressAllocation &#x3D; Initialize-VpcIpAddressAllocation
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcIpAddressAllocation with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcNatConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcNatConfig</command:noun>
      <maml:description>
        <maml:para>NAT Configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>NAT Configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcNatConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableDefaultSnat</maml:name>
          <maml:Description>
            <maml:para>Auto configured SNAT for private subnet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableDefaultSnat</maml:name>
        <maml:Description>
          <maml:para>Auto configured SNAT for private subnet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$VpcNatConfig &#x3D; Initialize-VpcNatConfig -EnableDefaultSnat $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcNatConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcNatConfig &#x3D; Initialize-VpcNatConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcNatConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcProfileDhcpConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcProfileDhcpConfig</command:noun>
      <maml:description>
        <maml:para>Common DHCP config for VPC subnet</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Common DHCP config for VPC subnet</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcProfileDhcpConfig</maml:name>
        <command:parameter required="false" 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.VpcDhcpRelayConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcDhcpRelayConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" 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.VpcDhcpServerConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcDhcpServerConfig</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>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.VpcDhcpRelayConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcDhcpRelayConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" 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.VpcDhcpServerConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcDhcpServerConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$VpcDhcpRelayConfig &#x3D; Initialize-VpcDhcpRelayConfig -ServerAddresses &quot;MyServerAddresses&quot;

$DnsClientConfig &#x3D; Initialize-DnsClientConfig -DnsServerIps &quot;MyDnsServerIps&quot;
$VpcDhcpAdvancedConfig &#x3D; Initialize-VpcDhcpAdvancedConfig -IsDistributedDhcp $false
$VpcDhcpServerConfig &#x3D; Initialize-VpcDhcpServerConfig -DnsClientConfig $DnsClientConfig -LeaseTime 0 -NtpServers &quot;MyNtpServers&quot; -AdvancedConfig $VpcDhcpAdvancedConfig

$VpcProfileDhcpConfig &#x3D; Initialize-VpcProfileDhcpConfig -DhcpRelayConfig $VpcDhcpRelayConfig -DhcpServerConfig $VpcDhcpServerConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcProfileDhcpConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VpcProfileDhcpConfig &#x3D; Initialize-VpcProfileDhcpConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcProfileDhcpConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-VpcDhcpRelayConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-VpcDhcpServerConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcSecurityProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcSecurityProfile</command:noun>
      <maml:description>
        <maml:para>Security profile helps configure security settings for the VPC. All VPCs within a project are implicitly associated with the pre-created default profile defined at the project level. Note: Currently, users are not allowed to create new security profiles. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Security profile helps configure security settings for the VPC. All VPCs within a project are implicitly associated with the pre-created default profile defined at the project level. Note: Currently, users are not allowed to create new security profiles. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcSecurityProfile</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>$VpcSecurityProfile &#x3D; Initialize-VpcSecurityProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSecurityProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcSecurityProfile &#x3D; Initialize-VpcSecurityProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSecurityProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcServiceGatewayConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcServiceGatewayConfig</command:noun>
      <maml:description>
        <maml:para>VPC Service Gateway Configuration</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Service Gateway Configuration</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcServiceGatewayConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Status of the VPC attachment SR. </maml:para>
          </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>QosConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NatConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcNatConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcNatConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EdgeClusterPaths</maml:name>
          <maml:Description>
            <maml:para>Array of edge cluster paths for VPC attachment SR realization. Edge cluster specified must be associated with the Project. Changing edge cluster is allowed after configuring but this may cause service disruption. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>Enable</maml:name>
        <maml:Description>
          <maml:para>Status of the VPC attachment SR. </maml:para>
        </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>QosConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NatConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcNatConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcNatConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EdgeClusterPaths</maml:name>
        <maml:Description>
          <maml:para>Array of edge cluster paths for VPC attachment SR realization. Edge cluster specified must be associated with the Project. Changing edge cluster is allowed after configuring but this may cause service disruption. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$GatewayQosProfileConfig &#x3D; Initialize-GatewayQosProfileConfig -IngressQosProfilePath &quot;MyIngressQosProfilePath&quot; -EgressQosProfilePath &quot;MyEgressQosProfilePath&quot;
$VpcNatConfig &#x3D; Initialize-VpcNatConfig -EnableDefaultSnat $false
$VpcServiceGatewayConfig &#x3D; Initialize-VpcServiceGatewayConfig -Enable $false -QosConfig $GatewayQosProfileConfig -NatConfig $VpcNatConfig -EdgeClusterPaths &quot;MyEdgeClusterPaths&quot;
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcServiceGatewayConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VpcServiceGatewayConfig &#x3D; Initialize-VpcServiceGatewayConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcServiceGatewayConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-GatewayQosProfileConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-VpcNatConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcServiceProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcServiceProfile</command:noun>
      <maml:description>
        <maml:para>VPC Service Profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Service Profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcServiceProfile</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>$VpcServiceProfile &#x3D; Initialize-VpcServiceProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcServiceProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcServiceProfile &#x3D; Initialize-VpcServiceProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcServiceProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcSubnet</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcSubnet</command:noun>
      <maml:description>
        <maml:para>VPC Subnet provides self-service and allows the application users to create networks within the VPC and attach workloads to them. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Subnet provides self-service and allows the application users to create networks within the VPC and attach workloads to them. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcSubnet</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>$VpcSubnet &#x3D; Initialize-VpcSubnet
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnet with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcSubnet &#x3D; Initialize-VpcSubnet
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnet with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcSubnetBridgeProfile</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcSubnetBridgeProfile</command:noun>
      <maml:description>
        <maml:para>Policy VPC Subnet Bridge Profile</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Policy VPC Subnet Bridge Profile</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcSubnetBridgeProfile</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>$VpcSubnetBridgeProfile &#x3D; Initialize-VpcSubnetBridgeProfile
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetBridgeProfile with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcSubnetBridgeProfile &#x3D; Initialize-VpcSubnetBridgeProfile
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetBridgeProfile with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcSubnetDhcpConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcSubnetDhcpConfig</command:noun>
      <maml:description>
        <maml:para>VPC Subnet DHCP config </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Subnet DHCP config </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcSubnetDhcpConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>StaticPoolConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticPoolConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticPoolConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableDhcp</maml:name>
          <maml:Description>
            <maml:para>This is used to enable or disable DHCP at VPC Subnet. True: to override DHCP config at VPC/VPC Service Profile. False: to disable DHCP, other DHCP configurations are not allowed to be configured. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DhcpRelayConfigPath</maml:name>
          <maml:Description>
            <maml:para>If configured then subnet will be configured with the DHCP Relay. Configure dhcp_relay_config is a recommended option to configure DHCP relay on subnet. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DnsClientConfig</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>LeaseTime</maml:name>
          <maml:Description>
            <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. The default lease time is 86,400 seconds. In DHCP_RELAY mode, any specified lease time will be ignored. </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>86400</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>StaticPoolConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticPoolConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticPoolConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EnableDhcp</maml:name>
        <maml:Description>
          <maml:para>This is used to enable or disable DHCP at VPC Subnet. True: to override DHCP config at VPC/VPC Service Profile. False: to disable DHCP, other DHCP configurations are not allowed to be configured. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DhcpRelayConfigPath</maml:name>
        <maml:Description>
          <maml:para>If configured then subnet will be configured with the DHCP Relay. Configure dhcp_relay_config is a recommended option to configure DHCP relay on subnet. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DnsClientConfig</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsClientConfig</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>LeaseTime</maml:name>
        <maml:Description>
          <maml:para>DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. The default lease time is 86,400 seconds. In DHCP_RELAY mode, any specified lease time will be ignored. </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>86400</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$StaticPoolConfig &#x3D; Initialize-StaticPoolConfig -Ipv4PoolSize 0
$DnsClientConfig &#x3D; Initialize-DnsClientConfig -DnsServerIps &quot;MyDnsServerIps&quot;
$VpcSubnetDhcpConfig &#x3D; Initialize-VpcSubnetDhcpConfig -StaticPoolConfig $StaticPoolConfig -EnableDhcp $false -DhcpRelayConfigPath &quot;MyDhcpRelayConfigPath&quot; -DnsClientConfig $DnsClientConfig -LeaseTime 0
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetDhcpConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VpcSubnetDhcpConfig &#x3D; Initialize-VpcSubnetDhcpConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetDhcpConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-StaticPoolConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Initialize-DnsClientConfig</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcSubnetPort</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcSubnetPort</command:noun>
      <maml:description>
        <maml:para>VPC Subnet port will create LogicalPort on LogicalSwitch corresponding to the Subnet. Address bindings cannot be removed after realization. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>VPC Subnet port will create LogicalPort on LogicalSwitch corresponding to the Subnet. Address bindings cannot be removed after realization. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcSubnetPort</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>$VpcSubnetPort &#x3D; Initialize-VpcSubnetPort
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetPort with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcSubnetPort &#x3D; Initialize-VpcSubnetPort
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetPort with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VpcSubnetPortProfileBindingMap</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VpcSubnetPortProfileBindingMap</command:noun>
      <maml:description>
        <maml:para>This entity will be used to establish association between profiles and Vpc Subnet Port. Using this entity, user can specify intent for applying different profiles to particular Vpc Subnet Port. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This entity will be used to establish association between profiles and Vpc Subnet Port. Using this entity, user can specify intent for applying different profiles to particular Vpc Subnet Port. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VpcSubnetPortProfileBindingMap</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>$VpcSubnetPortProfileBindingMap &#x3D; Initialize-VpcSubnetPortProfileBindingMap
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetPortProfileBindingMap with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VpcSubnetPortProfileBindingMap &#x3D; Initialize-VpcSubnetPortProfileBindingMap
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VpcSubnetPortProfileBindingMap with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VrfEvpnL2VniConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VrfEvpnL2VniConfig</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VrfEvpnL2VniConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EnableVtepGroups</maml:name>
          <maml:Description>
            <maml:para>This is used to enable or disable the creation of vtep groups. Each vtep group is used to group vteps with the same MAC for L2 ECMP 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L2VniConfigs</maml:name>
          <maml:Description>
            <maml:para>Define L2 VNI and its related route distinguiser and route targets. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VrfL2VniConfig&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VrfL2VniConfig&gt;</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>EnableVtepGroups</maml:name>
        <maml:Description>
          <maml:para>This is used to enable or disable the creation of vtep groups. Each vtep group is used to group vteps with the same MAC for L2 ECMP 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:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L2VniConfigs</maml:name>
        <maml:Description>
          <maml:para>Define L2 VNI and its related route distinguiser and route targets. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VrfL2VniConfig&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VrfL2VniConfig&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>

$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets -AddressFamily &quot;L2VPN_EVPN&quot; -ImportRouteTargets &quot;MyImportRouteTargets&quot; -ExportRouteTargets &quot;MyExportRouteTargets&quot;
$VrfL2VniConfig &#x3D; Initialize-VrfL2VniConfig -L2Vni 0 -RouteDistinguisher &quot;MyRouteDistinguisher&quot; -RouteTargets $VrfRouteTargets

$VrfEvpnL2VniConfig &#x3D; Initialize-VrfEvpnL2VniConfig -EnableVtepGroups $false -L2VniConfigs $VrfL2VniConfig
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrfEvpnL2VniConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>

$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets
$VrfL2VniConfig &#x3D; Initialize-VrfL2VniConfig -L2Vni 0 -RouteDistinguisher &quot;MyRouteDistinguisher&quot; -RouteTargets $VrfRouteTargets

$VrfEvpnL2VniConfig &#x3D; Initialize-VrfEvpnL2VniConfig -L2VniConfigs $VrfL2VniConfig
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrfEvpnL2VniConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VrfL2VniConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VrfL2VniConfig</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VrfL2VniConfig</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>L2Vni</maml:name>
          <maml:Description>
            <maml:para>L2 VNI associated with the VRF. It must be unique and available from the VNI pool defined for EVPN service. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteDistinguisher</maml:name>
          <maml:Description>
            <maml:para>This is a 64 bit number which disambiguates overlapping logical networks, with format in IPAddress:&lt;number&gt; or ASN:&lt;number&gt;. </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RouteTargets</maml:name>
          <maml:Description>
            <maml:para>Route targets.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>L2Vni</maml:name>
        <maml:Description>
          <maml:para>L2 VNI associated with the VRF. It must be unique and available from the VNI pool defined for EVPN service. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteDistinguisher</maml:name>
        <maml:Description>
          <maml:para>This is a 64 bit number which disambiguates overlapping logical networks, with format in IPAddress:&lt;number&gt; or ASN:&lt;number&gt;. </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RouteTargets</maml:name>
        <maml:Description>
          <maml:para>Route targets.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.VrfRouteTargets&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets -AddressFamily &quot;L2VPN_EVPN&quot; -ImportRouteTargets &quot;MyImportRouteTargets&quot; -ExportRouteTargets &quot;MyExportRouteTargets&quot;
$VrfL2VniConfig &#x3D; Initialize-VrfL2VniConfig -L2Vni 0 -RouteDistinguisher &quot;MyRouteDistinguisher&quot; -RouteTargets $VrfRouteTargets
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrfL2VniConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets
$VrfL2VniConfig &#x3D; Initialize-VrfL2VniConfig -L2Vni 0 -RouteDistinguisher &quot;MyRouteDistinguisher&quot; -RouteTargets $VrfRouteTargets
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrfL2VniConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VrfRouteTargets</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VrfRouteTargets</command:noun>
      <maml:description>
        <maml:para>Vrf Route Targets for import/export.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Vrf Route Targets for import/export.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VrfRouteTargets</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AddressFamily</maml:name>
          <maml:Description>
            <maml:para>Address family.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AddressFamilyEnum.L2VPNEVPN</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ImportRouteTargets</maml:name>
          <maml:Description>
            <maml:para>Import route targets with format in ASN:&lt;number&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ExportRouteTargets</maml:name>
          <maml:Description>
            <maml:para>Export route targets with format in ASN:&lt;number&gt;.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</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>AddressFamily</maml:name>
        <maml:Description>
          <maml:para>Address family.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AddressFamilyEnum.L2VPNEVPN</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ImportRouteTargets</maml:name>
        <maml:Description>
          <maml:para>Import route targets with format in ASN:&lt;number&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ExportRouteTargets</maml:name>
        <maml:Description>
          <maml:para>Export route targets with format in ASN:&lt;number&gt;.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets -AddressFamily &quot;L2VPN_EVPN&quot; -ImportRouteTargets &quot;MyImportRouteTargets&quot; -ExportRouteTargets &quot;MyExportRouteTargets&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrfRouteTargets with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VrfRouteTargets &#x3D; Initialize-VrfRouteTargets
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrfRouteTargets with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VrniGlobalCollector</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VrniGlobalCollector</command:noun>
      <maml:description>
        <maml:para>vRNI collector collects the system metrics to Vmware vRNI (vRealize Network Insight) platform for network monitoring and analytics. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>vRNI collector collects the system metrics to Vmware vRNI (vRealize Network Insight) platform for network monitoring and analytics. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VrniGlobalCollector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorType</maml:name>
          <maml:Description>
            <maml:para>Specify the global collector type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorIp</maml:name>
          <maml:Description>
            <maml:para>IP address for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorPort</maml:name>
          <maml:Description>
            <maml:para>Port for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>CollectorType</maml:name>
        <maml:Description>
          <maml:para>Specify the global collector type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorIp</maml:name>
        <maml:Description>
          <maml:para>IP address for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorPort</maml:name>
        <maml:Description>
          <maml:para>Port for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VrniGlobalCollector &#x3D; Initialize-VrniGlobalCollector -CollectorType &quot;VRNI&quot; -CollectorIp &quot;MyCollectorIp&quot; -CollectorPort 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrniGlobalCollector with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VrniGlobalCollector &#x3D; Initialize-VrniGlobalCollector
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrniGlobalCollector with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VrniStreamingGlobalCollector</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VrniStreamingGlobalCollector</command:noun>
      <maml:description>
        <maml:para>vRNI streaming collector collects the system metrics to Vmware vRNI Streaming platform for network monitoring and analytics. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>vRNI streaming collector collects the system metrics to Vmware vRNI Streaming platform for network monitoring and analytics. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VrniStreamingGlobalCollector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorType</maml:name>
          <maml:Description>
            <maml:para>Specify the global collector type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorIp</maml:name>
          <maml:Description>
            <maml:para>IP address for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorPort</maml:name>
          <maml:Description>
            <maml:para>Port for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>CollectorType</maml:name>
        <maml:Description>
          <maml:para>Specify the global collector type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorIp</maml:name>
        <maml:Description>
          <maml:para>IP address for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorPort</maml:name>
        <maml:Description>
          <maml:para>Port for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VrniStreamingGlobalCollector &#x3D; Initialize-VrniStreamingGlobalCollector -CollectorType &quot;VRNI&quot; -CollectorIp &quot;MyCollectorIp&quot; -CollectorPort 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrniStreamingGlobalCollector with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VrniStreamingGlobalCollector &#x3D; Initialize-VrniStreamingGlobalCollector
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VrniStreamingGlobalCollector with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-VsphereClusterNodeVMDeploymentConfig</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>VsphereClusterNodeVMDeploymentConfig</command:noun>
      <maml:description>
        <maml:para>The Vsphere deployment configuration determines where to deploy the cluster node VM through a vCenter server. It contains settings that are applied during install time. If using DHCP, the following fields must be left unset - dns_servers, management_port_subnets, and default_gateway_addresses </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Vsphere deployment configuration determines where to deploy the cluster node VM through a vCenter server. It contains settings that are applied during install time. If using DHCP, the following fields must be left unset - dns_servers, management_port_subnets, and default_gateway_addresses </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-VsphereClusterNodeVMDeploymentConfig</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PlacementType</maml:name>
          <maml:Description>
            <maml:para>Specifies the config for the platform through which to deploy the VM </maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>PlacementType</maml:name>
        <maml:Description>
          <maml:para>Specifies the config for the platform through which to deploy the VM </maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$VsphereClusterNodeVMDeploymentConfig &#x3D; Initialize-VsphereClusterNodeVMDeploymentConfig -PlacementType &quot;VsphereClusterNodeVMDeploymentConfig&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VsphereClusterNodeVMDeploymentConfig with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$VsphereClusterNodeVMDeploymentConfig &#x3D; Initialize-VsphereClusterNodeVMDeploymentConfig
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-VsphereClusterNodeVMDeploymentConfig with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-WaveFrontGlobalCollector</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>WaveFrontGlobalCollector</command:noun>
      <maml:description>
        <maml:para>Wavefront collector is defined to export the real-time metrics to Vmware Warfront platform for monitoring and streaming analysis. It is only applicable on VMC mode. </maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wavefront collector is defined to export the real-time metrics to Vmware Warfront platform for monitoring and streaming analysis. It is only applicable on VMC mode. </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-WaveFrontGlobalCollector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorType</maml:name>
          <maml:Description>
            <maml:para>Specify the global collector type.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorIp</maml:name>
          <maml:Description>
            <maml:para>IP address for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CollectorPort</maml:name>
          <maml:Description>
            <maml:para>Port for the global collector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>CollectorType</maml:name>
        <maml:Description>
          <maml:para>Specify the global collector type.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorIp</maml:name>
        <maml:Description>
          <maml:para>IP address for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CollectorPort</maml:name>
        <maml:Description>
          <maml:para>Port for the global collector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$WaveFrontGlobalCollector &#x3D; Initialize-WaveFrontGlobalCollector -CollectorType &quot;VRNI&quot; -CollectorIp &quot;MyCollectorIp&quot; -CollectorPort 0
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WaveFrontGlobalCollector with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$WaveFrontGlobalCollector &#x3D; Initialize-WaveFrontGlobalCollector
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WaveFrontGlobalCollector with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-WeeklyBackupSchedule</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>WeeklyBackupSchedule</command:noun>
      <maml:description>
        <maml:para>Schedule to specify day of the week and time to take automated backup</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Schedule to specify day of the week and time to take automated backup</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-WeeklyBackupSchedule</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ResourceType</maml:name>
          <maml:Description>
            <maml:para>Schedule type</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.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>ResourceType</maml:name>
        <maml:Description>
          <maml:para>Schedule type</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$WeeklyBackupSchedule &#x3D; Initialize-WeeklyBackupSchedule -ResourceType &quot;WeeklyBackupSchedule&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WeeklyBackupSchedule with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$WeeklyBackupSchedule &#x3D; Initialize-WeeklyBackupSchedule
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WeeklyBackupSchedule with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-WidgetConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>WidgetConfiguration</command:noun>
      <maml:description>
        <maml:para>Describes the configuration of a widget to be displayed on the dashboard. WidgetConfiguration is a base type that provides attributes of a widget in-general.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Describes the configuration of a widget to be displayed on the dashboard. WidgetConfiguration is a base type that provides attributes of a widget in-general.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-WidgetConfiguration</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>$WidgetConfiguration &#x3D; Initialize-WidgetConfiguration
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WidgetConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$WidgetConfiguration &#x3D; Initialize-WidgetConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WidgetConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-WidgetItem</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>WidgetItem</command:noun>
      <maml:description>
        <maml:para>Represents a reference to a widget that is held by a container or a multi-widget or a View.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Represents a reference to a widget that is held by a container or a multi-widget or a View.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-WidgetItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>WidgetId</maml:name>
          <maml:Description>
            <maml:para>Id of the widget configuration that is held by a multi-widget or a container or a view.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Weight</maml:name>
          <maml:Description>
            <maml:para>Determines placement of widget or container relative to other widgets and containers. The lower the weight, the higher it is in the placement order.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>10000</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Alignment</maml:name>
          <maml:Description>
            <maml:para>Aligns widget either left or right.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AlignmentEnum.LEFT</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Separator</maml:name>
          <maml:Description>
            <maml:para>If true, separates this widget in a container.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Span</maml:name>
          <maml:Description>
            <maml:para>Represents the horizontal span of the widget / container.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Rowspan</maml:name>
          <maml:Description>
            <maml:para>Represents the vertical span of the widget / container</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
          <dev:type>
            <maml:name>int</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>Label</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Label</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.Label</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>WidgetId</maml:name>
        <maml:Description>
          <maml:para>Id of the widget configuration that is held by a multi-widget or a container or a view.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Weight</maml:name>
        <maml:Description>
          <maml:para>Determines placement of widget or container relative to other widgets and containers. The lower the weight, the higher it is in the placement order.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>10000</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Alignment</maml:name>
        <maml:Description>
          <maml:para>Aligns widget either left or right.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>VMware.Bindings.Nsx.Policy.Model.AlignmentEnum.LEFT</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Separator</maml:name>
        <maml:Description>
          <maml:para>If true, separates this widget in a container.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>false</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Span</maml:name>
        <maml:Description>
          <maml:para>Represents the horizontal span of the widget / container.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Rowspan</maml:name>
        <maml:Description>
          <maml:para>Represents the vertical span of the widget / container</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">int</command:parameterValue>
        <dev:type>
          <maml:name>int</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>


$Tooltip &#x3D; Initialize-Tooltip -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Heading $false
$Icon &#x3D; Initialize-Icon -Type &quot;MyType&quot; -Placement &quot;PRE&quot; -Tooltip $Tooltip -Size 0 -SizeUnit &quot;px&quot; -Color &quot;MyColor&quot;

$Label &#x3D; Initialize-Label -Text &quot;MyText&quot; -Condition &quot;MyCondition&quot; -Icons $Icon -Hover $false -Navigation &quot;MyNavigation&quot;

$WidgetItem &#x3D; Initialize-WidgetItem -Label $Label -WidgetId &quot;MyWidgetId&quot; -Weight 0 -Alignment &quot;LEFT&quot; -Separator $false -Span 0 -Rowspan 0
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WidgetItem with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$WidgetItem &#x3D; Initialize-WidgetItem -WidgetId &quot;MyWidgetId&quot;
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WidgetItem with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-Label</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-WidgetPlotConfiguration</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>WidgetPlotConfiguration</command:noun>
      <maml:description>
        <maml:para>Base type for widget plot config.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Base type for widget plot config.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-WidgetPlotConfiguration</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Condition</maml:name>
          <maml:Description>
            <maml:para>If the condition is met then the given chart config is applied to the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>AllowMaximize</maml:name>
          <maml:Description>
            <maml:para>Allow maximize capability for this widget</maml:para>
          </maml:Description>
          <command:parameterValue required="true" 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="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Condition</maml:name>
        <maml:Description>
          <maml:para>If the condition is met then the given chart config is applied to the 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:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>AllowMaximize</maml:name>
        <maml:Description>
          <maml:para>Allow maximize capability for this widget</maml:para>
        </maml:Description>
        <command:parameterValue required="true" 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>$WidgetPlotConfiguration &#x3D; Initialize-WidgetPlotConfiguration -Condition &quot;MyCondition&quot; -AllowMaximize $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WidgetPlotConfiguration with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$WidgetPlotConfiguration &#x3D; Initialize-WidgetPlotConfiguration
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-WidgetPlotConfiguration with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-X509Certificate</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>X509Certificate</command:noun>
      <maml:description>
        <maml:para>No description available.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>No description available.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-X509Certificate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubjectCn</maml:name>
          <maml:Description>
            <maml:para>The certificate owner&#39;s common 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>IssuerCn</maml:name>
          <maml:Description>
            <maml:para>The certificate issuer&#39;s common 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>Version</maml:name>
          <maml:Description>
            <maml:para>Certificate version (default v1).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SerialNumber</maml:name>
          <maml:Description>
            <maml:para>Certificate&#39;s serial number.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SignatureAlgorithm</maml:name>
          <maml:Description>
            <maml:para>The algorithm used by the Certificate Authority to sign the certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Signature</maml:name>
          <maml:Description>
            <maml:para>The signature value(the raw signature bits) used for signing and validate the cert.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NotBefore</maml:name>
          <maml:Description>
            <maml:para>The time in epoch milliseconds at which the certificate becomes valid.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NotAfter</maml:name>
          <maml:Description>
            <maml:para>The time in epoch milliseconds at which the certificate becomes invalid.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Issuer</maml:name>
          <maml:Description>
            <maml:para>The certificate issuers complete distinguished 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>Subject</maml:name>
          <maml:Description>
            <maml:para>The certificate owners complete distinguished 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>PublicKeyAlgo</maml:name>
          <maml:Description>
            <maml:para>Cryptographic algorithm used by the public key for data encryption.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>PublicKeyLength</maml:name>
          <maml:Description>
            <maml:para>Size measured in bits of the public/private keys used in a cryptographic algorithm.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RsaPublicKeyModulus</maml:name>
          <maml:Description>
            <maml:para>An RSA public key is made up of the modulus and the public exponent. Modulus is wrap around number.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RsaPublicKeyExponent</maml:name>
          <maml:Description>
            <maml:para>An RSA public key is made up of the modulus and the public exponent. Exponent is a power number.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DsaPublicKeyG</maml:name>
          <maml:Description>
            <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters, base.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DsaPublicKeyP</maml:name>
          <maml:Description>
            <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters, prime.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DsaPublicKeyQ</maml:name>
          <maml:Description>
            <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters, sub-prime.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>DsaPublicKeyY</maml:name>
          <maml:Description>
            <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaCurveName</maml:name>
          <maml:Description>
            <maml:para>The Curve name for the ECDSA certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPubKey</maml:name>
          <maml:Description>
            <maml:para>The public key for the EC certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaEcField</maml:name>
          <maml:Description>
            <maml:para>Represents an elliptic curve (EC) finite field in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaEcFieldF2mm</maml:name>
          <maml:Description>
            <maml:para>The first coefficient of this elliptic curve in elliptic curve (EC) | characteristic 2 finite field for ECDSA.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaEcFieldF2mrp</maml:name>
          <maml:Description>
            <maml:para>The value whose i-th bit corresponds to the i-th coefficient of the reduction polynomial | in elliptic curve (EC) characteristic 2 finite field for ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaEcFieldF2mks</maml:name>
          <maml:Description>
            <maml:para>The order of the middle term(s) of the reduction polynomial in elliptic curve (EC) | characteristic 2 finite field.| Contents of this array are copied to protect against subsequent modification in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;long&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;long&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaEcFieldF2pp</maml:name>
          <maml:Description>
            <maml:para>The specified prime for the elliptic curve prime finite field in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeyA</maml:name>
          <maml:Description>
            <maml:para>The first coefficient of this elliptic curve in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeyB</maml:name>
          <maml:Description>
            <maml:para>The second coefficient of this elliptic curve in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeySeed</maml:name>
          <maml:Description>
            <maml:para>The bytes used during curve generation for later validation in ECDSA.| Contents of this array are copied to protect against subsequent modification.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;string&gt;</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeyGeneratorX</maml:name>
          <maml:Description>
            <maml:para>X co-ordinate of G (the generator which is also known as the base point) in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeyGeneratorY</maml:name>
          <maml:Description>
            <maml:para>Y co-ordinate of G (the generator which is also known as the base point) in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeyOrder</maml:name>
          <maml:Description>
            <maml:para>The order of generator G in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPublicKeyCofactor</maml:name>
          <maml:Description>
            <maml:para>The co-factor in ECDSA.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>EcdsaPub</maml:name>
          <maml:Description>
            <maml:para>The public key information in ECDSA.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsCa</maml:name>
          <maml:Description>
            <maml:para>True if this is a CA certificate.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>IsValid</maml:name>
          <maml:Description>
            <maml:para>True if this certificate is valid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
          <dev:type>
            <maml:name>bool</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Sha256Thumbprint</maml:name>
          <maml:Description>
            <maml:para>The SHA256 thumbprint of the certificate, in hexadecimal notation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>ParsedPemEncoding</maml:name>
          <maml:Description>
            <maml:para>This is the PEM encoding after parsing out any extraneous characters, ensuring any library will accept it.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SubjectAltNames</maml:name>
          <maml:Description>
            <maml:para>No description available.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</command:parameterValue>
          <dev:type>
            <maml:name>VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</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>SubjectCn</maml:name>
        <maml:Description>
          <maml:para>The certificate owner&#39;s common 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>IssuerCn</maml:name>
        <maml:Description>
          <maml:para>The certificate issuer&#39;s common 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>Version</maml:name>
        <maml:Description>
          <maml:para>Certificate version (default v1).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SerialNumber</maml:name>
        <maml:Description>
          <maml:para>Certificate&#39;s serial number.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SignatureAlgorithm</maml:name>
        <maml:Description>
          <maml:para>The algorithm used by the Certificate Authority to sign the certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Signature</maml:name>
        <maml:Description>
          <maml:para>The signature value(the raw signature bits) used for signing and validate the cert.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NotBefore</maml:name>
        <maml:Description>
          <maml:para>The time in epoch milliseconds at which the certificate becomes valid.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NotAfter</maml:name>
        <maml:Description>
          <maml:para>The time in epoch milliseconds at which the certificate becomes invalid.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Issuer</maml:name>
        <maml:Description>
          <maml:para>The certificate issuers complete distinguished 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>Subject</maml:name>
        <maml:Description>
          <maml:para>The certificate owners complete distinguished 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>PublicKeyAlgo</maml:name>
        <maml:Description>
          <maml:para>Cryptographic algorithm used by the public key for data encryption.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>PublicKeyLength</maml:name>
        <maml:Description>
          <maml:para>Size measured in bits of the public/private keys used in a cryptographic algorithm.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RsaPublicKeyModulus</maml:name>
        <maml:Description>
          <maml:para>An RSA public key is made up of the modulus and the public exponent. Modulus is wrap around number.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>RsaPublicKeyExponent</maml:name>
        <maml:Description>
          <maml:para>An RSA public key is made up of the modulus and the public exponent. Exponent is a power number.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DsaPublicKeyG</maml:name>
        <maml:Description>
          <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters, base.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DsaPublicKeyP</maml:name>
        <maml:Description>
          <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters, prime.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DsaPublicKeyQ</maml:name>
        <maml:Description>
          <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters, sub-prime.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>DsaPublicKeyY</maml:name>
        <maml:Description>
          <maml:para>One of the DSA cryptogaphic algorithm&#39;s strength parameters.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaCurveName</maml:name>
        <maml:Description>
          <maml:para>The Curve name for the ECDSA certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPubKey</maml:name>
        <maml:Description>
          <maml:para>The public key for the EC certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaEcField</maml:name>
        <maml:Description>
          <maml:para>Represents an elliptic curve (EC) finite field in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.string</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaEcFieldF2mm</maml:name>
        <maml:Description>
          <maml:para>The first coefficient of this elliptic curve in elliptic curve (EC) | characteristic 2 finite field for ECDSA.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaEcFieldF2mrp</maml:name>
        <maml:Description>
          <maml:para>The value whose i-th bit corresponds to the i-th coefficient of the reduction polynomial | in elliptic curve (EC) characteristic 2 finite field for ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaEcFieldF2mks</maml:name>
        <maml:Description>
          <maml:para>The order of the middle term(s) of the reduction polynomial in elliptic curve (EC) | characteristic 2 finite field.| Contents of this array are copied to protect against subsequent modification in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;long&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;long&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaEcFieldF2pp</maml:name>
        <maml:Description>
          <maml:para>The specified prime for the elliptic curve prime finite field in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeyA</maml:name>
        <maml:Description>
          <maml:para>The first coefficient of this elliptic curve in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeyB</maml:name>
        <maml:Description>
          <maml:para>The second coefficient of this elliptic curve in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeySeed</maml:name>
        <maml:Description>
          <maml:para>The bytes used during curve generation for later validation in ECDSA.| Contents of this array are copied to protect against subsequent modification.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;string&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;string&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeyGeneratorX</maml:name>
        <maml:Description>
          <maml:para>X co-ordinate of G (the generator which is also known as the base point) in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeyGeneratorY</maml:name>
        <maml:Description>
          <maml:para>Y co-ordinate of G (the generator which is also known as the base point) in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeyOrder</maml:name>
        <maml:Description>
          <maml:para>The order of generator G in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPublicKeyCofactor</maml:name>
        <maml:Description>
          <maml:para>The co-factor in ECDSA.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>EcdsaPub</maml:name>
        <maml:Description>
          <maml:para>The public key information in ECDSA.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsCa</maml:name>
        <maml:Description>
          <maml:para>True if this is a CA certificate.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>IsValid</maml:name>
        <maml:Description>
          <maml:para>True if this certificate is valid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">bool</command:parameterValue>
        <dev:type>
          <maml:name>bool</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Sha256Thumbprint</maml:name>
        <maml:Description>
          <maml:para>The SHA256 thumbprint of the certificate, in hexadecimal notation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>ParsedPemEncoding</maml:name>
        <maml:Description>
          <maml:para>This is the PEM encoding after parsing out any extraneous characters, ensuring any library will accept it.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SubjectAltNames</maml:name>
        <maml:Description>
          <maml:para>No description available.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</command:parameterValue>
        <dev:type>
          <maml:name>VMware.Bindings.Nsx.Policy.Model.SubjectAltNames</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$SubjectAltNames &#x3D; Initialize-SubjectAltNames -DnsNames &quot;MyDnsNames&quot; -IpAddresses &quot;MyIpAddresses&quot;
$X509Certificate &#x3D; Initialize-X509Certificate -SubjectCn &quot;MySubjectCn&quot; -IssuerCn &quot;MyIssuerCn&quot; -Version &quot;MyVersion&quot; -SerialNumber &quot;MySerialNumber&quot; -SignatureAlgorithm &quot;MySignatureAlgorithm&quot; -Signature &quot;MySignature&quot; -NotBefore 0 -NotAfter 0 -Issuer &quot;MyIssuer&quot; -Subject &quot;MySubject&quot; -PublicKeyAlgo &quot;MyPublicKeyAlgo&quot; -PublicKeyLength 0 -RsaPublicKeyModulus &quot;MyRsaPublicKeyModulus&quot; -RsaPublicKeyExponent &quot;MyRsaPublicKeyExponent&quot; -DsaPublicKeyG &quot;MyDsaPublicKeyG&quot; -DsaPublicKeyP &quot;MyDsaPublicKeyP&quot; -DsaPublicKeyQ &quot;MyDsaPublicKeyQ&quot; -DsaPublicKeyY &quot;MyDsaPublicKeyY&quot; -EcdsaCurveName &quot;MyEcdsaCurveName&quot; -EcdsaPubKey &quot;MyEcdsaPubKey&quot; -EcdsaEcField &quot;F2M&quot; -EcdsaEcFieldF2mm 0 -EcdsaEcFieldF2mrp &quot;MyEcdsaEcFieldF2mrp&quot; -EcdsaEcFieldF2mks 0 -EcdsaEcFieldF2pp &quot;MyEcdsaEcFieldF2pp&quot; -EcdsaPublicKeyA &quot;MyEcdsaPublicKeyA&quot; -EcdsaPublicKeyB &quot;MyEcdsaPublicKeyB&quot; -EcdsaPublicKeySeed &quot;MyEcdsaPublicKeySeed&quot; -EcdsaPublicKeyGeneratorX &quot;MyEcdsaPublicKeyGeneratorX&quot; -EcdsaPublicKeyGeneratorY &quot;MyEcdsaPublicKeyGeneratorY&quot; -EcdsaPublicKeyOrder &quot;MyEcdsaPublicKeyOrder&quot; -EcdsaPublicKeyCofactor 0 -EcdsaPub &quot;MyEcdsaPub&quot; -IsCa $false -IsValid $false -Sha256Thumbprint &quot;MySha256Thumbprint&quot; -ParsedPemEncoding &quot;MyParsedPemEncoding&quot; -SubjectAltNames $SubjectAltNames
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-X509Certificate with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$X509Certificate &#x3D; Initialize-X509Certificate
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-X509Certificate with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
      <maml:navigationLink>
        <maml:linkText>Initialize-SubjectAltNames</maml:linkText>
        <maml:uri>
        </maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-X509Crl</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>X509Crl</command:noun>
      <maml:description>
        <maml:para>A CRL is a time-stamped list identifying revoked certificates.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A CRL is a time-stamped list identifying revoked certificates.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-X509Crl</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Version</maml:name>
          <maml:Description>
            <maml:para>CRL&#39;s version number either 1 or 2.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>NextUpdate</maml:name>
          <maml:Description>
            <maml:para>Next update time for the 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>Issuer</maml:name>
          <maml:Description>
            <maml:para>Issuer&#39;s distinguished name. (DN)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>CrlEntries</maml:name>
          <maml:Description>
            <maml:para>List of X509CrlEntry.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.X509CrlEntry&gt;</command:parameterValue>
          <dev:type>
            <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.X509CrlEntry&gt;</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>Version</maml:name>
        <maml:Description>
          <maml:para>CRL&#39;s version number either 1 or 2.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>NextUpdate</maml:name>
        <maml:Description>
          <maml:para>Next update time for the 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>Issuer</maml:name>
        <maml:Description>
          <maml:para>Issuer&#39;s distinguished name. (DN)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>CrlEntries</maml:name>
        <maml:Description>
          <maml:para>List of X509CrlEntry.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">List&lt;VMware.Bindings.Nsx.Policy.Model.X509CrlEntry&gt;</command:parameterValue>
        <dev:type>
          <maml:name>List&lt;VMware.Bindings.Nsx.Policy.Model.X509CrlEntry&gt;</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>
$X509CrlEntry &#x3D; Initialize-X509CrlEntry -RevocationDate &quot;MyRevocationDate&quot; -SerialNumber &quot;MySerialNumber&quot;
$X509Crl &#x3D; Initialize-X509Crl -Version &quot;MyVersion&quot; -NextUpdate &quot;MyNextUpdate&quot; -Issuer &quot;MyIssuer&quot; -CrlEntries $X509CrlEntry
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-X509Crl with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>
$X509Crl &#x3D; Initialize-X509Crl
 
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-X509Crl with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Initialize-X509CrlEntry</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>X509CrlEntry</command:noun>
      <maml:description>
        <maml:para>Each revoked certificate is identified in a CRL by its certificate serial number.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Each revoked certificate is identified in a CRL by its certificate serial number.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Initialize-X509CrlEntry</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>RevocationDate</maml:name>
          <maml:Description>
            <maml:para>Revocation date.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml:name>string</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
          <maml:name>SerialNumber</maml:name>
          <maml:Description>
            <maml:para>The revoked certificate&#39;s serial number.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
          <dev:type>
            <maml: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>RevocationDate</maml:name>
        <maml:Description>
          <maml:para>Revocation date.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none">
        <maml:name>SerialNumber</maml:name>
        <maml:Description>
          <maml:para>The revoked certificate&#39;s serial number.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>$X509CrlEntry &#x3D; Initialize-X509CrlEntry -RevocationDate &quot;MyRevocationDate&quot; -SerialNumber &quot;MySerialNumber&quot;
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-X509CrlEntry with all parameters.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>$X509CrlEntry &#x3D; Initialize-X509CrlEntry
 
 
 
        </dev:code>
        <dev:remarks>
          <maml:para>Invoking Initialize-X509CrlEntry with required parameters only.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
 
    </command:relatedLinks>
  </command:command>
 
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/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:\&gt; 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:\&gt; 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:\&gt; 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:\&gt; 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>