oci-dns 2.95.2 → 2.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/lib/client.d.ts +33 -0
  2. package/lib/client.js +182 -1
  3. package/lib/client.js.map +1 -1
  4. package/lib/dns-waiter.d.ts +90 -0
  5. package/lib/dns-waiter.js +168 -0
  6. package/lib/dns-waiter.js.map +1 -1
  7. package/lib/model/create-zone-details.d.ts +29 -0
  8. package/lib/model/create-zone-details.js.map +1 -1
  9. package/lib/model/dnssec-config.d.ts +37 -0
  10. package/lib/model/dnssec-config.js +73 -0
  11. package/lib/model/dnssec-config.js.map +1 -0
  12. package/lib/model/dnssec-digest-type.d.ts +30 -0
  13. package/lib/model/dnssec-digest-type.js +41 -0
  14. package/lib/model/dnssec-digest-type.js.map +1 -0
  15. package/lib/model/dnssec-key-version-ds-data.d.ts +36 -0
  16. package/lib/model/dnssec-key-version-ds-data.js +31 -0
  17. package/lib/model/dnssec-key-version-ds-data.js.map +1 -0
  18. package/lib/model/dnssec-signing-algorithm.d.ts +30 -0
  19. package/lib/model/dnssec-signing-algorithm.js +41 -0
  20. package/lib/model/dnssec-signing-algorithm.js.map +1 -0
  21. package/lib/model/index.d.ts +18 -0
  22. package/lib/model/index.js +20 -2
  23. package/lib/model/index.js.map +1 -1
  24. package/lib/model/ksk-dnssec-key-version.d.ts +125 -0
  25. package/lib/model/ksk-dnssec-key-version.js +63 -0
  26. package/lib/model/ksk-dnssec-key-version.js.map +1 -0
  27. package/lib/model/promote-zone-dnssec-key-version-details.d.ts +29 -0
  28. package/lib/model/promote-zone-dnssec-key-version-details.js +31 -0
  29. package/lib/model/promote-zone-dnssec-key-version-details.js.map +1 -0
  30. package/lib/model/stage-zone-dnssec-key-version-details.d.ts +29 -0
  31. package/lib/model/stage-zone-dnssec-key-version-details.js +31 -0
  32. package/lib/model/stage-zone-dnssec-key-version-details.js.map +1 -0
  33. package/lib/model/update-zone-details.d.ts +29 -0
  34. package/lib/model/update-zone-details.js.map +1 -1
  35. package/lib/model/zone-dnssec-state.d.ts +31 -0
  36. package/lib/model/zone-dnssec-state.js +42 -0
  37. package/lib/model/zone-dnssec-state.js.map +1 -0
  38. package/lib/model/zone-summary.d.ts +30 -0
  39. package/lib/model/zone-summary.js +30 -2
  40. package/lib/model/zone-summary.js.map +1 -1
  41. package/lib/model/zone.d.ts +30 -0
  42. package/lib/model/zone.js +6 -0
  43. package/lib/model/zone.js.map +1 -1
  44. package/lib/model/zsk-dnssec-key-version.d.ts +119 -0
  45. package/lib/model/zsk-dnssec-key-version.js +31 -0
  46. package/lib/model/zsk-dnssec-key-version.js.map +1 -0
  47. package/lib/request/index.d.ts +4 -0
  48. package/lib/request/list-zones-request.d.ts +5 -0
  49. package/lib/request/list-zones-request.js.map +1 -1
  50. package/lib/request/promote-zone-dnssec-key-version-request.d.ts +67 -0
  51. package/lib/request/promote-zone-dnssec-key-version-request.js +15 -0
  52. package/lib/request/promote-zone-dnssec-key-version-request.js.map +1 -0
  53. package/lib/request/stage-zone-dnssec-key-version-request.d.ts +67 -0
  54. package/lib/request/stage-zone-dnssec-key-version-request.js +15 -0
  55. package/lib/request/stage-zone-dnssec-key-version-request.js.map +1 -0
  56. package/lib/response/change-steering-policy-compartment-response.d.ts +6 -0
  57. package/lib/response/create-steering-policy-attachment-response.d.ts +6 -0
  58. package/lib/response/create-steering-policy-response.d.ts +6 -0
  59. package/lib/response/delete-steering-policy-attachment-response.d.ts +6 -0
  60. package/lib/response/delete-steering-policy-response.d.ts +6 -0
  61. package/lib/response/index.d.ts +4 -0
  62. package/lib/response/promote-zone-dnssec-key-version-response.d.ts +26 -0
  63. package/lib/response/promote-zone-dnssec-key-version-response.js +15 -0
  64. package/lib/response/promote-zone-dnssec-key-version-response.js.map +1 -0
  65. package/lib/response/stage-zone-dnssec-key-version-response.d.ts +26 -0
  66. package/lib/response/stage-zone-dnssec-key-version-response.js +15 -0
  67. package/lib/response/stage-zone-dnssec-key-version-response.js.map +1 -0
  68. package/lib/response/update-steering-policy-attachment-response.d.ts +6 -0
  69. package/lib/response/update-steering-policy-response.d.ts +6 -0
  70. package/package.json +3 -3
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * DNS API
4
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
5
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
6
+
7
+ * OpenAPI spec version: 20180115
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.DnssecKeyVersionDsData = void 0;
18
+ var DnssecKeyVersionDsData;
19
+ (function (DnssecKeyVersionDsData) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ DnssecKeyVersionDsData.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ DnssecKeyVersionDsData.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(DnssecKeyVersionDsData = exports.DnssecKeyVersionDsData || (exports.DnssecKeyVersionDsData = {}));
31
+ //# sourceMappingURL=dnssec-key-version-ds-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dnssec-key-version-ds-data.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/dnssec-key-version-ds-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * DNS API
3
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
4
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
5
+
6
+ * OpenAPI spec version: 20180115
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ /**
16
+ * The signing algorithm that will be used for a {@code DnssecKeyVersion}.
17
+ *
18
+ **/
19
+ export declare enum DnssecSigningAlgorithm {
20
+ Rsasha256 = "RSASHA256",
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ UnknownValue = "UNKNOWN_VALUE"
26
+ }
27
+ export declare namespace DnssecSigningAlgorithm {
28
+ function getJsonObj(obj: DnssecSigningAlgorithm): DnssecSigningAlgorithm;
29
+ function getDeserializedJsonObj(obj: DnssecSigningAlgorithm): DnssecSigningAlgorithm;
30
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * DNS API
4
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
5
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
6
+
7
+ * OpenAPI spec version: 20180115
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.DnssecSigningAlgorithm = void 0;
18
+ /**
19
+ * The signing algorithm that will be used for a {@code DnssecKeyVersion}.
20
+ *
21
+ **/
22
+ var DnssecSigningAlgorithm;
23
+ (function (DnssecSigningAlgorithm) {
24
+ DnssecSigningAlgorithm["Rsasha256"] = "RSASHA256";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ DnssecSigningAlgorithm["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(DnssecSigningAlgorithm = exports.DnssecSigningAlgorithm || (exports.DnssecSigningAlgorithm = {}));
31
+ (function (DnssecSigningAlgorithm) {
32
+ function getJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ DnssecSigningAlgorithm.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ DnssecSigningAlgorithm.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(DnssecSigningAlgorithm = exports.DnssecSigningAlgorithm || (exports.DnssecSigningAlgorithm = {}));
41
+ //# sourceMappingURL=dnssec-signing-algorithm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dnssec-signing-algorithm.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/dnssec-signing-algorithm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;;IAGI;AACJ,IAAY,sBAQX;AARD,WAAY,sBAAsB;IAChC,iDAAuB,CAAA;IAEvB;;;OAGG;IACH,wDAA8B,CAAA;AAChC,CAAC,EARW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAQjC;AAED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAOtC"}
@@ -38,12 +38,22 @@ import * as CreateViewDetails from "./create-view-details";
38
38
  export import CreateViewDetails = CreateViewDetails.CreateViewDetails;
39
39
  import * as CreateZoneBaseDetails from "./create-zone-base-details";
40
40
  export import CreateZoneBaseDetails = CreateZoneBaseDetails.CreateZoneBaseDetails;
41
+ import * as DnssecConfig from "./dnssec-config";
42
+ export import DnssecConfig = DnssecConfig.DnssecConfig;
43
+ import * as DnssecDigestType from "./dnssec-digest-type";
44
+ export import DnssecDigestType = DnssecDigestType.DnssecDigestType;
45
+ import * as DnssecKeyVersionDsData from "./dnssec-key-version-ds-data";
46
+ export import DnssecKeyVersionDsData = DnssecKeyVersionDsData.DnssecKeyVersionDsData;
47
+ import * as DnssecSigningAlgorithm from "./dnssec-signing-algorithm";
48
+ export import DnssecSigningAlgorithm = DnssecSigningAlgorithm.DnssecSigningAlgorithm;
41
49
  import * as DynectMigrationDetails from "./dynect-migration-details";
42
50
  export import DynectMigrationDetails = DynectMigrationDetails.DynectMigrationDetails;
43
51
  import * as ExternalDownstream from "./external-downstream";
44
52
  export import ExternalDownstream = ExternalDownstream.ExternalDownstream;
45
53
  import * as ExternalMaster from "./external-master";
46
54
  export import ExternalMaster = ExternalMaster.ExternalMaster;
55
+ import * as KskDnssecKeyVersion from "./ksk-dnssec-key-version";
56
+ export import KskDnssecKeyVersion = KskDnssecKeyVersion.KskDnssecKeyVersion;
47
57
  import * as MigrationReplacement from "./migration-replacement";
48
58
  export import MigrationReplacement = MigrationReplacement.MigrationReplacement;
49
59
  import * as Nameserver from "./nameserver";
@@ -54,6 +64,8 @@ import * as PatchRRSetDetails from "./patch-rr-set-details";
54
64
  export import PatchRRSetDetails = PatchRRSetDetails.PatchRRSetDetails;
55
65
  import * as PatchZoneRecordsDetails from "./patch-zone-records-details";
56
66
  export import PatchZoneRecordsDetails = PatchZoneRecordsDetails.PatchZoneRecordsDetails;
67
+ import * as PromoteZoneDnssecKeyVersionDetails from "./promote-zone-dnssec-key-version-details";
68
+ export import PromoteZoneDnssecKeyVersionDetails = PromoteZoneDnssecKeyVersionDetails.PromoteZoneDnssecKeyVersionDetails;
57
69
  import * as RRSet from "./r-rset";
58
70
  export import RRSet = RRSet.RRSet;
59
71
  import * as Record from "./record";
@@ -80,6 +92,8 @@ import * as Scope from "./scope";
80
92
  export import Scope = Scope.Scope;
81
93
  import * as SortOrder from "./sort-order";
82
94
  export import SortOrder = SortOrder.SortOrder;
95
+ import * as StageZoneDnssecKeyVersionDetails from "./stage-zone-dnssec-key-version-details";
96
+ export import StageZoneDnssecKeyVersionDetails = StageZoneDnssecKeyVersionDetails.StageZoneDnssecKeyVersionDetails;
83
97
  import * as SteeringPolicy from "./steering-policy";
84
98
  export import SteeringPolicy = SteeringPolicy.SteeringPolicy;
85
99
  import * as SteeringPolicyAnswer from "./steering-policy-answer";
@@ -138,10 +152,14 @@ import * as ViewSummary from "./view-summary";
138
152
  export import ViewSummary = ViewSummary.ViewSummary;
139
153
  import * as Zone from "./zone";
140
154
  export import Zone = Zone.Zone;
155
+ import * as ZoneDnssecState from "./zone-dnssec-state";
156
+ export import ZoneDnssecState = ZoneDnssecState.ZoneDnssecState;
141
157
  import * as ZoneSummary from "./zone-summary";
142
158
  export import ZoneSummary = ZoneSummary.ZoneSummary;
143
159
  import * as ZoneTransferServer from "./zone-transfer-server";
144
160
  export import ZoneTransferServer = ZoneTransferServer.ZoneTransferServer;
161
+ import * as ZskDnssecKeyVersion from "./zsk-dnssec-key-version";
162
+ export import ZskDnssecKeyVersion = ZskDnssecKeyVersion.ZskDnssecKeyVersion;
145
163
  import * as CreateMigratedDynectZoneDetails from "./create-migrated-dynect-zone-details";
146
164
  export import CreateMigratedDynectZoneDetails = CreateMigratedDynectZoneDetails.CreateMigratedDynectZoneDetails;
147
165
  import * as CreateResolverVnicEndpointDetails from "./create-resolver-vnic-endpoint-details";
@@ -33,8 +33,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
33
33
  return result;
34
34
  };
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.TsigKeySummary = exports.TsigKey = exports.SteeringPolicyWeightedRuleCase = exports.SteeringPolicyWeightedAnswerData = exports.SteeringPolicySummary = exports.SteeringPolicyRule = exports.SteeringPolicyPriorityRuleCase = exports.SteeringPolicyPriorityAnswerData = exports.SteeringPolicyLimitRuleCase = exports.SteeringPolicyHealthRuleCase = exports.SteeringPolicyFilterRuleCase = exports.SteeringPolicyFilterAnswerData = exports.SteeringPolicyAttachmentSummary = exports.SteeringPolicyAttachment = exports.SteeringPolicyAnswer = exports.SteeringPolicy = exports.SortOrder = exports.Scope = exports.ResolverSummary = exports.ResolverRuleDetails = exports.ResolverRule = exports.ResolverEndpointSummary = exports.ResolverEndpoint = exports.Resolver = exports.RecordOperation = exports.RecordDetails = exports.RecordCollection = exports.Record = exports.RRSet = exports.PatchZoneRecordsDetails = exports.PatchRRSetDetails = exports.PatchDomainRecordsDetails = exports.Nameserver = exports.MigrationReplacement = exports.ExternalMaster = exports.ExternalDownstream = exports.DynectMigrationDetails = exports.CreateZoneBaseDetails = exports.CreateViewDetails = exports.CreateTsigKeyDetails = exports.CreateSteeringPolicyDetails = exports.CreateSteeringPolicyAttachmentDetails = exports.CreateResolverEndpointDetails = exports.ChangeZoneCompartmentDetails = exports.ChangeViewCompartmentDetails = exports.ChangeTsigKeyCompartmentDetails = exports.ChangeSteeringPolicyCompartmentDetails = exports.ChangeResolverCompartmentDetails = exports.AttachedViewDetails = exports.AttachedView = void 0;
37
- exports.UpdateResolverVnicEndpointDetails = exports.SteeringPolicyWeightedRule = exports.SteeringPolicyPriorityRule = exports.SteeringPolicyLimitRule = exports.SteeringPolicyHealthRule = exports.SteeringPolicyFilterRule = exports.ResolverVnicEndpointSummary = exports.ResolverVnicEndpoint = exports.ResolverForwardRuleDetails = exports.ResolverForwardRule = exports.CreateZoneDetails = exports.CreateResolverVnicEndpointDetails = exports.CreateMigratedDynectZoneDetails = exports.ZoneTransferServer = exports.ZoneSummary = exports.Zone = exports.ViewSummary = exports.View = exports.UpdateZoneRecordsDetails = exports.UpdateZoneDetails = exports.UpdateViewDetails = exports.UpdateTsigKeyDetails = exports.UpdateSteeringPolicyDetails = exports.UpdateSteeringPolicyAttachmentDetails = exports.UpdateResolverEndpointDetails = exports.UpdateResolverDetails = exports.UpdateRRSetDetails = exports.UpdateDomainRecordsDetails = void 0;
36
+ exports.SteeringPolicyPriorityAnswerData = exports.SteeringPolicyLimitRuleCase = exports.SteeringPolicyHealthRuleCase = exports.SteeringPolicyFilterRuleCase = exports.SteeringPolicyFilterAnswerData = exports.SteeringPolicyAttachmentSummary = exports.SteeringPolicyAttachment = exports.SteeringPolicyAnswer = exports.SteeringPolicy = exports.StageZoneDnssecKeyVersionDetails = exports.SortOrder = exports.Scope = exports.ResolverSummary = exports.ResolverRuleDetails = exports.ResolverRule = exports.ResolverEndpointSummary = exports.ResolverEndpoint = exports.Resolver = exports.RecordOperation = exports.RecordDetails = exports.RecordCollection = exports.Record = exports.RRSet = exports.PromoteZoneDnssecKeyVersionDetails = exports.PatchZoneRecordsDetails = exports.PatchRRSetDetails = exports.PatchDomainRecordsDetails = exports.Nameserver = exports.MigrationReplacement = exports.KskDnssecKeyVersion = exports.ExternalMaster = exports.ExternalDownstream = exports.DynectMigrationDetails = exports.DnssecSigningAlgorithm = exports.DnssecKeyVersionDsData = exports.DnssecDigestType = exports.DnssecConfig = exports.CreateZoneBaseDetails = exports.CreateViewDetails = exports.CreateTsigKeyDetails = exports.CreateSteeringPolicyDetails = exports.CreateSteeringPolicyAttachmentDetails = exports.CreateResolverEndpointDetails = exports.ChangeZoneCompartmentDetails = exports.ChangeViewCompartmentDetails = exports.ChangeTsigKeyCompartmentDetails = exports.ChangeSteeringPolicyCompartmentDetails = exports.ChangeResolverCompartmentDetails = exports.AttachedViewDetails = exports.AttachedView = void 0;
37
+ exports.UpdateResolverVnicEndpointDetails = exports.SteeringPolicyWeightedRule = exports.SteeringPolicyPriorityRule = exports.SteeringPolicyLimitRule = exports.SteeringPolicyHealthRule = exports.SteeringPolicyFilterRule = exports.ResolverVnicEndpointSummary = exports.ResolverVnicEndpoint = exports.ResolverForwardRuleDetails = exports.ResolverForwardRule = exports.CreateZoneDetails = exports.CreateResolverVnicEndpointDetails = exports.CreateMigratedDynectZoneDetails = exports.ZskDnssecKeyVersion = exports.ZoneTransferServer = exports.ZoneSummary = exports.ZoneDnssecState = exports.Zone = exports.ViewSummary = exports.View = exports.UpdateZoneRecordsDetails = exports.UpdateZoneDetails = exports.UpdateViewDetails = exports.UpdateTsigKeyDetails = exports.UpdateSteeringPolicyDetails = exports.UpdateSteeringPolicyAttachmentDetails = exports.UpdateResolverEndpointDetails = exports.UpdateResolverDetails = exports.UpdateRRSetDetails = exports.UpdateDomainRecordsDetails = exports.TsigKeySummary = exports.TsigKey = exports.SteeringPolicyWeightedRuleCase = exports.SteeringPolicyWeightedAnswerData = exports.SteeringPolicySummary = exports.SteeringPolicyRule = exports.SteeringPolicyPriorityRuleCase = void 0;
38
38
  const AttachedView = __importStar(require("./attached-view"));
39
39
  exports.AttachedView = AttachedView.AttachedView;
40
40
  const AttachedViewDetails = __importStar(require("./attached-view-details"));
@@ -61,12 +61,22 @@ const CreateViewDetails = __importStar(require("./create-view-details"));
61
61
  exports.CreateViewDetails = CreateViewDetails.CreateViewDetails;
62
62
  const CreateZoneBaseDetails = __importStar(require("./create-zone-base-details"));
63
63
  exports.CreateZoneBaseDetails = CreateZoneBaseDetails.CreateZoneBaseDetails;
64
+ const DnssecConfig = __importStar(require("./dnssec-config"));
65
+ exports.DnssecConfig = DnssecConfig.DnssecConfig;
66
+ const DnssecDigestType = __importStar(require("./dnssec-digest-type"));
67
+ exports.DnssecDigestType = DnssecDigestType.DnssecDigestType;
68
+ const DnssecKeyVersionDsData = __importStar(require("./dnssec-key-version-ds-data"));
69
+ exports.DnssecKeyVersionDsData = DnssecKeyVersionDsData.DnssecKeyVersionDsData;
70
+ const DnssecSigningAlgorithm = __importStar(require("./dnssec-signing-algorithm"));
71
+ exports.DnssecSigningAlgorithm = DnssecSigningAlgorithm.DnssecSigningAlgorithm;
64
72
  const DynectMigrationDetails = __importStar(require("./dynect-migration-details"));
65
73
  exports.DynectMigrationDetails = DynectMigrationDetails.DynectMigrationDetails;
66
74
  const ExternalDownstream = __importStar(require("./external-downstream"));
67
75
  exports.ExternalDownstream = ExternalDownstream.ExternalDownstream;
68
76
  const ExternalMaster = __importStar(require("./external-master"));
69
77
  exports.ExternalMaster = ExternalMaster.ExternalMaster;
78
+ const KskDnssecKeyVersion = __importStar(require("./ksk-dnssec-key-version"));
79
+ exports.KskDnssecKeyVersion = KskDnssecKeyVersion.KskDnssecKeyVersion;
70
80
  const MigrationReplacement = __importStar(require("./migration-replacement"));
71
81
  exports.MigrationReplacement = MigrationReplacement.MigrationReplacement;
72
82
  const Nameserver = __importStar(require("./nameserver"));
@@ -77,6 +87,8 @@ const PatchRRSetDetails = __importStar(require("./patch-rr-set-details"));
77
87
  exports.PatchRRSetDetails = PatchRRSetDetails.PatchRRSetDetails;
78
88
  const PatchZoneRecordsDetails = __importStar(require("./patch-zone-records-details"));
79
89
  exports.PatchZoneRecordsDetails = PatchZoneRecordsDetails.PatchZoneRecordsDetails;
90
+ const PromoteZoneDnssecKeyVersionDetails = __importStar(require("./promote-zone-dnssec-key-version-details"));
91
+ exports.PromoteZoneDnssecKeyVersionDetails = PromoteZoneDnssecKeyVersionDetails.PromoteZoneDnssecKeyVersionDetails;
80
92
  const RRSet = __importStar(require("./r-rset"));
81
93
  exports.RRSet = RRSet.RRSet;
82
94
  const Record = __importStar(require("./record"));
@@ -103,6 +115,8 @@ const Scope = __importStar(require("./scope"));
103
115
  exports.Scope = Scope.Scope;
104
116
  const SortOrder = __importStar(require("./sort-order"));
105
117
  exports.SortOrder = SortOrder.SortOrder;
118
+ const StageZoneDnssecKeyVersionDetails = __importStar(require("./stage-zone-dnssec-key-version-details"));
119
+ exports.StageZoneDnssecKeyVersionDetails = StageZoneDnssecKeyVersionDetails.StageZoneDnssecKeyVersionDetails;
106
120
  const SteeringPolicy = __importStar(require("./steering-policy"));
107
121
  exports.SteeringPolicy = SteeringPolicy.SteeringPolicy;
108
122
  const SteeringPolicyAnswer = __importStar(require("./steering-policy-answer"));
@@ -161,10 +175,14 @@ const ViewSummary = __importStar(require("./view-summary"));
161
175
  exports.ViewSummary = ViewSummary.ViewSummary;
162
176
  const Zone = __importStar(require("./zone"));
163
177
  exports.Zone = Zone.Zone;
178
+ const ZoneDnssecState = __importStar(require("./zone-dnssec-state"));
179
+ exports.ZoneDnssecState = ZoneDnssecState.ZoneDnssecState;
164
180
  const ZoneSummary = __importStar(require("./zone-summary"));
165
181
  exports.ZoneSummary = ZoneSummary.ZoneSummary;
166
182
  const ZoneTransferServer = __importStar(require("./zone-transfer-server"));
167
183
  exports.ZoneTransferServer = ZoneTransferServer.ZoneTransferServer;
184
+ const ZskDnssecKeyVersion = __importStar(require("./zsk-dnssec-key-version"));
185
+ exports.ZskDnssecKeyVersion = ZskDnssecKeyVersion.ZskDnssecKeyVersion;
168
186
  const CreateMigratedDynectZoneDetails = __importStar(require("./create-migrated-dynect-zone-details"));
169
187
  exports.CreateMigratedDynectZoneDetails = CreateMigratedDynectZoneDetails.CreateMigratedDynectZoneDetails;
170
188
  const CreateResolverVnicEndpointDetails = __importStar(require("./create-resolver-vnic-endpoint-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,125 @@
1
+ /**
2
+ * DNS API
3
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
4
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
5
+
6
+ * OpenAPI spec version: 20180115
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ import * as model from "../model";
16
+ /**
17
+ * A key signing key (KSK) version. The version information contains timing and configuration data corresponding to the KSK that is used to
18
+ * apply DNSSEC on the zone.
19
+ *
20
+ */
21
+ export interface KskDnssecKeyVersion {
22
+ /**
23
+ * The UUID of the {@code DnssecKeyVersion}.
24
+ *
25
+ */
26
+ "uuid"?: string;
27
+ /**
28
+ * The signing algorithm used for the key.
29
+ *
30
+ */
31
+ "algorithm"?: model.DnssecSigningAlgorithm;
32
+ /**
33
+ * The length of the corresponding private key in bytes, expressed as an integer.
34
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "lengthInBytes"?: number;
37
+ /**
38
+ * The date and time the key version was created, expressed in RFC 3339 timestamp format.
39
+ * <p>
40
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
41
+ *
42
+ */
43
+ "timeCreated"?: Date;
44
+ /**
45
+ * The date and time the key version was, or will be, published, expressed in RFC 3339 timestamp format. This is
46
+ * when the zone contents will include a DNSKEY record corresponding to the key material.
47
+ * <p>
48
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
49
+ *
50
+ */
51
+ "timePublished"?: Date;
52
+ /**
53
+ * The date and time the key version went, or will go, active, expressed in RFC 3339 timestamp format. This is
54
+ * when the key material will be used to generate RRSIGs.
55
+ * <p>
56
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
57
+ *
58
+ */
59
+ "timeActivated"?: Date;
60
+ /**
61
+ * The date and time the key version went, or will go, inactive, expressed in RFC 3339 timestamp format. This
62
+ * is when the key material will no longer be used to generate RRSIGs. For a key signing key (KSK) {@code DnssecKeyVersion}, this is
63
+ * populated after {@code PromoteZoneDnssecKeyVersion} has been called on its successor {@code DnssecKeyVersion}.
64
+ * <p>
65
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
66
+ *
67
+ */
68
+ "timeInactivated"?: Date;
69
+ /**
70
+ * The date and time the key version was, or will be, unpublished, expressed in RFC 3339 timestamp format. This
71
+ * is when the corresponding DNSKEY will be removed from zone contents. For a key signing key (KSK) {@code DnssecKeyVersion}, this is
72
+ * populated after {@code PromoteZoneDnssecKeyVersion} has been called on its successor {@code DnssecKeyVersion}.
73
+ * <p>
74
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
75
+ *
76
+ */
77
+ "timeUnpublished"?: Date;
78
+ /**
79
+ * The date and time at which the recommended key version publication/activation lifetime ends, expressed in RFC
80
+ * 3339 timestamp format. This is when the corresponding DNSKEY should no longer exist in zone contents and no
81
+ * longer be used to generate RRSIGs. For a key sigining key (KSK), if {@code PromoteZoneDnssecKeyVersion} has not been called on this
82
+ * {@code DnssecKeyVersion}'s successor then it will remain active for arbitrarily long past its recommended lifetime.
83
+ * This prevents service disruption at the potential increased risk of key compromise.
84
+ * <p>
85
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
86
+ *
87
+ */
88
+ "timeExpired"?: Date;
89
+ /**
90
+ * The date and time the key version was promoted expressed in RFC 3339 timestamp format.
91
+ * <p>
92
+ **Example:** {@code 2016-07-22T17:23:59:00Z}
93
+ *
94
+ */
95
+ "timePromoted"?: Date;
96
+ /**
97
+ * When populated, this is the UUID of the {@code DnssecKeyVersion} that this {@code DnssecKeyVersion} will replace or has
98
+ * replaced.
99
+ *
100
+ */
101
+ "predecessorDnssecKeyVersionUuid"?: string;
102
+ /**
103
+ * When populated, this is the UUID of the {@code DnssecKeyVersion} that will replace, or has replaced, this
104
+ * {@code DnssecKeyVersion}.
105
+ *
106
+ */
107
+ "successorDnssecKeyVersionUuid"?: string;
108
+ /**
109
+ * The key tag associated with the {@code DnssecKeyVersion}. This key tag will be present in the RRSIG and DS records
110
+ * associated with the key material for this {@code DnssecKeyVersion}. For more information about key tags, see
111
+ * [RFC 4034](https://tools.ietf.org/html/rfc4034).
112
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
113
+ */
114
+ "keyTag"?: number;
115
+ /**
116
+ * An array of data for DS records corresponding with this key version. An entry will exist for each
117
+ * supported DS digest algorithm.
118
+ *
119
+ */
120
+ "dsData"?: Array<model.DnssecKeyVersionDsData>;
121
+ }
122
+ export declare namespace KskDnssecKeyVersion {
123
+ function getJsonObj(obj: KskDnssecKeyVersion): object;
124
+ function getDeserializedJsonObj(obj: KskDnssecKeyVersion): object;
125
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * DNS API
4
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
5
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
6
+
7
+ * OpenAPI spec version: 20180115
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.KskDnssecKeyVersion = void 0;
37
+ const model = __importStar(require("../model"));
38
+ var KskDnssecKeyVersion;
39
+ (function (KskDnssecKeyVersion) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {
42
+ "dsData": obj.dsData
43
+ ? obj.dsData.map(item => {
44
+ return model.DnssecKeyVersionDsData.getJsonObj(item);
45
+ })
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ KskDnssecKeyVersion.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {
53
+ "dsData": obj.dsData
54
+ ? obj.dsData.map(item => {
55
+ return model.DnssecKeyVersionDsData.getDeserializedJsonObj(item);
56
+ })
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ KskDnssecKeyVersion.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(KskDnssecKeyVersion = exports.KskDnssecKeyVersion || (exports.KskDnssecKeyVersion = {}));
63
+ //# sourceMappingURL=ksk-dnssec-key-version.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ksk-dnssec-key-version.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/ksk-dnssec-key-version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8GlC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * DNS API
3
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
4
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
5
+
6
+ * OpenAPI spec version: 20180115
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ /**
16
+ * Details for promoting a {@code DnssecKeyVersion} on a zone.
17
+ *
18
+ */
19
+ export interface PromoteZoneDnssecKeyVersionDetails {
20
+ /**
21
+ * The UUID of the {@code DnssecKeyVersion} that is being promoted.
22
+ *
23
+ */
24
+ "dnssecKeyVersionUuid": string;
25
+ }
26
+ export declare namespace PromoteZoneDnssecKeyVersionDetails {
27
+ function getJsonObj(obj: PromoteZoneDnssecKeyVersionDetails): object;
28
+ function getDeserializedJsonObj(obj: PromoteZoneDnssecKeyVersionDetails): object;
29
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * DNS API
4
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
5
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
6
+
7
+ * OpenAPI spec version: 20180115
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.PromoteZoneDnssecKeyVersionDetails = void 0;
18
+ var PromoteZoneDnssecKeyVersionDetails;
19
+ (function (PromoteZoneDnssecKeyVersionDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ PromoteZoneDnssecKeyVersionDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ PromoteZoneDnssecKeyVersionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(PromoteZoneDnssecKeyVersionDetails = exports.PromoteZoneDnssecKeyVersionDetails || (exports.PromoteZoneDnssecKeyVersionDetails = {}));
31
+ //# sourceMappingURL=promote-zone-dnssec-key-version-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"promote-zone-dnssec-key-version-details.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/promote-zone-dnssec-key-version-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiBH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * DNS API
3
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
4
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
5
+
6
+ * OpenAPI spec version: 20180115
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ /**
16
+ * Details for staging a {@code DnssecKeyVersion} on a zone.
17
+ *
18
+ */
19
+ export interface StageZoneDnssecKeyVersionDetails {
20
+ /**
21
+ * The UUID of the {@code DnssecKeyVersion} for which a new successor should be generated.
22
+ *
23
+ */
24
+ "predecessorDnssecKeyVersionUuid": string;
25
+ }
26
+ export declare namespace StageZoneDnssecKeyVersionDetails {
27
+ function getJsonObj(obj: StageZoneDnssecKeyVersionDetails): object;
28
+ function getDeserializedJsonObj(obj: StageZoneDnssecKeyVersionDetails): object;
29
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * DNS API
4
+ * API for the DNS service. Use this API to manage DNS zones, records, and other DNS resources.
5
+ For more information, see [Overview of the DNS Service](/iaas/Content/DNS/Concepts/dnszonemanagement.htm).
6
+
7
+ * OpenAPI spec version: 20180115
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.StageZoneDnssecKeyVersionDetails = void 0;
18
+ var StageZoneDnssecKeyVersionDetails;
19
+ (function (StageZoneDnssecKeyVersionDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ StageZoneDnssecKeyVersionDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ StageZoneDnssecKeyVersionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(StageZoneDnssecKeyVersionDetails = exports.StageZoneDnssecKeyVersionDetails || (exports.StageZoneDnssecKeyVersionDetails = {}));
31
+ //# sourceMappingURL=stage-zone-dnssec-key-version-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-zone-dnssec-key-version-details.js","sourceRoot":"","sources":["../../../../../lib/dns/lib/model/stage-zone-dnssec-key-version-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiBH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
@@ -44,6 +44,35 @@ export interface UpdateZoneDetails {
44
44
  [key: string]: any;
45
45
  };
46
46
  };
47
+ /**
48
+ * The state of DNSSEC on the zone.
49
+ * <p>
50
+ For DNSSEC to function, every parent zone in the DNS tree up to the top-level domain (or an independent
51
+ * trust anchor) must also have DNSSEC correctly set up.
52
+ * After enabling DNSSEC, you must add a DS record to the zone's parent zone containing the
53
+ * {@code KskDnssecKeyVersion} data. You can find the DS data in the {@code dsData} attribute of the {@code KskDnssecKeyVersion}.
54
+ * Then, use the {@code PromoteZoneDnssecKeyVersion} operation to promote the {@code KskDnssecKeyVersion}.
55
+ * <p>
56
+ New {@code KskDnssecKeyVersion}s are generated annually, a week before the existing {@code KskDnssecKeyVersion}'s expiration.
57
+ * To rollover a {@code KskDnssecKeyVersion}, you must replace the parent zone's DS record containing the old
58
+ * {@code KskDnssecKeyVersion} data with the data from the new {@code KskDnssecKeyVersion}.
59
+ * <p>
60
+ To remove the old DS record without causing service disruption, wait until the old DS record's TTL has
61
+ * expired, and the new DS record has propagated. After the DS replacement has been completed, then the
62
+ * {@code PromoteZoneDnssecKeyVersion} operation must be called.
63
+ * <p>
64
+ Metrics are emitted in the {@code oci_dns} namespace daily for each {@code KskDnssecKeyVersion} indicating how many
65
+ * days are left until expiration.
66
+ * We recommend that you set up alarms and notifications for KskDnssecKeyVersion expiration so that the
67
+ * necessary parent zone updates can be made and the {@code PromoteZoneDnssecKeyVersion} operation can be called.
68
+ * <p>
69
+ Enabling DNSSEC results in additional records in DNS responses which increases their size and can
70
+ * cause higher response latency.
71
+ * <p>
72
+ For more information, see [DNSSEC](https://docs.cloud.oracle.com/iaas/Content/DNS/Concepts/dnssec.htm).
73
+ *
74
+ */
75
+ "dnssecState"?: model.ZoneDnssecState;
47
76
  /**
48
77
  * External master servers for the zone. {@code externalMasters} becomes a
49
78
  * required parameter when the {@code zoneType} value is {@code SECONDARY}.