ManagedEntityDimension¶
-
class
oci.fleet_apps_management.models.
ManagedEntityDimension
(**kwargs)¶ Bases:
object
Aggregated summary information for ComplianceRecord
Attributes
ENTITY_RESOURCE
A constant which can be used with the entity property of a ManagedEntityDimension. ENTITY_TARGET
A constant which can be used with the entity property of a ManagedEntityDimension. entity
[Required] Gets the entity of this ManagedEntityDimension. Methods
__init__
(**kwargs)Initializes a new ManagedEntityDimension object with values from keyword arguments. -
ENTITY_RESOURCE
= 'RESOURCE'¶ A constant which can be used with the entity property of a ManagedEntityDimension. This constant has a value of “RESOURCE”
-
ENTITY_TARGET
= 'TARGET'¶ A constant which can be used with the entity property of a ManagedEntityDimension. This constant has a value of “TARGET”
-
__init__
(**kwargs)¶ Initializes a new ManagedEntityDimension object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: entity (str) – The value to assign to the entity property of this ManagedEntityDimension. Allowed values for this property are: “RESOURCE”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
entity
¶ [Required] Gets the entity of this ManagedEntityDimension. Level at which the compliance is calculated.
Allowed values for this property are: “RESOURCE”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The entity of this ManagedEntityDimension. Return type: str
-