Show / Hide Table of Contents

Class VolumeGroupSourceFromVolumeGroupBackupDetails

Specifies the volume group backup to restore from.

Inheritance
object
VolumeGroupSourceDetails
VolumeGroupSourceFromVolumeGroupBackupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class VolumeGroupSourceFromVolumeGroupBackupDetails : VolumeGroupSourceDetails

Properties

VolumeGroupBackupId

Declaration
[Required(ErrorMessage = "VolumeGroupBackupId is required.")]
[JsonProperty(PropertyName = "volumeGroupBackupId")]
public string VolumeGroupBackupId { get; set; }
Property Value
Type Description
string

The OCID of the volume group backup to restore from.

Remarks

Required

In this article
Back to top