Show / Hide Table of Contents

Class VolumeGroupSourceFromVolumeGroupDetails

Specifies the volume group to clone from.

Inheritance
object
VolumeGroupSourceDetails
VolumeGroupSourceFromVolumeGroupDetails
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 VolumeGroupSourceFromVolumeGroupDetails : VolumeGroupSourceDetails

Properties

VolumeGroupId

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

The OCID of the volume group to clone from.

Remarks

Required

In this article
Back to top