FleetSummary

class oci.fleet_apps_management.models.FleetSummary(**kwargs)

Bases: object

Summary of the Fleet.

Methods

__init__(**kwargs) Initializes a new FleetSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this FleetSummary.
defined_tags Gets the defined_tags of this FleetSummary.
display_name [Required] Gets the display_name of this FleetSummary.
environment_type Gets the environment_type of this FleetSummary.
fleet_type [Required] Gets the fleet_type of this FleetSummary.
freeform_tags Gets the freeform_tags of this FleetSummary.
id [Required] Gets the id of this FleetSummary.
lifecycle_details Gets the lifecycle_details of this FleetSummary.
lifecycle_state [Required] Gets the lifecycle_state of this FleetSummary.
resource_region Gets the resource_region of this FleetSummary.
system_tags Gets the system_tags of this FleetSummary.
time_created [Required] Gets the time_created of this FleetSummary.
time_updated Gets the time_updated of this FleetSummary.
__init__(**kwargs)

Initializes a new FleetSummary 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 FleetSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this FleetSummary.
  • resource_region (str) – The value to assign to the resource_region property of this FleetSummary.
  • display_name (str) – The value to assign to the display_name property of this FleetSummary.
  • time_created (datetime) – The value to assign to the time_created property of this FleetSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FleetSummary.
  • fleet_type (str) – The value to assign to the fleet_type property of this FleetSummary.
  • environment_type (str) – The value to assign to the environment_type property of this FleetSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FleetSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this FleetSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FleetSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FleetSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FleetSummary.
compartment_id

[Required] Gets the compartment_id of this FleetSummary. Tenancy OCID

Returns:The compartment_id of this FleetSummary.
Return type:str
defined_tags

Gets the defined_tags of this FleetSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this FleetSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this FleetSummary. 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 FleetSummary.
Return type:str
environment_type

Gets the environment_type of this FleetSummary. Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.

Returns:The environment_type of this FleetSummary.
Return type:str
fleet_type

[Required] Gets the fleet_type of this FleetSummary. Type of the Fleet.

Returns:The fleet_type of this FleetSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this FleetSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this FleetSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this FleetSummary. The OCID of the resource.

Returns:The id of this FleetSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this FleetSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this FleetSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this FleetSummary. The current state of the Fleet.

Returns:The lifecycle_state of this FleetSummary.
Return type:str
resource_region

Gets the resource_region of this FleetSummary. Associated region

Returns:The resource_region of this FleetSummary.
Return type:str
system_tags

Gets the system_tags of this FleetSummary. 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 FleetSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this FleetSummary. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this FleetSummary.
Return type:datetime
time_updated

Gets the time_updated of this FleetSummary. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this FleetSummary.
Return type:datetime