VolumeGroupMetadata#

class VolumeGroupMetadata(owner_reference=None, category_ids=None, *args, **kwargs)#

Bases: object

Parameters:
  • owner_reference – (owner_reference) Owner reference information of a Volume Group. This is read-only and is automatically populated using the authentication context provided during the VG creation.

  • category_ids – (category_ids) The list of categories attached to a Volume Group. This is read-only. Use the associate/disassociate-category APIs to update this list.

property category_ids#

The list of categories attached to a Volume Group. This is read-only. Use the associate/disassociate-category APIs to update this list.

Type:

list[ str ]

property owner_reference#

Owner reference information of a Volume Group. This is read-only and is automatically populated using the authentication context provided during the VG creation.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model