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

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

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






TlsValidationContext (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class TlsValidationContext

    • Constructor Detail

      • TlsValidationContext

        public TlsValidationContext()
    • Method Detail

      • getCertificatePath

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

        public TlsValidationContext setCertificatePath(String certificatePath)
        The path to the file holding the CA certificate to validate the client or server certificate.
        Parameters:
        certificatePath - certificatePath or null for none
      • getSdsConfig

        public SdsConfig getSdsConfig()
        Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
        Returns:
        value or null for none
      • setSdsConfig

        public TlsValidationContext setSdsConfig(SdsConfig sdsConfig)
        Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
        Parameters:
        sdsConfig - sdsConfig or null for none
      • getValidationSource

        public String getValidationSource()
        Defines how TLS certificates are obtained.
        Returns:
        value or null for none
      • setValidationSource

        public TlsValidationContext setValidationSource(String validationSource)
        Defines how TLS certificates are obtained.
        Parameters:
        validationSource - validationSource or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy