Package com.ibm.cloud.is.vpc.v1.model
Class UpdateInstanceNetworkAttachmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.UpdateInstanceNetworkAttachmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateInstanceNetworkAttachmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateInstanceNetworkAttachment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateInstanceNetworkAttachmentOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.StringinstanceId()Gets the instanceId.Map<String,Object>instanceNetworkAttachmentPatch()Gets the instanceNetworkAttachmentPatch.UpdateInstanceNetworkAttachmentOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateInstanceNetworkAttachmentOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateInstanceNetworkAttachmentOptions 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 network attachment identifier.- Returns:
- the id
-
-