BootstrapConfig#

class BootstrapConfig(cloud_init_config=None, environment_info=None, *args, **kwargs)#

Bases: object

Bootstrap configuration details for the domain manager (Prism Central).

Parameters:
  • cloud_init_config – (cloud_init_config) List of cloud-init commands required to bootstrap the domain manager (Prism Central) cluster on a startup.

  • environment_info – (environment_info)

property cloud_init_config#

List of cloud-init commands required to bootstrap the domain manager (Prism Central) cluster on a startup.

Type:

list[ CloudInit ]

property environment_info#
Type:

EnvironmentInfo

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model