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

target.apidocs.com.google.api.services.compute.model.SslCertificateSelfManagedSslCertificate.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250107-2.0.0
Show newest version






SslCertificateSelfManagedSslCertificate (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class SslCertificateSelfManagedSslCertificate

    • Constructor Detail

      • SslCertificateSelfManagedSslCertificate

        public SslCertificateSelfManagedSslCertificate()
    • Method Detail

      • getCertificate

        public String getCertificate()
        A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
        Returns:
        value or null for none
      • setCertificate

        public SslCertificateSelfManagedSslCertificate setCertificate(String certificate)
        A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
        Parameters:
        certificate - certificate or null for none
      • getPrivateKey

        public String getPrivateKey()
        A write-only private key in PEM format. Only insert requests will include this field.
        Returns:
        value or null for none
      • setPrivateKey

        public SslCertificateSelfManagedSslCertificate setPrivateKey(String privateKey)
        A write-only private key in PEM format. Only insert requests will include this field.
        Parameters:
        privateKey - privateKey or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy