CreateEkmsPrivateEndpointDetails¶
-
class
oci.key_management.models.
CreateEkmsPrivateEndpointDetails
(**kwargs)¶ Bases:
object
Information needed to create EKMS private endpoint resource
Methods
__init__
(**kwargs)Initializes a new CreateEkmsPrivateEndpointDetails object with values from keyword arguments. Attributes
ca_bundle
[Required] Gets the ca_bundle of this CreateEkmsPrivateEndpointDetails. compartment_id
[Required] Gets the compartment_id of this CreateEkmsPrivateEndpointDetails. defined_tags
Gets the defined_tags of this CreateEkmsPrivateEndpointDetails. display_name
[Required] Gets the display_name of this CreateEkmsPrivateEndpointDetails. external_key_manager_ip
[Required] Gets the external_key_manager_ip of this CreateEkmsPrivateEndpointDetails. freeform_tags
Gets the freeform_tags of this CreateEkmsPrivateEndpointDetails. port
Gets the port of this CreateEkmsPrivateEndpointDetails. subnet_id
[Required] Gets the subnet_id of this CreateEkmsPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new CreateEkmsPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - subnet_id (str) – The value to assign to the subnet_id property of this CreateEkmsPrivateEndpointDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateEkmsPrivateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateEkmsPrivateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateEkmsPrivateEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this CreateEkmsPrivateEndpointDetails.
- external_key_manager_ip (str) – The value to assign to the external_key_manager_ip property of this CreateEkmsPrivateEndpointDetails.
- ca_bundle (str) – The value to assign to the ca_bundle property of this CreateEkmsPrivateEndpointDetails.
- port (int) – The value to assign to the port property of this CreateEkmsPrivateEndpointDetails.
-
ca_bundle
¶ [Required] Gets the ca_bundle of this CreateEkmsPrivateEndpointDetails. CABundle to validate TLS certificate of the external key manager system in PEM format
Returns: The ca_bundle of this CreateEkmsPrivateEndpointDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateEkmsPrivateEndpointDetails. Compartment identifier.
Returns: The compartment_id of this CreateEkmsPrivateEndpointDetails. Return type: str
Gets the defined_tags of this CreateEkmsPrivateEndpointDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateEkmsPrivateEndpointDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateEkmsPrivateEndpointDetails. Display name of the EKMS private endpoint resource being created.
Returns: The display_name of this CreateEkmsPrivateEndpointDetails. Return type: str
-
external_key_manager_ip
¶ [Required] Gets the external_key_manager_ip of this CreateEkmsPrivateEndpointDetails. External private IP to connect to from this EKMS private endpoint
Returns: The external_key_manager_ip of this CreateEkmsPrivateEndpointDetails. Return type: str
Gets the freeform_tags of this CreateEkmsPrivateEndpointDetails. 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 CreateEkmsPrivateEndpointDetails. Return type: dict(str, str)
-
port
¶ Gets the port of this CreateEkmsPrivateEndpointDetails. The port of the external key manager system
Returns: The port of this CreateEkmsPrivateEndpointDetails. Return type: int
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateEkmsPrivateEndpointDetails. The OCID of subnet in which the EKMS private endpoint is to be created
Returns: The subnet_id of this CreateEkmsPrivateEndpointDetails. Return type: str
-