public class OpenStackSubnetContainer extends IdentifiedContainer implements OpenStackSubnet
Constructor and Description |
---|
OpenStackSubnetContainer() |
Modifier and Type | Method and Description |
---|---|
String |
cidr() |
void |
cidr(String newCidr) |
boolean |
cidrPresent() |
List<String> |
dnsServers() |
void |
dnsServers(List<String> newDnsServers) |
boolean |
dnsServersPresent() |
String |
gateway() |
void |
gateway(String newGateway) |
boolean |
gatewayPresent() |
String |
ipVersion() |
void |
ipVersion(String newIpVersion) |
boolean |
ipVersionPresent() |
OpenStackNetwork |
openstackNetwork() |
void |
openstackNetwork(OpenStackNetwork newOpenstackNetwork) |
boolean |
openstackNetworkPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String cidr()
cidr
in interface OpenStackSubnet
public void cidr(String newCidr)
public boolean cidrPresent()
cidrPresent
in interface OpenStackSubnet
public List<String> dnsServers()
dnsServers
in interface OpenStackSubnet
public boolean dnsServersPresent()
dnsServersPresent
in interface OpenStackSubnet
public String gateway()
gateway
in interface OpenStackSubnet
public void gateway(String newGateway)
public boolean gatewayPresent()
gatewayPresent
in interface OpenStackSubnet
public String ipVersion()
ipVersion
in interface OpenStackSubnet
public void ipVersion(String newIpVersion)
public boolean ipVersionPresent()
ipVersionPresent
in interface OpenStackSubnet
public OpenStackNetwork openstackNetwork()
openstackNetwork
in interface OpenStackSubnet
public void openstackNetwork(OpenStackNetwork newOpenstackNetwork)
public boolean openstackNetworkPresent()
openstackNetworkPresent
in interface OpenStackSubnet
Copyright © 2016. All rights reserved.