HostResourceAllocation

class oci.opsi.models.HostResourceAllocation(**kwargs)

Bases: oci.opsi.models.host_configuration_metric_group.HostConfigurationMetricGroup

Resource Allocation metric for the host

Attributes

METRIC_NAME_HOST_CPU_HARDWARE_CONFIGURATION str(object=’’) -> str
METRIC_NAME_HOST_ENTITES str(object=’’) -> str
METRIC_NAME_HOST_FILESYSTEM_CONFIGURATION str(object=’’) -> str
METRIC_NAME_HOST_HARDWARE_CONFIGURATION str(object=’’) -> str
METRIC_NAME_HOST_MEMORY_CONFIGURATION str(object=’’) -> str
METRIC_NAME_HOST_NETWORK_CONFIGURATION str(object=’’) -> str
METRIC_NAME_HOST_PRODUCT str(object=’’) -> str
METRIC_NAME_HOST_RESOURCE_ALLOCATION str(object=’’) -> str
metric_name [Required] Gets the metric_name of this HostConfigurationMetricGroup.
time_collected [Required] Gets the time_collected of this HostConfigurationMetricGroup.
total_cpus Gets the total_cpus of this HostResourceAllocation.
total_memory_in_gb Gets the total_memory_in_gb of this HostResourceAllocation.

Methods

__init__(**kwargs) Initializes a new HostResourceAllocation object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
METRIC_NAME_HOST_CPU_HARDWARE_CONFIGURATION = 'HOST_CPU_HARDWARE_CONFIGURATION'
METRIC_NAME_HOST_ENTITES = 'HOST_ENTITES'
METRIC_NAME_HOST_FILESYSTEM_CONFIGURATION = 'HOST_FILESYSTEM_CONFIGURATION'
METRIC_NAME_HOST_HARDWARE_CONFIGURATION = 'HOST_HARDWARE_CONFIGURATION'
METRIC_NAME_HOST_MEMORY_CONFIGURATION = 'HOST_MEMORY_CONFIGURATION'
METRIC_NAME_HOST_NETWORK_CONFIGURATION = 'HOST_NETWORK_CONFIGURATION'
METRIC_NAME_HOST_PRODUCT = 'HOST_PRODUCT'
METRIC_NAME_HOST_RESOURCE_ALLOCATION = 'HOST_RESOURCE_ALLOCATION'
__init__(**kwargs)

Initializes a new HostResourceAllocation object with values from keyword arguments. The default value of the metric_name attribute of this class is HOST_RESOURCE_ALLOCATION and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • metric_name (str) – The value to assign to the metric_name property of this HostResourceAllocation. Allowed values for this property are: “HOST_PRODUCT”, “HOST_RESOURCE_ALLOCATION”, “HOST_MEMORY_CONFIGURATION”, “HOST_HARDWARE_CONFIGURATION”, “HOST_CPU_HARDWARE_CONFIGURATION”, “HOST_NETWORK_CONFIGURATION”, “HOST_ENTITES”, “HOST_FILESYSTEM_CONFIGURATION”
  • time_collected (datetime) – The value to assign to the time_collected property of this HostResourceAllocation.
  • total_cpus (int) – The value to assign to the total_cpus property of this HostResourceAllocation.
  • total_memory_in_gb (float) – The value to assign to the total_memory_in_gb property of this HostResourceAllocation.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

metric_name

[Required] Gets the metric_name of this HostConfigurationMetricGroup. Name of the metric group

Allowed values for this property are: “HOST_PRODUCT”, “HOST_RESOURCE_ALLOCATION”, “HOST_MEMORY_CONFIGURATION”, “HOST_HARDWARE_CONFIGURATION”, “HOST_CPU_HARDWARE_CONFIGURATION”, “HOST_NETWORK_CONFIGURATION”, “HOST_ENTITES”, “HOST_FILESYSTEM_CONFIGURATION”

Returns:The metric_name of this HostConfigurationMetricGroup.
Return type:str
time_collected

[Required] Gets the time_collected of this HostConfigurationMetricGroup. Collection timestamp Example: “2020-05-06T00:00:00.000Z”

Returns:The time_collected of this HostConfigurationMetricGroup.
Return type:datetime
total_cpus

Gets the total_cpus of this HostResourceAllocation. Total number of CPUs available

Returns:The total_cpus of this HostResourceAllocation.
Return type:int
total_memory_in_gb

Gets the total_memory_in_gb of this HostResourceAllocation. Total amount of usable physical memory in gibabytes

Returns:The total_memory_in_gb of this HostResourceAllocation.
Return type:float