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

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







TlsCertificatePaths (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class TlsCertificatePaths

    • Constructor Detail

      • TlsCertificatePaths

        public TlsCertificatePaths()
    • Method Detail

      • getCertificatePath

        public String getCertificatePath()
        The path to the file holding the client or server TLS certificate to use.
        Returns:
        value or null for none
      • setCertificatePath

        public TlsCertificatePaths setCertificatePath(String certificatePath)
        The path to the file holding the client or server TLS certificate to use.
        Parameters:
        certificatePath - certificatePath or null for none
      • getPrivateKeyPath

        public String getPrivateKeyPath()
        The path to the file holding the client or server private key.
        Returns:
        value or null for none
      • setPrivateKeyPath

        public TlsCertificatePaths setPrivateKeyPath(String privateKeyPath)
        The path to the file holding the client or server private key.
        Parameters:
        privateKeyPath - privateKeyPath or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy