Class GetVolumeBackupPolicyRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetVolumeBackupPolicyRequest : IOciRequest
Examples
Click here to see an example of how to use GetVolumeBackupPolicy request.
Properties
PolicyId
Declaration
[Required(ErrorMessage = "PolicyId is required.")]
[HttpConverter(TargetEnum.Path, "policyId")]
public string PolicyId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the volume backup policy. |
Remarks
Required