@pulumi/oci 0.10.0 → 0.11.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 (61) hide show
  1. package/core/bootVolume.d.ts +3 -3
  2. package/core/drgRouteTableRouteRule.d.ts +9 -9
  3. package/core/getBootVolume.d.ts +1 -1
  4. package/core/getBootVolumeBackup.d.ts +1 -1
  5. package/core/getImages.d.ts +2 -2
  6. package/core/getImages.js +2 -2
  7. package/core/getInstance.d.ts +7 -0
  8. package/core/getInstance.js +6 -0
  9. package/core/getInstance.js.map +1 -1
  10. package/core/getInstanceMaintenanceReboot.d.ts +4 -2
  11. package/core/getInstanceMaintenanceReboot.js +4 -2
  12. package/core/getInstanceMaintenanceReboot.js.map +1 -1
  13. package/core/getInstances.d.ts +6 -0
  14. package/core/getInstances.js +6 -0
  15. package/core/getInstances.js.map +1 -1
  16. package/core/getPrivateIp.d.ts +1 -1
  17. package/core/getSubnet.d.ts +1 -1
  18. package/core/getVcn.d.ts +1 -1
  19. package/core/getVnic.d.ts +1 -1
  20. package/core/getVolume.d.ts +1 -1
  21. package/core/instance.d.ts +3 -0
  22. package/core/instance.js +2 -0
  23. package/core/instance.js.map +1 -1
  24. package/core/privateIp.d.ts +3 -3
  25. package/core/subnet.d.ts +3 -3
  26. package/core/vcn.d.ts +3 -3
  27. package/core/volume.d.ts +3 -3
  28. package/database/autonomousDatabase.d.ts +16 -0
  29. package/database/autonomousDatabase.js +4 -0
  30. package/database/autonomousDatabase.js.map +1 -1
  31. package/database/autonomousDatabaseBackup.d.ts +51 -1
  32. package/database/autonomousDatabaseBackup.js +12 -3
  33. package/database/autonomousDatabaseBackup.js.map +1 -1
  34. package/database/getAutonomousDatabase.d.ts +8 -0
  35. package/database/getAutonomousDatabase.js.map +1 -1
  36. package/database/getAutonomousDatabaseBackup.d.ts +17 -0
  37. package/database/getAutonomousDatabaseBackup.js.map +1 -1
  38. package/datascience/modelDeployment.d.ts +10 -0
  39. package/datascience/modelDeployment.js +10 -0
  40. package/datascience/modelDeployment.js.map +1 -1
  41. package/managementagent/getManagementAgent.d.ts +4 -0
  42. package/managementagent/getManagementAgent.js.map +1 -1
  43. package/managementagent/getManagementAgentAvailableHistories.d.ts +4 -4
  44. package/managementagent/getManagementAgents.d.ts +11 -0
  45. package/managementagent/getManagementAgents.js +3 -0
  46. package/managementagent/getManagementAgents.js.map +1 -1
  47. package/managementagent/managementAgent.d.ts +8 -0
  48. package/managementagent/managementAgent.js +2 -0
  49. package/managementagent/managementAgent.js.map +1 -1
  50. package/oce/getOceInstance.d.ts +4 -0
  51. package/oce/getOceInstance.js.map +1 -1
  52. package/oce/instance.d.ts +13 -0
  53. package/oce/instance.js +3 -0
  54. package/oce/instance.js.map +1 -1
  55. package/opsi/hostInsight.d.ts +25 -0
  56. package/opsi/hostInsight.js +25 -0
  57. package/opsi/hostInsight.js.map +1 -1
  58. package/package.json +2 -2
  59. package/package.json.dev +2 -2
  60. package/types/input.d.ts +94 -7
  61. package/types/output.d.ts +345 -31
package/types/output.d.ts CHANGED
@@ -31133,7 +31133,7 @@ export declare namespace Core {
31133
31133
  */
31134
31134
  bootVolumeBackupId: string;
31135
31135
  /**
31136
- * The OCID of the Key Management master encryption assigned to the boot volume backup. For more information about the Key Management service and encryption keys, see [Overview of Key Management](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
31136
+ * The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
31137
31137
  */
31138
31138
  kmsKeyId: string;
31139
31139
  region: string;
@@ -31176,7 +31176,7 @@ export declare namespace Core {
31176
31176
  */
31177
31177
  imageId: string;
31178
31178
  /**
31179
- * The OCID of the Key Management master encryption assigned to the boot volume backup. For more information about the Key Management service and encryption keys, see [Overview of Key Management](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
31179
+ * The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
31180
31180
  */
31181
31181
  kmsKeyId: string;
31182
31182
  /**
@@ -31222,7 +31222,7 @@ export declare namespace Core {
31222
31222
  interface GetBootVolumeBackupsBootVolumeBackupSourceDetail {
31223
31223
  bootVolumeBackupId: string;
31224
31224
  /**
31225
- * The OCID of the Key Management master encryption assigned to the boot volume backup. For more information about the Key Management service and encryption keys, see [Overview of Key Management](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
31225
+ * The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
31226
31226
  */
31227
31227
  kmsKeyId: string;
31228
31228
  region: string;
@@ -31378,7 +31378,7 @@ export declare namespace Core {
31378
31378
  */
31379
31379
  isHydrated: boolean;
31380
31380
  /**
31381
- * The OCID of the Key Management master encryption key assigned to the boot volume.
31381
+ * The OCID of the Vault service master encryption key assigned to the boot volume.
31382
31382
  */
31383
31383
  kmsKeyId: string;
31384
31384
  /**
@@ -33342,7 +33342,7 @@ export declare namespace Core {
33342
33342
  */
33343
33343
  destination: string;
33344
33344
  /**
33345
- * The type of destination for the rule. the type is required if `direction` = `EGRESS`.
33345
+ * The type of destination for the rule.
33346
33346
  */
33347
33347
  destinationType: string;
33348
33348
  /**
@@ -33924,7 +33924,7 @@ export declare namespace Core {
33924
33924
  [key: string]: any;
33925
33925
  };
33926
33926
  /**
33927
- * The OCID of the Key Management key to assign as the master encryption key for the volume.
33927
+ * The OCID of the Vault service key to assign as the master encryption key for the volume.
33928
33928
  */
33929
33929
  kmsKeyId: string;
33930
33930
  /**
@@ -34469,7 +34469,7 @@ export declare namespace Core {
34469
34469
  [key: string]: any;
34470
34470
  };
34471
34471
  /**
34472
- * The OCID of the Key Management key to assign as the master encryption key for the volume.
34472
+ * The OCID of the Vault service key to assign as the master encryption key for the volume.
34473
34473
  */
34474
34474
  kmsKeyId: string;
34475
34475
  /**
@@ -35422,11 +35422,11 @@ export declare namespace Core {
35422
35422
  */
35423
35423
  bootVolumeVpusPerGb: string;
35424
35424
  /**
35425
- * The OCID of the Key Management key to assign as the master encryption key for the boot volume.
35425
+ * The OCID of the Vault service key to assign as the master encryption key for the boot volume.
35426
35426
  */
35427
35427
  kmsKeyId: string;
35428
35428
  /**
35429
- * The OCID of an image or a boot volume to use, depending on the value of `sourceType`.
35429
+ * The OCID of the boot volume used to boot the instance.
35430
35430
  */
35431
35431
  sourceId: string;
35432
35432
  /**
@@ -35588,6 +35588,7 @@ export declare namespace Core {
35588
35588
  * The date and time the instance is expected to be stopped / started, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: `2018-05-25T21:10:29.600Z`
35589
35589
  */
35590
35590
  timeMaintenanceRebootDue: string;
35591
+ updateOperationConstraint: string;
35591
35592
  }
35592
35593
  interface GetInstancesInstanceAgentConfig {
35593
35594
  /**
@@ -35804,11 +35805,11 @@ export declare namespace Core {
35804
35805
  */
35805
35806
  bootVolumeVpusPerGb: string;
35806
35807
  /**
35807
- * The OCID of the Key Management key to assign as the master encryption key for the boot volume.
35808
+ * The OCID of the Vault service key to assign as the master encryption key for the boot volume.
35808
35809
  */
35809
35810
  kmsKeyId: string;
35810
35811
  /**
35811
- * The OCID of an image or a boot volume to use, depending on the value of `sourceType`.
35812
+ * The OCID of the boot volume used to boot the instance.
35812
35813
  */
35813
35814
  sourceId: string;
35814
35815
  /**
@@ -36734,7 +36735,7 @@ export declare namespace Core {
36734
36735
  [key: string]: any;
36735
36736
  };
36736
36737
  /**
36737
- * The hostname for the private IP. Used for DNS. The value is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
36738
+ * The hostname for the private IP. Used for DNS. The value is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
36738
36739
  */
36739
36740
  hostnameLabel: string;
36740
36741
  /**
@@ -37020,6 +37021,9 @@ export declare namespace Core {
37020
37021
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
37021
37022
  */
37022
37023
  networkEntityId: string;
37024
+ /**
37025
+ * A route rule can be STATIC if manually added to the route table, LOCAL if added by Oracle Cloud Infrastructure to the route table.
37026
+ */
37023
37027
  routeType: string;
37024
37028
  }
37025
37029
  interface GetSecurityListsFilter {
@@ -37833,7 +37837,7 @@ export declare namespace Core {
37833
37837
  */
37834
37838
  displayName: string;
37835
37839
  /**
37836
- * A DNS label for the subnet, used in conjunction with the VNIC's hostname and VCN's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter and is unique within the VCN. The value cannot be changed.
37840
+ * A DNS label for the subnet, used in conjunction with the VNIC's hostname and VCN's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter and is unique within the VCN. The value cannot be changed.
37837
37841
  */
37838
37842
  dnsLabel: string;
37839
37843
  /**
@@ -37976,7 +37980,7 @@ export declare namespace Core {
37976
37980
  */
37977
37981
  displayName: string;
37978
37982
  /**
37979
- * A DNS label for the VCN, used in conjunction with the VNIC's hostname and subnet's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter. The value cannot be changed.
37983
+ * A DNS label for the VCN, used in conjunction with the VNIC's hostname and subnet's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter. The value cannot be changed.
37980
37984
  */
37981
37985
  dnsLabel: string;
37982
37986
  /**
@@ -38040,11 +38044,11 @@ export declare namespace Core {
38040
38044
  */
38041
38045
  bgpMd5authKey: string;
38042
38046
  /**
38043
- * The OCID of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider).
38047
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider).
38044
38048
  */
38045
38049
  crossConnectOrCrossConnectGroupId: string;
38046
38050
  /**
38047
- * The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a /30 or /31 subnet mask.
38051
+ * The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a subnet mask from /28 to /31.
38048
38052
  */
38049
38053
  customerBgpPeeringIp: string;
38050
38054
  /**
@@ -38052,7 +38056,7 @@ export declare namespace Core {
38052
38056
  */
38053
38057
  customerBgpPeeringIpv6: string;
38054
38058
  /**
38055
- * The IPv4 address for Oracle's end of the BGP session. Must use a /30 or /31 subnet mask. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this.
38059
+ * The IPv4 address for Oracle's end of the BGP session. Must use a subnet mask from /28 to /31. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this.
38056
38060
  */
38057
38061
  oracleBgpPeeringIp: string;
38058
38062
  /**
@@ -38216,11 +38220,11 @@ export declare namespace Core {
38216
38220
  */
38217
38221
  bgpMd5authKey: string;
38218
38222
  /**
38219
- * The OCID of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider).
38223
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider).
38220
38224
  */
38221
38225
  crossConnectOrCrossConnectGroupId: string;
38222
38226
  /**
38223
- * The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a /30 or /31 subnet mask.
38227
+ * The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a subnet mask from /28 to /31.
38224
38228
  */
38225
38229
  customerBgpPeeringIp: string;
38226
38230
  /**
@@ -38228,7 +38232,7 @@ export declare namespace Core {
38228
38232
  */
38229
38233
  customerBgpPeeringIpv6: string;
38230
38234
  /**
38231
- * The IPv4 address for Oracle's end of the BGP session. Must use a /30 or /31 subnet mask. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this.
38235
+ * The IPv4 address for Oracle's end of the BGP session. Must use a subnet mask from /28 to /31. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this.
38232
38236
  */
38233
38237
  oracleBgpPeeringIp: string;
38234
38238
  /**
@@ -38689,7 +38693,7 @@ export declare namespace Core {
38689
38693
  */
38690
38694
  id: string;
38691
38695
  /**
38692
- * The OCID of the Key Management key which is the master encryption key for the volume backup. For more information about the Key Management service and encryption keys, see [Overview of Key Management](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
38696
+ * The OCID of the Vault service key which is the master encryption key for the volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
38693
38697
  */
38694
38698
  kmsKeyId: string;
38695
38699
  /**
@@ -38750,7 +38754,7 @@ export declare namespace Core {
38750
38754
  }
38751
38755
  interface GetVolumeBackupsVolumeBackupSourceDetail {
38752
38756
  /**
38753
- * The OCID of the Key Management key which is the master encryption key for the volume backup. For more information about the Key Management service and encryption keys, see [Overview of Key Management](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
38757
+ * The OCID of the Vault service key which is the master encryption key for the volume backup. For more information about the Vault service and encryption keys, see [Overview of Vault service](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm) and [Using Keys](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Tasks/usingkeys.htm).
38754
38758
  */
38755
38759
  kmsKeyId: string;
38756
38760
  region: string;
@@ -39114,7 +39118,7 @@ export declare namespace Core {
39114
39118
  */
39115
39119
  isHydrated: boolean;
39116
39120
  /**
39117
- * The OCID of the Key Management key which is the master encryption key for the volume.
39121
+ * The OCID of the Vault service key which is the master encryption key for the volume.
39118
39122
  */
39119
39123
  kmsKeyId: string;
39120
39124
  /**
@@ -39485,7 +39489,7 @@ export declare namespace Core {
39485
39489
  [key: string]: any;
39486
39490
  };
39487
39491
  /**
39488
- * The OCID of the Key Management key to assign as the master encryption key for the volume.
39492
+ * The OCID of the Vault service key to assign as the master encryption key for the volume.
39489
39493
  */
39490
39494
  kmsKeyId: string;
39491
39495
  /**
@@ -40179,11 +40183,11 @@ export declare namespace Core {
40179
40183
  */
40180
40184
  bootVolumeVpusPerGb: string;
40181
40185
  /**
40182
- * The OCID of the Key Management key to assign as the master encryption key for the boot volume.
40186
+ * The OCID of the Vault service key to assign as the master encryption key for the boot volume.
40183
40187
  */
40184
40188
  kmsKeyId?: string;
40185
40189
  /**
40186
- * The OCID of an image or a boot volume to use, depending on the value of `sourceType`.
40190
+ * The OCID of the boot volume used to boot the instance.
40187
40191
  */
40188
40192
  sourceId: string;
40189
40193
  /**
@@ -40336,6 +40340,9 @@ export declare namespace Core {
40336
40340
  * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the route rule's target. For information about the type of targets you can specify, see [Route Tables](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm).
40337
40341
  */
40338
40342
  networkEntityId: string;
40343
+ /**
40344
+ * (Updatable) A route rule can be STATIC if manually added to the route table, LOCAL if added by Oracle Cloud Infrastructure to the route table.
40345
+ */
40339
40346
  routeType: string;
40340
40347
  }
40341
40348
  interface SecurityListEgressSecurityRule {
@@ -40552,11 +40559,11 @@ export declare namespace Core {
40552
40559
  */
40553
40560
  bgpMd5authKey: string;
40554
40561
  /**
40555
- * (Updatable) The OCID of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider).
40562
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider).
40556
40563
  */
40557
40564
  crossConnectOrCrossConnectGroupId: string;
40558
40565
  /**
40559
- * (Updatable) The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a /30 or /31 subnet mask.
40566
+ * (Updatable) The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a subnet mask from /28 to /31.
40560
40567
  */
40561
40568
  customerBgpPeeringIp: string;
40562
40569
  /**
@@ -40564,7 +40571,7 @@ export declare namespace Core {
40564
40571
  */
40565
40572
  customerBgpPeeringIpv6: string;
40566
40573
  /**
40567
- * (Updatable) The IPv4 address for Oracle's end of the BGP session. Must use a /30 or /31 subnet mask. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this.
40574
+ * (Updatable) The IPv4 address for Oracle's end of the BGP session. Must use a subnet mask from /28 to /31. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this.
40568
40575
  */
40569
40576
  oracleBgpPeeringIp: string;
40570
40577
  /**
@@ -40612,7 +40619,7 @@ export declare namespace Core {
40612
40619
  [key: string]: any;
40613
40620
  };
40614
40621
  /**
40615
- * (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance-1` in FQDN `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
40622
+ * (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
40616
40623
  */
40617
40624
  hostnameLabel: string;
40618
40625
  /**
@@ -55380,11 +55387,51 @@ export declare namespace DataScience {
55380
55387
  * The type of the model deployment.
55381
55388
  */
55382
55389
  deploymentType: string;
55390
+ /**
55391
+ * The configuration to carry the environment details thats used in Model Deployment creation
55392
+ */
55393
+ environmentConfigurationDetails: outputs.DataScience.GetModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail[];
55383
55394
  /**
55384
55395
  * The model configuration details.
55385
55396
  */
55386
55397
  modelConfigurationDetails: outputs.DataScience.GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail[];
55387
55398
  }
55399
+ interface GetModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail {
55400
+ /**
55401
+ * The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
55402
+ */
55403
+ cmds: string[];
55404
+ /**
55405
+ * The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
55406
+ */
55407
+ entrypoints: string[];
55408
+ /**
55409
+ * The environment configuration type
55410
+ */
55411
+ environmentConfigurationType: string;
55412
+ /**
55413
+ * Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
55414
+ */
55415
+ environmentVariables: {
55416
+ [key: string]: any;
55417
+ };
55418
+ /**
55419
+ * The port on which the container [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) would listen. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
55420
+ */
55421
+ healthCheckPort: number;
55422
+ /**
55423
+ * The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
55424
+ */
55425
+ image: string;
55426
+ /**
55427
+ * The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
55428
+ */
55429
+ imageDigest: string;
55430
+ /**
55431
+ * The port on which the web server serving the inference is running. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
55432
+ */
55433
+ serverPort: number;
55434
+ }
55388
55435
  interface GetModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail {
55389
55436
  /**
55390
55437
  * The network bandwidth for the model.
@@ -55561,11 +55608,51 @@ export declare namespace DataScience {
55561
55608
  * The type of the model deployment.
55562
55609
  */
55563
55610
  deploymentType: string;
55611
+ /**
55612
+ * The configuration to carry the environment details thats used in Model Deployment creation
55613
+ */
55614
+ environmentConfigurationDetails: outputs.DataScience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail[];
55564
55615
  /**
55565
55616
  * The model configuration details.
55566
55617
  */
55567
55618
  modelConfigurationDetails: outputs.DataScience.GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail[];
55568
55619
  }
55620
+ interface GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailEnvironmentConfigurationDetail {
55621
+ /**
55622
+ * The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
55623
+ */
55624
+ cmds: string[];
55625
+ /**
55626
+ * The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
55627
+ */
55628
+ entrypoints: string[];
55629
+ /**
55630
+ * The environment configuration type
55631
+ */
55632
+ environmentConfigurationType: string;
55633
+ /**
55634
+ * Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
55635
+ */
55636
+ environmentVariables: {
55637
+ [key: string]: any;
55638
+ };
55639
+ /**
55640
+ * The port on which the container [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) would listen. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
55641
+ */
55642
+ healthCheckPort: number;
55643
+ /**
55644
+ * The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
55645
+ */
55646
+ image: string;
55647
+ /**
55648
+ * The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
55649
+ */
55650
+ imageDigest: string;
55651
+ /**
55652
+ * The port on which the web server serving the inference is running. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
55653
+ */
55654
+ serverPort: number;
55655
+ }
55569
55656
  interface GetModelDeploymentsModelDeploymentModelDeploymentConfigurationDetailModelConfigurationDetail {
55570
55657
  /**
55571
55658
  * The network bandwidth for the model.
@@ -57049,11 +57136,51 @@ export declare namespace DataScience {
57049
57136
  * (Updatable) The type of the model deployment.
57050
57137
  */
57051
57138
  deploymentType: string;
57139
+ /**
57140
+ * (Updatable) The configuration to carry the environment details thats used in Model Deployment creation
57141
+ */
57142
+ environmentConfigurationDetails: outputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetails;
57052
57143
  /**
57053
57144
  * (Updatable) The model configuration details.
57054
57145
  */
57055
57146
  modelConfigurationDetails: outputs.DataScience.ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetails;
57056
57147
  }
57148
+ interface ModelDeploymentModelDeploymentConfigurationDetailsEnvironmentConfigurationDetails {
57149
+ /**
57150
+ * (Updatable) The container image run [CMD](https://docs.docker.com/engine/reference/builder/#cmd) as a list of strings. Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
57151
+ */
57152
+ cmds: string[];
57153
+ /**
57154
+ * (Updatable) The container image run [ENTRYPOINT](https://docs.docker.com/engine/reference/builder/#entrypoint) as a list of strings. Accept the `CMD` as extra arguments. The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes. More information on how `CMD` and `ENTRYPOINT` interact are [here](https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact).
57155
+ */
57156
+ entrypoints: string[];
57157
+ /**
57158
+ * (Updatable) The environment configuration type
57159
+ */
57160
+ environmentConfigurationType: string;
57161
+ /**
57162
+ * (Updatable) Environment variables to set for the web server container. The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore (_) Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. `TEST_` Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.
57163
+ */
57164
+ environmentVariables: {
57165
+ [key: string]: any;
57166
+ };
57167
+ /**
57168
+ * (Updatable) The port on which the container [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) would listen. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
57169
+ */
57170
+ healthCheckPort: number;
57171
+ /**
57172
+ * (Updatable) The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format: `<region>.ocir.io/<registry>/<image>:<tag>` `<region>.ocir.io/<registry>/<image>:<tag>@digest`
57173
+ */
57174
+ image: string;
57175
+ /**
57176
+ * (Updatable) The digest of the container image. For example, `sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
57177
+ */
57178
+ imageDigest: string;
57179
+ /**
57180
+ * (Updatable) The port on which the web server serving the inference is running. The port can be anything between `1024` and `65535`. The following ports cannot be used `24224`, `8446`, `8447`.
57181
+ */
57182
+ serverPort: number;
57183
+ }
57057
57184
  interface ModelDeploymentModelDeploymentConfigurationDetailsModelConfigurationDetails {
57058
57185
  /**
57059
57186
  * (Updatable) The network bandwidth for the model.
@@ -57789,6 +57916,24 @@ export declare namespace Database {
57789
57916
  */
57790
57917
  timeDataGuardRoleChanged: string;
57791
57918
  }
57919
+ interface AutonomousDatabaseLongTermBackupSchedule {
57920
+ /**
57921
+ * Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
57922
+ */
57923
+ isDisabled: boolean;
57924
+ /**
57925
+ * The frequency of the long-term backup schedule
57926
+ */
57927
+ repeatCadence: string;
57928
+ /**
57929
+ * Retention period, in days, for long-term backups
57930
+ */
57931
+ retentionPeriodInDays: number;
57932
+ /**
57933
+ * The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
57934
+ */
57935
+ timeOfBackup: string;
57936
+ }
57792
57937
  interface AutonomousDatabaseScheduledOperation {
57793
57938
  /**
57794
57939
  * (Updatable) Day of the week.
@@ -60198,6 +60343,10 @@ export declare namespace Database {
60198
60343
  * The size of the database in terabytes at the time the backup was taken.
60199
60344
  */
60200
60345
  databaseSizeInTbs: number;
60346
+ /**
60347
+ * A valid Oracle Database version for Autonomous Database.
60348
+ */
60349
+ dbVersion: string;
60201
60350
  /**
60202
60351
  * A filter to return only resources that match the entire display name given. The match is not case sensitive.
60203
60352
  */
@@ -60210,6 +60359,7 @@ export declare namespace Database {
60210
60359
  * Indicates whether the backup is user-initiated or automatic.
60211
60360
  */
60212
60361
  isAutomatic: boolean;
60362
+ isLongTermBackup: boolean;
60213
60363
  /**
60214
60364
  * Indicates whether the backup can be used to restore the associated Autonomous Database.
60215
60365
  */
@@ -60234,10 +60384,22 @@ export declare namespace Database {
60234
60384
  * Additional information about the current lifecycle state.
60235
60385
  */
60236
60386
  lifecycleDetails: string;
60387
+ /**
60388
+ * Retention period, in days, for long-term backups
60389
+ */
60390
+ retentionPeriodInDays: number;
60391
+ /**
60392
+ * The backup size in terrabytes (TB).
60393
+ */
60394
+ sizeInTbs: number;
60237
60395
  /**
60238
60396
  * A filter to return only resources that match the given lifecycle state exactly.
60239
60397
  */
60240
60398
  state: string;
60399
+ /**
60400
+ * Timestamp until when the backup will be available
60401
+ */
60402
+ timeAvailableTill: string;
60241
60403
  /**
60242
60404
  * The date and time the backup completed.
60243
60405
  */
@@ -60453,6 +60615,24 @@ export declare namespace Database {
60453
60615
  */
60454
60616
  timeDataGuardRoleChanged: string;
60455
60617
  }
60618
+ interface GetAutonomousDatabaseLongTermBackupSchedule {
60619
+ /**
60620
+ * Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
60621
+ */
60622
+ isDisabled: boolean;
60623
+ /**
60624
+ * The frequency of the long-term backup schedule
60625
+ */
60626
+ repeatCadence: string;
60627
+ /**
60628
+ * Retention period, in days, for long-term backups
60629
+ */
60630
+ retentionPeriodInDays: number;
60631
+ /**
60632
+ * The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
60633
+ */
60634
+ timeOfBackup: string;
60635
+ }
60456
60636
  interface GetAutonomousDatabaseRefreshableClonesFilter {
60457
60637
  name: string;
60458
60638
  regex?: boolean;
@@ -60732,6 +60912,10 @@ export declare namespace Database {
60732
60912
  * Autonomous Data Guard standby database details.
60733
60913
  */
60734
60914
  localStandbyDbs: outputs.Database.GetAutonomousDatabasesAutonomousDatabaseLocalStandbyDb[];
60915
+ /**
60916
+ * Details for the long-term backup schedule.
60917
+ */
60918
+ longTermBackupSchedules: outputs.Database.GetAutonomousDatabasesAutonomousDatabaseLongTermBackupSchedule[];
60735
60919
  /**
60736
60920
  * The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
60737
60921
  */
@@ -60744,6 +60928,10 @@ export declare namespace Database {
60744
60928
  * The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
60745
60929
  */
60746
60930
  ncharacterSet: string;
60931
+ /**
60932
+ * The date and time when the next long-term backup would be created.
60933
+ */
60934
+ nextLongTermBackupTimeStamp: string;
60747
60935
  /**
60748
60936
  * The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
60749
60937
  * * A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
@@ -61054,6 +61242,24 @@ export declare namespace Database {
61054
61242
  */
61055
61243
  timeDataGuardRoleChanged: string;
61056
61244
  }
61245
+ interface GetAutonomousDatabasesAutonomousDatabaseLongTermBackupSchedule {
61246
+ /**
61247
+ * Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
61248
+ */
61249
+ isDisabled: boolean;
61250
+ /**
61251
+ * The frequency of the long-term backup schedule
61252
+ */
61253
+ repeatCadence: string;
61254
+ /**
61255
+ * Retention period, in days, for long-term backups
61256
+ */
61257
+ retentionPeriodInDays: number;
61258
+ /**
61259
+ * The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
61260
+ */
61261
+ timeOfBackup: string;
61262
+ }
61057
61263
  interface GetAutonomousDatabasesAutonomousDatabaseScheduledOperation {
61058
61264
  /**
61059
61265
  * Day of the week.
@@ -61313,6 +61519,10 @@ export declare namespace Database {
61313
61519
  * Autonomous Data Guard standby database details.
61314
61520
  */
61315
61521
  localStandbyDbs: outputs.Database.GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDb[];
61522
+ /**
61523
+ * Details for the long-term backup schedule.
61524
+ */
61525
+ longTermBackupSchedules: outputs.Database.GetAutonomousDatabasesClonesAutonomousDatabaseLongTermBackupSchedule[];
61316
61526
  /**
61317
61527
  * The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
61318
61528
  */
@@ -61325,6 +61535,10 @@ export declare namespace Database {
61325
61535
  * The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
61326
61536
  */
61327
61537
  ncharacterSet: string;
61538
+ /**
61539
+ * The date and time when the next long-term backup would be created.
61540
+ */
61541
+ nextLongTermBackupTimeStamp: string;
61328
61542
  /**
61329
61543
  * The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
61330
61544
  * * A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
@@ -61619,6 +61833,24 @@ export declare namespace Database {
61619
61833
  */
61620
61834
  timeDataGuardRoleChanged: string;
61621
61835
  }
61836
+ interface GetAutonomousDatabasesClonesAutonomousDatabaseLongTermBackupSchedule {
61837
+ /**
61838
+ * Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
61839
+ */
61840
+ isDisabled: boolean;
61841
+ /**
61842
+ * The frequency of the long-term backup schedule
61843
+ */
61844
+ repeatCadence: string;
61845
+ /**
61846
+ * Retention period, in days, for long-term backups
61847
+ */
61848
+ retentionPeriodInDays: number;
61849
+ /**
61850
+ * The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
61851
+ */
61852
+ timeOfBackup: string;
61853
+ }
61622
61854
  interface GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperation {
61623
61855
  /**
61624
61856
  * Day of the week.
@@ -95010,13 +95242,17 @@ export declare namespace ManagementAgent {
95010
95242
  }
95011
95243
  interface GetManagementAgentImagesManagementAgentImage {
95012
95244
  /**
95013
- * Agent image content SHA256 Hash
95245
+ * Object content SHA256 Hash
95014
95246
  */
95015
95247
  checksum: string;
95016
95248
  /**
95017
95249
  * Agent image resource id
95018
95250
  */
95019
95251
  id: string;
95252
+ /**
95253
+ * Details of the Objectstorage object
95254
+ */
95255
+ imageObjectStorageDetails: outputs.ManagementAgent.GetManagementAgentImagesManagementAgentImageImageObjectStorageDetail[];
95020
95256
  /**
95021
95257
  * Object storage URL for download
95022
95258
  */
@@ -95050,6 +95286,28 @@ export declare namespace ManagementAgent {
95050
95286
  */
95051
95287
  version: string;
95052
95288
  }
95289
+ interface GetManagementAgentImagesManagementAgentImageImageObjectStorageDetail {
95290
+ /**
95291
+ * Object content SHA256 Hash
95292
+ */
95293
+ checksum: string;
95294
+ /**
95295
+ * Objectstorage object name reference providing the original location of this object
95296
+ */
95297
+ object: string;
95298
+ /**
95299
+ * Objectstorage bucket reference providing the original location of this object
95300
+ */
95301
+ objectBucket: string;
95302
+ /**
95303
+ * Objectstorage namespace reference providing the original location of this object
95304
+ */
95305
+ objectNamespace: string;
95306
+ /**
95307
+ * Object storage URL for download
95308
+ */
95309
+ objectUrl: string;
95310
+ }
95053
95311
  interface GetManagementAgentInstallKeysFilter {
95054
95312
  name: string;
95055
95313
  regex?: boolean;
@@ -95109,6 +95367,20 @@ export declare namespace ManagementAgent {
95109
95367
  */
95110
95368
  timeUpdated: string;
95111
95369
  }
95370
+ interface GetManagementAgentManagementAgentProperty {
95371
+ /**
95372
+ * Name of the property
95373
+ */
95374
+ name: string;
95375
+ /**
95376
+ * Unit for the property
95377
+ */
95378
+ units: string;
95379
+ /**
95380
+ * Values of the property
95381
+ */
95382
+ values: string[];
95383
+ }
95112
95384
  interface GetManagementAgentPluginCountItem {
95113
95385
  /**
95114
95386
  * The number of Management Agent Plugins in this group
@@ -95202,8 +95474,14 @@ export declare namespace ManagementAgent {
95202
95474
  version: number;
95203
95475
  }
95204
95476
  interface GetManagementAgentsFilter {
95477
+ /**
95478
+ * Name of the property
95479
+ */
95205
95480
  name: string;
95206
95481
  regex?: boolean;
95482
+ /**
95483
+ * Values of the property
95484
+ */
95207
95485
  values: string[];
95208
95486
  }
95209
95487
  interface GetManagementAgentsManagementAgent {
@@ -95269,6 +95547,10 @@ export declare namespace ManagementAgent {
95269
95547
  */
95270
95548
  lifecycleDetails: string;
95271
95549
  managedAgentId: string;
95550
+ /**
95551
+ * Additional properties for this Management Agent
95552
+ */
95553
+ managementAgentProperties: outputs.ManagementAgent.GetManagementAgentsManagementAgentManagementAgentProperty[];
95272
95554
  /**
95273
95555
  * Platform Name
95274
95556
  */
@@ -95310,6 +95592,20 @@ export declare namespace ManagementAgent {
95310
95592
  */
95311
95593
  version: string;
95312
95594
  }
95595
+ interface GetManagementAgentsManagementAgentManagementAgentProperty {
95596
+ /**
95597
+ * Name of the property
95598
+ */
95599
+ name: string;
95600
+ /**
95601
+ * Unit for the property
95602
+ */
95603
+ units: string;
95604
+ /**
95605
+ * Values of the property
95606
+ */
95607
+ values: string[];
95608
+ }
95313
95609
  interface GetManagementAgentsManagementAgentPluginList {
95314
95610
  /**
95315
95611
  * flag indicating whether the plugin is in enabled mode or disabled mode.
@@ -95340,6 +95636,20 @@ export declare namespace ManagementAgent {
95340
95636
  */
95341
95637
  pluginVersion: string;
95342
95638
  }
95639
+ interface ManagementAgentManagementAgentProperty {
95640
+ /**
95641
+ * Name of the property
95642
+ */
95643
+ name: string;
95644
+ /**
95645
+ * Unit for the property
95646
+ */
95647
+ units: string;
95648
+ /**
95649
+ * Values of the property
95650
+ */
95651
+ values: string[];
95652
+ }
95343
95653
  interface ManagementAgentPluginList {
95344
95654
  /**
95345
95655
  * flag indicating whether the plugin is in enabled mode or disabled mode.
@@ -104544,6 +104854,10 @@ export declare namespace Oce {
104544
104854
  * OceInstance description, can be updated
104545
104855
  */
104546
104856
  description: string;
104857
+ /**
104858
+ * disaster recovery paired ragion name
104859
+ */
104860
+ drRegion: string;
104547
104861
  /**
104548
104862
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
104549
104863
  */