ManagementAgentAggregationDimensions¶
-
class
oci.management_agent.models.ManagementAgentAggregationDimensions(**kwargs)¶ Bases:
objectThe Aggregation of Management Agent Dimensions
Attributes
AVAILABILITY_STATUS_ACTIVEA constant which can be used with the availability_status property of a ManagementAgentAggregationDimensions. AVAILABILITY_STATUS_NOT_AVAILABLEA constant which can be used with the availability_status property of a ManagementAgentAggregationDimensions. AVAILABILITY_STATUS_SILENTA constant which can be used with the availability_status property of a ManagementAgentAggregationDimensions. INSTALL_TYPE_AGENTA constant which can be used with the install_type property of a ManagementAgentAggregationDimensions. INSTALL_TYPE_GATEWAYA constant which can be used with the install_type property of a ManagementAgentAggregationDimensions. PLATFORM_TYPE_AIXA constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. PLATFORM_TYPE_LINUXA constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. PLATFORM_TYPE_MACOSXA constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. PLATFORM_TYPE_SOLARISA constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. PLATFORM_TYPE_WINDOWSA constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. availability_statusGets the availability_status of this ManagementAgentAggregationDimensions. has_pluginsGets the has_plugins of this ManagementAgentAggregationDimensions. install_typeGets the install_type of this ManagementAgentAggregationDimensions. platform_typeGets the platform_type of this ManagementAgentAggregationDimensions. versionGets the version of this ManagementAgentAggregationDimensions. Methods
__init__(**kwargs)Initializes a new ManagementAgentAggregationDimensions object with values from keyword arguments. -
AVAILABILITY_STATUS_ACTIVE= 'ACTIVE'¶ A constant which can be used with the availability_status property of a ManagementAgentAggregationDimensions. This constant has a value of “ACTIVE”
-
AVAILABILITY_STATUS_NOT_AVAILABLE= 'NOT_AVAILABLE'¶ A constant which can be used with the availability_status property of a ManagementAgentAggregationDimensions. This constant has a value of “NOT_AVAILABLE”
-
AVAILABILITY_STATUS_SILENT= 'SILENT'¶ A constant which can be used with the availability_status property of a ManagementAgentAggregationDimensions. This constant has a value of “SILENT”
-
INSTALL_TYPE_AGENT= 'AGENT'¶ A constant which can be used with the install_type property of a ManagementAgentAggregationDimensions. This constant has a value of “AGENT”
-
INSTALL_TYPE_GATEWAY= 'GATEWAY'¶ A constant which can be used with the install_type property of a ManagementAgentAggregationDimensions. This constant has a value of “GATEWAY”
-
PLATFORM_TYPE_AIX= 'AIX'¶ A constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. This constant has a value of “AIX”
-
PLATFORM_TYPE_LINUX= 'LINUX'¶ A constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. This constant has a value of “LINUX”
-
PLATFORM_TYPE_MACOSX= 'MACOSX'¶ A constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. This constant has a value of “MACOSX”
-
PLATFORM_TYPE_SOLARIS= 'SOLARIS'¶ A constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. This constant has a value of “SOLARIS”
-
PLATFORM_TYPE_WINDOWS= 'WINDOWS'¶ A constant which can be used with the platform_type property of a ManagementAgentAggregationDimensions. This constant has a value of “WINDOWS”
-
__init__(**kwargs)¶ Initializes a new ManagementAgentAggregationDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_status (str) – The value to assign to the availability_status property of this ManagementAgentAggregationDimensions. Allowed values for this property are: “ACTIVE”, “SILENT”, “NOT_AVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- platform_type (str) – The value to assign to the platform_type property of this ManagementAgentAggregationDimensions. Allowed values for this property are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”, “AIX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- version (str) – The value to assign to the version property of this ManagementAgentAggregationDimensions.
- has_plugins (bool) – The value to assign to the has_plugins property of this ManagementAgentAggregationDimensions.
- install_type (str) – The value to assign to the install_type property of this ManagementAgentAggregationDimensions. Allowed values for this property are: “AGENT”, “GATEWAY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
availability_status¶ Gets the availability_status of this ManagementAgentAggregationDimensions. The availability status of managementAgent
Allowed values for this property are: “ACTIVE”, “SILENT”, “NOT_AVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The availability_status of this ManagementAgentAggregationDimensions. Return type: str
-
has_plugins¶ Gets the has_plugins of this ManagementAgentAggregationDimensions. Whether or not a managementAgent has at least one plugin
Returns: The has_plugins of this ManagementAgentAggregationDimensions. Return type: bool
-
install_type¶ Gets the install_type of this ManagementAgentAggregationDimensions. The install type, either AGENT or GATEWAY
Allowed values for this property are: “AGENT”, “GATEWAY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The install_type of this ManagementAgentAggregationDimensions. Return type: str
-
platform_type¶ Gets the platform_type of this ManagementAgentAggregationDimensions. Platform Type
Allowed values for this property are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”, “AIX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The platform_type of this ManagementAgentAggregationDimensions. Return type: str
-
version¶ Gets the version of this ManagementAgentAggregationDimensions. Agent image version
Returns: The version of this ManagementAgentAggregationDimensions. Return type: str
-