oci-cloudbridge 2.102.2 → 2.104.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 (104) hide show
  1. package/lib/client.d.ts +59 -59
  2. package/lib/client.js +59 -59
  3. package/lib/model/agent-dependency-summary.d.ts +3 -3
  4. package/lib/model/agent-dependency.d.ts +3 -3
  5. package/lib/model/agent-summary.d.ts +3 -3
  6. package/lib/model/agent.d.ts +3 -3
  7. package/lib/model/appliance-image-summary.d.ts +2 -2
  8. package/lib/model/asset-source-connection.d.ts +1 -1
  9. package/lib/model/asset-source-credentials.d.ts +1 -1
  10. package/lib/model/asset-source-summary.d.ts +8 -8
  11. package/lib/model/asset-source.d.ts +9 -9
  12. package/lib/model/asset-summary.d.ts +3 -3
  13. package/lib/model/asset.d.ts +3 -3
  14. package/lib/model/change-agent-compartment-details.d.ts +1 -1
  15. package/lib/model/change-agent-dependency-compartment-details.d.ts +1 -1
  16. package/lib/model/change-asset-source-compartment-details.d.ts +1 -1
  17. package/lib/model/change-asset-tags-details.d.ts +2 -2
  18. package/lib/model/change-discovery-schedule-compartment-details.d.ts +1 -1
  19. package/lib/model/change-environment-compartment-details.d.ts +1 -1
  20. package/lib/model/create-agent-dependency-details.d.ts +3 -3
  21. package/lib/model/create-agent-details.d.ts +2 -2
  22. package/lib/model/create-asset-details.d.ts +2 -2
  23. package/lib/model/create-asset-source-details.d.ts +8 -8
  24. package/lib/model/create-discovery-schedule-details.d.ts +3 -3
  25. package/lib/model/create-environment-details.d.ts +2 -2
  26. package/lib/model/create-inventory-details.d.ts +2 -2
  27. package/lib/model/discovery-schedule-summary.d.ts +5 -5
  28. package/lib/model/discovery-schedule.d.ts +5 -5
  29. package/lib/model/environment-summary.d.ts +3 -3
  30. package/lib/model/environment.d.ts +3 -3
  31. package/lib/model/import-inventory-details.d.ts +2 -2
  32. package/lib/model/inventory-summary.d.ts +3 -3
  33. package/lib/model/inventory.d.ts +3 -3
  34. package/lib/model/plugin-summary.d.ts +2 -2
  35. package/lib/model/plugin.d.ts +3 -3
  36. package/lib/model/supported-cloud-region-summary.d.ts +2 -2
  37. package/lib/model/update-agent-dependency-details.d.ts +3 -3
  38. package/lib/model/update-agent-details.d.ts +2 -2
  39. package/lib/model/update-asset-details.d.ts +2 -2
  40. package/lib/model/update-asset-source-details.d.ts +5 -5
  41. package/lib/model/update-discovery-schedule-details.d.ts +2 -2
  42. package/lib/model/update-environment-details.d.ts +2 -2
  43. package/lib/model/update-inventory-details.d.ts +2 -2
  44. package/lib/model/work-request-error.d.ts +1 -1
  45. package/lib/request/add-agent-dependency-request.d.ts +1 -1
  46. package/lib/request/analyze-assets-request.d.ts +1 -1
  47. package/lib/request/cancel-work-request-request.d.ts +1 -1
  48. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  49. package/lib/request/change-agent-dependency-compartment-request.d.ts +1 -1
  50. package/lib/request/change-asset-compartment-request.d.ts +1 -1
  51. package/lib/request/change-asset-source-compartment-request.d.ts +2 -2
  52. package/lib/request/change-asset-tags-request.d.ts +1 -1
  53. package/lib/request/change-discovery-schedule-compartment-request.d.ts +2 -2
  54. package/lib/request/change-environment-compartment-request.d.ts +1 -1
  55. package/lib/request/create-agent-dependency-request.d.ts +1 -1
  56. package/lib/request/create-agent-request.d.ts +1 -1
  57. package/lib/request/create-asset-request.d.ts +1 -1
  58. package/lib/request/create-asset-source-request.d.ts +1 -1
  59. package/lib/request/create-discovery-schedule-request.d.ts +1 -1
  60. package/lib/request/create-environment-request.d.ts +1 -1
  61. package/lib/request/create-inventory-request.d.ts +1 -1
  62. package/lib/request/delete-agent-dependency-request.d.ts +1 -1
  63. package/lib/request/delete-agent-request.d.ts +1 -1
  64. package/lib/request/delete-asset-request.d.ts +1 -1
  65. package/lib/request/delete-asset-source-request.d.ts +2 -2
  66. package/lib/request/delete-discovery-schedule-request.d.ts +2 -2
  67. package/lib/request/delete-environment-request.d.ts +1 -1
  68. package/lib/request/delete-inventory-request.d.ts +1 -1
  69. package/lib/request/get-agent-dependency-request.d.ts +1 -1
  70. package/lib/request/get-agent-request.d.ts +1 -1
  71. package/lib/request/get-asset-request.d.ts +1 -1
  72. package/lib/request/get-asset-source-request.d.ts +2 -2
  73. package/lib/request/get-discovery-schedule-request.d.ts +2 -2
  74. package/lib/request/get-environment-request.d.ts +1 -1
  75. package/lib/request/get-inventory-request.d.ts +1 -1
  76. package/lib/request/get-plugin-request.d.ts +1 -1
  77. package/lib/request/get-work-request-request.d.ts +1 -1
  78. package/lib/request/import-inventory-request.d.ts +1 -1
  79. package/lib/request/list-agent-dependencies-request.d.ts +1 -1
  80. package/lib/request/list-agents-request.d.ts +1 -1
  81. package/lib/request/list-appliance-images-request.d.ts +1 -1
  82. package/lib/request/list-asset-source-connections-request.d.ts +2 -2
  83. package/lib/request/list-asset-sources-request.d.ts +2 -2
  84. package/lib/request/list-assets-request.d.ts +1 -1
  85. package/lib/request/list-discovery-schedules-request.d.ts +2 -2
  86. package/lib/request/list-environments-request.d.ts +1 -1
  87. package/lib/request/list-historical-metrics-request.d.ts +1 -1
  88. package/lib/request/list-inventories-request.d.ts +1 -1
  89. package/lib/request/list-supported-cloud-regions-request.d.ts +1 -1
  90. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  91. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  92. package/lib/request/list-work-requests-request.d.ts +1 -1
  93. package/lib/request/refresh-asset-source-request.d.ts +2 -2
  94. package/lib/request/remove-agent-dependency-request.d.ts +1 -1
  95. package/lib/request/submit-historical-metrics-request.d.ts +1 -1
  96. package/lib/request/update-agent-dependency-request.d.ts +1 -1
  97. package/lib/request/update-agent-request.d.ts +1 -1
  98. package/lib/request/update-asset-request.d.ts +1 -1
  99. package/lib/request/update-asset-source-request.d.ts +2 -2
  100. package/lib/request/update-discovery-schedule-request.d.ts +2 -2
  101. package/lib/request/update-environment-request.d.ts +1 -1
  102. package/lib/request/update-inventory-request.d.ts +1 -1
  103. package/lib/request/update-plugin-request.d.ts +1 -1
  104. package/package.json +3 -3
@@ -81,7 +81,7 @@ export interface Agent {
81
81
  "pluginList"?: Array<model.PluginSummary>;
82
82
  /**
83
83
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
84
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
84
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
85
85
  * Example: {@code {\"Department\": \"Finance\"}}
86
86
  *
87
87
  */
@@ -90,7 +90,7 @@ export interface Agent {
90
90
  };
91
91
  /**
92
92
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
93
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
93
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
94
94
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
95
95
  *
96
96
  */
@@ -101,7 +101,7 @@ export interface Agent {
101
101
  };
102
102
  /**
103
103
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
104
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
104
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
105
105
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
106
106
  *
107
107
  */
@@ -64,7 +64,7 @@ export interface ApplianceImageSummary {
64
64
  "downloadUrl": string;
65
65
  /**
66
66
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
67
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {\"Department\": \"Finance\"}}
69
69
  *
70
70
  */
@@ -73,7 +73,7 @@ export interface ApplianceImageSummary {
73
73
  };
74
74
  /**
75
75
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
76
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
77
77
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
78
78
  *
79
79
  */
@@ -20,7 +20,7 @@ export interface AssetSourceConnection {
20
20
  */
21
21
  "connectionType": model.AssetSourceConnectionType;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cloud bridge connector used for migration operations.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud bridge connector used for migration operations.
24
24
  */
25
25
  "connectorId": string;
26
26
  /**
@@ -20,7 +20,7 @@ export interface AssetSourceCredentials {
20
20
  */
21
21
  "type": model.AssetSourceCredentialsType;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret in a vault.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret in a vault.
24
24
  * If the type of the credentials is {@code BASIC}, the secret must contain the username and
25
25
  * password in JSON format, which is in the form of {@code { \"username\": \"<User>\", \"password\": \"example-password\" }}.
26
26
  * If the type of the credentials is {@code API_KEY}, the secret must contain the accessKeyId and
@@ -16,15 +16,15 @@ import * as model from "../model";
16
16
  */
17
17
  export interface AssetSourceSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
20
20
  */
21
21
  "id": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the environment.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
28
28
  */
29
29
  "environmentId": string;
30
30
  /**
@@ -42,11 +42,11 @@ export interface AssetSourceSummary {
42
42
  */
43
43
  "lifecycleDetails": string;
44
44
  /**
45
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
45
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
46
46
  */
47
47
  "inventoryId": string;
48
48
  /**
49
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
49
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
50
50
  */
51
51
  "assetsCompartmentId": string;
52
52
  /**
@@ -59,7 +59,7 @@ export interface AssetSourceSummary {
59
59
  "timeUpdated"?: Date;
60
60
  /**
61
61
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
62
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
63
63
  * Example: {@code {\"Department\": \"Finance\"}}
64
64
  *
65
65
  */
@@ -68,7 +68,7 @@ export interface AssetSourceSummary {
68
68
  };
69
69
  /**
70
70
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
71
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
72
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
73
73
  *
74
74
  */
@@ -79,7 +79,7 @@ export interface AssetSourceSummary {
79
79
  };
80
80
  /**
81
81
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
82
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
82
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
83
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
84
84
  *
85
85
  */
@@ -16,11 +16,11 @@ import * as model from "../model";
16
16
  */
17
17
  export interface AssetSource {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
20
20
  */
21
21
  "id": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
@@ -30,19 +30,19 @@ export interface AssetSource {
30
30
  */
31
31
  "displayName": string;
32
32
  /**
33
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the environment.
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
34
34
  */
35
35
  "environmentId": string;
36
36
  /**
37
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
38
38
  */
39
39
  "inventoryId": string;
40
40
  /**
41
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
41
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
42
42
  */
43
43
  "assetsCompartmentId": string;
44
44
  /**
45
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of an attached discovery schedule.
45
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of an attached discovery schedule.
46
46
  */
47
47
  "discoveryScheduleId"?: string;
48
48
  /**
@@ -63,7 +63,7 @@ export interface AssetSource {
63
63
  "timeUpdated": Date;
64
64
  /**
65
65
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
66
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
67
  * Example: {@code {\"Department\": \"Finance\"}}
68
68
  *
69
69
  */
@@ -72,7 +72,7 @@ export interface AssetSource {
72
72
  };
73
73
  /**
74
74
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
75
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
76
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
77
77
  *
78
78
  */
@@ -83,7 +83,7 @@ export interface AssetSource {
83
83
  };
84
84
  /**
85
85
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
86
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
86
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
87
87
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
88
88
  *
89
89
  */
@@ -61,7 +61,7 @@ export interface AssetSummary {
61
61
  "lifecycleState": string;
62
62
  /**
63
63
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
64
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
64
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
65
65
  * Example: {@code {\"Department\": \"Finance\"}}
66
66
  *
67
67
  */
@@ -70,7 +70,7 @@ export interface AssetSummary {
70
70
  };
71
71
  /**
72
72
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
73
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
73
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
74
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
75
75
  *
76
76
  */
@@ -81,7 +81,7 @@ export interface AssetSummary {
81
81
  };
82
82
  /**
83
83
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
84
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
84
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
85
85
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
86
86
  *
87
87
  */
@@ -56,7 +56,7 @@ export interface Asset {
56
56
  "lifecycleState": Asset.LifecycleState;
57
57
  /**
58
58
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
59
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
60
60
  * Example: {@code {\"Department\": \"Finance\"}}
61
61
  *
62
62
  */
@@ -65,7 +65,7 @@ export interface Asset {
65
65
  };
66
66
  /**
67
67
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
68
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
70
70
  *
71
71
  */
@@ -76,7 +76,7 @@ export interface Asset {
76
76
  };
77
77
  /**
78
78
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
79
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
81
81
  *
82
82
  */
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeAgentCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeAgentDependencyCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeAssetSourceCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment into which the resource should be moved.
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the resource should be moved.
19
19
  *
20
20
  */
21
21
  "compartmentId": string;
@@ -16,7 +16,7 @@
16
16
  export interface ChangeAssetTagsDetails {
17
17
  /**
18
18
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
19
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
19
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
20
20
  * Example: {@code {\"Department\": \"Finance\"}}
21
21
  *
22
22
  */
@@ -25,7 +25,7 @@ export interface ChangeAssetTagsDetails {
25
25
  };
26
26
  /**
27
27
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
28
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
29
29
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
30
30
  *
31
31
  */
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeDiscoveryScheduleCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment into which the discovery schedule should be moved.
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment into which the discovery schedule should be moved.
19
19
  *
20
20
  */
21
21
  "compartmentId": string;
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeEnvironmentCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -48,7 +48,7 @@ export interface CreateAgentDependencyDetails {
48
48
  "objectName": string;
49
49
  /**
50
50
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
51
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
52
52
  * Example: {@code {\"Department\": \"Finance\"}}
53
53
  *
54
54
  */
@@ -57,7 +57,7 @@ export interface CreateAgentDependencyDetails {
57
57
  };
58
58
  /**
59
59
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
60
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
60
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
61
61
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
62
62
  *
63
63
  */
@@ -68,7 +68,7 @@ export interface CreateAgentDependencyDetails {
68
68
  };
69
69
  /**
70
70
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
71
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
72
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
73
73
  *
74
74
  */
@@ -40,7 +40,7 @@ export interface CreateAgentDetails {
40
40
  "osVersion": string;
41
41
  /**
42
42
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
43
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44
44
  * Example: {@code {\"Department\": \"Finance\"}}
45
45
  *
46
46
  */
@@ -49,7 +49,7 @@ export interface CreateAgentDetails {
49
49
  };
50
50
  /**
51
51
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
52
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
52
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
53
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
54
54
  *
55
55
  */
@@ -40,7 +40,7 @@ export interface CreateAssetDetails {
40
40
  "assetSourceIds"?: Array<string>;
41
41
  /**
42
42
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
43
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44
44
  * Example: {@code {\"Department\": \"Finance\"}}
45
45
  *
46
46
  */
@@ -49,7 +49,7 @@ export interface CreateAssetDetails {
49
49
  };
50
50
  /**
51
51
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
52
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
52
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
53
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
54
54
  *
55
55
  */
@@ -22,28 +22,28 @@ export interface CreateAssetSourceDetails {
22
22
  */
23
23
  "displayName"?: string;
24
24
  /**
25
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the resource.
26
26
  */
27
27
  "compartmentId": string;
28
28
  /**
29
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the environment.
29
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the environment.
30
30
  */
31
31
  "environmentId": string;
32
32
  /**
33
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the inventory that will contain created assets.
34
34
  */
35
35
  "inventoryId": string;
36
36
  /**
37
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
38
38
  */
39
39
  "assetsCompartmentId": string;
40
40
  /**
41
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the discovery schedule that is going to be attached to the created asset.
41
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule that is going to be attached to the created asset.
42
42
  */
43
43
  "discoveryScheduleId"?: string;
44
44
  /**
45
45
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
46
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
47
  * Example: {@code {\"Department\": \"Finance\"}}
48
48
  *
49
49
  */
@@ -52,7 +52,7 @@ export interface CreateAssetSourceDetails {
52
52
  };
53
53
  /**
54
54
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
55
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
56
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
57
57
  *
58
58
  */
@@ -63,7 +63,7 @@ export interface CreateAssetSourceDetails {
63
63
  };
64
64
  /**
65
65
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
66
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
67
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
68
68
  *
69
69
  */
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface CreateDiscoveryScheduleDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which the discovery schedule is created.
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the discovery schedule is created.
19
19
  */
20
20
  "compartmentId": string;
21
21
  /**
@@ -31,7 +31,7 @@ export interface CreateDiscoveryScheduleDetails {
31
31
  "displayName"?: string;
32
32
  /**
33
33
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
34
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
35
35
  * Example: {@code {\"Department\": \"Finance\"}}
36
36
  *
37
37
  */
@@ -40,7 +40,7 @@ export interface CreateDiscoveryScheduleDetails {
40
40
  };
41
41
  /**
42
42
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
43
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44
44
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
45
45
  *
46
46
  */
@@ -24,7 +24,7 @@ export interface CreateEnvironmentDetails {
24
24
  "compartmentId": string;
25
25
  /**
26
26
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
27
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
28
  * Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
@@ -33,7 +33,7 @@ export interface CreateEnvironmentDetails {
33
33
  };
34
34
  /**
35
35
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
36
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
37
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
@@ -24,7 +24,7 @@ export interface CreateInventoryDetails {
24
24
  "compartmentId": string;
25
25
  /**
26
26
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
27
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
28
  * Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
@@ -33,7 +33,7 @@ export interface CreateInventoryDetails {
33
33
  };
34
34
  /**
35
35
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
36
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
37
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
@@ -16,7 +16,7 @@ import * as model from "../model";
16
16
  */
17
17
  export interface DiscoveryScheduleSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the discovery schedule.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -26,7 +26,7 @@ export interface DiscoveryScheduleSummary {
26
26
  */
27
27
  "displayName": string;
28
28
  /**
29
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which the discovery schedule exists.
29
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the discovery schedule exists.
30
30
  */
31
31
  "compartmentId": string;
32
32
  /**
@@ -47,7 +47,7 @@ export interface DiscoveryScheduleSummary {
47
47
  "timeUpdated": Date;
48
48
  /**
49
49
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
50
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
51
  * Example: {@code {\"Department\": \"Finance\"}}
52
52
  *
53
53
  */
@@ -56,7 +56,7 @@ export interface DiscoveryScheduleSummary {
56
56
  };
57
57
  /**
58
58
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
59
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
60
60
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
61
  *
62
62
  */
@@ -67,7 +67,7 @@ export interface DiscoveryScheduleSummary {
67
67
  };
68
68
  /**
69
69
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
70
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
71
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
72
72
  *
73
73
  */
@@ -16,7 +16,7 @@ import * as model from "../model";
16
16
  */
17
17
  export interface DiscoverySchedule {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the discovery schedule.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -30,7 +30,7 @@ export interface DiscoverySchedule {
30
30
  */
31
31
  "executionRecurrences": string;
32
32
  /**
33
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which the discovery schedule exists.
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the discovery schedule exists.
34
34
  */
35
35
  "compartmentId": string;
36
36
  /**
@@ -51,7 +51,7 @@ export interface DiscoverySchedule {
51
51
  "timeUpdated": Date;
52
52
  /**
53
53
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
54
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
55
  * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
@@ -60,7 +60,7 @@ export interface DiscoverySchedule {
60
60
  };
61
61
  /**
62
62
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
63
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
63
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
64
64
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
65
65
  *
66
66
  */
@@ -71,7 +71,7 @@ export interface DiscoverySchedule {
71
71
  };
72
72
  /**
73
73
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
74
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
75
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
76
76
  *
77
77
  */
@@ -44,7 +44,7 @@ export interface EnvironmentSummary {
44
44
  "lifecycleDetails"?: string;
45
45
  /**
46
46
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
47
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
50
50
  */
@@ -53,7 +53,7 @@ export interface EnvironmentSummary {
53
53
  };
54
54
  /**
55
55
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
@@ -64,7 +64,7 @@ export interface EnvironmentSummary {
64
64
  };
65
65
  /**
66
66
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
67
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
69
69
  *
70
70
  */