public final class TargetSslProxy
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
TargetSslProxy() |
| Modifier and Type | Method and Description |
|---|---|
TargetSslProxy |
clone() |
java.lang.String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
java.lang.String |
getDescription()
An optional description of this resource.
|
java.math.BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
java.lang.String |
getKind()
[Output Only] Type of the resource.
|
java.lang.String |
getName()
Name of the resource.
|
java.lang.String |
getProxyHeader()
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
java.lang.String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
java.lang.String |
getService()
URL to the BackendService resource.
|
java.util.List<java.lang.String> |
getSslCertificates()
URLs to SslCertificate resources that are used to authenticate connections to Backends.
|
java.lang.String |
getSslPolicy()
URL of SslPolicy resource that will be associated with the TargetSslProxy resource.
|
TargetSslProxy |
set(java.lang.String fieldName,
java.lang.Object value) |
TargetSslProxy |
setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetSslProxy |
setDescription(java.lang.String description)
An optional description of this resource.
|
TargetSslProxy |
setId(java.math.BigInteger id)
[Output Only] The unique identifier for the resource.
|
TargetSslProxy |
setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
TargetSslProxy |
setName(java.lang.String name)
Name of the resource.
|
TargetSslProxy |
setProxyHeader(java.lang.String proxyHeader)
Specifies the type of proxy header to append before sending data to the backend, either NONE or
PROXY_V1.
|
TargetSslProxy |
setSelfLink(java.lang.String selfLink)
[Output Only] Server-defined URL for the resource.
|
TargetSslProxy |
setService(java.lang.String service)
URL to the BackendService resource.
|
TargetSslProxy |
setSslCertificates(java.util.List<java.lang.String> sslCertificates)
URLs to SslCertificate resources that are used to authenticate connections to Backends.
|
TargetSslProxy |
setSslPolicy(java.lang.String sslPolicy)
URL of SslPolicy resource that will be associated with the TargetSslProxy resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCreationTimestamp()
null for nonepublic TargetSslProxy setCreationTimestamp(java.lang.String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic java.lang.String getDescription()
null for nonepublic TargetSslProxy setDescription(java.lang.String description)
description - description or null for nonepublic java.math.BigInteger getId()
null for nonepublic TargetSslProxy setId(java.math.BigInteger id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic TargetSslProxy setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic TargetSslProxy setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getProxyHeader()
null for nonepublic TargetSslProxy setProxyHeader(java.lang.String proxyHeader)
proxyHeader - proxyHeader or null for nonepublic java.lang.String getSelfLink()
null for nonepublic TargetSslProxy setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic java.lang.String getService()
null for nonepublic TargetSslProxy setService(java.lang.String service)
service - service or null for nonepublic java.util.List<java.lang.String> getSslCertificates()
null for nonepublic TargetSslProxy setSslCertificates(java.util.List<java.lang.String> sslCertificates)
sslCertificates - sslCertificates or null for nonepublic java.lang.String getSslPolicy()
null for nonepublic TargetSslProxy setSslPolicy(java.lang.String sslPolicy)
sslPolicy - sslPolicy or null for nonepublic TargetSslProxy set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TargetSslProxy clone()
clone in class com.google.api.client.json.GenericJson