WlpAgentSummary

class oci.cloud_guard.models.WlpAgentSummary(**kwargs)

Bases: object

WLP agent resource running on an on-premise resource. Example: {“id”: “ocid1.wlpagent.oc1..exampleawwcufihrc62gpbcvbjizswgoj4w7rg5q4fwbg”, “compartmentId”: “ocid1.compartment.oc1..exampleawwcufihrc62gpbcvbjizswgoj4w7rg5q4fwbg2fauxvlcxbtliaa”, “agentVersion”: “1.0.11”, “certificateId”: “ocid1.certificate.oc1..exampleawwcufihrc62gpbcvbjizswgoj4w7oj4w7rg5q4fwbg2fauxv”}

Methods

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

Attributes

agent_version [Required] Gets the agent_version of this WlpAgentSummary.
certificate_id [Required] Gets the certificate_id of this WlpAgentSummary.
compartment_id [Required] Gets the compartment_id of this WlpAgentSummary.
defined_tags Gets the defined_tags of this WlpAgentSummary.
freeform_tags Gets the freeform_tags of this WlpAgentSummary.
host_id Gets the host_id of this WlpAgentSummary.
id [Required] Gets the id of this WlpAgentSummary.
system_tags Gets the system_tags of this WlpAgentSummary.
tenant_id Gets the tenant_id of this WlpAgentSummary.
time_created Gets the time_created of this WlpAgentSummary.
time_updated Gets the time_updated of this WlpAgentSummary.
__init__(**kwargs)

Initializes a new WlpAgentSummary 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 WlpAgentSummary.
  • host_id (str) – The value to assign to the host_id property of this WlpAgentSummary.
  • tenant_id (str) – The value to assign to the tenant_id property of this WlpAgentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this WlpAgentSummary.
  • agent_version (str) – The value to assign to the agent_version property of this WlpAgentSummary.
  • certificate_id (str) – The value to assign to the certificate_id property of this WlpAgentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this WlpAgentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this WlpAgentSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this WlpAgentSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this WlpAgentSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this WlpAgentSummary.
agent_version

[Required] Gets the agent_version of this WlpAgentSummary. The version of the agent

Returns:The agent_version of this WlpAgentSummary.
Return type:str
certificate_id

[Required] Gets the certificate_id of this WlpAgentSummary. The certificate ID returned by OCI certificates service

Returns:The certificate_id of this WlpAgentSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this WlpAgentSummary. Compartment OCID of WlpAgent

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

Gets the defined_tags of this WlpAgentSummary. 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 WlpAgentSummary.
Return type:dict(str, dict(str, object))
freeform_tags

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

Avoid entering confidential information.

Returns:The freeform_tags of this WlpAgentSummary.
Return type:dict(str, str)
host_id

Gets the host_id of this WlpAgentSummary. OCID for instance in which WlpAgent is installed

Returns:The host_id of this WlpAgentSummary.
Return type:str
id

[Required] Gets the id of this WlpAgentSummary. OCID for WlpAgent

Returns:The id of this WlpAgentSummary.
Return type:str
system_tags

Gets the system_tags of this WlpAgentSummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.

Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this WlpAgentSummary.
Return type:dict(str, dict(str, object))
tenant_id

Gets the tenant_id of this WlpAgentSummary. Tenant ID of the host

Returns:The tenant_id of this WlpAgentSummary.
Return type:str
time_created

Gets the time_created of this WlpAgentSummary. The date and time the WLP agent was created. Format defined by RFC3339.

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

Gets the time_updated of this WlpAgentSummary. The date and time the WLP agent was updated. Format defined by RFC3339.

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