DomainManagerClusterConfig#

class DomainManagerClusterConfig(name=None, size=None, bootstrap_config=None, credentials=None, resource_config=None, should_enable_lockdown_mode=None, build_info=None, *args, **kwargs)#

Bases: ClusterConfig

Domain manager (Prism Central) cluster configuration details.

Parameters:
  • name (min=1 chars, max=80 chars) – (name) Name of the domain manager (Prism Central).

  • size – (size)

  • bootstrap_config – (bootstrap_config)

  • credentials – (credentials) The credentials consist of a username and password for a particular user like admin. Users can pass the credentials of admin users currently which will be configured in the create domain manager operation.

  • resource_config – (resource_config)

property bootstrap_config#
Type:

BootstrapConfig

property credentials#

The credentials consist of a username and password for a particular user like admin. Users can pass the credentials of admin users currently which will be configured in the create domain manager operation.

Type:

list[ BasicAuth ]

property name#

Name of the domain manager (Prism Central).

Type:

str

property resource_config#
Type:

DomainManagerResourceConfig

property size#
Type:

Size

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model