Uses of Class
com.oracle.bmc.database.model.RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType
-
Packages that use RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType Package Description com.oracle.bmc.database.model -
-
Uses of RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType Modifier and Type Method Description static RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationTypeRotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType. create(String key)RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationTypeRotateCloudAutonomousVmClusterOrdsCertsDetails. getCertificateGenerationType()Specify SYSTEM to use Oracle-managed certificates.static RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationTypeRotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType[]RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType Modifier and Type Method Description RotateCloudAutonomousVmClusterOrdsCertsDetails.BuilderRotateCloudAutonomousVmClusterOrdsCertsDetails.Builder. certificateGenerationType(RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType certificateGenerationType)Specify SYSTEM to use Oracle-managed certificates.Constructors in com.oracle.bmc.database.model with parameters of type RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType Constructor Description RotateCloudAutonomousVmClusterOrdsCertsDetails(RotateCloudAutonomousVmClusterOrdsCertsDetails.CertificateGenerationType certificateGenerationType, String certificateId, String certificateAuthorityId, String caBundleId)Deprecated.
-