Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
TsigKey.Builder |
TsigKey.Builder.algorithm(String algorithm)
TSIG key algorithms are encoded as domain names, but most consist of only one non-empty
label, which is not required to be explicitly absolute.
|
static TsigKey.Builder |
TsigKey.builder()
Create a new builder.
|
TsigKey.Builder |
TsigKey.Builder.compartmentId(String compartmentId)
The OCID of the compartment containing the TSIG key.
|
TsigKey.Builder |
TsigKey.Builder.copy(TsigKey model) |
TsigKey.Builder |
TsigKey.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
TsigKey.Builder |
TsigKey.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
TsigKey.Builder |
TsigKey.Builder.id(String id)
The OCID of the resource.
|
TsigKey.Builder |
TsigKey.Builder.lifecycleState(TsigKey.LifecycleState lifecycleState)
The current state of the resource.
|
TsigKey.Builder |
TsigKey.Builder.name(String name)
A globally unique domain name identifying the key for a given pair of hosts.
|
TsigKey.Builder |
TsigKey.Builder.secret(String secret)
A base64 string encoding the binary shared secret.
|
TsigKey.Builder |
TsigKey.Builder.self(String self)
The canonical absolute URL of the resource.
|
TsigKey.Builder |
TsigKey.Builder.timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC 3339 timestamp format.
|
TsigKey.Builder |
TsigKey.Builder.timeUpdated(Date timeUpdated)
The date and time the resource was last updated, expressed in RFC 3339 timestamp format.
|
TsigKey.Builder |
TsigKey.toBuilder() |
Copyright © 2016–2024. All rights reserved.