Class UpdateVolumeGroupRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateVolumeGroupRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateVolumeGroup request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call for a resource, set the |
PreserveVolumeReplica
Declaration
[HttpConverter(TargetEnum.Query, "preserveVolumeReplica")]
public bool? PreserveVolumeReplica { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies whether to disable or preserve the individual volume replication when removing a volume from the
replication enabled volume group. When set to |
UpdateVolumeGroupDetails
Declaration
[Required(ErrorMessage = "UpdateVolumeGroupDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateVolumeGroupDetails UpdateVolumeGroupDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateVolumeGroupDetails | Update volume group's set of volumes and/or display name |
Remarks
Required
VolumeGroupId
Declaration
[Required(ErrorMessage = "VolumeGroupId is required.")]
[HttpConverter(TargetEnum.Path, "volumeGroupId")]
public string VolumeGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The Oracle Cloud ID (OCID) that uniquely identifies the volume group. |
Remarks
Required