SharingStatus#

class SharingStatus(*args, **kwargs)#

Bases: object

Indicates whether the Volume Group can be shared across multiple iSCSI initiators. The mode cannot be changed from SHARED to NOT_SHARED on a Volume Group with multiple attachments. Similarly, a Volume Group cannot be associated with more than one attachment as long as it is in exclusive mode. This is an optional field.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • SHARED: The Volume Group is shared between multiple iSCSI-clients or VMs.

  • NOT_SHARED: The Volume Group is exclusively accessed by an iSCSI client or VM.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model