Uses of Class
com.ibm.cloud.is.vpc.v1.model.CreateClusterNetworkAttachmentOptions
-
Packages that use CreateClusterNetworkAttachmentOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of CreateClusterNetworkAttachmentOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type CreateClusterNetworkAttachmentOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InstanceClusterNetworkAttachment>
Vpc. createClusterNetworkAttachment(CreateClusterNetworkAttachmentOptions createClusterNetworkAttachmentOptions)
Create a cluster network attachment. -
Uses of CreateClusterNetworkAttachmentOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return CreateClusterNetworkAttachmentOptions Modifier and Type Method Description CreateClusterNetworkAttachmentOptions
CreateClusterNetworkAttachmentOptions.Builder. build()
Builds a CreateClusterNetworkAttachmentOptions.
-