@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ChangeBootVolumeCompartmentRequest extends BmcRequest<ChangeBootVolumeCompartmentDetails>
Example: Click here to see how to use ChangeBootVolumeCompartmentRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ChangeBootVolumeCompartmentRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ChangeBootVolumeCompartmentRequest.Builder |
builder() |
ChangeBootVolumeCompartmentDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getBootVolumeId()
The OCID of the boot volume.
|
ChangeBootVolumeCompartmentDetails |
getChangeBootVolumeCompartmentDetails()
Request to change the compartment of given boot volume.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public ChangeBootVolumeCompartmentDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<ChangeBootVolumeCompartmentDetails>
public static ChangeBootVolumeCompartmentRequest.Builder builder()
public String getBootVolumeId()
The OCID of the boot volume.
public ChangeBootVolumeCompartmentDetails getChangeBootVolumeCompartmentDetails()
Request to change the compartment of given boot volume.
public String getOpcRequestId()
Unique identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Copyright © 2016–2021. All rights reserved.