PluginSummary¶
-
class
oci.cloud_bridge.models.PluginSummary(**kwargs)¶ Bases:
objectSummary of the plugin in an Agent.
Methods
__init__(**kwargs)Initializes a new PluginSummary object with values from keyword arguments. Attributes
agent_id[Required] Gets the agent_id of this PluginSummary. defined_tags[Required] Gets the defined_tags of this PluginSummary. freeform_tags[Required] Gets the freeform_tags of this PluginSummary. lifecycle_detailsGets the lifecycle_details of this PluginSummary. lifecycle_state[Required] Gets the lifecycle_state of this PluginSummary. name[Required] Gets the name of this PluginSummary. plugin_version[Required] Gets the plugin_version of this PluginSummary. system_tagsGets the system_tags of this PluginSummary. time_created[Required] Gets the time_created of this PluginSummary. time_updatedGets the time_updated of this PluginSummary. -
__init__(**kwargs)¶ Initializes a new PluginSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this PluginSummary.
- agent_id (str) – The value to assign to the agent_id property of this PluginSummary.
- plugin_version (str) – The value to assign to the plugin_version property of this PluginSummary.
- time_created (datetime) – The value to assign to the time_created property of this PluginSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this PluginSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this PluginSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this PluginSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PluginSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PluginSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PluginSummary.
-
agent_id¶ [Required] Gets the agent_id of this PluginSummary. Agent identifier.
Returns: The agent_id of this PluginSummary. Return type: str
[Required] Gets the defined_tags of this PluginSummary. 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 PluginSummary. Return type: dict(str, dict(str, object))
[Required] Gets the freeform_tags of this PluginSummary. 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 PluginSummary. Return type: dict(str, str)
-
lifecycle_details¶ Gets the lifecycle_details of this PluginSummary. 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 PluginSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this PluginSummary. The current state of the plugin.
Returns: The lifecycle_state of this PluginSummary. Return type: str
-
name¶ [Required] Gets the name of this PluginSummary. Plugin identifier, which can be renamed.
Returns: The name of this PluginSummary. Return type: str
-
plugin_version¶ [Required] Gets the plugin_version of this PluginSummary. Plugin version.
Returns: The plugin_version of this PluginSummary. Return type: str
Gets the system_tags of this PluginSummary. 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 PluginSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this PluginSummary. The time when the plugin was created. An RFC3339 formatted datetime string.
Returns: The time_created of this PluginSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this PluginSummary. The time when the plugin was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this PluginSummary. Return type: datetime
-