RotateAutonomousVmClusterSslCertsDetails

class oci.database.models.RotateAutonomousVmClusterSslCertsDetails(**kwargs)

Bases: object

Details for configuring the ORDS certificates on Autonomous Exadata VM Cluster

Attributes

CERTIFICATE_GENERATION_TYPE_BYOC A constant which can be used with the certificate_generation_type property of a RotateAutonomousVmClusterSslCertsDetails.
CERTIFICATE_GENERATION_TYPE_SYSTEM A constant which can be used with the certificate_generation_type property of a RotateAutonomousVmClusterSslCertsDetails.
ca_bundle_id Gets the ca_bundle_id of this RotateAutonomousVmClusterSslCertsDetails.
certificate_authority_id Gets the certificate_authority_id of this RotateAutonomousVmClusterSslCertsDetails.
certificate_generation_type [Required] Gets the certificate_generation_type of this RotateAutonomousVmClusterSslCertsDetails.
certificate_id Gets the certificate_id of this RotateAutonomousVmClusterSslCertsDetails.

Methods

__init__(**kwargs) Initializes a new RotateAutonomousVmClusterSslCertsDetails 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 RotateAutonomousVmClusterSslCertsDetails. 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 RotateAutonomousVmClusterSslCertsDetails. This constant has a value of “SYSTEM”

__init__(**kwargs)

Initializes a new RotateAutonomousVmClusterSslCertsDetails 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 RotateAutonomousVmClusterSslCertsDetails. Allowed values for this property are: “SYSTEM”, “BYOC”
  • certificate_id (str) – The value to assign to the certificate_id property of this RotateAutonomousVmClusterSslCertsDetails.
  • certificate_authority_id (str) – The value to assign to the certificate_authority_id property of this RotateAutonomousVmClusterSslCertsDetails.
  • ca_bundle_id (str) – The value to assign to the ca_bundle_id property of this RotateAutonomousVmClusterSslCertsDetails.
ca_bundle_id

Gets the ca_bundle_id of this RotateAutonomousVmClusterSslCertsDetails. The OCID of the certificate bundle.

Returns:The ca_bundle_id of this RotateAutonomousVmClusterSslCertsDetails.
Return type:str
certificate_authority_id

Gets the certificate_authority_id of this RotateAutonomousVmClusterSslCertsDetails. The OCID of the certificate authority.

Returns:The certificate_authority_id of this RotateAutonomousVmClusterSslCertsDetails.
Return type:str
certificate_generation_type

[Required] Gets the certificate_generation_type of this RotateAutonomousVmClusterSslCertsDetails. 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 RotateAutonomousVmClusterSslCertsDetails.
Return type:str
certificate_id

Gets the certificate_id of this RotateAutonomousVmClusterSslCertsDetails. The OCID of the certificate to use.

Returns:The certificate_id of this RotateAutonomousVmClusterSslCertsDetails.
Return type:str