public final class TargetHttpsProxy
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 |
|---|
TargetHttpsProxy() |
| Modifier and Type | Method and Description |
|---|---|
TargetHttpsProxy |
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 resource.
|
java.lang.String |
getName()
Name of the resource.
|
java.lang.String |
getQuicOverride()
Specifies the QUIC override policy for this TargetHttpsProxy resource.
|
java.lang.String |
getRegion()
[Output Only] URL of the region where the regional TargetHttpsProxy resides.
|
java.lang.String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
java.util.List<java.lang.String> |
getSslCertificates()
URLs to SslCertificate resources that are used to authenticate connections between users and
the load balancer.
|
java.lang.String |
getSslPolicy()
URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource.
|
java.lang.String |
getUrlMap()
A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL
to the BackendService.
|
TargetHttpsProxy |
set(java.lang.String fieldName,
java.lang.Object value) |
TargetHttpsProxy |
setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetHttpsProxy |
setDescription(java.lang.String description)
An optional description of this resource.
|
TargetHttpsProxy |
setId(java.math.BigInteger id)
[Output Only] The unique identifier for the resource.
|
TargetHttpsProxy |
setKind(java.lang.String kind)
[Output Only] Type of resource.
|
TargetHttpsProxy |
setName(java.lang.String name)
Name of the resource.
|
TargetHttpsProxy |
setQuicOverride(java.lang.String quicOverride)
Specifies the QUIC override policy for this TargetHttpsProxy resource.
|
TargetHttpsProxy |
setRegion(java.lang.String region)
[Output Only] URL of the region where the regional TargetHttpsProxy resides.
|
TargetHttpsProxy |
setSelfLink(java.lang.String selfLink)
[Output Only] Server-defined URL for the resource.
|
TargetHttpsProxy |
setSslCertificates(java.util.List<java.lang.String> sslCertificates)
URLs to SslCertificate resources that are used to authenticate connections between users and
the load balancer.
|
TargetHttpsProxy |
setSslPolicy(java.lang.String sslPolicy)
URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource.
|
TargetHttpsProxy |
setUrlMap(java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCreationTimestamp()
null for nonepublic TargetHttpsProxy setCreationTimestamp(java.lang.String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic java.lang.String getDescription()
null for nonepublic TargetHttpsProxy setDescription(java.lang.String description)
description - description or null for nonepublic java.math.BigInteger getId()
null for nonepublic TargetHttpsProxy setId(java.math.BigInteger id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic TargetHttpsProxy setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic TargetHttpsProxy setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getQuicOverride()
null for nonepublic TargetHttpsProxy setQuicOverride(java.lang.String quicOverride)
quicOverride - quicOverride or null for nonepublic java.lang.String getRegion()
null for nonepublic TargetHttpsProxy setRegion(java.lang.String region)
region - region or null for nonepublic java.lang.String getSelfLink()
null for nonepublic TargetHttpsProxy setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic java.util.List<java.lang.String> getSslCertificates()
null for nonepublic TargetHttpsProxy setSslCertificates(java.util.List<java.lang.String> sslCertificates)
sslCertificates - sslCertificates or null for nonepublic java.lang.String getSslPolicy()
null for nonepublic TargetHttpsProxy setSslPolicy(java.lang.String sslPolicy)
sslPolicy - sslPolicy or null for nonepublic java.lang.String getUrlMap()
null for nonepublic TargetHttpsProxy setUrlMap(java.lang.String urlMap)
urlMap - urlMap or null for nonepublic TargetHttpsProxy set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TargetHttpsProxy clone()
clone in class com.google.api.client.json.GenericJson