Package com.ibm.cloud.is.vpc.v1.model
Class GetInstanceClusterNetworkAttachmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetInstanceClusterNetworkAttachmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstanceClusterNetworkAttachmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getInstanceClusterNetworkAttachment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetInstanceClusterNetworkAttachmentOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.String
instanceId()
Gets the instanceId.GetInstanceClusterNetworkAttachmentOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetInstanceClusterNetworkAttachmentOptions.Builder newBuilder()
New builder.- Returns:
- a GetInstanceClusterNetworkAttachmentOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The virtual server instance identifier.- Returns:
- the instanceId
-
id
public String id()
Gets the id. The instance cluster network attachment identifier.- Returns:
- the id
-
-