Class VolumeGroupSourceFromVolumesDetails
Specifies the volumes in a volume group.
Inherited Members
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