VMware VSHIELD APP 1.0 - API Manuel d'utilisateur Page 122

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 132
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 121
vShield API Programming Guide
122 VMware, Inc.
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="peerId" type="xs:string" />
<xs:element name="peerIpAddress" type="IpOrAny" />
<xs:element maxOccurs="64" name="localSubnet" type="Cidr" /> <!-- localSubnet *
peerSubnet * noOfSites should not be more than 64 -->
<xs:element maxOccurs="64" name="peerSubnet" type="Cidr" /> <!-- localSubnet *
peerSubnet * noOfSites should not be more than 64 -->
<xs:element minOccurs="0" name="authenticationMode" > <!-- Default is psk -->
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="((psk)|(x.509))"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="preSharedKey" type="VpnPreSharedKey" /> <!-- Requried
only when authenticationMode='psk' And peerIPAddress!='any' -->
<xs:element name="encryptionAlgorithm" type="VpnEncryptionAlgo" />
<xs:element minOccurs="0" name="enablePfs" type="xs:boolean" /> <!-- Default will be
true -->
<xs:element minOccurs="0" name="dhGroup" type="DhGroup" /> <!-- Default will be DH2 -->
<xs:element minOccurs="0" name="mtu" type="Mtu" /> <!--Default is that of the uplink
interface of the Appliance -->
<xs:element minOccurs="0" name="stats" type="IpsecVpnSiteStats" /> <!-- Only in
Response -->
</xs:sequence>
</xs:complexType>
<xs:simpleType name="VpnEncryptionAlgo">
<xs:restriction base="xs:string">
<xs:pattern value="aes|aes256|3des"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DhGroup">
<xs:restriction base="xs:string">
<xs:pattern value="dh2|dh5"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="IpsecVpnSiteStats"> <!-- Only in Response -->
<xs:sequence>
<xs:element name="siteStatus" >
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="green|yellow|red"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="txBytesFromSite" type="xs:unsignedLong"/>
<xs:element name="rxBytesOnSite" type="xs:unsignedLong"/>
<xs:element name="ikeStatus" type="IpsecVpnSiteIkeStatus"/>
<xs:element name="tunnelStats" type="IpsecVpnTunnelStats" minOccurs="0"
maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="IpsecVpnSiteIkeStatus"> <!-- Only in Response -->
<xs:sequence>
<xs:element name="channelStatus" type="ServiceStatus"/>
<xs:element name="channelState" type="xs:string"/>
<xs:element name="lastInformationalMessage" type="xs:string"/>
<xs:element name="localIpAddress" type="xs:string"/>
<xs:element name="peerId" type="xs:string"/>
<xs:element name="remoteIpAddress" type="xs:string"/>
Vue de la page 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 131 132

Commentaires sur ces manuels

Pas de commentaire