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, unsetLinks
getActions, isSetActions, setActions
public String getCidr()
String
public void setCidr(String value)
value
- allowed object is
String
public boolean isSetCidr()
public String getIpVersion()
String
public void setIpVersion(String value)
value
- allowed object is
String
public boolean isSetIpVersion()
public String getGateway()
String
public void setGateway(String value)
value
- allowed object is
String
public boolean isSetGateway()
public DnsServers getDnsServers()
DnsServers
public void setDnsServers(DnsServers value)
value
- allowed object is
DnsServers
public boolean isSetDnsServers()
public OpenStackNetwork getOpenstackNetwork()
OpenStackNetwork
public void setOpenstackNetwork(OpenStackNetwork value)
value
- allowed object is
OpenStackNetwork
public boolean isSetOpenstackNetwork()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0