VMware, Inc. 123
Appendix
</xs:sequence>
</xs:complexType>
<xs:complexType name="IpsecVpnTunnelStats"> <!-- Only in Response -->
<xs:sequence>
<xs:element name="tunnelStatus" type="ServiceStatus"/>
<xs:element name="tunnelState" type="xs:string"/>
<xs:element name="lastInformationalMessage" type="xs:string"/>
<xs:element name="localSubnet" type="Cidr" />
<xs:element name="peerSubnet" type="Cidr" />
<xs:element name="encryptionAlgorithm" type="xs:string"/>
<xs:element name="authenticationAlgorithm" type="xs:string" />
<xs:element name="localSpi" type="xs:string" minOccurs="0" />
<xs:element name="remoteSpi" type="xs:string" minOccurs="0" />
<xs:element name="establishedDate" type="xs:string" />
<xs:element name="txBytesFromLocalSubnet" type="xs:unsignedLong" />
<xs:element name="rxBytesOnLocalSubnet" type="xs:unsignedLong" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="SyslogServerConfig">
<xs:choice>
<xs:element minOccurs="0" maxOccurs="2" name="ipAddress" type="Ip" />
</xs:choice>
</xs:complexType>
<xs:complexType name="CliLoginCredentials">
<xs:sequence>
<xs:element name="username">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="33" />
<xs:pattern value="[a-z][a-z0-9_]*"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="password">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:pattern value="[^\s]+"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CertificateStoreConfig">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="caCertificate" type="xs:string"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="certificate" type="xs:string"/>
<xs:element minOccurs="0" maxOccurs="unbounded" name="crl" type="xs:string"/>
<!--Params for CSR generation-->
<xs:element minOccurs="0" name="csrParams" type="CsrParams"/>
<xs:element minOccurs="0" name="csr" type="xs:string" /> <!-- only response -->
</xs:sequence>
</xs:complexType>
<xs:complexType name="CsrParams">
<xs:sequence>
<xs:element name="commonName" type="Fqdn" />
<xs:element minOccurs="0" name="organization" type="xs:string" />
<xs:element minOccurs="0" name="department" type="xs:string" />
<xs:element minOccurs="0" name="city" type="xs:string"/>
<xs:element minOccurs="0" name="state" type="xs:string"/>
<xs:element minOccurs="0" name="country" type="xs:string"/>
Comentários a estes Manuais