ClusterConfigReference#
- class ClusterConfigReference(incarnation_id=None, build_info=None, hypervisor_types=None, cluster_function=None, timezone=None, authorized_public_key_list=None, redundancy_factor=None, cluster_software_map=None, cluster_arch=None, fault_tolerance_state=None, remote_support=None, operation_mode=None, is_lts=None, password_remote_login_enabled=None, *args, **kwargs)[source]#
Bases:
object
Cluster configuration details
- Parameters:
incarnation_id – (
incarnation_id
) Cluster incarnation Idbuild_info – (
build_info
)hypervisor_types – (
hypervisor_types
) Hypervisor typecluster_function – (
cluster_function
) Cluster functiontimezone – (
timezone
) Time zone on a clusterauthorized_public_key_list – (
authorized_public_key_list
) Public ssh key detailsredundancy_factor – (
redundancy_factor
) Redundancy factor of a clustercluster_software_map – (
cluster_software_map
) Cluster software version detailscluster_arch – (
cluster_arch
)fault_tolerance_state – (
fault_tolerance_state
)remote_support – (
remote_support
) Remote support statusoperation_mode – (
operation_mode
)is_lts – (
is_lts
) Indicates whether the release is categorized as Long-term or notpassword_remote_login_enabled – (
password_remote_login_enabled
) Indicates whether the password ssh into the cluster is enabled or not
- property build_info#
- Type:
- property cluster_arch#
- Type:
- property cluster_function#
Cluster function
- Type:
list[
ClusterFunctionRef
]
- property cluster_software_map#
Cluster software version details
- Type:
list[
SoftwareMapReference
]
- property fault_tolerance_state#
- Type:
- property hypervisor_types#
Hypervisor type
- Type:
list[
HypervisorType
]
- property incarnation_id#
Cluster incarnation Id
- Type:
int
- property is_lts#
Indicates whether the release is categorized as Long-term or not
- Type:
bool
- property operation_mode#
- Type:
- property password_remote_login_enabled#
Indicates whether the password ssh into the cluster is enabled or not
- Type:
bool
- property redundancy_factor#
Redundancy factor of a cluster
- Type:
int
- property remote_support#
Remote support status
- Type:
bool
- property timezone#
Time zone on a cluster
- Type:
str