All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sqladmin.model.DemoteMasterMySqlReplicaConfiguration.html Maven / Gradle / Ivy

The newest version!






DemoteMasterMySqlReplicaConfiguration (Cloud SQL Admin API v1-rev20241108-2.0.0)












com.google.api.services.sqladmin.model

Class DemoteMasterMySqlReplicaConfiguration

    • Constructor Detail

      • DemoteMasterMySqlReplicaConfiguration

        public DemoteMasterMySqlReplicaConfiguration()
    • Method Detail

      • getCaCertificate

        public String getCaCertificate()
        PEM representation of the trusted CA's x509 certificate.
        Returns:
        value or null for none
      • setCaCertificate

        public DemoteMasterMySqlReplicaConfiguration setCaCertificate(String caCertificate)
        PEM representation of the trusted CA's x509 certificate.
        Parameters:
        caCertificate - caCertificate or null for none
      • getClientCertificate

        public String getClientCertificate()
        PEM representation of the replica's x509 certificate.
        Returns:
        value or null for none
      • setClientCertificate

        public DemoteMasterMySqlReplicaConfiguration setClientCertificate(String clientCertificate)
        PEM representation of the replica's x509 certificate.
        Parameters:
        clientCertificate - clientCertificate or null for none
      • getClientKey

        public String getClientKey()
        PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
        Returns:
        value or null for none
      • setClientKey

        public DemoteMasterMySqlReplicaConfiguration setClientKey(String clientKey)
        PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
        Parameters:
        clientKey - clientKey or null for none
      • getKind

        public String getKind()
        This is always `sql#demoteMasterMysqlReplicaConfiguration`.
        Returns:
        value or null for none
      • getPassword

        public String getPassword()
        The password for the replication connection.
        Returns:
        value or null for none
      • getUsername

        public String getUsername()
        The username for the replication connection.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy