HostConfigurationMetricGroup¶
-
class
oci.opsi.models.
HostConfigurationMetricGroup
(**kwargs)¶ Bases:
object
Base Metric Group for Host configuration metrics
Attributes
METRIC_NAME_HOST_CONTAINERS
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_CPU_HARDWARE_CONFIGURATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_ENTITES
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_FILESYSTEM_CONFIGURATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_GPU_CONFIGURATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_HARDWARE_CONFIGURATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_MEMORY_CONFIGURATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_NETWORK_CONFIGURATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_PRODUCT
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. METRIC_NAME_HOST_RESOURCE_ALLOCATION
A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. metric_name
[Required] Gets the metric_name of this HostConfigurationMetricGroup. time_collected
[Required] Gets the time_collected of this HostConfigurationMetricGroup. Methods
__init__
(**kwargs)Initializes a new HostConfigurationMetricGroup 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_CONTAINERS
= 'HOST_CONTAINERS'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_CONTAINERS”
-
METRIC_NAME_HOST_CPU_HARDWARE_CONFIGURATION
= 'HOST_CPU_HARDWARE_CONFIGURATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_CPU_HARDWARE_CONFIGURATION”
-
METRIC_NAME_HOST_ENTITES
= 'HOST_ENTITES'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_ENTITES”
-
METRIC_NAME_HOST_FILESYSTEM_CONFIGURATION
= 'HOST_FILESYSTEM_CONFIGURATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_FILESYSTEM_CONFIGURATION”
-
METRIC_NAME_HOST_GPU_CONFIGURATION
= 'HOST_GPU_CONFIGURATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_GPU_CONFIGURATION”
-
METRIC_NAME_HOST_HARDWARE_CONFIGURATION
= 'HOST_HARDWARE_CONFIGURATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_HARDWARE_CONFIGURATION”
-
METRIC_NAME_HOST_MEMORY_CONFIGURATION
= 'HOST_MEMORY_CONFIGURATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_MEMORY_CONFIGURATION”
-
METRIC_NAME_HOST_NETWORK_CONFIGURATION
= 'HOST_NETWORK_CONFIGURATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_NETWORK_CONFIGURATION”
-
METRIC_NAME_HOST_PRODUCT
= 'HOST_PRODUCT'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_PRODUCT”
-
METRIC_NAME_HOST_RESOURCE_ALLOCATION
= 'HOST_RESOURCE_ALLOCATION'¶ A constant which can be used with the metric_name property of a HostConfigurationMetricGroup. This constant has a value of “HOST_RESOURCE_ALLOCATION”
-
__init__
(**kwargs)¶ Initializes a new HostConfigurationMetricGroup object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
HostResourceAllocation
HostProduct
HostFilesystemConfiguration
HostContainers
HostNetworkConfiguration
HostEntities
HostMemoryConfiguration
HostCpuHardwareConfiguration
HostGpuConfiguration
HostHardwareConfiguration
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 HostConfigurationMetricGroup. 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”, “HOST_GPU_CONFIGURATION”, “HOST_CONTAINERS”
- time_collected (datetime) – The value to assign to the time_collected property of this HostConfigurationMetricGroup.
-
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”, “HOST_GPU_CONFIGURATION”, “HOST_CONTAINERS”
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
-