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

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

Advertisement

vShield API Programming Guide
vShield App Firewall Schema
This schema configures the firewall rules enforced by a vShield App.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
<xs:element name="vshieldZonesFirewallConfiguration">
<xs:complexType>
<xs:choice>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:complexType name="ContainerAssociation">
<xs:sequence>
<xs:element maxOccurs="unbounded" name ="Container" type="vmw:Container"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Container">
<xs:sequence>
<xs:element name="InstanceId" type="xs:string"/>
<xs:element name="Name" type="xs:string"/>
<xs:element name="IPAddress" type="xs:string"/>
</xs:sequence>
<xs:attribute name="id" use="required" type="xs:string"/>
</xs:complexType>
<xs:complexType name="RuleSet">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="vmw:Rule"/>
</xs:sequence>
</xs:complexType>
<xs:element name="Rule">
<xs:complexType>
<xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Source">
<xs:complexType>
<xs:attribute name="exclude" use="required" type="xs:boolean"/>
<xs:attribute name="ref" use="required" type="xs:string"/>
</xs:complexType>
</xs:element>
70
targetNamespace="http://www.vmware.com" xmlns:vmw="http://www.vmware.com">
<xs:sequence>
<xs:element name="ContainerAssociation" type="vmw:ContainerAssociation"/>
<xs:element name="RuleSet" type="vmw:RuleSet"/>
</xs:sequence>
<xs:element name ="SnapshotTimeStamps" type="TimeStamps"/>
<xs:element name ="StatusMessage" type="xs:string" minOccurs="1"/>
<xs:element name="ID" type="xs:integer"/>
<xs:element name="Precedence" type="xs:string"/>
<xs:element name="Position" type="xs:integer"/>
<xs:element ref="Source"/>
<xs:element ref="Destination"/>
<xs:element name="SourcePorts" type="xs:NMTOKEN"/>
<xs:element ref="Application"/>
<xs:element name="DestinationPorts" type="xs:NMTOKEN"/>
<xs:element name="Protocol" type="xs:string"/>
<xs:element name="Action" type="xs:string"/>
<xs:element name="Log" type="xs:boolean"/>
<xs:element name="Notes" type="xs:string"/>
VMware, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Table of Contents