Class UpdateVolumeGroupRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public class UpdateVolumeGroupRequest
    extends BmcRequest<UpdateVolumeGroupDetails>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/core/UpdateVolumeGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVolumeGroupRequest.

    • Constructor Detail

      • UpdateVolumeGroupRequest

        public UpdateVolumeGroupRequest()
    • Method Detail

      • getVolumeGroupId

        public String getVolumeGroupId()
        The Oracle Cloud ID (OCID) that uniquely identifies the volume group.
      • getUpdateVolumeGroupDetails

        public UpdateVolumeGroupDetails getUpdateVolumeGroupDetails()
        Update volume group’s set of volumes and/or display name
      • getIfMatch

        public String getIfMatch()
        For optimistic concurrency control.

        In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.

      • getPreserveVolumeReplica

        public Boolean getPreserveVolumeReplica()
        Specifies whether to disable or preserve the individual volume replication when removing a volume from the replication enabled volume group.

        When set to true, the individual volume replica is preserved. The default value is true.