SiteReference#

class SiteReference(availability_zone_reference=None, cluster_reference=None, *args, **kwargs)#

Bases: object

Specification corresponding to the cluster reference information along with the related AZ information.

Parameters:
  • availability_zone_reference – (availability_zone_reference) The UUID corresponding to the Availability Zone where an entity resides or is synced.

  • cluster_reference – (cluster_reference) The UUID corresponding to the cluster where an entity resides or is synced.

property availability_zone_reference#

The UUID corresponding to the Availability Zone where an entity resides or is synced.

Type:

str

property cluster_reference#

The UUID corresponding to the cluster where an entity resides or is synced.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model