VMware VSHIELD APP 1.0.0 UPDATE 1 - API Programming Manual page 84

Vshield api
Hide thumbs Also See for VSHIELD APP 1.0.0 UPDATE 1 - API:
Table of Contents

Advertisement

vShield API Programming Guide
<xs:element name="BackEndServers" type="BackEndServers" />
<xs:element minOccurs="0" name="algorithm">
</xs:element>
<xs:element minOccurs="0" name="log" type="xs:boolean" />
<xs:element minOccurs="0" name="id" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="BackEndServers">
<xs:sequence>
<xs:element ref="internalIPList" type="IPAndPort" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="Snapshots">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="timestamp" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="IP">
<xs:restriction base="xs:string">
<xs:pattern value="((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.)
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="IPAndPort">
<xs:restriction base="xs:string">
<xs:pattern value="(((((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.)
</xs:restriction>
</xs:simpleType>
</xs:schema>
MTU Threshold Schema
This schema configures the MTU threshold for the External and Internal interfaces of a vShield Edge.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VShieldEdgeConfig">
<xs:complexType>
<xs:all minOccurs="0">
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="MTU">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="internalInterfaceMTU"
<xs:element minOccurs="0" maxOccurs="1" name="externalInterfaceMTU"
84
<!--
Request/Response
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="((round-robin)|(ip-hash))"/>
</xs:restriction>
</xs:simpleType>
<!-- only in Response from REST server -->
<!-- comma separated list of backend server IPs -->
{3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])"/>
{3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9]))((:)((6[0-5][0-5]
[0-3][0-5]|[0-5][0-9]{1,4}|[0-9]{2,4})|[1-9]))?)(,)?\s*)+"/>
<xs:element name="MTU" type="MTU"/>
type="xs:unsignedInt"/>
type="xs:unsignedInt"/> <!-- Request/Response -->
-->
<!-- Request/Response -->
VMware, Inc.

Advertisement

Table of Contents
loading

Table of Contents