public static class Jetstream.GetConfigurationResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LogicalDeviceList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LogicalDevice" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="DeviceDefinitionId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <attribute name="DeviceSerialNumber" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="Health" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Active"/> <enumeration value="Failed"/> <enumeration value="Restoring"/> </restriction> </simpleType> </attribute> <attribute name="LogicalDeviceId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="127"/> </restriction> </simpleType> </attribute> <attribute name="Region" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EU"/> <enumeration value="US"/> <enumeration value="ASIA"/> </restriction> </simpleType> </attribute> <attribute name="PolicyId"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
any |
protected LogicalDeviceList |
logicalDeviceList |
Constructor and Description |
---|
Jetstream.GetConfigurationResponse() |
Modifier and Type | Method and Description |
---|---|
LogicalDeviceList |
getLogicalDeviceList()
Gets the value of the logicalDeviceList property.
|
protected LogicalDeviceList logicalDeviceList
protected java.util.List<java.lang.Object> any
public LogicalDeviceList getLogicalDeviceList()
LogicalDeviceList