Uses of Class
com.ibm.cloud.is.vpc.v1.model.GetInstanceNetworkAttachmentOptions
-
Packages that use GetInstanceNetworkAttachmentOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of GetInstanceNetworkAttachmentOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type GetInstanceNetworkAttachmentOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InstanceNetworkAttachment>
Vpc. getInstanceNetworkAttachment(GetInstanceNetworkAttachmentOptions getInstanceNetworkAttachmentOptions)
Retrieve an instance network attachment. -
Uses of GetInstanceNetworkAttachmentOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return GetInstanceNetworkAttachmentOptions Modifier and Type Method Description GetInstanceNetworkAttachmentOptions
GetInstanceNetworkAttachmentOptions.Builder. build()
Builds a GetInstanceNetworkAttachmentOptions.
-