VolumeGroup

class oci.cloud_migrations.models.VolumeGroup(**kwargs)

Bases: object

Volume Group of the host storage

Methods

__init__(**kwargs) Initializes a new VolumeGroup object with values from keyword arguments.

Attributes

id Gets the id of this VolumeGroup.
logical_units Gets the logical_units of this VolumeGroup.
__init__(**kwargs)

Initializes a new VolumeGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this VolumeGroup.
  • logical_units (list[oci.cloud_migrations.models.LogicalUnit]) – The value to assign to the logical_units property of this VolumeGroup.
id

Gets the id of this VolumeGroup. A unique identifier of the volume group

Returns:The id of this VolumeGroup.
Return type:str
logical_units

Gets the logical_units of this VolumeGroup. List of logical units of the volume group

Returns:The logical_units of this VolumeGroup.
Return type:list[oci.cloud_migrations.models.LogicalUnit]