RotateCloudAutonomousVmClusterOrdsCertsDetails

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

Bases: object

The details for configuring the ORDS 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 RotateCloudAutonomousVmClusterOrdsCertsDetails.
CERTIFICATE_GENERATION_TYPE_SYSTEM A constant which can be used with the certificate_generation_type property of a RotateCloudAutonomousVmClusterOrdsCertsDetails.
ca_bundle_id Gets the ca_bundle_id of this RotateCloudAutonomousVmClusterOrdsCertsDetails.
certificate_authority_id Gets the certificate_authority_id of this RotateCloudAutonomousVmClusterOrdsCertsDetails.
certificate_generation_type [Required] Gets the certificate_generation_type of this RotateCloudAutonomousVmClusterOrdsCertsDetails.
certificate_id Gets the certificate_id of this RotateCloudAutonomousVmClusterOrdsCertsDetails.

Methods

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

__init__(**kwargs)

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

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

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

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

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

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

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

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