Class VolumeGroup
Volume Group of the host storage
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class VolumeGroup
Properties
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A unique identifier of the volume group |
LogicalUnits
Declaration
[JsonProperty(PropertyName = "logicalUnits")]
public List<LogicalUnit> LogicalUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LogicalUnit> | List of logical units of the volume group |