public final class TargetHttpsProxy 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 |
|---|
TargetHttpsProxy() |
| Modifier and Type | Method and Description |
|---|---|
TargetHttpsProxy |
clone() |
byte[] |
decodeFingerprint()
Fingerprint of this resource.
|
TargetHttpsProxy |
encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
String |
getAuthentication()
[Deprecated] Use serverTlsPolicy instead.
|
String |
getAuthorization()
[Deprecated] Use authorizationPolicy instead.
|
String |
getAuthorizationPolicy()
Optional.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getFingerprint()
Fingerprint of this resource.
|
List<String> |
getHttpFilters()
URLs to networkservices.HttpFilter resources enabled for xDS clients using this configuration.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getName()
Name of the resource.
|
Boolean |
getProxyBind()
This field only applies when the forwarding rule that references this target proxy has a
loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
String |
getQuicOverride()
Specifies the QUIC override policy for this TargetHttpsProxy resource.
|
String |
getRegion()
[Output Only] URL of the region where the regional TargetHttpsProxy resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getServerTlsPolicy()
Optional.
|
List<String> |
getSslCertificates()
URLs to SslCertificate resources that are used to authenticate connections between users and
the load balancer.
|
String |
getSslPolicy()
URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource.
|
String |
getUrlMap()
A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL
to the BackendService.
|
TargetHttpsProxy |
set(String fieldName,
Object value) |
TargetHttpsProxy |
setAuthentication(String authentication)
[Deprecated] Use serverTlsPolicy instead.
|
TargetHttpsProxy |
setAuthorization(String authorization)
[Deprecated] Use authorizationPolicy instead.
|
TargetHttpsProxy |
setAuthorizationPolicy(String authorizationPolicy)
Optional.
|
TargetHttpsProxy |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetHttpsProxy |
setDescription(String description)
An optional description of this resource.
|
TargetHttpsProxy |
setFingerprint(String fingerprint)
Fingerprint of this resource.
|
TargetHttpsProxy |
setHttpFilters(List<String> httpFilters)
URLs to networkservices.HttpFilter resources enabled for xDS clients using this configuration.
|
TargetHttpsProxy |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
TargetHttpsProxy |
setKind(String kind)
[Output Only] Type of resource.
|
TargetHttpsProxy |
setName(String name)
Name of the resource.
|
TargetHttpsProxy |
setProxyBind(Boolean proxyBind)
This field only applies when the forwarding rule that references this target proxy has a
loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
TargetHttpsProxy |
setQuicOverride(String quicOverride)
Specifies the QUIC override policy for this TargetHttpsProxy resource.
|
TargetHttpsProxy |
setRegion(String region)
[Output Only] URL of the region where the regional TargetHttpsProxy resides.
|
TargetHttpsProxy |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
TargetHttpsProxy |
setServerTlsPolicy(String serverTlsPolicy)
Optional.
|
TargetHttpsProxy |
setSslCertificates(List<String> sslCertificates)
URLs to SslCertificate resources that are used to authenticate connections between users and
the load balancer.
|
TargetHttpsProxy |
setSslPolicy(String sslPolicy)
URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource.
|
TargetHttpsProxy |
setUrlMap(String urlMap)
A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL
to the BackendService.
|
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 String getAuthentication()
null for nonepublic TargetHttpsProxy setAuthentication(String authentication)
authentication - authentication or null for nonepublic String getAuthorization()
null for nonepublic TargetHttpsProxy setAuthorization(String authorization)
authorization - authorization or null for nonepublic String getAuthorizationPolicy()
null for nonepublic TargetHttpsProxy setAuthorizationPolicy(String authorizationPolicy)
authorizationPolicy - authorizationPolicy or null for nonepublic String getCreationTimestamp()
null for nonepublic TargetHttpsProxy setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic TargetHttpsProxy setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public TargetHttpsProxy setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public TargetHttpsProxy encodeFingerprint(byte[] fingerprint)
The value is encoded Base64 or {@code null} for none.
public List<String> getHttpFilters()
null for nonepublic TargetHttpsProxy setHttpFilters(List<String> httpFilters)
httpFilters - httpFilters or null for nonepublic BigInteger getId()
null for nonepublic TargetHttpsProxy setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic TargetHttpsProxy setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic TargetHttpsProxy setName(String name)
name - name or null for nonepublic Boolean getProxyBind()
null for nonepublic TargetHttpsProxy setProxyBind(Boolean proxyBind)
proxyBind - proxyBind or null for nonepublic String getQuicOverride()
null for nonepublic TargetHttpsProxy setQuicOverride(String quicOverride)
quicOverride - quicOverride or null for nonepublic String getRegion()
null for nonepublic TargetHttpsProxy setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic TargetHttpsProxy setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getServerTlsPolicy()
null for nonepublic TargetHttpsProxy setServerTlsPolicy(String serverTlsPolicy)
serverTlsPolicy - serverTlsPolicy or null for nonepublic List<String> getSslCertificates()
null for nonepublic TargetHttpsProxy setSslCertificates(List<String> sslCertificates)
sslCertificates - sslCertificates or null for nonepublic String getSslPolicy()
null for nonepublic TargetHttpsProxy setSslPolicy(String sslPolicy)
sslPolicy - sslPolicy or null for nonepublic String getUrlMap()
null for nonepublic TargetHttpsProxy setUrlMap(String urlMap)
urlMap - urlMap or null for nonepublic TargetHttpsProxy set(String fieldName, Object value)
set in class GenericJsonpublic TargetHttpsProxy clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.