HostDistributionReportDetails

class oci.ocvp.models.HostDistributionReportDetails(**kwargs)

Bases: object

Details for how ESXi hosts are distributed across Fault Domains in a Cluster.

Attributes

FAULT_DOMAIN_HOST_DISTRIBUTION_STATE_EVENLY_DISTRIBUTED A constant which can be used with the fault_domain_host_distribution_state property of a HostDistributionReportDetails.
FAULT_DOMAIN_HOST_DISTRIBUTION_STATE_UNEVENLY_DISTRIBUTED A constant which can be used with the fault_domain_host_distribution_state property of a HostDistributionReportDetails.
FAULT_DOMAIN_HOST_DISTRIBUTION_STATE_UNSUPPORTED A constant which can be used with the fault_domain_host_distribution_state property of a HostDistributionReportDetails.
fault_domain_host_distribution_state [Required] Gets the fault_domain_host_distribution_state of this HostDistributionReportDetails.

Methods

__init__(**kwargs) Initializes a new HostDistributionReportDetails object with values from keyword arguments.
FAULT_DOMAIN_HOST_DISTRIBUTION_STATE_EVENLY_DISTRIBUTED = 'EVENLY_DISTRIBUTED'

A constant which can be used with the fault_domain_host_distribution_state property of a HostDistributionReportDetails. This constant has a value of “EVENLY_DISTRIBUTED”

FAULT_DOMAIN_HOST_DISTRIBUTION_STATE_UNEVENLY_DISTRIBUTED = 'UNEVENLY_DISTRIBUTED'

A constant which can be used with the fault_domain_host_distribution_state property of a HostDistributionReportDetails. This constant has a value of “UNEVENLY_DISTRIBUTED”

FAULT_DOMAIN_HOST_DISTRIBUTION_STATE_UNSUPPORTED = 'UNSUPPORTED'

A constant which can be used with the fault_domain_host_distribution_state property of a HostDistributionReportDetails. This constant has a value of “UNSUPPORTED”

__init__(**kwargs)

Initializes a new HostDistributionReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:fault_domain_host_distribution_state (str) – The value to assign to the fault_domain_host_distribution_state property of this HostDistributionReportDetails. Allowed values for this property are: “EVENLY_DISTRIBUTED”, “UNEVENLY_DISTRIBUTED”, “UNSUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
fault_domain_host_distribution_state

[Required] Gets the fault_domain_host_distribution_state of this HostDistributionReportDetails. Allowed values for this property are: “EVENLY_DISTRIBUTED”, “UNEVENLY_DISTRIBUTED”, “UNSUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The fault_domain_host_distribution_state of this HostDistributionReportDetails.
Return type:str