Class ClusterNetwork
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.ClusterNetwork
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClusterNetwork
extends com.ibm.cloud.sdk.core.service.model.GenericModel
ClusterNetwork.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The lifecycle state of the cluster network.static interface
The resource type. -
Method Summary
Modifier and TypeMethodDescriptionGets the createdAt.getCrn()
Gets the crn.getHref()
Gets the href.getId()
Gets the id.Gets the lifecycleReasons.Gets the lifecycleState.getName()
Gets the name.Gets the profile.Gets the resourceGroup.Gets the resourceType.Gets the subnetPrefixes.getVpc()
Gets the vpc.getZone()
Gets the zone.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCreatedAt
Gets the createdAt. The date and time that the cluster network was created.- Returns:
- the createdAt
-
getCrn
-
getHref
-
getId
-
getLifecycleReasons
Gets the lifecycleReasons. The reasons for the current `lifecycle_state` (if any).- Returns:
- the lifecycleReasons
-
getLifecycleState
Gets the lifecycleState. The lifecycle state of the cluster network.- Returns:
- the lifecycleState
-
getName
Gets the name. The name for this cluster network. The name must not be used by another cluster network in the region.- Returns:
- the name
-
getProfile
Gets the profile. The profile for this cluster network.- Returns:
- the profile
-
getResourceGroup
Gets the resourceGroup. The resource group for this cluster network.- Returns:
- the resourceGroup
-
getResourceType
-
getSubnetPrefixes
Gets the subnetPrefixes. The IP address ranges available for subnets for this cluster network.- Returns:
- the subnetPrefixes
-
getVpc
Gets the vpc. The VPC this cluster network resides in.- Returns:
- the vpc
-
getZone
Gets the zone. The zone this cluster network resides in.- Returns:
- the zone
-