Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceNetworkAttachment
-
Packages that use InstanceNetworkAttachment Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceNetworkAttachment in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type InstanceNetworkAttachment Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InstanceNetworkAttachment>
Vpc. createInstanceNetworkAttachment(CreateInstanceNetworkAttachmentOptions createInstanceNetworkAttachmentOptions)
Create a network attachment on an instance.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceNetworkAttachment>
Vpc. getInstanceNetworkAttachment(GetInstanceNetworkAttachmentOptions getInstanceNetworkAttachmentOptions)
Retrieve an instance network attachment.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceNetworkAttachment>
Vpc. updateInstanceNetworkAttachment(UpdateInstanceNetworkAttachmentOptions updateInstanceNetworkAttachmentOptions)
Update an instance network attachment. -
Uses of InstanceNetworkAttachment in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type InstanceNetworkAttachment Modifier and Type Method Description List<InstanceNetworkAttachment>
InstanceNetworkAttachmentCollection. getNetworkAttachments()
Gets the networkAttachments.
-