oci-cloudbridge 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 (139) hide show
  1. package/lib/client.d.ts +10 -9
  2. package/lib/client.js +69 -66
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/asset-source-credentials-type.d.ts +1 -0
  5. package/lib/model/asset-source-credentials-type.js +1 -0
  6. package/lib/model/asset-source-credentials-type.js.map +1 -1
  7. package/lib/model/asset-source-credentials.d.ts +5 -2
  8. package/lib/model/asset-source-credentials.js.map +1 -1
  9. package/lib/model/asset-source-summary.js +4 -0
  10. package/lib/model/asset-source-summary.js.map +1 -1
  11. package/lib/model/asset-source-type.d.ts +1 -0
  12. package/lib/model/asset-source-type.js +1 -0
  13. package/lib/model/asset-source-type.js.map +1 -1
  14. package/lib/model/asset-source.js +4 -0
  15. package/lib/model/asset-source.js.map +1 -1
  16. package/lib/model/asset-type.d.ts +2 -0
  17. package/lib/model/asset-type.js +2 -0
  18. package/lib/model/asset-type.js.map +1 -1
  19. package/lib/model/asset.js +8 -0
  20. package/lib/model/asset.js.map +1 -1
  21. package/lib/model/aws-asset-source-summary.d.ts +32 -0
  22. package/lib/model/aws-asset-source-summary.js +54 -0
  23. package/lib/model/aws-asset-source-summary.js.map +1 -0
  24. package/lib/model/aws-asset-source.d.ts +47 -0
  25. package/lib/model/aws-asset-source.js +66 -0
  26. package/lib/model/aws-asset-source.js.map +1 -0
  27. package/lib/model/aws-ebs-asset.d.ts +25 -0
  28. package/lib/model/aws-ebs-asset.js +54 -0
  29. package/lib/model/aws-ebs-asset.js.map +1 -0
  30. package/lib/model/aws-ebs-properties.d.ts +66 -0
  31. package/lib/model/aws-ebs-properties.js +71 -0
  32. package/lib/model/aws-ebs-properties.js.map +1 -0
  33. package/lib/model/aws-ec2-asset.d.ts +29 -0
  34. package/lib/model/aws-ec2-asset.js +74 -0
  35. package/lib/model/aws-ec2-asset.js.map +1 -0
  36. package/lib/model/aws-ec2-properties.d.ts +148 -0
  37. package/lib/model/aws-ec2-properties.js +87 -0
  38. package/lib/model/aws-ec2-properties.js.map +1 -0
  39. package/lib/model/create-asset-details.js +8 -0
  40. package/lib/model/create-asset-details.js.map +1 -1
  41. package/lib/model/create-asset-source-details.js +4 -0
  42. package/lib/model/create-asset-source-details.js.map +1 -1
  43. package/lib/model/create-aws-asset-source-details.d.ts +46 -0
  44. package/lib/model/create-aws-asset-source-details.js +68 -0
  45. package/lib/model/create-aws-asset-source-details.js.map +1 -0
  46. package/lib/model/create-aws-ebs-asset-details.d.ts +25 -0
  47. package/lib/model/create-aws-ebs-asset-details.js +58 -0
  48. package/lib/model/create-aws-ebs-asset-details.js.map +1 -0
  49. package/lib/model/create-aws-ec2-asset-details.d.ts +29 -0
  50. package/lib/model/create-aws-ec2-asset-details.js +78 -0
  51. package/lib/model/create-aws-ec2-asset-details.js.map +1 -0
  52. package/lib/model/create-vm-ware-asset-source-details.d.ts +1 -1
  53. package/lib/model/create-vmware-vm-asset-details.d.ts +4 -4
  54. package/lib/model/group-identifier.d.ts +29 -0
  55. package/lib/model/{update-plugin-details.js → group-identifier.js} +7 -7
  56. package/lib/model/group-identifier.js.map +1 -0
  57. package/lib/model/import-inventory-via-assets-details.d.ts +2 -2
  58. package/lib/model/index.d.ts +50 -2
  59. package/lib/model/index.js +53 -4
  60. package/lib/model/index.js.map +1 -1
  61. package/lib/model/instance-network-interface-association.d.ts +41 -0
  62. package/lib/model/instance-network-interface-association.js +29 -0
  63. package/lib/model/instance-network-interface-association.js.map +1 -0
  64. package/lib/model/instance-network-interface-attachment.d.ts +45 -0
  65. package/lib/model/instance-network-interface-attachment.js +29 -0
  66. package/lib/model/instance-network-interface-attachment.js.map +1 -0
  67. package/lib/model/instance-network-interface.d.ts +76 -0
  68. package/lib/model/instance-network-interface.js +83 -0
  69. package/lib/model/instance-network-interface.js.map +1 -0
  70. package/lib/model/instance-private-ip-address.d.ts +35 -0
  71. package/lib/model/instance-private-ip-address.js +57 -0
  72. package/lib/model/instance-private-ip-address.js.map +1 -0
  73. package/lib/model/instance-state.d.ts +29 -0
  74. package/lib/model/instance-state.js +29 -0
  75. package/lib/model/instance-state.js.map +1 -0
  76. package/lib/model/monthly-cost-summary.d.ts +29 -0
  77. package/lib/model/monthly-cost-summary.js +29 -0
  78. package/lib/model/monthly-cost-summary.js.map +1 -0
  79. package/lib/model/operation-type.d.ts +3 -0
  80. package/lib/model/operation-type.js +3 -0
  81. package/lib/model/operation-type.js.map +1 -1
  82. package/lib/model/placement.d.ts +53 -0
  83. package/lib/model/placement.js +29 -0
  84. package/lib/model/placement.js.map +1 -0
  85. package/lib/model/supported-cloud-region-collection.d.ts +26 -0
  86. package/lib/model/supported-cloud-region-collection.js +61 -0
  87. package/lib/model/supported-cloud-region-collection.js.map +1 -0
  88. package/lib/model/supported-cloud-region-lifecycle-state.d.ts +28 -0
  89. package/lib/model/supported-cloud-region-lifecycle-state.js +39 -0
  90. package/lib/model/supported-cloud-region-lifecycle-state.js.map +1 -0
  91. package/lib/model/supported-cloud-region-summary.d.ts +54 -0
  92. package/lib/model/supported-cloud-region-summary.js +29 -0
  93. package/lib/model/supported-cloud-region-summary.js.map +1 -0
  94. package/lib/model/{update-plugin-details.d.ts → tag.d.ts} +11 -7
  95. package/lib/model/tag.js +29 -0
  96. package/lib/model/tag.js.map +1 -0
  97. package/lib/model/update-asset-details.js +8 -0
  98. package/lib/model/update-asset-details.js.map +1 -1
  99. package/lib/model/update-asset-source-details.d.ts +5 -1
  100. package/lib/model/update-asset-source-details.js +4 -0
  101. package/lib/model/update-asset-source-details.js.map +1 -1
  102. package/lib/model/update-aws-asset-source-details.d.ts +38 -0
  103. package/lib/model/update-aws-asset-source-details.js +68 -0
  104. package/lib/model/update-aws-asset-source-details.js.map +1 -0
  105. package/lib/model/update-aws-ebs-asset-details.d.ts +25 -0
  106. package/lib/model/update-aws-ebs-asset-details.js +58 -0
  107. package/lib/model/update-aws-ebs-asset-details.js.map +1 -0
  108. package/lib/model/update-aws-ec2-asset-details.d.ts +29 -0
  109. package/lib/model/update-aws-ec2-asset-details.js +78 -0
  110. package/lib/model/update-aws-ec2-asset-details.js.map +1 -0
  111. package/lib/model/update-vm-ware-asset-source-details.d.ts +1 -5
  112. package/lib/model/update-vm-ware-asset-source-details.js.map +1 -1
  113. package/lib/model/vm-asset.d.ts +2 -2
  114. package/lib/model/vm-ware-asset-source-summary.d.ts +1 -1
  115. package/lib/model/vm-ware-asset-source.d.ts +2 -1
  116. package/lib/model/vm-ware-asset-source.js.map +1 -1
  117. package/lib/model/vmware-vm-asset.d.ts +4 -4
  118. package/lib/model/volume-attachment.d.ts +41 -0
  119. package/lib/model/volume-attachment.js +29 -0
  120. package/lib/model/volume-attachment.js.map +1 -0
  121. package/lib/request/create-asset-request.d.ts +1 -1
  122. package/lib/request/create-asset-source-request.d.ts +1 -1
  123. package/lib/request/index.d.ts +2 -2
  124. package/lib/request/index.js +3 -1
  125. package/lib/request/index.js.map +1 -1
  126. package/lib/request/list-supported-cloud-regions-request.d.ts +53 -0
  127. package/lib/{response/update-plugin-response.js → request/list-supported-cloud-regions-request.js} +9 -1
  128. package/lib/request/list-supported-cloud-regions-request.js.map +1 -0
  129. package/lib/request/update-asset-request.d.ts +1 -1
  130. package/lib/request/update-asset-source-request.d.ts +1 -1
  131. package/lib/response/index.d.ts +2 -2
  132. package/lib/response/{update-plugin-response.d.ts → list-supported-cloud-regions-response.d.ts} +10 -8
  133. package/lib/{request/update-plugin-request.js → response/list-supported-cloud-regions-response.js} +1 -1
  134. package/lib/response/list-supported-cloud-regions-response.js.map +1 -0
  135. package/package.json +3 -3
  136. package/lib/model/update-plugin-details.js.map +0 -1
  137. package/lib/request/update-plugin-request.d.ts +0 -44
  138. package/lib/request/update-plugin-request.js.map +0 -1
  139. package/lib/response/update-plugin-response.js.map +0 -1
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Cloud Bridge API
4
+ * API for Oracle Cloud Bridge service.
5
+ * OpenAPI spec version: 20220509
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CreateAwsEc2AssetDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateAwsEc2AssetDetails;
37
+ (function (CreateAwsEc2AssetDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.CreateAssetDetails.getJsonObj(obj))), {
42
+ "compute": obj.compute ? model.ComputeProperties.getJsonObj(obj.compute) : undefined,
43
+ "vm": obj.vm ? model.VmProperties.getJsonObj(obj.vm) : undefined,
44
+ "awsEc2": obj.awsEc2 ? model.AwsEc2Properties.getJsonObj(obj.awsEc2) : undefined,
45
+ "awsEc2Cost": obj.awsEc2Cost
46
+ ? model.MonthlyCostSummary.getJsonObj(obj.awsEc2Cost)
47
+ : undefined,
48
+ "attachedEbsVolumesCost": obj.attachedEbsVolumesCost
49
+ ? model.MonthlyCostSummary.getJsonObj(obj.attachedEbsVolumesCost)
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ CreateAwsEc2AssetDetails.getJsonObj = getJsonObj;
55
+ CreateAwsEc2AssetDetails.assetType = "AWS_EC2";
56
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
57
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
58
+ ? obj
59
+ : model.CreateAssetDetails.getDeserializedJsonObj(obj))), {
60
+ "compute": obj.compute
61
+ ? model.ComputeProperties.getDeserializedJsonObj(obj.compute)
62
+ : undefined,
63
+ "vm": obj.vm ? model.VmProperties.getDeserializedJsonObj(obj.vm) : undefined,
64
+ "awsEc2": obj.awsEc2
65
+ ? model.AwsEc2Properties.getDeserializedJsonObj(obj.awsEc2)
66
+ : undefined,
67
+ "awsEc2Cost": obj.awsEc2Cost
68
+ ? model.MonthlyCostSummary.getDeserializedJsonObj(obj.awsEc2Cost)
69
+ : undefined,
70
+ "attachedEbsVolumesCost": obj.attachedEbsVolumesCost
71
+ ? model.MonthlyCostSummary.getDeserializedJsonObj(obj.attachedEbsVolumesCost)
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ CreateAwsEc2AssetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
77
+ })(CreateAwsEc2AssetDetails = exports.CreateAwsEc2AssetDetails || (exports.CreateAwsEc2AssetDetails = {}));
78
+ //# sourceMappingURL=create-aws-ec2-asset-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-aws-ec2-asset-details.js","sourceRoot":"","sources":["../../../../../lib/cloudbridge/lib/model/create-aws-ec2-asset-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,wBAAwB,CAiDxC;AAjDD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACxE;YACD,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;YACpF,IAAI,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS;YAChE,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAChF,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACrD,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,mCAAU,aAmBzB,CAAA;IACY,kCAAS,GAAG,SAAS,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACpF;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,IAAI,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS;YAC5E,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACjE,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA1Be,+CAAsB,yBA0BrC,CAAA;AACH,CAAC,EAjDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiDxC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Description of an asset source.
15
+ * VMware asset source creation request.
16
16
  */
17
17
  export interface CreateVmWareAssetSourceDetails extends model.CreateAssetSourceDetails {
18
18
  /**
@@ -15,10 +15,10 @@ import * as model from "../model";
15
15
  * Create VMware VM type of asset.
16
16
  */
17
17
  export interface CreateVmwareVmAssetDetails extends model.CreateAssetDetails {
18
- "compute"?: model.ComputeProperties;
19
- "vm"?: model.VmProperties;
20
- "vmwareVm"?: model.VmwareVmProperties;
21
- "vmwareVCenter"?: model.VmwareVCenterProperties;
18
+ "compute": model.ComputeProperties;
19
+ "vm": model.VmProperties;
20
+ "vmwareVm": model.VmwareVmProperties;
21
+ "vmwareVCenter": model.VmwareVCenterProperties;
22
22
  "assetType": string;
23
23
  }
24
24
  export declare namespace CreateVmwareVmAssetDetails {
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Oracle Cloud Bridge API
3
+ * API for Oracle Cloud Bridge service.
4
+ * OpenAPI spec version: 20220509
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ /**
14
+ * Describes a security group.
15
+ */
16
+ export interface GroupIdentifier {
17
+ /**
18
+ * The ID of the security group.
19
+ */
20
+ "groupKey"?: string;
21
+ /**
22
+ * The name of the security group.
23
+ */
24
+ "groupName"?: string;
25
+ }
26
+ export declare namespace GroupIdentifier {
27
+ function getJsonObj(obj: GroupIdentifier): object;
28
+ function getDeserializedJsonObj(obj: GroupIdentifier): object;
29
+ }
@@ -12,18 +12,18 @@
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.UpdatePluginDetails = void 0;
16
- var UpdatePluginDetails;
17
- (function (UpdatePluginDetails) {
15
+ exports.GroupIdentifier = void 0;
16
+ var GroupIdentifier;
17
+ (function (GroupIdentifier) {
18
18
  function getJsonObj(obj) {
19
19
  const jsonObj = Object.assign(Object.assign({}, obj), {});
20
20
  return jsonObj;
21
21
  }
22
- UpdatePluginDetails.getJsonObj = getJsonObj;
22
+ GroupIdentifier.getJsonObj = getJsonObj;
23
23
  function getDeserializedJsonObj(obj) {
24
24
  const jsonObj = Object.assign(Object.assign({}, obj), {});
25
25
  return jsonObj;
26
26
  }
27
- UpdatePluginDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
- })(UpdatePluginDetails = exports.UpdatePluginDetails || (exports.UpdatePluginDetails = {}));
29
- //# sourceMappingURL=update-plugin-details.js.map
27
+ GroupIdentifier.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(GroupIdentifier = exports.GroupIdentifier || (exports.GroupIdentifier = {}));
29
+ //# sourceMappingURL=group-identifier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-identifier.js","sourceRoot":"","sources":["../../../../../lib/cloudbridge/lib/model/group-identifier.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -18,11 +18,11 @@ export interface ImportInventoryViaAssetsDetails extends model.ImportInventoryDe
18
18
  /**
19
19
  * The file body to be sent in the request.
20
20
  */
21
- "data"?: string;
21
+ "data": string;
22
22
  /**
23
23
  * The type of asset.
24
24
  */
25
- "assetType"?: model.AssetType;
25
+ "assetType": model.AssetType;
26
26
  "resourceType": string;
27
27
  }
28
28
  export declare namespace ImportInventoryViaAssetsDetails {
@@ -64,6 +64,10 @@ import * as AssetSummary from "./asset-summary";
64
64
  export import AssetSummary = AssetSummary.AssetSummary;
65
65
  import * as AssetType from "./asset-type";
66
66
  export import AssetType = AssetType.AssetType;
67
+ import * as AwsEbsProperties from "./aws-ebs-properties";
68
+ export import AwsEbsProperties = AwsEbsProperties.AwsEbsProperties;
69
+ import * as AwsEc2Properties from "./aws-ec2-properties";
70
+ export import AwsEc2Properties = AwsEc2Properties.AwsEc2Properties;
67
71
  import * as ChangeAgentCompartmentDetails from "./change-agent-compartment-details";
68
72
  export import ChangeAgentCompartmentDetails = ChangeAgentCompartmentDetails.ChangeAgentCompartmentDetails;
69
73
  import * as ChangeAgentDependencyCompartmentDetails from "./change-agent-dependency-compartment-details";
@@ -114,6 +118,8 @@ import * as EnvironmentSummary from "./environment-summary";
114
118
  export import EnvironmentSummary = EnvironmentSummary.EnvironmentSummary;
115
119
  import * as GpuDevice from "./gpu-device";
116
120
  export import GpuDevice = GpuDevice.GpuDevice;
121
+ import * as GroupIdentifier from "./group-identifier";
122
+ export import GroupIdentifier = GroupIdentifier.GroupIdentifier;
117
123
  import * as HistoricalMetric from "./historical-metric";
118
124
  export import HistoricalMetric = HistoricalMetric.HistoricalMetric;
119
125
  import * as HistoricalMetricCollection from "./historical-metric-collection";
@@ -122,12 +128,24 @@ import * as HistoricalMetricSummary from "./historical-metric-summary";
122
128
  export import HistoricalMetricSummary = HistoricalMetricSummary.HistoricalMetricSummary;
123
129
  import * as ImportInventoryDetails from "./import-inventory-details";
124
130
  export import ImportInventoryDetails = ImportInventoryDetails.ImportInventoryDetails;
131
+ import * as InstanceNetworkInterface from "./instance-network-interface";
132
+ export import InstanceNetworkInterface = InstanceNetworkInterface.InstanceNetworkInterface;
133
+ import * as InstanceNetworkInterfaceAssociation from "./instance-network-interface-association";
134
+ export import InstanceNetworkInterfaceAssociation = InstanceNetworkInterfaceAssociation.InstanceNetworkInterfaceAssociation;
135
+ import * as InstanceNetworkInterfaceAttachment from "./instance-network-interface-attachment";
136
+ export import InstanceNetworkInterfaceAttachment = InstanceNetworkInterfaceAttachment.InstanceNetworkInterfaceAttachment;
137
+ import * as InstancePrivateIpAddress from "./instance-private-ip-address";
138
+ export import InstancePrivateIpAddress = InstancePrivateIpAddress.InstancePrivateIpAddress;
139
+ import * as InstanceState from "./instance-state";
140
+ export import InstanceState = InstanceState.InstanceState;
125
141
  import * as Inventory from "./inventory";
126
142
  export import Inventory = Inventory.Inventory;
127
143
  import * as InventoryCollection from "./inventory-collection";
128
144
  export import InventoryCollection = InventoryCollection.InventoryCollection;
129
145
  import * as InventorySummary from "./inventory-summary";
130
146
  export import InventorySummary = InventorySummary.InventorySummary;
147
+ import * as MonthlyCostSummary from "./monthly-cost-summary";
148
+ export import MonthlyCostSummary = MonthlyCostSummary.MonthlyCostSummary;
131
149
  import * as Nic from "./nic";
132
150
  export import Nic = Nic.Nic;
133
151
  import * as Nvdimm from "./nvdimm";
@@ -138,6 +156,8 @@ import * as OperationStatus from "./operation-status";
138
156
  export import OperationStatus = OperationStatus.OperationStatus;
139
157
  import * as OperationType from "./operation-type";
140
158
  export import OperationType = OperationType.OperationType;
159
+ import * as Placement from "./placement";
160
+ export import Placement = Placement.Placement;
141
161
  import * as Plugin from "./plugin";
142
162
  export import Plugin = Plugin.Plugin;
143
163
  import * as PluginSummary from "./plugin-summary";
@@ -150,6 +170,14 @@ import * as SortOrders from "./sort-orders";
150
170
  export import SortOrders = SortOrders.SortOrders;
151
171
  import * as SubmitHistoricalMetricsDetails from "./submit-historical-metrics-details";
152
172
  export import SubmitHistoricalMetricsDetails = SubmitHistoricalMetricsDetails.SubmitHistoricalMetricsDetails;
173
+ import * as SupportedCloudRegionCollection from "./supported-cloud-region-collection";
174
+ export import SupportedCloudRegionCollection = SupportedCloudRegionCollection.SupportedCloudRegionCollection;
175
+ import * as SupportedCloudRegionLifecycleState from "./supported-cloud-region-lifecycle-state";
176
+ export import SupportedCloudRegionLifecycleState = SupportedCloudRegionLifecycleState.SupportedCloudRegionLifecycleState;
177
+ import * as SupportedCloudRegionSummary from "./supported-cloud-region-summary";
178
+ export import SupportedCloudRegionSummary = SupportedCloudRegionSummary.SupportedCloudRegionSummary;
179
+ import * as Tag from "./tag";
180
+ export import Tag = Tag.Tag;
153
181
  import * as UpdateAgentDependencyDetails from "./update-agent-dependency-details";
154
182
  export import UpdateAgentDependencyDetails = UpdateAgentDependencyDetails.UpdateAgentDependencyDetails;
155
183
  import * as UpdateAgentDetails from "./update-agent-details";
@@ -164,14 +192,14 @@ import * as UpdateEnvironmentDetails from "./update-environment-details";
164
192
  export import UpdateEnvironmentDetails = UpdateEnvironmentDetails.UpdateEnvironmentDetails;
165
193
  import * as UpdateInventoryDetails from "./update-inventory-details";
166
194
  export import UpdateInventoryDetails = UpdateInventoryDetails.UpdateInventoryDetails;
167
- import * as UpdatePluginDetails from "./update-plugin-details";
168
- export import UpdatePluginDetails = UpdatePluginDetails.UpdatePluginDetails;
169
195
  import * as VmProperties from "./vm-properties";
170
196
  export import VmProperties = VmProperties.VmProperties;
171
197
  import * as VmwareVCenterProperties from "./vmware-vcenter-properties";
172
198
  export import VmwareVCenterProperties = VmwareVCenterProperties.VmwareVCenterProperties;
173
199
  import * as VmwareVmProperties from "./vmware-vm-properties";
174
200
  export import VmwareVmProperties = VmwareVmProperties.VmwareVmProperties;
201
+ import * as VolumeAttachment from "./volume-attachment";
202
+ export import VolumeAttachment = VolumeAttachment.VolumeAttachment;
175
203
  import * as WorkRequest from "./work-request";
176
204
  export import WorkRequest = WorkRequest.WorkRequest;
177
205
  import * as WorkRequestError from "./work-request-error";
@@ -190,12 +218,32 @@ import * as WorkRequestSummary from "./work-request-summary";
190
218
  export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
191
219
  import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
192
220
  export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
221
+ import * as AwsAssetSource from "./aws-asset-source";
222
+ export import AwsAssetSource = AwsAssetSource.AwsAssetSource;
223
+ import * as AwsAssetSourceSummary from "./aws-asset-source-summary";
224
+ export import AwsAssetSourceSummary = AwsAssetSourceSummary.AwsAssetSourceSummary;
225
+ import * as AwsEbsAsset from "./aws-ebs-asset";
226
+ export import AwsEbsAsset = AwsEbsAsset.AwsEbsAsset;
227
+ import * as AwsEc2Asset from "./aws-ec2-asset";
228
+ export import AwsEc2Asset = AwsEc2Asset.AwsEc2Asset;
229
+ import * as CreateAwsAssetSourceDetails from "./create-aws-asset-source-details";
230
+ export import CreateAwsAssetSourceDetails = CreateAwsAssetSourceDetails.CreateAwsAssetSourceDetails;
231
+ import * as CreateAwsEbsAssetDetails from "./create-aws-ebs-asset-details";
232
+ export import CreateAwsEbsAssetDetails = CreateAwsEbsAssetDetails.CreateAwsEbsAssetDetails;
233
+ import * as CreateAwsEc2AssetDetails from "./create-aws-ec2-asset-details";
234
+ export import CreateAwsEc2AssetDetails = CreateAwsEc2AssetDetails.CreateAwsEc2AssetDetails;
193
235
  import * as CreateVmWareAssetSourceDetails from "./create-vm-ware-asset-source-details";
194
236
  export import CreateVmWareAssetSourceDetails = CreateVmWareAssetSourceDetails.CreateVmWareAssetSourceDetails;
195
237
  import * as CreateVmwareVmAssetDetails from "./create-vmware-vm-asset-details";
196
238
  export import CreateVmwareVmAssetDetails = CreateVmwareVmAssetDetails.CreateVmwareVmAssetDetails;
197
239
  import * as ImportInventoryViaAssetsDetails from "./import-inventory-via-assets-details";
198
240
  export import ImportInventoryViaAssetsDetails = ImportInventoryViaAssetsDetails.ImportInventoryViaAssetsDetails;
241
+ import * as UpdateAwsAssetSourceDetails from "./update-aws-asset-source-details";
242
+ export import UpdateAwsAssetSourceDetails = UpdateAwsAssetSourceDetails.UpdateAwsAssetSourceDetails;
243
+ import * as UpdateAwsEbsAssetDetails from "./update-aws-ebs-asset-details";
244
+ export import UpdateAwsEbsAssetDetails = UpdateAwsEbsAssetDetails.UpdateAwsEbsAssetDetails;
245
+ import * as UpdateAwsEc2AssetDetails from "./update-aws-ec2-asset-details";
246
+ export import UpdateAwsEc2AssetDetails = UpdateAwsEc2AssetDetails.UpdateAwsEc2AssetDetails;
199
247
  import * as UpdateVmAssetDetails from "./update-vm-asset-details";
200
248
  export import UpdateVmAssetDetails = UpdateVmAssetDetails.UpdateVmAssetDetails;
201
249
  import * as UpdateVmWareAssetSourceDetails from "./update-vm-ware-asset-source-details";
@@ -31,8 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.EnvironmentCollection = exports.Environment = exports.Disk = exports.DiscoveryScheduleSummary = exports.DiscoveryScheduleLifecycleState = exports.DiscoveryScheduleCollection = exports.DiscoverySchedule = exports.CustomerTag = exports.CreateInventoryDetails = exports.CreateEnvironmentDetails = exports.CreateDiscoveryScheduleDetails = exports.CreateAssetSourceDetails = exports.CreateAssetDetails = exports.CreateAgentDetails = exports.CreateAgentDependencyDetails = exports.ComputeProperties = exports.ChangeEnvironmentCompartmentDetails = exports.ChangeDiscoveryScheduleCompartmentDetails = exports.ChangeAssetTagsDetails = exports.ChangeAssetSourceCompartmentDetails = exports.ChangeAssetCompartmentDetails = exports.ChangeAgentDependencyCompartmentDetails = exports.ChangeAgentCompartmentDetails = exports.AssetType = exports.AssetSummary = exports.AssetSourceType = exports.AssetSourceSummary = exports.AssetSourceLifecycleState = exports.AssetSourceCredentialsType = exports.AssetSourceCredentials = exports.AssetSourceConnectionType = exports.AssetSourceConnectionLifecycleState = exports.AssetSourceConnectionCollection = exports.AssetSourceConnection = exports.AssetSourceCollection = exports.AssetSource = exports.AssetCollection = exports.AssetAggregationCollection = exports.AssetAggregation = exports.Asset = exports.ApplianceImageSummary = exports.ApplianceImageCollection = exports.AgentSummary = exports.AgentDependencySummary = exports.AgentDependencyCollection = exports.AgentDependency = exports.AgentCollection = exports.Agent = exports.AddAgentDependencyDetails = exports.ActionType = void 0;
35
- exports.VmwareVmAsset = exports.VmWareAssetSourceSummary = exports.VmWareAssetSource = exports.VmAsset = exports.UpdateVmwareVmAssetDetails = exports.UpdateVmWareAssetSourceDetails = exports.UpdateVmAssetDetails = exports.ImportInventoryViaAssetsDetails = exports.CreateVmwareVmAssetDetails = exports.CreateVmWareAssetSourceDetails = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.VmwareVmProperties = exports.VmwareVCenterProperties = exports.VmProperties = exports.UpdatePluginDetails = exports.UpdateInventoryDetails = exports.UpdateEnvironmentDetails = exports.UpdateDiscoveryScheduleDetails = exports.UpdateAssetSourceDetails = exports.UpdateAssetDetails = exports.UpdateAgentDetails = exports.UpdateAgentDependencyDetails = exports.SubmitHistoricalMetricsDetails = exports.SortOrders = exports.ScsiController = exports.RemoveAgentDependencyDetails = exports.PluginSummary = exports.Plugin = exports.OperationType = exports.OperationStatus = exports.NvdimmController = exports.Nvdimm = exports.Nic = exports.InventorySummary = exports.InventoryCollection = exports.Inventory = exports.ImportInventoryDetails = exports.HistoricalMetricSummary = exports.HistoricalMetricCollection = exports.HistoricalMetric = exports.GpuDevice = exports.EnvironmentSummary = void 0;
34
+ exports.Disk = exports.DiscoveryScheduleSummary = exports.DiscoveryScheduleLifecycleState = exports.DiscoveryScheduleCollection = exports.DiscoverySchedule = exports.CustomerTag = exports.CreateInventoryDetails = exports.CreateEnvironmentDetails = exports.CreateDiscoveryScheduleDetails = exports.CreateAssetSourceDetails = exports.CreateAssetDetails = exports.CreateAgentDetails = exports.CreateAgentDependencyDetails = exports.ComputeProperties = exports.ChangeEnvironmentCompartmentDetails = exports.ChangeDiscoveryScheduleCompartmentDetails = exports.ChangeAssetTagsDetails = exports.ChangeAssetSourceCompartmentDetails = exports.ChangeAssetCompartmentDetails = exports.ChangeAgentDependencyCompartmentDetails = exports.ChangeAgentCompartmentDetails = exports.AwsEc2Properties = exports.AwsEbsProperties = exports.AssetType = exports.AssetSummary = exports.AssetSourceType = exports.AssetSourceSummary = exports.AssetSourceLifecycleState = exports.AssetSourceCredentialsType = exports.AssetSourceCredentials = exports.AssetSourceConnectionType = exports.AssetSourceConnectionLifecycleState = exports.AssetSourceConnectionCollection = exports.AssetSourceConnection = exports.AssetSourceCollection = exports.AssetSource = exports.AssetCollection = exports.AssetAggregationCollection = exports.AssetAggregation = exports.Asset = exports.ApplianceImageSummary = exports.ApplianceImageCollection = exports.AgentSummary = exports.AgentDependencySummary = exports.AgentDependencyCollection = exports.AgentDependency = exports.AgentCollection = exports.Agent = exports.AddAgentDependencyDetails = exports.ActionType = void 0;
35
+ exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachment = exports.VmwareVmProperties = exports.VmwareVCenterProperties = exports.VmProperties = exports.UpdateInventoryDetails = exports.UpdateEnvironmentDetails = exports.UpdateDiscoveryScheduleDetails = exports.UpdateAssetSourceDetails = exports.UpdateAssetDetails = exports.UpdateAgentDetails = exports.UpdateAgentDependencyDetails = exports.Tag = exports.SupportedCloudRegionSummary = exports.SupportedCloudRegionLifecycleState = exports.SupportedCloudRegionCollection = exports.SubmitHistoricalMetricsDetails = exports.SortOrders = exports.ScsiController = exports.RemoveAgentDependencyDetails = exports.PluginSummary = exports.Plugin = exports.Placement = exports.OperationType = exports.OperationStatus = exports.NvdimmController = exports.Nvdimm = exports.Nic = exports.MonthlyCostSummary = exports.InventorySummary = exports.InventoryCollection = exports.Inventory = exports.InstanceState = exports.InstancePrivateIpAddress = exports.InstanceNetworkInterfaceAttachment = exports.InstanceNetworkInterfaceAssociation = exports.InstanceNetworkInterface = exports.ImportInventoryDetails = exports.HistoricalMetricSummary = exports.HistoricalMetricCollection = exports.HistoricalMetric = exports.GroupIdentifier = exports.GpuDevice = exports.EnvironmentSummary = exports.EnvironmentCollection = exports.Environment = void 0;
36
+ exports.VmwareVmAsset = exports.VmWareAssetSourceSummary = exports.VmWareAssetSource = exports.VmAsset = exports.UpdateVmwareVmAssetDetails = exports.UpdateVmWareAssetSourceDetails = exports.UpdateVmAssetDetails = exports.UpdateAwsEc2AssetDetails = exports.UpdateAwsEbsAssetDetails = exports.UpdateAwsAssetSourceDetails = exports.ImportInventoryViaAssetsDetails = exports.CreateVmwareVmAssetDetails = exports.CreateVmWareAssetSourceDetails = exports.CreateAwsEc2AssetDetails = exports.CreateAwsEbsAssetDetails = exports.CreateAwsAssetSourceDetails = exports.AwsEc2Asset = exports.AwsEbsAsset = exports.AwsAssetSourceSummary = exports.AwsAssetSource = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = void 0;
36
37
  const ActionType = __importStar(require("./action-type"));
37
38
  exports.ActionType = ActionType.ActionType;
38
39
  const AddAgentDependencyDetails = __importStar(require("./add-agent-dependency-details"));
@@ -87,6 +88,10 @@ const AssetSummary = __importStar(require("./asset-summary"));
87
88
  exports.AssetSummary = AssetSummary.AssetSummary;
88
89
  const AssetType = __importStar(require("./asset-type"));
89
90
  exports.AssetType = AssetType.AssetType;
91
+ const AwsEbsProperties = __importStar(require("./aws-ebs-properties"));
92
+ exports.AwsEbsProperties = AwsEbsProperties.AwsEbsProperties;
93
+ const AwsEc2Properties = __importStar(require("./aws-ec2-properties"));
94
+ exports.AwsEc2Properties = AwsEc2Properties.AwsEc2Properties;
90
95
  const ChangeAgentCompartmentDetails = __importStar(require("./change-agent-compartment-details"));
91
96
  exports.ChangeAgentCompartmentDetails = ChangeAgentCompartmentDetails.ChangeAgentCompartmentDetails;
92
97
  const ChangeAgentDependencyCompartmentDetails = __importStar(require("./change-agent-dependency-compartment-details"));
@@ -137,6 +142,8 @@ const EnvironmentSummary = __importStar(require("./environment-summary"));
137
142
  exports.EnvironmentSummary = EnvironmentSummary.EnvironmentSummary;
138
143
  const GpuDevice = __importStar(require("./gpu-device"));
139
144
  exports.GpuDevice = GpuDevice.GpuDevice;
145
+ const GroupIdentifier = __importStar(require("./group-identifier"));
146
+ exports.GroupIdentifier = GroupIdentifier.GroupIdentifier;
140
147
  const HistoricalMetric = __importStar(require("./historical-metric"));
141
148
  exports.HistoricalMetric = HistoricalMetric.HistoricalMetric;
142
149
  const HistoricalMetricCollection = __importStar(require("./historical-metric-collection"));
@@ -145,12 +152,24 @@ const HistoricalMetricSummary = __importStar(require("./historical-metric-summar
145
152
  exports.HistoricalMetricSummary = HistoricalMetricSummary.HistoricalMetricSummary;
146
153
  const ImportInventoryDetails = __importStar(require("./import-inventory-details"));
147
154
  exports.ImportInventoryDetails = ImportInventoryDetails.ImportInventoryDetails;
155
+ const InstanceNetworkInterface = __importStar(require("./instance-network-interface"));
156
+ exports.InstanceNetworkInterface = InstanceNetworkInterface.InstanceNetworkInterface;
157
+ const InstanceNetworkInterfaceAssociation = __importStar(require("./instance-network-interface-association"));
158
+ exports.InstanceNetworkInterfaceAssociation = InstanceNetworkInterfaceAssociation.InstanceNetworkInterfaceAssociation;
159
+ const InstanceNetworkInterfaceAttachment = __importStar(require("./instance-network-interface-attachment"));
160
+ exports.InstanceNetworkInterfaceAttachment = InstanceNetworkInterfaceAttachment.InstanceNetworkInterfaceAttachment;
161
+ const InstancePrivateIpAddress = __importStar(require("./instance-private-ip-address"));
162
+ exports.InstancePrivateIpAddress = InstancePrivateIpAddress.InstancePrivateIpAddress;
163
+ const InstanceState = __importStar(require("./instance-state"));
164
+ exports.InstanceState = InstanceState.InstanceState;
148
165
  const Inventory = __importStar(require("./inventory"));
149
166
  exports.Inventory = Inventory.Inventory;
150
167
  const InventoryCollection = __importStar(require("./inventory-collection"));
151
168
  exports.InventoryCollection = InventoryCollection.InventoryCollection;
152
169
  const InventorySummary = __importStar(require("./inventory-summary"));
153
170
  exports.InventorySummary = InventorySummary.InventorySummary;
171
+ const MonthlyCostSummary = __importStar(require("./monthly-cost-summary"));
172
+ exports.MonthlyCostSummary = MonthlyCostSummary.MonthlyCostSummary;
154
173
  const Nic = __importStar(require("./nic"));
155
174
  exports.Nic = Nic.Nic;
156
175
  const Nvdimm = __importStar(require("./nvdimm"));
@@ -161,6 +180,8 @@ const OperationStatus = __importStar(require("./operation-status"));
161
180
  exports.OperationStatus = OperationStatus.OperationStatus;
162
181
  const OperationType = __importStar(require("./operation-type"));
163
182
  exports.OperationType = OperationType.OperationType;
183
+ const Placement = __importStar(require("./placement"));
184
+ exports.Placement = Placement.Placement;
164
185
  const Plugin = __importStar(require("./plugin"));
165
186
  exports.Plugin = Plugin.Plugin;
166
187
  const PluginSummary = __importStar(require("./plugin-summary"));
@@ -173,6 +194,14 @@ const SortOrders = __importStar(require("./sort-orders"));
173
194
  exports.SortOrders = SortOrders.SortOrders;
174
195
  const SubmitHistoricalMetricsDetails = __importStar(require("./submit-historical-metrics-details"));
175
196
  exports.SubmitHistoricalMetricsDetails = SubmitHistoricalMetricsDetails.SubmitHistoricalMetricsDetails;
197
+ const SupportedCloudRegionCollection = __importStar(require("./supported-cloud-region-collection"));
198
+ exports.SupportedCloudRegionCollection = SupportedCloudRegionCollection.SupportedCloudRegionCollection;
199
+ const SupportedCloudRegionLifecycleState = __importStar(require("./supported-cloud-region-lifecycle-state"));
200
+ exports.SupportedCloudRegionLifecycleState = SupportedCloudRegionLifecycleState.SupportedCloudRegionLifecycleState;
201
+ const SupportedCloudRegionSummary = __importStar(require("./supported-cloud-region-summary"));
202
+ exports.SupportedCloudRegionSummary = SupportedCloudRegionSummary.SupportedCloudRegionSummary;
203
+ const Tag = __importStar(require("./tag"));
204
+ exports.Tag = Tag.Tag;
176
205
  const UpdateAgentDependencyDetails = __importStar(require("./update-agent-dependency-details"));
177
206
  exports.UpdateAgentDependencyDetails = UpdateAgentDependencyDetails.UpdateAgentDependencyDetails;
178
207
  const UpdateAgentDetails = __importStar(require("./update-agent-details"));
@@ -187,14 +216,14 @@ const UpdateEnvironmentDetails = __importStar(require("./update-environment-deta
187
216
  exports.UpdateEnvironmentDetails = UpdateEnvironmentDetails.UpdateEnvironmentDetails;
188
217
  const UpdateInventoryDetails = __importStar(require("./update-inventory-details"));
189
218
  exports.UpdateInventoryDetails = UpdateInventoryDetails.UpdateInventoryDetails;
190
- const UpdatePluginDetails = __importStar(require("./update-plugin-details"));
191
- exports.UpdatePluginDetails = UpdatePluginDetails.UpdatePluginDetails;
192
219
  const VmProperties = __importStar(require("./vm-properties"));
193
220
  exports.VmProperties = VmProperties.VmProperties;
194
221
  const VmwareVCenterProperties = __importStar(require("./vmware-vcenter-properties"));
195
222
  exports.VmwareVCenterProperties = VmwareVCenterProperties.VmwareVCenterProperties;
196
223
  const VmwareVmProperties = __importStar(require("./vmware-vm-properties"));
197
224
  exports.VmwareVmProperties = VmwareVmProperties.VmwareVmProperties;
225
+ const VolumeAttachment = __importStar(require("./volume-attachment"));
226
+ exports.VolumeAttachment = VolumeAttachment.VolumeAttachment;
198
227
  const WorkRequest = __importStar(require("./work-request"));
199
228
  exports.WorkRequest = WorkRequest.WorkRequest;
200
229
  const WorkRequestError = __importStar(require("./work-request-error"));
@@ -213,12 +242,32 @@ const WorkRequestSummary = __importStar(require("./work-request-summary"));
213
242
  exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
214
243
  const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
215
244
  exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
245
+ const AwsAssetSource = __importStar(require("./aws-asset-source"));
246
+ exports.AwsAssetSource = AwsAssetSource.AwsAssetSource;
247
+ const AwsAssetSourceSummary = __importStar(require("./aws-asset-source-summary"));
248
+ exports.AwsAssetSourceSummary = AwsAssetSourceSummary.AwsAssetSourceSummary;
249
+ const AwsEbsAsset = __importStar(require("./aws-ebs-asset"));
250
+ exports.AwsEbsAsset = AwsEbsAsset.AwsEbsAsset;
251
+ const AwsEc2Asset = __importStar(require("./aws-ec2-asset"));
252
+ exports.AwsEc2Asset = AwsEc2Asset.AwsEc2Asset;
253
+ const CreateAwsAssetSourceDetails = __importStar(require("./create-aws-asset-source-details"));
254
+ exports.CreateAwsAssetSourceDetails = CreateAwsAssetSourceDetails.CreateAwsAssetSourceDetails;
255
+ const CreateAwsEbsAssetDetails = __importStar(require("./create-aws-ebs-asset-details"));
256
+ exports.CreateAwsEbsAssetDetails = CreateAwsEbsAssetDetails.CreateAwsEbsAssetDetails;
257
+ const CreateAwsEc2AssetDetails = __importStar(require("./create-aws-ec2-asset-details"));
258
+ exports.CreateAwsEc2AssetDetails = CreateAwsEc2AssetDetails.CreateAwsEc2AssetDetails;
216
259
  const CreateVmWareAssetSourceDetails = __importStar(require("./create-vm-ware-asset-source-details"));
217
260
  exports.CreateVmWareAssetSourceDetails = CreateVmWareAssetSourceDetails.CreateVmWareAssetSourceDetails;
218
261
  const CreateVmwareVmAssetDetails = __importStar(require("./create-vmware-vm-asset-details"));
219
262
  exports.CreateVmwareVmAssetDetails = CreateVmwareVmAssetDetails.CreateVmwareVmAssetDetails;
220
263
  const ImportInventoryViaAssetsDetails = __importStar(require("./import-inventory-via-assets-details"));
221
264
  exports.ImportInventoryViaAssetsDetails = ImportInventoryViaAssetsDetails.ImportInventoryViaAssetsDetails;
265
+ const UpdateAwsAssetSourceDetails = __importStar(require("./update-aws-asset-source-details"));
266
+ exports.UpdateAwsAssetSourceDetails = UpdateAwsAssetSourceDetails.UpdateAwsAssetSourceDetails;
267
+ const UpdateAwsEbsAssetDetails = __importStar(require("./update-aws-ebs-asset-details"));
268
+ exports.UpdateAwsEbsAssetDetails = UpdateAwsEbsAssetDetails.UpdateAwsEbsAssetDetails;
269
+ const UpdateAwsEc2AssetDetails = __importStar(require("./update-aws-ec2-asset-details"));
270
+ exports.UpdateAwsEc2AssetDetails = UpdateAwsEc2AssetDetails.UpdateAwsEc2AssetDetails;
222
271
  const UpdateVmAssetDetails = __importStar(require("./update-vm-asset-details"));
223
272
  exports.UpdateVmAssetDetails = UpdateVmAssetDetails.UpdateVmAssetDetails;
224
273
  const UpdateVmWareAssetSourceDetails = __importStar(require("./update-vm-ware-asset-source-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cloudbridge/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cloudbridge/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Oracle Cloud Bridge API
3
+ * API for Oracle Cloud Bridge service.
4
+ * OpenAPI spec version: 20220509
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ /**
14
+ * Describes association information for an Elastic IP address (IPv4).
15
+ */
16
+ export interface InstanceNetworkInterfaceAssociation {
17
+ /**
18
+ * The carrier IP address associated with the network interface.
19
+ */
20
+ "carrierIp"?: string;
21
+ /**
22
+ * The customer-owned IP address associated with the network interface.
23
+ */
24
+ "customerOwnedIp"?: string;
25
+ /**
26
+ * The ID of the owner of the Elastic IP address.
27
+ */
28
+ "ipOwnerKey"?: string;
29
+ /**
30
+ * The public DNS name.
31
+ */
32
+ "publicDnsName"?: string;
33
+ /**
34
+ * The public IP address or Elastic IP address bound to the network interface.
35
+ */
36
+ "publicIp"?: string;
37
+ }
38
+ export declare namespace InstanceNetworkInterfaceAssociation {
39
+ function getJsonObj(obj: InstanceNetworkInterfaceAssociation): object;
40
+ function getDeserializedJsonObj(obj: InstanceNetworkInterfaceAssociation): object;
41
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Oracle Cloud Bridge API
4
+ * API for Oracle Cloud Bridge service.
5
+ * OpenAPI spec version: 20220509
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.InstanceNetworkInterfaceAssociation = void 0;
16
+ var InstanceNetworkInterfaceAssociation;
17
+ (function (InstanceNetworkInterfaceAssociation) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ InstanceNetworkInterfaceAssociation.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ InstanceNetworkInterfaceAssociation.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(InstanceNetworkInterfaceAssociation = exports.InstanceNetworkInterfaceAssociation || (exports.InstanceNetworkInterfaceAssociation = {}));
29
+ //# sourceMappingURL=instance-network-interface-association.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instance-network-interface-association.js","sourceRoot":"","sources":["../../../../../lib/cloudbridge/lib/model/instance-network-interface-association.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,mCAAmC,CAWnD;AAXD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAWnD"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Oracle Cloud Bridge API
3
+ * API for Oracle Cloud Bridge service.
4
+ * OpenAPI spec version: 20220509
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ /**
14
+ * Describes a network interface attachment.
15
+ */
16
+ export interface InstanceNetworkInterfaceAttachment {
17
+ /**
18
+ * The ID of the network interface attachment.
19
+ */
20
+ "attachmentKey"?: string;
21
+ /**
22
+ * The timestamp when the attachment initiated.
23
+ */
24
+ "timeAttach"?: Date;
25
+ /**
26
+ * Indicates whether the network interface is deleted when the instance is terminated.
27
+ */
28
+ "isDeleteOnTermination"?: boolean;
29
+ /**
30
+ * The index of the device on the instance for the network interface attachment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "deviceIndex"?: number;
33
+ /**
34
+ * The index of the network card. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "networkCardIndex"?: number;
37
+ /**
38
+ * The attachment state.
39
+ */
40
+ "status"?: string;
41
+ }
42
+ export declare namespace InstanceNetworkInterfaceAttachment {
43
+ function getJsonObj(obj: InstanceNetworkInterfaceAttachment): object;
44
+ function getDeserializedJsonObj(obj: InstanceNetworkInterfaceAttachment): object;
45
+ }