VMware VSHIELD APP 1.0 - API Programming Manual page 86

Vshield api
Table of Contents

Advertisement

vShield API Programming Guide
<xs:simpleType name="CIDR">
<xs:restriction base="xs:string">
<xs:pattern value=
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="IP">
<xs:restriction base="xs:string">
<xs:pattern value=
</xs:restriction>
</xs:simpleType>
</xs:schema>
Load Balancer Schema
This schema configures load balancer parameters for a node. You can configure load balancer listeners and the 
load balancing algorithm.
<?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:element ref="LoadBalancerConfig" />
</xs:complexType>
</xs:element>
<xs:complexType name="LoadBalancerConfig">
<xs:choice>
<xs:element name="LoadBalancerService" type="xs:string" />
<xs:element maxOccurs="unbounded" name="Listener" type="Listener" />
<xs:element name="Snapshots" type="Snapshots"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="Listener">
<xs:sequence>
<xs:element name="externalIPAddress" type="IP" /> <!--
<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>
86
"((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])(\/)(3[0-2]|[1-2][0-9]|[1-9])"/>
"((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])"/>
<!--
Request/Response from Client -->
<!--
Only in Response from Server
<!--
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 -->
-->
Request/Response
-->
-->
VMware, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VSHIELD APP 1.0 - API and is the answer not in the manual?

Questions and answers

Table of Contents