public final class TlsCertificateContext extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TlsCertificateContext() |
| Modifier and Type | Method and Description |
|---|---|
TlsCertificateContext |
clone() |
TlsCertificatePaths |
getCertificatePaths()
Specifies the certificate and private key paths.
|
String |
getCertificateSource()
Defines how TLS certificates are obtained.
|
SdsConfig |
getSdsConfig()
Specifies the config to retrieve certificates through SDS.
|
TlsCertificateContext |
set(String fieldName,
Object value) |
TlsCertificateContext |
setCertificatePaths(TlsCertificatePaths certificatePaths)
Specifies the certificate and private key paths.
|
TlsCertificateContext |
setCertificateSource(String certificateSource)
Defines how TLS certificates are obtained.
|
TlsCertificateContext |
setSdsConfig(SdsConfig sdsConfig)
Specifies the config to retrieve certificates through SDS.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TlsCertificatePaths getCertificatePaths()
null for nonepublic TlsCertificateContext setCertificatePaths(TlsCertificatePaths certificatePaths)
certificatePaths - certificatePaths or null for nonepublic String getCertificateSource()
null for nonepublic TlsCertificateContext setCertificateSource(String certificateSource)
certificateSource - certificateSource or null for nonepublic SdsConfig getSdsConfig()
null for nonepublic TlsCertificateContext setSdsConfig(SdsConfig sdsConfig)
sdsConfig - sdsConfig or null for nonepublic TlsCertificateContext set(String fieldName, Object value)
set in class GenericJsonpublic TlsCertificateContext clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.