public class OpenStackSubnet extends BaseResource
Java class for OpenStackSubnet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenStackSubnet">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="cidr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ip_version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="gateway" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}dns_servers" minOccurs="0"/>
<element ref="{}openstack_network" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OpenStackSubnet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCidr()
Gets the value of the cidr property.
|
DnsServers |
getDnsServers()
Gets the value of the dnsServers property.
|
String |
getGateway()
Gets the value of the gateway property.
|
String |
getIpVersion()
Gets the value of the ipVersion property.
|
OpenStackNetwork |
getOpenstackNetwork()
Gets the value of the openstackNetwork property.
|
boolean |
isSetCidr() |
boolean |
isSetDnsServers() |
boolean |
isSetGateway() |
boolean |
isSetIpVersion() |
boolean |
isSetOpenstackNetwork() |
void |
setCidr(String value)
Sets the value of the cidr property.
|
void |
setDnsServers(DnsServers value)
Sets the value of the dnsServers property.
|
void |
setGateway(String value)
Sets the value of the gateway property.
|
void |
setIpVersion(String value)
Sets the value of the ipVersion property.
|
void |
setOpenstackNetwork(OpenStackNetwork value)
Sets the value of the openstackNetwork property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getCidr()
Stringpublic void setCidr(String value)
value - allowed object is
Stringpublic boolean isSetCidr()
public String getIpVersion()
Stringpublic void setIpVersion(String value)
value - allowed object is
Stringpublic boolean isSetIpVersion()
public String getGateway()
Stringpublic void setGateway(String value)
value - allowed object is
Stringpublic boolean isSetGateway()
public DnsServers getDnsServers()
DnsServerspublic void setDnsServers(DnsServers value)
value - allowed object is
DnsServerspublic boolean isSetDnsServers()
public OpenStackNetwork getOpenstackNetwork()
OpenStackNetworkpublic void setOpenstackNetwork(OpenStackNetwork value)
value - allowed object is
OpenStackNetworkpublic boolean isSetOpenstackNetwork()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0