AgentSummary

class oci.cloud_bridge.models.AgentSummary(**kwargs)

Bases: object

Summary of the Agent.

Methods

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

Attributes

agent_type [Required] Gets the agent_type of this AgentSummary.
agent_version [Required] Gets the agent_version of this AgentSummary.
compartment_id [Required] Gets the compartment_id of this AgentSummary.
defined_tags [Required] Gets the defined_tags of this AgentSummary.
display_name [Required] Gets the display_name of this AgentSummary.
environment_id [Required] Gets the environment_id of this AgentSummary.
freeform_tags [Required] Gets the freeform_tags of this AgentSummary.
heart_beat_status Gets the heart_beat_status of this AgentSummary.
id [Required] Gets the id of this AgentSummary.
lifecycle_details [Required] Gets the lifecycle_details of this AgentSummary.
lifecycle_state [Required] Gets the lifecycle_state of this AgentSummary.
os_version [Required] Gets the os_version of this AgentSummary.
system_tags Gets the system_tags of this AgentSummary.
time_created [Required] Gets the time_created of this AgentSummary.
time_last_sync_received Gets the time_last_sync_received of this AgentSummary.
time_updated [Required] Gets the time_updated of this AgentSummary.
__init__(**kwargs)

Initializes a new AgentSummary 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 AgentSummary.
  • display_name (str) – The value to assign to the display_name property of this AgentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this AgentSummary.
  • agent_type (str) – The value to assign to the agent_type property of this AgentSummary.
  • agent_version (str) – The value to assign to the agent_version property of this AgentSummary.
  • os_version (str) – The value to assign to the os_version property of this AgentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this AgentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this AgentSummary.
  • time_last_sync_received (datetime) – The value to assign to the time_last_sync_received property of this AgentSummary.
  • heart_beat_status (str) – The value to assign to the heart_beat_status property of this AgentSummary.
  • environment_id (str) – The value to assign to the environment_id property of this AgentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AgentSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this AgentSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AgentSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AgentSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AgentSummary.
agent_type

[Required] Gets the agent_type of this AgentSummary. Type of Agent.

Returns:The agent_type of this AgentSummary.
Return type:str
agent_version

[Required] Gets the agent_version of this AgentSummary. Agent identifier.

Returns:The agent_version of this AgentSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this AgentSummary. Compartment identifier.

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

[Required] Gets the defined_tags of this AgentSummary. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

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

[Required] Gets the display_name of this AgentSummary. Agent identifier, which can be renamed.

Returns:The display_name of this AgentSummary.
Return type:str
environment_id

[Required] Gets the environment_id of this AgentSummary. Environment identifier.

Returns:The environment_id of this AgentSummary.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this AgentSummary. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this AgentSummary.
Return type:dict(str, str)
heart_beat_status

Gets the heart_beat_status of this AgentSummary. Current heartbeat status of the Agent based on its timeLastSyncReceived value.

Returns:The heart_beat_status of this AgentSummary.
Return type:str
id

[Required] Gets the id of this AgentSummary. Unique identifier that is immutable on creation.

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

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

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

[Required] Gets the lifecycle_state of this AgentSummary. The current state of the Agent.

Returns:The lifecycle_state of this AgentSummary.
Return type:str
os_version

[Required] Gets the os_version of this AgentSummary. OS version.

Returns:The os_version of this AgentSummary.
Return type:str
system_tags

Gets the system_tags of this AgentSummary. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

Returns:The system_tags of this AgentSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this AgentSummary. The time when the Agent was created. An RFC3339 formatted datetime string.

Returns:The time_created of this AgentSummary.
Return type:datetime
time_last_sync_received

Gets the time_last_sync_received of this AgentSummary. The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string.

Returns:The time_last_sync_received of this AgentSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this AgentSummary. The time when the Agent was updated. An RFC3339 formatted datetime string.

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