Uses of Class
com.ibm.cloud.is.vpc.v1.model.ClusterNetworkSubnetIdentity
-
Packages that use ClusterNetworkSubnetIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of ClusterNetworkSubnetIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of ClusterNetworkSubnetIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
ClusterNetworkSubnetIdentityByHref
ClusterNetworkSubnetIdentityByHref.class
ClusterNetworkSubnetIdentityById
ClusterNetworkSubnetIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return ClusterNetworkSubnetIdentity Modifier and Type Method Description ClusterNetworkSubnetIdentity
CreateClusterNetworkInterfaceOptions. subnet()
Gets the subnet.ClusterNetworkSubnetIdentity
InstanceClusterNetworkAttachmentPrototypeClusterNetworkInterface. subnet()
Gets the subnet.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type ClusterNetworkSubnetIdentity Modifier and Type Method Description CreateClusterNetworkInterfaceOptions.Builder
CreateClusterNetworkInterfaceOptions.Builder. subnet(ClusterNetworkSubnetIdentity subnet)
Set the subnet.InstanceClusterNetworkAttachmentPrototypeClusterNetworkInterfaceInstanceClusterNetworkInterfacePrototypeInstanceClusterNetworkAttachment.Builder
InstanceClusterNetworkAttachmentPrototypeClusterNetworkInterfaceInstanceClusterNetworkInterfacePrototypeInstanceClusterNetworkAttachment.Builder. subnet(ClusterNetworkSubnetIdentity subnet)
Set the subnet.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ClusterNetworkSubnetIdentity Constructor Description Builder(ClusterNetworkSubnetIdentity clusterNetworkSubnetIdentityByHref)
Instantiates a new Builder from an existing ClusterNetworkSubnetIdentityByHref instance.Builder(ClusterNetworkSubnetIdentity clusterNetworkSubnetIdentityById)
Instantiates a new Builder from an existing ClusterNetworkSubnetIdentityById instance.
-