public final class SslCertificate 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 |
|---|
SslCertificate() |
| Modifier and Type | Method and Description |
|---|---|
SslCertificate |
clone() |
String |
getCertificate()
A value read into memory from a certificate file.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getExpireTime()
[Output Only] Expire time of the certificate.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
SslCertificateManagedSslCertificate |
getManaged()
Configuration and status of a managed SSL certificate.
|
String |
getName()
Name of the resource.
|
String |
getPrivateKey()
A value read into memory from a write-only private key file.
|
String |
getRegion()
[Output Only] URL of the region where the regional SSL Certificate resides.
|
String |
getSelfLink()
[Output only] Server-defined URL for the resource.
|
SslCertificateSelfManagedSslCertificate |
getSelfManaged()
Configuration and status of a self-managed SSL certificate.
|
List<String> |
getSubjectAlternativeNames()
[Output Only] Domains associated with the certificate via Subject Alternative Name.
|
String |
getType()
(Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED".
|
SslCertificate |
set(String fieldName,
Object value) |
SslCertificate |
setCertificate(String certificate)
A value read into memory from a certificate file.
|
SslCertificate |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
SslCertificate |
setDescription(String description)
An optional description of this resource.
|
SslCertificate |
setExpireTime(String expireTime)
[Output Only] Expire time of the certificate.
|
SslCertificate |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
SslCertificate |
setKind(String kind)
[Output Only] Type of the resource.
|
SslCertificate |
setManaged(SslCertificateManagedSslCertificate managed)
Configuration and status of a managed SSL certificate.
|
SslCertificate |
setName(String name)
Name of the resource.
|
SslCertificate |
setPrivateKey(String privateKey)
A value read into memory from a write-only private key file.
|
SslCertificate |
setRegion(String region)
[Output Only] URL of the region where the regional SSL Certificate resides.
|
SslCertificate |
setSelfLink(String selfLink)
[Output only] Server-defined URL for the resource.
|
SslCertificate |
setSelfManaged(SslCertificateSelfManagedSslCertificate selfManaged)
Configuration and status of a self-managed SSL certificate.
|
SslCertificate |
setSubjectAlternativeNames(List<String> subjectAlternativeNames)
[Output Only] Domains associated with the certificate via Subject Alternative Name.
|
SslCertificate |
setType(String type)
(Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED".
|
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 getCertificate()
null for nonepublic SslCertificate setCertificate(String certificate)
certificate - certificate or null for nonepublic String getCreationTimestamp()
null for nonepublic SslCertificate setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic SslCertificate setDescription(String description)
description - description or null for nonepublic String getExpireTime()
null for nonepublic SslCertificate setExpireTime(String expireTime)
expireTime - expireTime or null for nonepublic BigInteger getId()
null for nonepublic SslCertificate setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic SslCertificate setKind(String kind)
kind - kind or null for nonepublic SslCertificateManagedSslCertificate getManaged()
null for nonepublic SslCertificate setManaged(SslCertificateManagedSslCertificate managed)
managed - managed or null for nonepublic String getName()
null for nonepublic SslCertificate setName(String name)
name - name or null for nonepublic String getPrivateKey()
null for nonepublic SslCertificate setPrivateKey(String privateKey)
privateKey - privateKey or null for nonepublic String getRegion()
null for nonepublic SslCertificate setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic SslCertificate setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic SslCertificateSelfManagedSslCertificate getSelfManaged()
null for nonepublic SslCertificate setSelfManaged(SslCertificateSelfManagedSslCertificate selfManaged)
selfManaged - selfManaged or null for nonepublic List<String> getSubjectAlternativeNames()
null for nonepublic SslCertificate setSubjectAlternativeNames(List<String> subjectAlternativeNames)
subjectAlternativeNames - subjectAlternativeNames or null for nonepublic String getType()
null for nonepublic SslCertificate setType(String type)
type - type or null for nonepublic SslCertificate set(String fieldName, Object value)
set in class GenericJsonpublic SslCertificate clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.