ClusterReference#

class ClusterReference(ext_id=None, name=None, *args, **kwargs)#

Bases: object

Cluster reference of the remote cluster to be connected.

Parameters:
  • ext_id (required) – (ext_id) Cluster UUID of a remote cluster.

  • name (min=1 chars, max=80 chars) – (name) Name of the cluster.

property ext_id#

Cluster UUID of a remote cluster.

Type:

str

property name#

Name of the cluster.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model