oci-core 2.100.2 → 2.101.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 (98) hide show
  1. package/lib/client.d.ts +97 -0
  2. package/lib/client.js +566 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/byoasn-byoip-range.d.ts +47 -0
  5. package/lib/model/byoasn-byoip-range.js +36 -0
  6. package/lib/model/byoasn-byoip-range.js.map +1 -0
  7. package/lib/model/byoasn-collection.d.ts +33 -0
  8. package/lib/model/byoasn-collection.js +68 -0
  9. package/lib/model/byoasn-collection.js.map +1 -0
  10. package/lib/model/byoasn-summary.d.ts +90 -0
  11. package/lib/model/byoasn-summary.js +36 -0
  12. package/lib/model/byoasn-summary.js.map +1 -0
  13. package/lib/model/byoasn.d.ts +115 -0
  14. package/lib/model/byoasn.js +81 -0
  15. package/lib/model/byoasn.js.map +1 -0
  16. package/lib/model/byoip-range-origin-asn.d.ts +40 -0
  17. package/lib/model/byoip-range-origin-asn.js +36 -0
  18. package/lib/model/byoip-range-origin-asn.js.map +1 -0
  19. package/lib/model/byoip-range.d.ts +1 -0
  20. package/lib/model/byoip-range.js +5 -1
  21. package/lib/model/byoip-range.js.map +1 -1
  22. package/lib/model/change-byoasn-compartment-details.d.ts +33 -0
  23. package/lib/model/change-byoasn-compartment-details.js +36 -0
  24. package/lib/model/change-byoasn-compartment-details.js.map +1 -0
  25. package/lib/model/create-byoasn-details.d.ts +66 -0
  26. package/lib/model/create-byoasn-details.js +36 -0
  27. package/lib/model/create-byoasn-details.js.map +1 -0
  28. package/lib/model/index.d.ts +18 -0
  29. package/lib/model/index.js +31 -13
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/set-origin-asn-details.d.ts +36 -0
  32. package/lib/model/set-origin-asn-details.js +36 -0
  33. package/lib/model/set-origin-asn-details.js.map +1 -0
  34. package/lib/model/update-byoasn-details.d.ts +56 -0
  35. package/lib/model/update-byoasn-details.js +36 -0
  36. package/lib/model/update-byoasn-details.js.map +1 -0
  37. package/lib/request/change-byoasn-compartment-request.d.ts +49 -0
  38. package/lib/request/change-byoasn-compartment-request.js +15 -0
  39. package/lib/request/change-byoasn-compartment-request.js.map +1 -0
  40. package/lib/request/create-byoasn-request.d.ts +38 -0
  41. package/lib/request/create-byoasn-request.js +15 -0
  42. package/lib/request/create-byoasn-request.js.map +1 -0
  43. package/lib/request/delete-byoasn-request.d.ts +35 -0
  44. package/lib/request/delete-byoasn-request.js +15 -0
  45. package/lib/request/delete-byoasn-request.js.map +1 -0
  46. package/lib/request/get-byoasn-request.d.ts +28 -0
  47. package/lib/request/get-byoasn-request.js +15 -0
  48. package/lib/request/get-byoasn-request.js.map +1 -0
  49. package/lib/request/index.d.ts +18 -0
  50. package/lib/request/index.js +4 -2
  51. package/lib/request/index.js.map +1 -1
  52. package/lib/request/list-byoasns-request.d.ts +75 -0
  53. package/lib/request/list-byoasns-request.js +29 -0
  54. package/lib/request/list-byoasns-request.js.map +1 -0
  55. package/lib/request/set-origin-asn-request.d.ts +49 -0
  56. package/lib/request/set-origin-asn-request.js +15 -0
  57. package/lib/request/set-origin-asn-request.js.map +1 -0
  58. package/lib/request/set-origin-asn-to-oracle-request.d.ts +35 -0
  59. package/lib/request/set-origin-asn-to-oracle-request.js +15 -0
  60. package/lib/request/set-origin-asn-to-oracle-request.js.map +1 -0
  61. package/lib/request/update-byoasn-request.d.ts +40 -0
  62. package/lib/request/update-byoasn-request.js +15 -0
  63. package/lib/request/update-byoasn-request.js.map +1 -0
  64. package/lib/request/validate-byoasn-request.d.ts +44 -0
  65. package/lib/request/validate-byoasn-request.js +15 -0
  66. package/lib/request/validate-byoasn-request.js.map +1 -0
  67. package/lib/response/change-byoasn-compartment-response.d.ts +20 -0
  68. package/lib/response/change-byoasn-compartment-response.js +15 -0
  69. package/lib/response/change-byoasn-compartment-response.js.map +1 -0
  70. package/lib/response/create-byoasn-response.d.ts +30 -0
  71. package/lib/response/create-byoasn-response.js +15 -0
  72. package/lib/response/create-byoasn-response.js.map +1 -0
  73. package/lib/response/delete-byoasn-response.d.ts +20 -0
  74. package/lib/response/delete-byoasn-response.js +15 -0
  75. package/lib/response/delete-byoasn-response.js.map +1 -0
  76. package/lib/response/get-byoasn-response.d.ts +30 -0
  77. package/lib/response/get-byoasn-response.js +15 -0
  78. package/lib/response/get-byoasn-response.js.map +1 -0
  79. package/lib/response/index.d.ts +18 -0
  80. package/lib/response/list-byoasns-response.d.ts +32 -0
  81. package/lib/response/list-byoasns-response.js +15 -0
  82. package/lib/response/list-byoasns-response.js.map +1 -0
  83. package/lib/response/set-origin-asn-response.d.ts +27 -0
  84. package/lib/response/set-origin-asn-response.js +15 -0
  85. package/lib/response/set-origin-asn-response.js.map +1 -0
  86. package/lib/response/set-origin-asn-to-oracle-response.d.ts +20 -0
  87. package/lib/response/set-origin-asn-to-oracle-response.js +15 -0
  88. package/lib/response/set-origin-asn-to-oracle-response.js.map +1 -0
  89. package/lib/response/update-byoasn-response.d.ts +30 -0
  90. package/lib/response/update-byoasn-response.js +15 -0
  91. package/lib/response/update-byoasn-response.js.map +1 -0
  92. package/lib/response/validate-byoasn-response.d.ts +27 -0
  93. package/lib/response/validate-byoasn-response.js +15 -0
  94. package/lib/response/validate-byoasn-response.js.map +1 -0
  95. package/lib/virtualnetwork-waiter.d.ts +28 -0
  96. package/lib/virtualnetwork-waiter.js +42 -0
  97. package/lib/virtualnetwork-waiter.js.map +1 -1
  98. package/package.json +3 -3
@@ -427,6 +427,8 @@ import * as BulkAddVirtualCircuitPublicPrefixesRequest from "./bulk-add-virtual-
427
427
  export import BulkAddVirtualCircuitPublicPrefixesRequest = BulkAddVirtualCircuitPublicPrefixesRequest.BulkAddVirtualCircuitPublicPrefixesRequest;
428
428
  import * as BulkDeleteVirtualCircuitPublicPrefixesRequest from "./bulk-delete-virtual-circuit-public-prefixes-request";
429
429
  export import BulkDeleteVirtualCircuitPublicPrefixesRequest = BulkDeleteVirtualCircuitPublicPrefixesRequest.BulkDeleteVirtualCircuitPublicPrefixesRequest;
430
+ import * as ChangeByoasnCompartmentRequest from "./change-byoasn-compartment-request";
431
+ export import ChangeByoasnCompartmentRequest = ChangeByoasnCompartmentRequest.ChangeByoasnCompartmentRequest;
430
432
  import * as ChangeByoipRangeCompartmentRequest from "./change-byoip-range-compartment-request";
431
433
  export import ChangeByoipRangeCompartmentRequest = ChangeByoipRangeCompartmentRequest.ChangeByoipRangeCompartmentRequest;
432
434
  import * as ChangeCaptureFilterCompartmentRequest from "./change-capture-filter-compartment-request";
@@ -477,6 +479,8 @@ import * as ConnectLocalPeeringGatewaysRequest from "./connect-local-peering-gat
477
479
  export import ConnectLocalPeeringGatewaysRequest = ConnectLocalPeeringGatewaysRequest.ConnectLocalPeeringGatewaysRequest;
478
480
  import * as ConnectRemotePeeringConnectionsRequest from "./connect-remote-peering-connections-request";
479
481
  export import ConnectRemotePeeringConnectionsRequest = ConnectRemotePeeringConnectionsRequest.ConnectRemotePeeringConnectionsRequest;
482
+ import * as CreateByoasnRequest from "./create-byoasn-request";
483
+ export import CreateByoasnRequest = CreateByoasnRequest.CreateByoasnRequest;
480
484
  import * as CreateByoipRangeRequest from "./create-byoip-range-request";
481
485
  export import CreateByoipRangeRequest = CreateByoipRangeRequest.CreateByoipRangeRequest;
482
486
  import * as CreateCaptureFilterRequest from "./create-capture-filter-request";
@@ -533,6 +537,8 @@ import * as CreateVlanRequest from "./create-vlan-request";
533
537
  export import CreateVlanRequest = CreateVlanRequest.CreateVlanRequest;
534
538
  import * as CreateVtapRequest from "./create-vtap-request";
535
539
  export import CreateVtapRequest = CreateVtapRequest.CreateVtapRequest;
540
+ import * as DeleteByoasnRequest from "./delete-byoasn-request";
541
+ export import DeleteByoasnRequest = DeleteByoasnRequest.DeleteByoasnRequest;
536
542
  import * as DeleteByoipRangeRequest from "./delete-byoip-range-request";
537
543
  export import DeleteByoipRangeRequest = DeleteByoipRangeRequest.DeleteByoipRangeRequest;
538
544
  import * as DeleteCaptureFilterRequest from "./delete-capture-filter-request";
@@ -595,6 +601,8 @@ import * as GetAllDrgAttachmentsRequest from "./get-all-drg-attachments-request"
595
601
  export import GetAllDrgAttachmentsRequest = GetAllDrgAttachmentsRequest.GetAllDrgAttachmentsRequest;
596
602
  import * as GetAllowedIkeIPSecParametersRequest from "./get-allowed-ike-ipsec-parameters-request";
597
603
  export import GetAllowedIkeIPSecParametersRequest = GetAllowedIkeIPSecParametersRequest.GetAllowedIkeIPSecParametersRequest;
604
+ import * as GetByoasnRequest from "./get-byoasn-request";
605
+ export import GetByoasnRequest = GetByoasnRequest.GetByoasnRequest;
598
606
  import * as GetByoipRangeRequest from "./get-byoip-range-request";
599
607
  export import GetByoipRangeRequest = GetByoipRangeRequest.GetByoipRangeRequest;
600
608
  import * as GetCaptureFilterRequest from "./get-capture-filter-request";
@@ -709,6 +717,8 @@ import * as GetVtapRequest from "./get-vtap-request";
709
717
  export import GetVtapRequest = GetVtapRequest.GetVtapRequest;
710
718
  import * as ListAllowedPeerRegionsForRemotePeeringRequest from "./list-allowed-peer-regions-for-remote-peering-request";
711
719
  export import ListAllowedPeerRegionsForRemotePeeringRequest = ListAllowedPeerRegionsForRemotePeeringRequest.ListAllowedPeerRegionsForRemotePeeringRequest;
720
+ import * as ListByoasnsRequest from "./list-byoasns-request";
721
+ export import ListByoasnsRequest = ListByoasnsRequest.ListByoasnsRequest;
712
722
  import * as ListByoipAllocatedRangesRequest from "./list-byoip-allocated-ranges-request";
713
723
  export import ListByoipAllocatedRangesRequest = ListByoipAllocatedRangesRequest.ListByoipAllocatedRangesRequest;
714
724
  import * as ListByoipRangesRequest from "./list-byoip-ranges-request";
@@ -823,6 +833,12 @@ import * as RemovePublicIpPoolCapacityRequest from "./remove-public-ip-pool-capa
823
833
  export import RemovePublicIpPoolCapacityRequest = RemovePublicIpPoolCapacityRequest.RemovePublicIpPoolCapacityRequest;
824
834
  import * as RemoveVcnCidrRequest from "./remove-vcn-cidr-request";
825
835
  export import RemoveVcnCidrRequest = RemoveVcnCidrRequest.RemoveVcnCidrRequest;
836
+ import * as SetOriginAsnRequest from "./set-origin-asn-request";
837
+ export import SetOriginAsnRequest = SetOriginAsnRequest.SetOriginAsnRequest;
838
+ import * as SetOriginAsnToOracleRequest from "./set-origin-asn-to-oracle-request";
839
+ export import SetOriginAsnToOracleRequest = SetOriginAsnToOracleRequest.SetOriginAsnToOracleRequest;
840
+ import * as UpdateByoasnRequest from "./update-byoasn-request";
841
+ export import UpdateByoasnRequest = UpdateByoasnRequest.UpdateByoasnRequest;
826
842
  import * as UpdateByoipRangeRequest from "./update-byoip-range-request";
827
843
  export import UpdateByoipRangeRequest = UpdateByoipRangeRequest.UpdateByoipRangeRequest;
828
844
  import * as UpdateCaptureFilterRequest from "./update-capture-filter-request";
@@ -895,6 +911,8 @@ import * as UpdateVtapRequest from "./update-vtap-request";
895
911
  export import UpdateVtapRequest = UpdateVtapRequest.UpdateVtapRequest;
896
912
  import * as UpgradeDrgRequest from "./upgrade-drg-request";
897
913
  export import UpgradeDrgRequest = UpgradeDrgRequest.UpgradeDrgRequest;
914
+ import * as ValidateByoasnRequest from "./validate-byoasn-request";
915
+ export import ValidateByoasnRequest = ValidateByoasnRequest.ValidateByoasnRequest;
898
916
  import * as ValidateByoipRangeRequest from "./validate-byoip-range-request";
899
917
  export import ValidateByoipRangeRequest = ValidateByoipRangeRequest.ValidateByoipRangeRequest;
900
918
  import * as WithdrawByoipRangeRequest from "./withdraw-byoip-range-request";
@@ -38,8 +38,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
38
38
  return result;
39
39
  };
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
- exports.ListNatGatewaysRequest = exports.ListInternetGatewaysRequest = exports.ListDrgRouteTablesRequest = exports.ListDrgRouteRulesRequest = exports.ListDrgRouteDistributionsRequest = exports.ListDrgRouteDistributionStatementsRequest = exports.ListDrgAttachmentsRequest = exports.ListDhcpOptionsRequest = exports.ListCrossConnectsRequest = exports.ListCrossConnectGroupsRequest = exports.ListCaptureFiltersRequest = exports.ListByoipRangesRequest = exports.GetVcnTopologyRequest = exports.GetSubnetTopologyRequest = exports.GetNetworkingTopologyRequest = exports.GetAllDrgAttachmentsRequest = exports.ListInstancePoolsRequest = exports.ListInstancePoolInstancesRequest = exports.ListInstanceConfigurationsRequest = exports.ListClusterNetworksRequest = exports.ListClusterNetworkInstancesRequest = exports.ListInstancesRequest = exports.ListInstanceMaintenanceEventsRequest = exports.ListInstanceDevicesRequest = exports.ListImagesRequest = exports.ListDedicatedVmHostsRequest = exports.ListDedicatedVmHostInstancesRequest = exports.ListConsoleHistoriesRequest = exports.ListComputeImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemaVersionsRequest = exports.ListComputeClustersRequest = exports.ListComputeCapacityTopologyComputeNetworkBlocksRequest = exports.ListComputeCapacityTopologyComputeHpcIslandsRequest = exports.ListComputeCapacityTopologyComputeBareMetalHostsRequest = exports.ListComputeCapacityTopologiesRequest = exports.ListComputeCapacityReservationsRequest = exports.ListComputeCapacityReservationInstancesRequest = exports.ListComputeCapacityReservationInstanceShapesRequest = exports.ListAppCatalogSubscriptionsRequest = exports.ListAppCatalogListingsRequest = exports.ListAppCatalogListingResourceVersionsRequest = exports.ListVolumesRequest = exports.ListVolumeGroupsRequest = exports.ListVolumeGroupReplicasRequest = exports.ListVolumeGroupBackupsRequest = exports.ListVolumeBackupsRequest = exports.ListBootVolumeReplicasRequest = exports.ListBootVolumeBackupsRequest = exports.ListBlockVolumeReplicasRequest = void 0;
42
- exports.ListVtapsRequest = exports.ListVlansRequest = exports.ListVirtualCircuitsRequest = exports.ListVcnsRequest = exports.ListSubnetsRequest = exports.ListServiceGatewaysRequest = exports.ListSecurityListsRequest = exports.ListRouteTablesRequest = exports.ListPublicIpsRequest = exports.ListPublicIpPoolsRequest = exports.ListNetworkSecurityGroupsRequest = exports.ListNetworkSecurityGroupVnicsRequest = exports.ListNetworkSecurityGroupSecurityRulesRequest = void 0;
41
+ exports.ListInternetGatewaysRequest = exports.ListDrgRouteTablesRequest = exports.ListDrgRouteRulesRequest = exports.ListDrgRouteDistributionsRequest = exports.ListDrgRouteDistributionStatementsRequest = exports.ListDrgAttachmentsRequest = exports.ListDhcpOptionsRequest = exports.ListCrossConnectsRequest = exports.ListCrossConnectGroupsRequest = exports.ListCaptureFiltersRequest = exports.ListByoipRangesRequest = exports.ListByoasnsRequest = exports.GetVcnTopologyRequest = exports.GetSubnetTopologyRequest = exports.GetNetworkingTopologyRequest = exports.GetAllDrgAttachmentsRequest = exports.ListInstancePoolsRequest = exports.ListInstancePoolInstancesRequest = exports.ListInstanceConfigurationsRequest = exports.ListClusterNetworksRequest = exports.ListClusterNetworkInstancesRequest = exports.ListInstancesRequest = exports.ListInstanceMaintenanceEventsRequest = exports.ListInstanceDevicesRequest = exports.ListImagesRequest = exports.ListDedicatedVmHostsRequest = exports.ListDedicatedVmHostInstancesRequest = exports.ListConsoleHistoriesRequest = exports.ListComputeImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemaVersionsRequest = exports.ListComputeClustersRequest = exports.ListComputeCapacityTopologyComputeNetworkBlocksRequest = exports.ListComputeCapacityTopologyComputeHpcIslandsRequest = exports.ListComputeCapacityTopologyComputeBareMetalHostsRequest = exports.ListComputeCapacityTopologiesRequest = exports.ListComputeCapacityReservationsRequest = exports.ListComputeCapacityReservationInstancesRequest = exports.ListComputeCapacityReservationInstanceShapesRequest = exports.ListAppCatalogSubscriptionsRequest = exports.ListAppCatalogListingsRequest = exports.ListAppCatalogListingResourceVersionsRequest = exports.ListVolumesRequest = exports.ListVolumeGroupsRequest = exports.ListVolumeGroupReplicasRequest = exports.ListVolumeGroupBackupsRequest = exports.ListVolumeBackupsRequest = exports.ListBootVolumeReplicasRequest = exports.ListBootVolumeBackupsRequest = exports.ListBlockVolumeReplicasRequest = void 0;
42
+ exports.ListVtapsRequest = exports.ListVlansRequest = exports.ListVirtualCircuitsRequest = exports.ListVcnsRequest = exports.ListSubnetsRequest = exports.ListServiceGatewaysRequest = exports.ListSecurityListsRequest = exports.ListRouteTablesRequest = exports.ListPublicIpsRequest = exports.ListPublicIpPoolsRequest = exports.ListNetworkSecurityGroupsRequest = exports.ListNetworkSecurityGroupVnicsRequest = exports.ListNetworkSecurityGroupSecurityRulesRequest = exports.ListNatGatewaysRequest = void 0;
43
43
  const ListBlockVolumeReplicasRequest = __importStar(require("./list-block-volume-replicas-request"));
44
44
  exports.ListBlockVolumeReplicasRequest = ListBlockVolumeReplicasRequest.ListBlockVolumeReplicasRequest;
45
45
  const ListBootVolumeBackupsRequest = __importStar(require("./list-boot-volume-backups-request"));
@@ -116,6 +116,8 @@ const GetSubnetTopologyRequest = __importStar(require("./get-subnet-topology-req
116
116
  exports.GetSubnetTopologyRequest = GetSubnetTopologyRequest.GetSubnetTopologyRequest;
117
117
  const GetVcnTopologyRequest = __importStar(require("./get-vcn-topology-request"));
118
118
  exports.GetVcnTopologyRequest = GetVcnTopologyRequest.GetVcnTopologyRequest;
119
+ const ListByoasnsRequest = __importStar(require("./list-byoasns-request"));
120
+ exports.ListByoasnsRequest = ListByoasnsRequest.ListByoasnsRequest;
119
121
  const ListByoipRangesRequest = __importStar(require("./list-byoip-ranges-request"));
120
122
  exports.ListByoipRangesRequest = ListByoipRangesRequest.ListByoipRangesRequest;
121
123
  const ListCaptureFiltersRequest = __importStar(require("./list-capture-filters-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ListByoasns.ts.html |here} to see how to use ListByoasnsRequest.
16
+ */
17
+ export interface ListByoasnsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
30
+ * \"List\" call. For important details about how pagination works, see
31
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
32
+ * <p>
33
+ Example: {@code 50}
34
+ *
35
+ */
36
+ "limit"?: number;
37
+ /**
38
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
39
+ * call. For important details about how pagination works, see
40
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ *
42
+ */
43
+ "page"?: string;
44
+ /**
45
+ * A filter to return only resources that match the given display name exactly.
46
+ *
47
+ */
48
+ "displayName"?: string;
49
+ /**
50
+ * A filter to return only resources that match the given lifecycle state name exactly.
51
+ *
52
+ */
53
+ "lifecycleState"?: string;
54
+ /**
55
+ * The field to sort by, for byoasn List operation.
56
+ *
57
+ */
58
+ "sortBy"?: ListByoasnsRequest.SortBy;
59
+ /**
60
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
61
+ * is case sensitive.
62
+ *
63
+ */
64
+ "sortOrder"?: ListByoasnsRequest.SortOrder;
65
+ }
66
+ export declare namespace ListByoasnsRequest {
67
+ enum SortBy {
68
+ Timecreated = "TIMECREATED",
69
+ Displayname = "DISPLAYNAME"
70
+ }
71
+ enum SortOrder {
72
+ Asc = "ASC",
73
+ Desc = "DESC"
74
+ }
75
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListByoasnsRequest = void 0;
16
+ var ListByoasnsRequest;
17
+ (function (ListByoasnsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListByoasnsRequest.SortBy || (ListByoasnsRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListByoasnsRequest.SortOrder || (ListByoasnsRequest.SortOrder = {}));
28
+ })(ListByoasnsRequest = exports.ListByoasnsRequest || (exports.ListByoasnsRequest = {}));
29
+ //# sourceMappingURL=list-byoasns-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-byoasns-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-byoasns-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,kBAAkB,CAUlC;AAVD,WAAiB,kBAAkB;IACjC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,yBAAM,KAAN,yBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4BAAS,KAAT,4BAAS,QAGpB;AACH,CAAC,EAVgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAUlC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/SetOriginAsn.ts.html |here} to see how to use SetOriginAsnRequest.
17
+ */
18
+ export interface SetOriginAsnRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code ByoipRange} resource containing the BYOIP CIDR block.
21
+ */
22
+ "byoipRangeId": string;
23
+ /**
24
+ * ASN details
25
+ */
26
+ "setOriginAsnDetails": model.SetOriginAsnDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
35
+ * server error without risk of executing that same action again. Retry tokens expire after 24
36
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
37
+ * has been deleted and purged from the system, then a retry of the original creation request
38
+ * may be rejected).
39
+ *
40
+ */
41
+ "opcRetryToken"?: string;
42
+ /**
43
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
44
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
45
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=set-origin-asn-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-origin-asn-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/set-origin-asn-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/SetOriginAsnToOracle.ts.html |here} to see how to use SetOriginAsnToOracleRequest.
16
+ */
17
+ export interface SetOriginAsnToOracleRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code ByoipRange} resource containing the BYOIP CIDR block.
20
+ */
21
+ "byoipRangeId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=set-origin-asn-to-oracle-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-origin-asn-to-oracle-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/set-origin-asn-to-oracle-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateByoasn.ts.html |here} to see how to use UpdateByoasnRequest.
17
+ */
18
+ export interface UpdateByoasnRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code Byoasn} resource.
21
+ */
22
+ "byoasnId": string;
23
+ /**
24
+ * Byoasn Range details.
25
+ */
26
+ "updateByoasnDetails": model.UpdateByoasnDetails;
27
+ /**
28
+ * Unique identifier for the request.
29
+ * If you need to contact Oracle about a particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-byoasn-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-byoasn-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-byoasn-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ValidateByoasn.ts.html |here} to see how to use ValidateByoasnRequest.
16
+ */
17
+ export interface ValidateByoasnRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code Byoasn} resource.
20
+ */
21
+ "byoasnId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * may be rejected).
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=validate-byoasn-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-byoasn-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/validate-byoasn-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface ChangeByoasnCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-byoasn-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-byoasn-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/change-byoasn-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateByoasnResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Byoasn instance.
28
+ */
29
+ "byoasn": model.Byoasn;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-byoasn-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-byoasn-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/create-byoasn-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface DeleteByoasnResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-byoasn-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-byoasn-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/delete-byoasn-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}