FleetPropertySummary¶
-
class
oci.fleet_apps_management.models.
FleetPropertySummary
(**kwargs)¶ Bases:
object
Summary of the FleetProperty.
Attributes
VALUE_TYPE_NUMERIC
A constant which can be used with the value_type property of a FleetPropertySummary. VALUE_TYPE_STRING
A constant which can be used with the value_type property of a FleetPropertySummary. compartment_id
[Required] Gets the compartment_id of this FleetPropertySummary. display_name
[Required] Gets the display_name of this FleetPropertySummary. id
[Required] Gets the id of this FleetPropertySummary. lifecycle_state
[Required] Gets the lifecycle_state of this FleetPropertySummary. property_id
[Required] Gets the property_id of this FleetPropertySummary. system_tags
Gets the system_tags of this FleetPropertySummary. time_created
[Required] Gets the time_created of this FleetPropertySummary. time_updated
Gets the time_updated of this FleetPropertySummary. value
Gets the value of this FleetPropertySummary. value_type
[Required] Gets the value_type of this FleetPropertySummary. Methods
__init__
(**kwargs)Initializes a new FleetPropertySummary object with values from keyword arguments. -
VALUE_TYPE_NUMERIC
= 'NUMERIC'¶ A constant which can be used with the value_type property of a FleetPropertySummary. This constant has a value of “NUMERIC”
-
VALUE_TYPE_STRING
= 'STRING'¶ A constant which can be used with the value_type property of a FleetPropertySummary. This constant has a value of “STRING”
-
__init__
(**kwargs)¶ Initializes a new FleetPropertySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this FleetPropertySummary.
- compartment_id (str) – The value to assign to the compartment_id property of this FleetPropertySummary.
- property_id (str) – The value to assign to the property_id property of this FleetPropertySummary.
- display_name (str) – The value to assign to the display_name property of this FleetPropertySummary.
- time_created (datetime) – The value to assign to the time_created property of this FleetPropertySummary.
- time_updated (datetime) – The value to assign to the time_updated property of this FleetPropertySummary.
- value (str) – The value to assign to the value property of this FleetPropertySummary.
- value_type (str) – The value to assign to the value_type property of this FleetPropertySummary. Allowed values for this property are: “STRING”, “NUMERIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this FleetPropertySummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FleetPropertySummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this FleetPropertySummary. Tenancy OCID
Returns: The compartment_id of this FleetPropertySummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this FleetPropertySummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this FleetPropertySummary. Return type: str
-
id
¶ [Required] Gets the id of this FleetPropertySummary. The unique id of the resource.
Returns: The id of this FleetPropertySummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this FleetPropertySummary. The current state of the FleetProperty.
Returns: The lifecycle_state of this FleetPropertySummary. Return type: str
-
property_id
¶ [Required] Gets the property_id of this FleetPropertySummary. OCID referring to global level metadata property.
Returns: The property_id of this FleetPropertySummary. Return type: str
Gets the system_tags of this FleetPropertySummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this FleetPropertySummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this FleetPropertySummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this FleetPropertySummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this FleetPropertySummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this FleetPropertySummary. Return type: datetime
-
value
¶ Gets the value of this FleetPropertySummary. Value of the Property.
Returns: The value of this FleetPropertySummary. Return type: str
-
value_type
¶ [Required] Gets the value_type of this FleetPropertySummary. Format of the value.
Allowed values for this property are: “STRING”, “NUMERIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The value_type of this FleetPropertySummary. Return type: str
-