Class OpenStackSubnetContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.OpenStackSubnetContainer
-
- All Implemented Interfaces:
Identified
,OpenStackSubnet
public class OpenStackSubnetContainer extends IdentifiedContainer implements OpenStackSubnet
-
-
Constructor Summary
Constructors Constructor Description OpenStackSubnetContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
cidr
public String cidr()
- Specified by:
cidr
in interfaceOpenStackSubnet
-
cidr
public void cidr(String newCidr)
-
cidrPresent
public boolean cidrPresent()
- Specified by:
cidrPresent
in interfaceOpenStackSubnet
-
dnsServers
public List<String> dnsServers()
- Specified by:
dnsServers
in interfaceOpenStackSubnet
-
dnsServersPresent
public boolean dnsServersPresent()
- Specified by:
dnsServersPresent
in interfaceOpenStackSubnet
-
gateway
public String gateway()
- Specified by:
gateway
in interfaceOpenStackSubnet
-
gateway
public void gateway(String newGateway)
-
gatewayPresent
public boolean gatewayPresent()
- Specified by:
gatewayPresent
in interfaceOpenStackSubnet
-
ipVersion
public String ipVersion()
- Specified by:
ipVersion
in interfaceOpenStackSubnet
-
ipVersion
public void ipVersion(String newIpVersion)
-
ipVersionPresent
public boolean ipVersionPresent()
- Specified by:
ipVersionPresent
in interfaceOpenStackSubnet
-
openstackNetwork
public OpenStackNetwork openstackNetwork()
- Specified by:
openstackNetwork
in interfaceOpenStackSubnet
-
openstackNetwork
public void openstackNetwork(OpenStackNetwork newOpenstackNetwork)
-
openstackNetworkPresent
public boolean openstackNetworkPresent()
- Specified by:
openstackNetworkPresent
in interfaceOpenStackSubnet
-
-