ManagedInstanceAnalyticSummary¶
-
class
oci.os_management_hub.models.
ManagedInstanceAnalyticSummary
(**kwargs)¶ Bases:
object
A metric emitted by managed instance resource.
Attributes
NAME_DELETING_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_ERROR_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_INSTANCE_BUGFIX_ADVISORY_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_INSTANCE_BUGFIX_UPDATES_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_INSTANCE_SECURITY_ADVISORY_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_INSTANCE_SECURITY_UPDATES_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_INSTANCE_WITH_AVAILABLE_BUGFIX_UPDATES_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_INSTANCE_WITH_AVAILABLE_SECURITY_UPDATES_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_NORMAL_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_ONBOARDING_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_REGISTRATION_FAILED_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_TOTAL_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_UNREACHABLE_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. NAME_WARNING_INSTANCE_COUNT
A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. count
[Required] Gets the count of this ManagedInstanceAnalyticSummary. dimensions
[Required] Gets the dimensions of this ManagedInstanceAnalyticSummary. name
[Required] Gets the name of this ManagedInstanceAnalyticSummary. Methods
__init__
(**kwargs)Initializes a new ManagedInstanceAnalyticSummary object with values from keyword arguments. -
NAME_DELETING_INSTANCE_COUNT
= 'DELETING_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “DELETING_INSTANCE_COUNT”
-
NAME_ERROR_INSTANCE_COUNT
= 'ERROR_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “ERROR_INSTANCE_COUNT”
-
NAME_INSTANCE_BUGFIX_ADVISORY_COUNT
= 'INSTANCE_BUGFIX_ADVISORY_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “INSTANCE_BUGFIX_ADVISORY_COUNT”
-
NAME_INSTANCE_BUGFIX_UPDATES_COUNT
= 'INSTANCE_BUGFIX_UPDATES_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “INSTANCE_BUGFIX_UPDATES_COUNT”
-
NAME_INSTANCE_SECURITY_ADVISORY_COUNT
= 'INSTANCE_SECURITY_ADVISORY_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “INSTANCE_SECURITY_ADVISORY_COUNT”
-
NAME_INSTANCE_SECURITY_UPDATES_COUNT
= 'INSTANCE_SECURITY_UPDATES_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “INSTANCE_SECURITY_UPDATES_COUNT”
-
NAME_INSTANCE_WITH_AVAILABLE_BUGFIX_UPDATES_COUNT
= 'INSTANCE_WITH_AVAILABLE_BUGFIX_UPDATES_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “INSTANCE_WITH_AVAILABLE_BUGFIX_UPDATES_COUNT”
-
NAME_INSTANCE_WITH_AVAILABLE_SECURITY_UPDATES_COUNT
= 'INSTANCE_WITH_AVAILABLE_SECURITY_UPDATES_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “INSTANCE_WITH_AVAILABLE_SECURITY_UPDATES_COUNT”
-
NAME_NORMAL_INSTANCE_COUNT
= 'NORMAL_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “NORMAL_INSTANCE_COUNT”
-
NAME_ONBOARDING_INSTANCE_COUNT
= 'ONBOARDING_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “ONBOARDING_INSTANCE_COUNT”
-
NAME_REGISTRATION_FAILED_INSTANCE_COUNT
= 'REGISTRATION_FAILED_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “REGISTRATION_FAILED_INSTANCE_COUNT”
-
NAME_TOTAL_INSTANCE_COUNT
= 'TOTAL_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “TOTAL_INSTANCE_COUNT”
-
NAME_UNREACHABLE_INSTANCE_COUNT
= 'UNREACHABLE_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “UNREACHABLE_INSTANCE_COUNT”
-
NAME_WARNING_INSTANCE_COUNT
= 'WARNING_INSTANCE_COUNT'¶ A constant which can be used with the name property of a ManagedInstanceAnalyticSummary. This constant has a value of “WARNING_INSTANCE_COUNT”
-
__init__
(**kwargs)¶ Initializes a new ManagedInstanceAnalyticSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ManagedInstanceAnalyticSummary. Allowed values for this property are: “TOTAL_INSTANCE_COUNT”, “INSTANCE_WITH_AVAILABLE_SECURITY_UPDATES_COUNT”, “INSTANCE_WITH_AVAILABLE_BUGFIX_UPDATES_COUNT”, “NORMAL_INSTANCE_COUNT”, “ERROR_INSTANCE_COUNT”, “WARNING_INSTANCE_COUNT”, “UNREACHABLE_INSTANCE_COUNT”, “REGISTRATION_FAILED_INSTANCE_COUNT”, “DELETING_INSTANCE_COUNT”, “ONBOARDING_INSTANCE_COUNT”, “INSTANCE_SECURITY_UPDATES_COUNT”, “INSTANCE_BUGFIX_UPDATES_COUNT”, “INSTANCE_SECURITY_ADVISORY_COUNT”, “INSTANCE_BUGFIX_ADVISORY_COUNT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- dimensions (dict(str, str)) – The value to assign to the dimensions property of this ManagedInstanceAnalyticSummary.
- count (int) – The value to assign to the count property of this ManagedInstanceAnalyticSummary.
-
count
¶ [Required] Gets the count of this ManagedInstanceAnalyticSummary. The value of this metric.
Returns: The count of this ManagedInstanceAnalyticSummary. Return type: int
-
dimensions
¶ [Required] Gets the dimensions of this ManagedInstanceAnalyticSummary. Qualifiers provided in a metric definition. Available dimensions vary by metric namespace. Each dimension takes the form of a key-value pair.
Example: “managedInstanceId”: “ocid1.managementagent.123”
Returns: The dimensions of this ManagedInstanceAnalyticSummary. Return type: dict(str, str)
-
name
¶ [Required] Gets the name of this ManagedInstanceAnalyticSummary. The name of this metric.
Allowed values for this property are: “TOTAL_INSTANCE_COUNT”, “INSTANCE_WITH_AVAILABLE_SECURITY_UPDATES_COUNT”, “INSTANCE_WITH_AVAILABLE_BUGFIX_UPDATES_COUNT”, “NORMAL_INSTANCE_COUNT”, “ERROR_INSTANCE_COUNT”, “WARNING_INSTANCE_COUNT”, “UNREACHABLE_INSTANCE_COUNT”, “REGISTRATION_FAILED_INSTANCE_COUNT”, “DELETING_INSTANCE_COUNT”, “ONBOARDING_INSTANCE_COUNT”, “INSTANCE_SECURITY_UPDATES_COUNT”, “INSTANCE_BUGFIX_UPDATES_COUNT”, “INSTANCE_SECURITY_ADVISORY_COUNT”, “INSTANCE_BUGFIX_ADVISORY_COUNT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The name of this ManagedInstanceAnalyticSummary. Return type: str
-