Show / Hide Table of Contents

Class VolumeGroupSourceFromVolumesDetails

Specifies the volumes in a volume group.

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

Properties

VolumeIds

Declaration
[Required(ErrorMessage = "VolumeIds is required.")]
[JsonProperty(PropertyName = "volumeIds")]
public List<string> VolumeIds { get; set; }
Property Value
Type Description
List<string>

OCIDs for the volumes in this volume group.

Remarks

Required

In this article
Back to top