Package com.ibm.cloud.is.vpc.v1.model
Class UpdateInstanceClusterNetworkAttachmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.UpdateInstanceClusterNetworkAttachmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateInstanceClusterNetworkAttachmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateInstanceClusterNetworkAttachment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateInstanceClusterNetworkAttachmentOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.Map<String,Object>
instanceClusterNetworkAttachmentPatch()
Gets the instanceClusterNetworkAttachmentPatch.String
instanceId()
Gets the instanceId.UpdateInstanceClusterNetworkAttachmentOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateInstanceClusterNetworkAttachmentOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateInstanceClusterNetworkAttachmentOptions 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
-
-