CreateWlpAgentDetails¶
-
class
oci.cloud_guard.models.
CreateWlpAgentDetails
(**kwargs)¶ Bases:
object
On-premise resource agent registration request resource. Example: {“compartmentId”: “ocid1.compartment.oc1..exampleawwcufihrc62gpbcvbjizswgoj4w7rg5q4fwbg2fauxvlcxbtliaa”, “agentVersion”: “1.0.11”, “certificateSignedRequest”: “MIIGwjCCBaqgAwIBAgIVAK8hJCS/5Hu0dEMQ2ud”}
Methods
__init__
(**kwargs)Initializes a new CreateWlpAgentDetails object with values from keyword arguments. Attributes
agent_version
[Required] Gets the agent_version of this CreateWlpAgentDetails. certificate_signed_request
[Required] Gets the certificate_signed_request of this CreateWlpAgentDetails. compartment_id
[Required] Gets the compartment_id of this CreateWlpAgentDetails. defined_tags
Gets the defined_tags of this CreateWlpAgentDetails. freeform_tags
Gets the freeform_tags of this CreateWlpAgentDetails. os_info
[Required] Gets the os_info of this CreateWlpAgentDetails. -
__init__
(**kwargs)¶ Initializes a new CreateWlpAgentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateWlpAgentDetails.
- agent_version (str) – The value to assign to the agent_version property of this CreateWlpAgentDetails.
- certificate_signed_request (str) – The value to assign to the certificate_signed_request property of this CreateWlpAgentDetails.
- os_info (str) – The value to assign to the os_info property of this CreateWlpAgentDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateWlpAgentDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateWlpAgentDetails.
-
agent_version
¶ [Required] Gets the agent_version of this CreateWlpAgentDetails. The version of the agent making the request
Returns: The agent_version of this CreateWlpAgentDetails. Return type: str
-
certificate_signed_request
¶ [Required] Gets the certificate_signed_request of this CreateWlpAgentDetails. The certificate signed request containing domain, organization names, organization units, city, state, country, email and public key, among other certificate details, signed by private key
Returns: The certificate_signed_request of this CreateWlpAgentDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateWlpAgentDetails. Compartment OCID of the host
Returns: The compartment_id of this CreateWlpAgentDetails. Return type: str
Gets the defined_tags of this CreateWlpAgentDetails. 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 CreateWlpAgentDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this CreateWlpAgentDetails. 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 CreateWlpAgentDetails. Return type: dict(str, str)
-
os_info
¶ [Required] Gets the os_info of this CreateWlpAgentDetails. Concatenated OS name, OS version and agent architecture; for example, ubuntu_22.0_amd64.
Returns: The os_info of this CreateWlpAgentDetails. Return type: str
-