Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
DnssecKeyVersionDsData |
DnssecKeyVersionDsData.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DnssecKeyVersionDsData> |
KskDnssecKeyVersion.getDsData()
An array of data for DS records corresponding with this key version.
|
Modifier and Type | Method and Description |
---|---|
DnssecKeyVersionDsData.Builder |
DnssecKeyVersionDsData.Builder.copy(DnssecKeyVersionDsData model) |
Modifier and Type | Method and Description |
---|---|
KskDnssecKeyVersion.Builder |
KskDnssecKeyVersion.Builder.dsData(List<DnssecKeyVersionDsData> dsData)
An array of data for DS records corresponding with this key version.
|
Constructor and Description |
---|
KskDnssecKeyVersion(String uuid,
DnssecSigningAlgorithm algorithm,
Integer lengthInBytes,
Date timeCreated,
Date timePublished,
Date timeActivated,
Date timeInactivated,
Date timeUnpublished,
Date timeExpired,
Date timePromoted,
String predecessorDnssecKeyVersionUuid,
String successorDnssecKeyVersionUuid,
Integer keyTag,
List<DnssecKeyVersionDsData> dsData)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.