Package com.ibm.cloud.is.vpc.v1.model
Class InstanceNetworkAttachmentCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceNetworkAttachmentCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceNetworkAttachmentCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceNetworkAttachmentCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InstanceNetworkAttachment>
getNetworkAttachments()
Gets the networkAttachments.
-
-
-
Method Detail
-
getNetworkAttachments
public List<InstanceNetworkAttachment> getNetworkAttachments()
Gets the networkAttachments. The network attachments for the instance.- Returns:
- the networkAttachments
-
-