RotateCloudAutonomousVmClusterSslCertsDetails¶
-
class
oci.database.models.
RotateCloudAutonomousVmClusterSslCertsDetails
(**kwargs)¶ Bases:
object
The details for configuring the SSL certificates on Cloud Autonomous VM Cluster
Attributes
CERTIFICATE_GENERATION_TYPE_BYOC
A constant which can be used with the certificate_generation_type property of a RotateCloudAutonomousVmClusterSslCertsDetails. CERTIFICATE_GENERATION_TYPE_SYSTEM
A constant which can be used with the certificate_generation_type property of a RotateCloudAutonomousVmClusterSslCertsDetails. ca_bundle_id
Gets the ca_bundle_id of this RotateCloudAutonomousVmClusterSslCertsDetails. certificate_authority_id
Gets the certificate_authority_id of this RotateCloudAutonomousVmClusterSslCertsDetails. certificate_generation_type
[Required] Gets the certificate_generation_type of this RotateCloudAutonomousVmClusterSslCertsDetails. certificate_id
Gets the certificate_id of this RotateCloudAutonomousVmClusterSslCertsDetails. Methods
__init__
(**kwargs)Initializes a new RotateCloudAutonomousVmClusterSslCertsDetails object with values from keyword arguments. -
CERTIFICATE_GENERATION_TYPE_BYOC
= 'BYOC'¶ A constant which can be used with the certificate_generation_type property of a RotateCloudAutonomousVmClusterSslCertsDetails. This constant has a value of “BYOC”
-
CERTIFICATE_GENERATION_TYPE_SYSTEM
= 'SYSTEM'¶ A constant which can be used with the certificate_generation_type property of a RotateCloudAutonomousVmClusterSslCertsDetails. This constant has a value of “SYSTEM”
-
__init__
(**kwargs)¶ Initializes a new RotateCloudAutonomousVmClusterSslCertsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - certificate_generation_type (str) – The value to assign to the certificate_generation_type property of this RotateCloudAutonomousVmClusterSslCertsDetails. Allowed values for this property are: “SYSTEM”, “BYOC”
- certificate_id (str) – The value to assign to the certificate_id property of this RotateCloudAutonomousVmClusterSslCertsDetails.
- certificate_authority_id (str) – The value to assign to the certificate_authority_id property of this RotateCloudAutonomousVmClusterSslCertsDetails.
- ca_bundle_id (str) – The value to assign to the ca_bundle_id property of this RotateCloudAutonomousVmClusterSslCertsDetails.
-
ca_bundle_id
¶ Gets the ca_bundle_id of this RotateCloudAutonomousVmClusterSslCertsDetails. The OCID of the certificate bundle.
Returns: The ca_bundle_id of this RotateCloudAutonomousVmClusterSslCertsDetails. Return type: str
Gets the certificate_authority_id of this RotateCloudAutonomousVmClusterSslCertsDetails. The OCID of the certificate authority.
Returns: The certificate_authority_id of this RotateCloudAutonomousVmClusterSslCertsDetails. Return type: str
-
certificate_generation_type
¶ [Required] Gets the certificate_generation_type of this RotateCloudAutonomousVmClusterSslCertsDetails. Specify SYSTEM to use Oracle-managed certificates. Specify BYOC when you want to bring your own certificate.
Allowed values for this property are: “SYSTEM”, “BYOC”
Returns: The certificate_generation_type of this RotateCloudAutonomousVmClusterSslCertsDetails. Return type: str
-