| Package | Description |
|---|---|
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
DnsKey |
DnsKey.clone() |
DnsKey |
OperationDnsKeyContext.getNewValue()
The post-operation DnsKey resource.
|
DnsKey |
OperationDnsKeyContext.getOldValue()
The pre-operation DnsKey resource.
|
DnsKey |
DnsKey.set(String fieldName,
Object value) |
DnsKey |
DnsKey.setAlgorithm(String algorithm)
String mnemonic specifying the DNSSEC algorithm of this key.
|
DnsKey |
DnsKey.setCreationTime(String creationTime)
The time that this resource was created in the control plane.
|
DnsKey |
DnsKey.setDescription(String description)
A mutable string of at most 1024 characters associated with this resource for the user's
convenience.
|
DnsKey |
DnsKey.setDigests(List<DnsKeyDigest> digests)
Cryptographic hashes of the DNSKEY resource record associated with this DnsKey.
|
DnsKey |
DnsKey.setId(String id)
Unique identifier for the resource; defined by the server (output only).
|
DnsKey |
DnsKey.setIsActive(Boolean isActive)
Active keys are used to sign subsequent changes to the ManagedZone.
|
DnsKey |
DnsKey.setKeyLength(Long keyLength)
Length of the key in bits.
|
DnsKey |
DnsKey.setKeyTag(Integer keyTag)
The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this
DnsKey.
|
DnsKey |
DnsKey.setKind(String kind) |
DnsKey |
DnsKey.setPublicKey(String publicKey)
Base64 encoded public half of this key.
|
DnsKey |
DnsKey.setType(String type)
One of "KEY_SIGNING" or "ZONE_SIGNING".
|
| Modifier and Type | Method and Description |
|---|---|
List<DnsKey> |
DnsKeysListResponse.getDnsKeys()
The requested resources.
|
| Modifier and Type | Method and Description |
|---|---|
OperationDnsKeyContext |
OperationDnsKeyContext.setNewValue(DnsKey newValue)
The post-operation DnsKey resource.
|
OperationDnsKeyContext |
OperationDnsKeyContext.setOldValue(DnsKey oldValue)
The pre-operation DnsKey resource.
|
| Modifier and Type | Method and Description |
|---|---|
DnsKeysListResponse |
DnsKeysListResponse.setDnsKeys(List<DnsKey> dnsKeys)
The requested resources.
|
Copyright © 2011–2022 Google. All rights reserved.