Class AddressPrefix
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.AddressPrefix
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AddressPrefix
extends com.ibm.cloud.sdk.core.service.model.GenericModel
AddressPrefix.
- 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getCidr
 - 
getCreatedAt
Gets the createdAt. The date and time that the prefix was created.- Returns:
 - the createdAt
 
 - 
isHasSubnets
Gets the hasSubnets. Indicates whether subnets exist with addresses from this prefix.- Returns:
 - the hasSubnets
 
 - 
getHref
 - 
getId
 - 
isIsDefault
Gets the isDefault. Indicates whether this is the default prefix for this zone in this VPC. If a default prefix was automatically created when the VPC was created, the prefix is automatically named using a hyphenated list of randomly-selected words, but may be changed.- Returns:
 - the isDefault
 
 - 
getName
Gets the name. The name for this address prefix. The name must not be used by another address prefix for the VPC.- Returns:
 - the name
 
 - 
getZone
Gets the zone. The zone this address prefix resides in.- Returns:
 - the zone
 
 
 -