Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceClusterNetworkAttachment
Packages that use InstanceClusterNetworkAttachment
Package
Description
Virtual Private Cloud API v1.
-
Uses of InstanceClusterNetworkAttachment in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type InstanceClusterNetworkAttachmentModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<InstanceClusterNetworkAttachment> Vpc.createClusterNetworkAttachment(CreateClusterNetworkAttachmentOptions createClusterNetworkAttachmentOptions) Create a cluster network attachment.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceClusterNetworkAttachment> Vpc.deleteInstanceClusterNetworkAttachment(DeleteInstanceClusterNetworkAttachmentOptions deleteInstanceClusterNetworkAttachmentOptions) Delete an instance cluster network attachment.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceClusterNetworkAttachment> Vpc.getInstanceClusterNetworkAttachment(GetInstanceClusterNetworkAttachmentOptions getInstanceClusterNetworkAttachmentOptions) Retrieve an instance cluster network attachment.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceClusterNetworkAttachment> Vpc.updateInstanceClusterNetworkAttachment(UpdateInstanceClusterNetworkAttachmentOptions updateInstanceClusterNetworkAttachmentOptions) Update an instance cluster network attachment. -
Uses of InstanceClusterNetworkAttachment in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type InstanceClusterNetworkAttachmentModifier and TypeMethodDescriptionInstanceClusterNetworkAttachmentsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.InstanceClusterNetworkAttachmentCollection.getClusterNetworkAttachments()Gets the clusterNetworkAttachments.InstanceClusterNetworkAttachmentsPager.getNext()Returns the next page of results.