Show / Hide Table of Contents

Class VolumeGroup

Volume Group of the host storage

Inheritance
object
VolumeGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top