Class SubnetReference
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.network.subnet.registration.SubnetReference
@ApiType("SoftLayer_Container_Network_Subnet_Registration_SubnetReference") public class SubnetReference extends Entity
SoftLayer_Container_Network_Subnet_Registration_SubnetReference is provided to reference [[SoftLayer_Network_Subnet_Registration]] object and the [[SoftLayer_Network_Subnet]] it references, in CIDR form.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubnetReference.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Long
registrationId
The ID of the [[SoftLayer_Network_Subnet_Registration]] object.protected boolean
registrationIdSpecified
protected String
subnetCidr
The subnet address in CIDR form.protected boolean
subnetCidrSpecified
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
Constructor Summary
Constructors Constructor Description SubnetReference()
-
Method Summary
Modifier and Type Method Description Long
getRegistrationId()
String
getSubnetCidr()
boolean
isRegistrationIdSpecified()
boolean
isSubnetCidrSpecified()
void
setRegistrationId(Long registrationId)
void
setSubnetCidr(String subnetCidr)
void
unsetRegistrationId()
void
unsetSubnetCidr()
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
registrationId
The ID of the [[SoftLayer_Network_Subnet_Registration]] object. -
registrationIdSpecified
protected boolean registrationIdSpecified -
subnetCidr
The subnet address in CIDR form. -
subnetCidrSpecified
protected boolean subnetCidrSpecified
-
-
Constructor Details
-
SubnetReference
public SubnetReference()
-
-
Method Details
-
getRegistrationId
-
setRegistrationId
-
isRegistrationIdSpecified
public boolean isRegistrationIdSpecified() -
unsetRegistrationId
public void unsetRegistrationId() -
getSubnetCidr
-
setSubnetCidr
-
isSubnetCidrSpecified
public boolean isSubnetCidrSpecified() -
unsetSubnetCidr
public void unsetSubnetCidr()
-