Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceClusterNetworkAttachment
-
Packages that use InstanceClusterNetworkAttachment Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
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 InstanceClusterNetworkAttachment Modifier and Type Method Description com.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 InstanceClusterNetworkAttachment Modifier and Type Method Description List<InstanceClusterNetworkAttachment>
InstanceClusterNetworkAttachmentsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<InstanceClusterNetworkAttachment>
InstanceClusterNetworkAttachmentCollection. getClusterNetworkAttachments()
Gets the clusterNetworkAttachments.List<InstanceClusterNetworkAttachment>
InstanceClusterNetworkAttachmentsPager. getNext()
Returns the next page of results.
-