pulumi-oci 2.10.0a1724998587__py3-none-any.whl → 2.10.0a1725647065__py3-none-any.whl

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.
@@ -11517,12 +11517,16 @@ class VmClusterNetworkVmNetworkArgs:
11517
11517
  netmask: Optional[pulumi.Input[str]] = None,
11518
11518
  vlan_id: Optional[pulumi.Input[str]] = None):
11519
11519
  """
11520
- :param pulumi.Input[str] network_type: The network type.
11521
- :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes: The list of node details.
11522
- :param pulumi.Input[str] domain_name: The network domain name.
11523
- :param pulumi.Input[str] gateway: The network gateway.
11524
- :param pulumi.Input[str] netmask: The network netmask.
11525
- :param pulumi.Input[str] vlan_id: The network VLAN ID.
11520
+ :param pulumi.Input[str] network_type: (Updatable) The network type.
11521
+ :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes: (Updatable) The list of node details.
11522
+ :param pulumi.Input[str] domain_name: (Updatable) The network domain name.
11523
+ :param pulumi.Input[str] gateway: (Updatable) The network gateway.
11524
+ :param pulumi.Input[str] netmask: (Updatable) The network netmask.
11525
+ :param pulumi.Input[str] vlan_id: (Updatable) The network VLAN ID.
11526
+
11527
+
11528
+ ** IMPORTANT **
11529
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11526
11530
  """
11527
11531
  pulumi.set(__self__, "network_type", network_type)
11528
11532
  pulumi.set(__self__, "nodes", nodes)
@@ -11539,7 +11543,7 @@ class VmClusterNetworkVmNetworkArgs:
11539
11543
  @pulumi.getter(name="networkType")
11540
11544
  def network_type(self) -> pulumi.Input[str]:
11541
11545
  """
11542
- The network type.
11546
+ (Updatable) The network type.
11543
11547
  """
11544
11548
  return pulumi.get(self, "network_type")
11545
11549
 
@@ -11551,7 +11555,7 @@ class VmClusterNetworkVmNetworkArgs:
11551
11555
  @pulumi.getter
11552
11556
  def nodes(self) -> pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]]:
11553
11557
  """
11554
- The list of node details.
11558
+ (Updatable) The list of node details.
11555
11559
  """
11556
11560
  return pulumi.get(self, "nodes")
11557
11561
 
@@ -11563,7 +11567,7 @@ class VmClusterNetworkVmNetworkArgs:
11563
11567
  @pulumi.getter(name="domainName")
11564
11568
  def domain_name(self) -> Optional[pulumi.Input[str]]:
11565
11569
  """
11566
- The network domain name.
11570
+ (Updatable) The network domain name.
11567
11571
  """
11568
11572
  return pulumi.get(self, "domain_name")
11569
11573
 
@@ -11575,7 +11579,7 @@ class VmClusterNetworkVmNetworkArgs:
11575
11579
  @pulumi.getter
11576
11580
  def gateway(self) -> Optional[pulumi.Input[str]]:
11577
11581
  """
11578
- The network gateway.
11582
+ (Updatable) The network gateway.
11579
11583
  """
11580
11584
  return pulumi.get(self, "gateway")
11581
11585
 
@@ -11587,7 +11591,7 @@ class VmClusterNetworkVmNetworkArgs:
11587
11591
  @pulumi.getter
11588
11592
  def netmask(self) -> Optional[pulumi.Input[str]]:
11589
11593
  """
11590
- The network netmask.
11594
+ (Updatable) The network netmask.
11591
11595
  """
11592
11596
  return pulumi.get(self, "netmask")
11593
11597
 
@@ -11599,7 +11603,11 @@ class VmClusterNetworkVmNetworkArgs:
11599
11603
  @pulumi.getter(name="vlanId")
11600
11604
  def vlan_id(self) -> Optional[pulumi.Input[str]]:
11601
11605
  """
11602
- The network VLAN ID.
11606
+ (Updatable) The network VLAN ID.
11607
+
11608
+
11609
+ ** IMPORTANT **
11610
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11603
11611
  """
11604
11612
  return pulumi.get(self, "vlan_id")
11605
11613
 
@@ -11618,12 +11626,12 @@ class VmClusterNetworkVmNetworkNodeArgs:
11618
11626
  vip: Optional[pulumi.Input[str]] = None,
11619
11627
  vip_hostname: Optional[pulumi.Input[str]] = None):
11620
11628
  """
11621
- :param pulumi.Input[str] hostname: The node host name.
11622
- :param pulumi.Input[str] ip: The node IP address.
11623
- :param pulumi.Input[str] db_server_id: The Db server associated with the node.
11624
- :param pulumi.Input[str] state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11625
- :param pulumi.Input[str] vip: The node virtual IP (VIP) address.
11626
- :param pulumi.Input[str] vip_hostname: The node virtual IP (VIP) host name.
11629
+ :param pulumi.Input[str] hostname: (Updatable) The node host name.
11630
+ :param pulumi.Input[str] ip: (Updatable) The node IP address.
11631
+ :param pulumi.Input[str] db_server_id: (Updatable) The Db server associated with the node.
11632
+ :param pulumi.Input[str] state: (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11633
+ :param pulumi.Input[str] vip: (Updatable) The node virtual IP (VIP) address.
11634
+ :param pulumi.Input[str] vip_hostname: (Updatable) The node virtual IP (VIP) host name.
11627
11635
  """
11628
11636
  pulumi.set(__self__, "hostname", hostname)
11629
11637
  pulumi.set(__self__, "ip", ip)
@@ -11640,7 +11648,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11640
11648
  @pulumi.getter
11641
11649
  def hostname(self) -> pulumi.Input[str]:
11642
11650
  """
11643
- The node host name.
11651
+ (Updatable) The node host name.
11644
11652
  """
11645
11653
  return pulumi.get(self, "hostname")
11646
11654
 
@@ -11652,7 +11660,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11652
11660
  @pulumi.getter
11653
11661
  def ip(self) -> pulumi.Input[str]:
11654
11662
  """
11655
- The node IP address.
11663
+ (Updatable) The node IP address.
11656
11664
  """
11657
11665
  return pulumi.get(self, "ip")
11658
11666
 
@@ -11664,7 +11672,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11664
11672
  @pulumi.getter(name="dbServerId")
11665
11673
  def db_server_id(self) -> Optional[pulumi.Input[str]]:
11666
11674
  """
11667
- The Db server associated with the node.
11675
+ (Updatable) The Db server associated with the node.
11668
11676
  """
11669
11677
  return pulumi.get(self, "db_server_id")
11670
11678
 
@@ -11676,7 +11684,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11676
11684
  @pulumi.getter
11677
11685
  def state(self) -> Optional[pulumi.Input[str]]:
11678
11686
  """
11679
- The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11687
+ (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11680
11688
  """
11681
11689
  return pulumi.get(self, "state")
11682
11690
 
@@ -11688,7 +11696,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11688
11696
  @pulumi.getter
11689
11697
  def vip(self) -> Optional[pulumi.Input[str]]:
11690
11698
  """
11691
- The node virtual IP (VIP) address.
11699
+ (Updatable) The node virtual IP (VIP) address.
11692
11700
  """
11693
11701
  return pulumi.get(self, "vip")
11694
11702
 
@@ -11700,7 +11708,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11700
11708
  @pulumi.getter(name="vipHostname")
11701
11709
  def vip_hostname(self) -> Optional[pulumi.Input[str]]:
11702
11710
  """
11703
- The node virtual IP (VIP) host name.
11711
+ (Updatable) The node virtual IP (VIP) host name.
11704
11712
  """
11705
11713
  return pulumi.get(self, "vip_hostname")
11706
11714
 
@@ -12166,12 +12166,16 @@ class VmClusterNetworkVmNetwork(dict):
12166
12166
  netmask: Optional[str] = None,
12167
12167
  vlan_id: Optional[str] = None):
12168
12168
  """
12169
- :param str network_type: The network type.
12170
- :param Sequence['VmClusterNetworkVmNetworkNodeArgs'] nodes: The list of node details.
12171
- :param str domain_name: The network domain name.
12172
- :param str gateway: The network gateway.
12173
- :param str netmask: The network netmask.
12174
- :param str vlan_id: The network VLAN ID.
12169
+ :param str network_type: (Updatable) The network type.
12170
+ :param Sequence['VmClusterNetworkVmNetworkNodeArgs'] nodes: (Updatable) The list of node details.
12171
+ :param str domain_name: (Updatable) The network domain name.
12172
+ :param str gateway: (Updatable) The network gateway.
12173
+ :param str netmask: (Updatable) The network netmask.
12174
+ :param str vlan_id: (Updatable) The network VLAN ID.
12175
+
12176
+
12177
+ ** IMPORTANT **
12178
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12175
12179
  """
12176
12180
  pulumi.set(__self__, "network_type", network_type)
12177
12181
  pulumi.set(__self__, "nodes", nodes)
@@ -12188,7 +12192,7 @@ class VmClusterNetworkVmNetwork(dict):
12188
12192
  @pulumi.getter(name="networkType")
12189
12193
  def network_type(self) -> str:
12190
12194
  """
12191
- The network type.
12195
+ (Updatable) The network type.
12192
12196
  """
12193
12197
  return pulumi.get(self, "network_type")
12194
12198
 
@@ -12196,7 +12200,7 @@ class VmClusterNetworkVmNetwork(dict):
12196
12200
  @pulumi.getter
12197
12201
  def nodes(self) -> Sequence['outputs.VmClusterNetworkVmNetworkNode']:
12198
12202
  """
12199
- The list of node details.
12203
+ (Updatable) The list of node details.
12200
12204
  """
12201
12205
  return pulumi.get(self, "nodes")
12202
12206
 
@@ -12204,7 +12208,7 @@ class VmClusterNetworkVmNetwork(dict):
12204
12208
  @pulumi.getter(name="domainName")
12205
12209
  def domain_name(self) -> Optional[str]:
12206
12210
  """
12207
- The network domain name.
12211
+ (Updatable) The network domain name.
12208
12212
  """
12209
12213
  return pulumi.get(self, "domain_name")
12210
12214
 
@@ -12212,7 +12216,7 @@ class VmClusterNetworkVmNetwork(dict):
12212
12216
  @pulumi.getter
12213
12217
  def gateway(self) -> Optional[str]:
12214
12218
  """
12215
- The network gateway.
12219
+ (Updatable) The network gateway.
12216
12220
  """
12217
12221
  return pulumi.get(self, "gateway")
12218
12222
 
@@ -12220,7 +12224,7 @@ class VmClusterNetworkVmNetwork(dict):
12220
12224
  @pulumi.getter
12221
12225
  def netmask(self) -> Optional[str]:
12222
12226
  """
12223
- The network netmask.
12227
+ (Updatable) The network netmask.
12224
12228
  """
12225
12229
  return pulumi.get(self, "netmask")
12226
12230
 
@@ -12228,7 +12232,11 @@ class VmClusterNetworkVmNetwork(dict):
12228
12232
  @pulumi.getter(name="vlanId")
12229
12233
  def vlan_id(self) -> Optional[str]:
12230
12234
  """
12231
- The network VLAN ID.
12235
+ (Updatable) The network VLAN ID.
12236
+
12237
+
12238
+ ** IMPORTANT **
12239
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
12232
12240
  """
12233
12241
  return pulumi.get(self, "vlan_id")
12234
12242
 
@@ -12262,12 +12270,12 @@ class VmClusterNetworkVmNetworkNode(dict):
12262
12270
  vip: Optional[str] = None,
12263
12271
  vip_hostname: Optional[str] = None):
12264
12272
  """
12265
- :param str hostname: The node host name.
12266
- :param str ip: The node IP address.
12267
- :param str db_server_id: The Db server associated with the node.
12268
- :param str state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
12269
- :param str vip: The node virtual IP (VIP) address.
12270
- :param str vip_hostname: The node virtual IP (VIP) host name.
12273
+ :param str hostname: (Updatable) The node host name.
12274
+ :param str ip: (Updatable) The node IP address.
12275
+ :param str db_server_id: (Updatable) The Db server associated with the node.
12276
+ :param str state: (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
12277
+ :param str vip: (Updatable) The node virtual IP (VIP) address.
12278
+ :param str vip_hostname: (Updatable) The node virtual IP (VIP) host name.
12271
12279
  """
12272
12280
  pulumi.set(__self__, "hostname", hostname)
12273
12281
  pulumi.set(__self__, "ip", ip)
@@ -12284,7 +12292,7 @@ class VmClusterNetworkVmNetworkNode(dict):
12284
12292
  @pulumi.getter
12285
12293
  def hostname(self) -> str:
12286
12294
  """
12287
- The node host name.
12295
+ (Updatable) The node host name.
12288
12296
  """
12289
12297
  return pulumi.get(self, "hostname")
12290
12298
 
@@ -12292,7 +12300,7 @@ class VmClusterNetworkVmNetworkNode(dict):
12292
12300
  @pulumi.getter
12293
12301
  def ip(self) -> str:
12294
12302
  """
12295
- The node IP address.
12303
+ (Updatable) The node IP address.
12296
12304
  """
12297
12305
  return pulumi.get(self, "ip")
12298
12306
 
@@ -12300,7 +12308,7 @@ class VmClusterNetworkVmNetworkNode(dict):
12300
12308
  @pulumi.getter(name="dbServerId")
12301
12309
  def db_server_id(self) -> Optional[str]:
12302
12310
  """
12303
- The Db server associated with the node.
12311
+ (Updatable) The Db server associated with the node.
12304
12312
  """
12305
12313
  return pulumi.get(self, "db_server_id")
12306
12314
 
@@ -12308,7 +12316,7 @@ class VmClusterNetworkVmNetworkNode(dict):
12308
12316
  @pulumi.getter
12309
12317
  def state(self) -> Optional[str]:
12310
12318
  """
12311
- The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
12319
+ (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
12312
12320
  """
12313
12321
  return pulumi.get(self, "state")
12314
12322
 
@@ -12316,7 +12324,7 @@ class VmClusterNetworkVmNetworkNode(dict):
12316
12324
  @pulumi.getter
12317
12325
  def vip(self) -> Optional[str]:
12318
12326
  """
12319
- The node virtual IP (VIP) address.
12327
+ (Updatable) The node virtual IP (VIP) address.
12320
12328
  """
12321
12329
  return pulumi.get(self, "vip")
12322
12330
 
@@ -12324,7 +12332,7 @@ class VmClusterNetworkVmNetworkNode(dict):
12324
12332
  @pulumi.getter(name="vipHostname")
12325
12333
  def vip_hostname(self) -> Optional[str]:
12326
12334
  """
12327
- The node virtual IP (VIP) host name.
12335
+ (Updatable) The node virtual IP (VIP) host name.
12328
12336
  """
12329
12337
  return pulumi.get(self, "vip_hostname")
12330
12338
 
@@ -34,13 +34,12 @@ class VmClusterNetworkArgs:
34
34
  :param pulumi.Input[str] display_name: The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
35
35
  :param pulumi.Input[str] exadata_infrastructure_id: The Exadata infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
36
36
  :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkScanArgs']]] scans: (Updatable) The SCAN details.
37
- :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks: Details of the client and backup networks.
37
+ :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks: (Updatable) Details of the client and backup networks.
38
38
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
39
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dns: (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
40
40
  :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkDrScanArgs']]] dr_scans: (Updatable) The SCAN details for DR network
41
41
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
42
42
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ntps: (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
43
- :param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
44
43
  """
45
44
  pulumi.set(__self__, "compartment_id", compartment_id)
46
45
  pulumi.set(__self__, "display_name", display_name)
@@ -114,7 +113,7 @@ class VmClusterNetworkArgs:
114
113
  @pulumi.getter(name="vmNetworks")
115
114
  def vm_networks(self) -> pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]]:
116
115
  """
117
- Details of the client and backup networks.
116
+ (Updatable) Details of the client and backup networks.
118
117
  """
119
118
  return pulumi.get(self, "vm_networks")
120
119
 
@@ -194,9 +193,6 @@ class VmClusterNetworkArgs:
194
193
  @property
195
194
  @pulumi.getter(name="validateVmClusterNetwork")
196
195
  def validate_vm_cluster_network(self) -> Optional[pulumi.Input[bool]]:
197
- """
198
- (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
199
- """
200
196
  return pulumi.get(self, "validate_vm_cluster_network")
201
197
 
202
198
  @validate_vm_cluster_network.setter
@@ -237,9 +233,8 @@ class _VmClusterNetworkState:
237
233
  :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkScanArgs']]] scans: (Updatable) The SCAN details.
238
234
  :param pulumi.Input[str] state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
239
235
  :param pulumi.Input[str] time_created: The date and time when the VM cluster network was created.
240
- :param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
241
236
  :param pulumi.Input[str] vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated VM Cluster.
242
- :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks: Details of the client and backup networks.
237
+ :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]] vm_networks: (Updatable) Details of the client and backup networks.
243
238
  """
244
239
  if action is not None:
245
240
  pulumi.set(__self__, "action", action)
@@ -430,9 +425,6 @@ class _VmClusterNetworkState:
430
425
  @property
431
426
  @pulumi.getter(name="validateVmClusterNetwork")
432
427
  def validate_vm_cluster_network(self) -> Optional[pulumi.Input[bool]]:
433
- """
434
- (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
435
- """
436
428
  return pulumi.get(self, "validate_vm_cluster_network")
437
429
 
438
430
  @validate_vm_cluster_network.setter
@@ -455,7 +447,7 @@ class _VmClusterNetworkState:
455
447
  @pulumi.getter(name="vmNetworks")
456
448
  def vm_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkArgs']]]]:
457
449
  """
458
- Details of the client and backup networks.
450
+ (Updatable) Details of the client and backup networks.
459
451
  """
460
452
  return pulumi.get(self, "vm_networks")
461
453
 
@@ -553,8 +545,7 @@ class VmClusterNetwork(pulumi.CustomResource):
553
545
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
554
546
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ntps: (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
555
547
  :param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterNetworkScanArgs', 'VmClusterNetworkScanArgsDict']]]] scans: (Updatable) The SCAN details.
556
- :param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
557
- :param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterNetworkVmNetworkArgs', 'VmClusterNetworkVmNetworkArgsDict']]]] vm_networks: Details of the client and backup networks.
548
+ :param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterNetworkVmNetworkArgs', 'VmClusterNetworkVmNetworkArgsDict']]]] vm_networks: (Updatable) Details of the client and backup networks.
558
549
  """
559
550
  ...
560
551
  @overload
@@ -729,9 +720,8 @@ class VmClusterNetwork(pulumi.CustomResource):
729
720
  :param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterNetworkScanArgs', 'VmClusterNetworkScanArgsDict']]]] scans: (Updatable) The SCAN details.
730
721
  :param pulumi.Input[str] state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
731
722
  :param pulumi.Input[str] time_created: The date and time when the VM cluster network was created.
732
- :param pulumi.Input[bool] validate_vm_cluster_network: (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
733
723
  :param pulumi.Input[str] vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated VM Cluster.
734
- :param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterNetworkVmNetworkArgs', 'VmClusterNetworkVmNetworkArgsDict']]]] vm_networks: Details of the client and backup networks.
724
+ :param pulumi.Input[Sequence[pulumi.Input[Union['VmClusterNetworkVmNetworkArgs', 'VmClusterNetworkVmNetworkArgsDict']]]] vm_networks: (Updatable) Details of the client and backup networks.
735
725
  """
736
726
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
737
727
 
@@ -859,9 +849,6 @@ class VmClusterNetwork(pulumi.CustomResource):
859
849
  @property
860
850
  @pulumi.getter(name="validateVmClusterNetwork")
861
851
  def validate_vm_cluster_network(self) -> pulumi.Output[Optional[bool]]:
862
- """
863
- (Updatable) A boolean flag indicating whether or not to validate VM cluster network after creation. Updates are not allowed on validated exadata VM cluster network. Note: Deleting a VM Cluster (Updatable) Details of the client and backup networks.
864
- """
865
852
  return pulumi.get(self, "validate_vm_cluster_network")
866
853
 
867
854
  @property
@@ -876,7 +863,7 @@ class VmClusterNetwork(pulumi.CustomResource):
876
863
  @pulumi.getter(name="vmNetworks")
877
864
  def vm_networks(self) -> pulumi.Output[Sequence['outputs.VmClusterNetworkVmNetwork']]:
878
865
  """
879
- Details of the client and backup networks.
866
+ (Updatable) Details of the client and backup networks.
880
867
  """
881
868
  return pulumi.get(self, "vm_networks")
882
869
 
@@ -46,7 +46,15 @@ class ManagementAgentDataSourceListArgs:
46
46
  type: Optional[pulumi.Input[str]] = None,
47
47
  url: Optional[pulumi.Input[str]] = None):
48
48
  """
49
+ :param pulumi.Input[str] allow_metrics: Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
50
+ :param pulumi.Input[str] compartment_id: Compartment owning this DataSource.
51
+ :param pulumi.Input[int] connection_timeout: Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
52
+ :param pulumi.Input[bool] is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
53
+ :param pulumi.Input[str] key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
54
+ :param pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListMetricDimensionArgs']]] metric_dimensions: The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
49
55
  :param pulumi.Input[str] name: Name of the property
56
+ :param pulumi.Input[str] namespace: The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
57
+ :param pulumi.Input[str] proxy_url: The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
50
58
  :param pulumi.Input[int] read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
51
59
  :param pulumi.Input[int] read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
52
60
  :param pulumi.Input[str] resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
@@ -97,6 +105,9 @@ class ManagementAgentDataSourceListArgs:
97
105
  @property
98
106
  @pulumi.getter(name="allowMetrics")
99
107
  def allow_metrics(self) -> Optional[pulumi.Input[str]]:
108
+ """
109
+ Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
110
+ """
100
111
  return pulumi.get(self, "allow_metrics")
101
112
 
102
113
  @allow_metrics.setter
@@ -106,6 +117,9 @@ class ManagementAgentDataSourceListArgs:
106
117
  @property
107
118
  @pulumi.getter(name="compartmentId")
108
119
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
120
+ """
121
+ Compartment owning this DataSource.
122
+ """
109
123
  return pulumi.get(self, "compartment_id")
110
124
 
111
125
  @compartment_id.setter
@@ -115,6 +129,9 @@ class ManagementAgentDataSourceListArgs:
115
129
  @property
116
130
  @pulumi.getter(name="connectionTimeout")
117
131
  def connection_timeout(self) -> Optional[pulumi.Input[int]]:
132
+ """
133
+ Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
134
+ """
118
135
  return pulumi.get(self, "connection_timeout")
119
136
 
120
137
  @connection_timeout.setter
@@ -124,6 +141,9 @@ class ManagementAgentDataSourceListArgs:
124
141
  @property
125
142
  @pulumi.getter(name="isDaemonSet")
126
143
  def is_daemon_set(self) -> Optional[pulumi.Input[bool]]:
144
+ """
145
+ If the Kubernetes cluster type is Daemon set then this will be set to true.
146
+ """
127
147
  return pulumi.get(self, "is_daemon_set")
128
148
 
129
149
  @is_daemon_set.setter
@@ -133,6 +153,9 @@ class ManagementAgentDataSourceListArgs:
133
153
  @property
134
154
  @pulumi.getter
135
155
  def key(self) -> Optional[pulumi.Input[str]]:
156
+ """
157
+ Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
158
+ """
136
159
  return pulumi.get(self, "key")
137
160
 
138
161
  @key.setter
@@ -142,6 +165,9 @@ class ManagementAgentDataSourceListArgs:
142
165
  @property
143
166
  @pulumi.getter(name="metricDimensions")
144
167
  def metric_dimensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListMetricDimensionArgs']]]]:
168
+ """
169
+ The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
170
+ """
145
171
  return pulumi.get(self, "metric_dimensions")
146
172
 
147
173
  @metric_dimensions.setter
@@ -163,6 +189,9 @@ class ManagementAgentDataSourceListArgs:
163
189
  @property
164
190
  @pulumi.getter
165
191
  def namespace(self) -> Optional[pulumi.Input[str]]:
192
+ """
193
+ The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
194
+ """
166
195
  return pulumi.get(self, "namespace")
167
196
 
168
197
  @namespace.setter
@@ -172,6 +201,9 @@ class ManagementAgentDataSourceListArgs:
172
201
  @property
173
202
  @pulumi.getter(name="proxyUrl")
174
203
  def proxy_url(self) -> Optional[pulumi.Input[str]]:
204
+ """
205
+ The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
206
+ """
175
207
  return pulumi.get(self, "proxy_url")
176
208
 
177
209
  @proxy_url.setter
@@ -294,6 +326,7 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
294
326
  value: Optional[pulumi.Input[str]] = None):
295
327
  """
296
328
  :param pulumi.Input[str] name: Name of the property
329
+ :param pulumi.Input[str] value: Value of the metric dimension
297
330
  """
298
331
  if name is not None:
299
332
  pulumi.set(__self__, "name", name)
@@ -315,6 +348,9 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
315
348
  @property
316
349
  @pulumi.getter
317
350
  def value(self) -> Optional[pulumi.Input[str]]:
351
+ """
352
+ Value of the metric dimension
353
+ """
318
354
  return pulumi.get(self, "value")
319
355
 
320
356
  @value.setter
@@ -367,6 +403,8 @@ class ManagementAgentDataSourceSummaryListArgs:
367
403
  name: Optional[pulumi.Input[str]] = None,
368
404
  type: Optional[pulumi.Input[str]] = None):
369
405
  """
406
+ :param pulumi.Input[bool] is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
407
+ :param pulumi.Input[str] key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
370
408
  :param pulumi.Input[str] name: Name of the property
371
409
  :param pulumi.Input[str] type: The type of the DataSource.
372
410
  """
@@ -382,6 +420,9 @@ class ManagementAgentDataSourceSummaryListArgs:
382
420
  @property
383
421
  @pulumi.getter(name="isDaemonSet")
384
422
  def is_daemon_set(self) -> Optional[pulumi.Input[bool]]:
423
+ """
424
+ If the Kubernetes cluster type is Daemon set then this will be set to true.
425
+ """
385
426
  return pulumi.get(self, "is_daemon_set")
386
427
 
387
428
  @is_daemon_set.setter
@@ -391,6 +432,9 @@ class ManagementAgentDataSourceSummaryListArgs:
391
432
  @property
392
433
  @pulumi.getter
393
434
  def key(self) -> Optional[pulumi.Input[str]]:
435
+ """
436
+ Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
437
+ """
394
438
  return pulumi.get(self, "key")
395
439
 
396
440
  @key.setter
@@ -24,9 +24,9 @@ class ManagementAgentArgs:
24
24
  """
25
25
  The set of arguments for constructing a ManagementAgent resource.
26
26
  :param pulumi.Input[str] managed_agent_id: Unique Management Agent identifier
27
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
28
- :param pulumi.Input[str] display_name: Management Agent Name
29
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
27
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
28
+ :param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
29
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
30
30
  """
31
31
  pulumi.set(__self__, "managed_agent_id", managed_agent_id)
32
32
  if defined_tags is not None:
@@ -54,7 +54,7 @@ class ManagementAgentArgs:
54
54
  @pulumi.getter(name="definedTags")
55
55
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
56
56
  """
57
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
57
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
58
58
  """
59
59
  return pulumi.get(self, "defined_tags")
60
60
 
@@ -75,7 +75,7 @@ class ManagementAgentArgs:
75
75
  @pulumi.getter(name="displayName")
76
76
  def display_name(self) -> Optional[pulumi.Input[str]]:
77
77
  """
78
- Management Agent Name
78
+ (Updatable) New displayName of Agent.
79
79
  """
80
80
  return pulumi.get(self, "display_name")
81
81
 
@@ -87,7 +87,7 @@ class ManagementAgentArgs:
87
87
  @pulumi.getter(name="freeformTags")
88
88
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
89
89
  """
90
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
90
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
91
91
  """
92
92
  return pulumi.get(self, "freeform_tags")
93
93
 
@@ -129,9 +129,12 @@ class _ManagementAgentState:
129
129
  version: Optional[pulumi.Input[str]] = None):
130
130
  """
131
131
  Input properties used for looking up and filtering ManagementAgent resources.
132
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
133
- :param pulumi.Input[str] display_name: Management Agent Name
134
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
132
+ :param pulumi.Input[str] availability_status: The current availability status of managementAgent
133
+ :param pulumi.Input[str] compartment_id: Compartment owning this DataSource.
134
+ :param pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListArgs']]] data_source_lists: list of dataSources associated with the agent
135
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
136
+ :param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
137
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
135
138
  :param pulumi.Input[str] host: Management Agent host machine name
136
139
  :param pulumi.Input[str] host_id: Host resource ocid
137
140
  :param pulumi.Input[str] install_key_id: agent install key identifier
@@ -213,6 +216,9 @@ class _ManagementAgentState:
213
216
  @property
214
217
  @pulumi.getter(name="availabilityStatus")
215
218
  def availability_status(self) -> Optional[pulumi.Input[str]]:
219
+ """
220
+ The current availability status of managementAgent
221
+ """
216
222
  return pulumi.get(self, "availability_status")
217
223
 
218
224
  @availability_status.setter
@@ -222,6 +228,9 @@ class _ManagementAgentState:
222
228
  @property
223
229
  @pulumi.getter(name="compartmentId")
224
230
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
231
+ """
232
+ Compartment owning this DataSource.
233
+ """
225
234
  return pulumi.get(self, "compartment_id")
226
235
 
227
236
  @compartment_id.setter
@@ -231,6 +240,9 @@ class _ManagementAgentState:
231
240
  @property
232
241
  @pulumi.getter(name="dataSourceLists")
233
242
  def data_source_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListArgs']]]]:
243
+ """
244
+ list of dataSources associated with the agent
245
+ """
234
246
  return pulumi.get(self, "data_source_lists")
235
247
 
236
248
  @data_source_lists.setter
@@ -250,7 +262,7 @@ class _ManagementAgentState:
250
262
  @pulumi.getter(name="definedTags")
251
263
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
252
264
  """
253
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
265
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
254
266
  """
255
267
  return pulumi.get(self, "defined_tags")
256
268
 
@@ -271,7 +283,7 @@ class _ManagementAgentState:
271
283
  @pulumi.getter(name="displayName")
272
284
  def display_name(self) -> Optional[pulumi.Input[str]]:
273
285
  """
274
- Management Agent Name
286
+ (Updatable) New displayName of Agent.
275
287
  """
276
288
  return pulumi.get(self, "display_name")
277
289
 
@@ -283,7 +295,7 @@ class _ManagementAgentState:
283
295
  @pulumi.getter(name="freeformTags")
284
296
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
285
297
  """
286
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
298
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
287
299
  """
288
300
  return pulumi.get(self, "freeform_tags")
289
301
 
@@ -568,9 +580,9 @@ class ManagementAgent(pulumi.CustomResource):
568
580
 
569
581
  :param str resource_name: The name of the resource.
570
582
  :param pulumi.ResourceOptions opts: Options for the resource.
571
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
572
- :param pulumi.Input[str] display_name: Management Agent Name
573
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
583
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
584
+ :param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
585
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
574
586
  :param pulumi.Input[str] managed_agent_id: Unique Management Agent identifier
575
587
  """
576
588
  ...
@@ -706,9 +718,12 @@ class ManagementAgent(pulumi.CustomResource):
706
718
  :param str resource_name: The unique name of the resulting resource.
707
719
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
708
720
  :param pulumi.ResourceOptions opts: Options for the resource.
709
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
710
- :param pulumi.Input[str] display_name: Management Agent Name
711
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
721
+ :param pulumi.Input[str] availability_status: The current availability status of managementAgent
722
+ :param pulumi.Input[str] compartment_id: Compartment owning this DataSource.
723
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ManagementAgentDataSourceListArgs', 'ManagementAgentDataSourceListArgsDict']]]] data_source_lists: list of dataSources associated with the agent
724
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
725
+ :param pulumi.Input[str] display_name: (Updatable) New displayName of Agent.
726
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
712
727
  :param pulumi.Input[str] host: Management Agent host machine name
713
728
  :param pulumi.Input[str] host_id: Host resource ocid
714
729
  :param pulumi.Input[str] install_key_id: agent install key identifier
@@ -767,16 +782,25 @@ class ManagementAgent(pulumi.CustomResource):
767
782
  @property
768
783
  @pulumi.getter(name="availabilityStatus")
769
784
  def availability_status(self) -> pulumi.Output[str]:
785
+ """
786
+ The current availability status of managementAgent
787
+ """
770
788
  return pulumi.get(self, "availability_status")
771
789
 
772
790
  @property
773
791
  @pulumi.getter(name="compartmentId")
774
792
  def compartment_id(self) -> pulumi.Output[str]:
793
+ """
794
+ Compartment owning this DataSource.
795
+ """
775
796
  return pulumi.get(self, "compartment_id")
776
797
 
777
798
  @property
778
799
  @pulumi.getter(name="dataSourceLists")
779
800
  def data_source_lists(self) -> pulumi.Output[Sequence['outputs.ManagementAgentDataSourceList']]:
801
+ """
802
+ list of dataSources associated with the agent
803
+ """
780
804
  return pulumi.get(self, "data_source_lists")
781
805
 
782
806
  @property
@@ -788,7 +812,7 @@ class ManagementAgent(pulumi.CustomResource):
788
812
  @pulumi.getter(name="definedTags")
789
813
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
790
814
  """
791
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
815
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
792
816
  """
793
817
  return pulumi.get(self, "defined_tags")
794
818
 
@@ -801,7 +825,7 @@ class ManagementAgent(pulumi.CustomResource):
801
825
  @pulumi.getter(name="displayName")
802
826
  def display_name(self) -> pulumi.Output[str]:
803
827
  """
804
- Management Agent Name
828
+ (Updatable) New displayName of Agent.
805
829
  """
806
830
  return pulumi.get(self, "display_name")
807
831
 
@@ -809,7 +833,7 @@ class ManagementAgent(pulumi.CustomResource):
809
833
  @pulumi.getter(name="freeformTags")
810
834
  def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
811
835
  """
812
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
836
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
813
837
  """
814
838
  return pulumi.get(self, "freeform_tags")
815
839
 
@@ -108,7 +108,15 @@ class ManagementAgentDataSourceList(dict):
108
108
  type: Optional[str] = None,
109
109
  url: Optional[str] = None):
110
110
  """
111
+ :param str allow_metrics: Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
112
+ :param str compartment_id: Compartment owning this DataSource.
113
+ :param int connection_timeout: Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
114
+ :param bool is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
115
+ :param str key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
116
+ :param Sequence['ManagementAgentDataSourceListMetricDimensionArgs'] metric_dimensions: The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
111
117
  :param str name: Name of the property
118
+ :param str namespace: The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
119
+ :param str proxy_url: The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
112
120
  :param int read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
113
121
  :param int read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
114
122
  :param str resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
@@ -159,31 +167,49 @@ class ManagementAgentDataSourceList(dict):
159
167
  @property
160
168
  @pulumi.getter(name="allowMetrics")
161
169
  def allow_metrics(self) -> Optional[str]:
170
+ """
171
+ Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
172
+ """
162
173
  return pulumi.get(self, "allow_metrics")
163
174
 
164
175
  @property
165
176
  @pulumi.getter(name="compartmentId")
166
177
  def compartment_id(self) -> Optional[str]:
178
+ """
179
+ Compartment owning this DataSource.
180
+ """
167
181
  return pulumi.get(self, "compartment_id")
168
182
 
169
183
  @property
170
184
  @pulumi.getter(name="connectionTimeout")
171
185
  def connection_timeout(self) -> Optional[int]:
186
+ """
187
+ Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
188
+ """
172
189
  return pulumi.get(self, "connection_timeout")
173
190
 
174
191
  @property
175
192
  @pulumi.getter(name="isDaemonSet")
176
193
  def is_daemon_set(self) -> Optional[bool]:
194
+ """
195
+ If the Kubernetes cluster type is Daemon set then this will be set to true.
196
+ """
177
197
  return pulumi.get(self, "is_daemon_set")
178
198
 
179
199
  @property
180
200
  @pulumi.getter
181
201
  def key(self) -> Optional[str]:
202
+ """
203
+ Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
204
+ """
182
205
  return pulumi.get(self, "key")
183
206
 
184
207
  @property
185
208
  @pulumi.getter(name="metricDimensions")
186
209
  def metric_dimensions(self) -> Optional[Sequence['outputs.ManagementAgentDataSourceListMetricDimension']]:
210
+ """
211
+ The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
212
+ """
187
213
  return pulumi.get(self, "metric_dimensions")
188
214
 
189
215
  @property
@@ -197,11 +223,17 @@ class ManagementAgentDataSourceList(dict):
197
223
  @property
198
224
  @pulumi.getter
199
225
  def namespace(self) -> Optional[str]:
226
+ """
227
+ The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
228
+ """
200
229
  return pulumi.get(self, "namespace")
201
230
 
202
231
  @property
203
232
  @pulumi.getter(name="proxyUrl")
204
233
  def proxy_url(self) -> Optional[str]:
234
+ """
235
+ The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
236
+ """
205
237
  return pulumi.get(self, "proxy_url")
206
238
 
207
239
  @property
@@ -284,6 +316,7 @@ class ManagementAgentDataSourceListMetricDimension(dict):
284
316
  value: Optional[str] = None):
285
317
  """
286
318
  :param str name: Name of the property
319
+ :param str value: Value of the metric dimension
287
320
  """
288
321
  if name is not None:
289
322
  pulumi.set(__self__, "name", name)
@@ -301,6 +334,9 @@ class ManagementAgentDataSourceListMetricDimension(dict):
301
334
  @property
302
335
  @pulumi.getter
303
336
  def value(self) -> Optional[str]:
337
+ """
338
+ Value of the metric dimension
339
+ """
304
340
  return pulumi.get(self, "value")
305
341
 
306
342
 
@@ -358,6 +394,8 @@ class ManagementAgentDataSourceSummaryList(dict):
358
394
  name: Optional[str] = None,
359
395
  type: Optional[str] = None):
360
396
  """
397
+ :param bool is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
398
+ :param str key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
361
399
  :param str name: Name of the property
362
400
  :param str type: The type of the DataSource.
363
401
  """
@@ -373,11 +411,17 @@ class ManagementAgentDataSourceSummaryList(dict):
373
411
  @property
374
412
  @pulumi.getter(name="isDaemonSet")
375
413
  def is_daemon_set(self) -> Optional[bool]:
414
+ """
415
+ If the Kubernetes cluster type is Daemon set then this will be set to true.
416
+ """
376
417
  return pulumi.get(self, "is_daemon_set")
377
418
 
378
419
  @property
379
420
  @pulumi.getter
380
421
  def key(self) -> Optional[str]:
422
+ """
423
+ Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
424
+ """
381
425
  return pulumi.get(self, "key")
382
426
 
383
427
  @property
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.10.0-alpha.1724998587"
4
+ "version": "2.10.0-alpha.1725647065"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 2.10.0a1724998587
3
+ Version: 2.10.0a1725647065
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -1,7 +1,7 @@
1
1
  pulumi_oci/__init__.py,sha256=4uTj286c2Nca0NvEVTlM68UyZofxfjDHfpCAKiEgtus,164128
2
2
  pulumi_oci/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
3
3
  pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
4
- pulumi_oci/pulumi-plugin.json,sha256=cZc-CDbwlnpEzL-uCDTgUuellB4XnPzYhJ4lkDIPuJs,80
4
+ pulumi_oci/pulumi-plugin.json,sha256=cH-avZiEtw1-UpTtQULGw45t-8NLa9a08Q95w3gjo20,80
5
5
  pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
7
7
  pulumi_oci/adm/_inputs.py,sha256=n4ozaAimIFDEfAPLr2v0G1P1LFcavRfGG_SdmyyyDGQ,53339
@@ -658,7 +658,7 @@ pulumi_oci/core/volume_group.py,sha256=uNPw3Zr3UpAsCLYAcEKBqOBaaqIQ7UbXept2zefEk
658
658
  pulumi_oci/core/volume_group_backup.py,sha256=gYEVRsYqF_lSAwlNM1bdh6NqdW7Aj9XFLpDYbgkBL94,44533
659
659
  pulumi_oci/core/vtap.py,sha256=GHC-Y98EFyuwzKXH3cZP2zrS6bJbIFsqBryn_KPGIno,62627
660
660
  pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
661
- pulumi_oci/database/_inputs.py,sha256=TX5EKzTLPR1pky1qrCz6rthRSNytPyk5eX60vYlJ9EU,701771
661
+ pulumi_oci/database/_inputs.py,sha256=Z79VZbSZnWuqf4PuWdoJWvtXlvyr5vxy57qrFR03KJA,702453
662
662
  pulumi_oci/database/application_vip.py,sha256=eoL2Qe_ajH0T5ENsZZXrhKHdSbdqsnYnDRUoWkvy5C0,29151
663
663
  pulumi_oci/database/autonomous_container_database.py,sha256=MEzfyfF0XV2Qgh2q0S8TWpSFLX7PjwqU8_K-OjMSH2k,162865
664
664
  pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=8360eR9E3DX9CMGFBKhMFmLxoiAkmtK5HizuY-vzir0,75338
@@ -848,14 +848,14 @@ pulumi_oci/database/get_vm_clusters.py,sha256=xP29YtPcMIp3H67d7u3wjSDuYlMoPqrNQw
848
848
  pulumi_oci/database/key_store.py,sha256=dG1I-PEq_v_9DMEzE2ftXKI_KxMADsUunjYehQxABug,27615
849
849
  pulumi_oci/database/maintenance_run.py,sha256=o1swLjSL5DUkr5U28J_fr0RXxBSGaI_ow8_CGTkIfgM,61969
850
850
  pulumi_oci/database/oneoff_patch.py,sha256=fIBCaiKbpcEnOWljP5C5elcf5-WKJI2lNXUSQFUAEA4,38780
851
- pulumi_oci/database/outputs.py,sha256=58Wmd09GFucSQ1pO4RSZKTE2Qcn7E8zXdIWotJdrkuU,2247981
851
+ pulumi_oci/database/outputs.py,sha256=pZAfwGQvbt8fk6w-R-BAsIdnmaKNVs0kvsIcxozcf-I,2248663
852
852
  pulumi_oci/database/pluggable_database.py,sha256=vU6z1Iqab2k3tvHMzcLyvjxORR4PvOrPgZ_xtUjeRhY,73835
853
853
  pulumi_oci/database/pluggable_database_managements_management.py,sha256=fXgBUT0BGYwBvvs-84awzTQdfANyWD4j6-rsQ2MtxSY,52723
854
854
  pulumi_oci/database/pluggable_databases_local_clone.py,sha256=JYqZFFx28ijKHxxo5ZCsXDluwnraH6vnh2jUMxLzaa8,50932
855
855
  pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=2i0Gh_AISUZfXSHTJAIN82CXp2F-q15e9gfSeu39T4k,57603
856
856
  pulumi_oci/database/vm_cluster.py,sha256=cmfYI2zWuceQRvDyFgUdELRD7dSwBfBclDPJM1nWamI,78929
857
857
  pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=gF6Scpe7l5CTi-t4A_lg8r5b_yJI9gLLU9NMS4IxruM,53276
858
- pulumi_oci/database/vm_cluster_network.py,sha256=XXRyF0dcOv1oAHVR7g4KjUT4wLxWoQbZj-OSf32wF2E,50739
858
+ pulumi_oci/database/vm_cluster_network.py,sha256=unE6ix6TVRc-6lWwRaovnVyVAXf2B3RR2TLa78-MnHI,48739
859
859
  pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=1idjLiJDzQNiYcrWOXBvhs_lPeZL0v3zZAJLs_heAYM,51019
860
860
  pulumi_oci/databasemanagement/__init__.py,sha256=yd8oU2rEb_imqdI2eKtdVVY7VLXKzjCwoFMmUNI0TRA,7131
861
861
  pulumi_oci/databasemanagement/_inputs.py,sha256=D8pO6n93OzC6aQL-TW6U06KngabG6cXaxanNq3vjMag,439105
@@ -2021,7 +2021,7 @@ pulumi_oci/logging/log_saved_search.py,sha256=1zVz1FYpkxEy9Nr_Ikh6jrWJo9kvwCacsp
2021
2021
  pulumi_oci/logging/outputs.py,sha256=0xYBngA2srj6kAu08j9m1dL2BUIoWKADdLTnsCogleU,282600
2022
2022
  pulumi_oci/logging/unified_agent_configuration.py,sha256=Ymg2bqRy5Xo3bLgmFVvS0zISkLWKzT_s9UHdy5G2Oxc,32942
2023
2023
  pulumi_oci/managementagent/__init__.py,sha256=bpFmeztqSBwuPQZDXXW0deLSXXdocRC6M6YH1JRvpc4,998
2024
- pulumi_oci/managementagent/_inputs.py,sha256=R_Cn-8iZEiOLgWsRsbvVruixtD7yMRMGX9EWrKpeghk,28494
2024
+ pulumi_oci/managementagent/_inputs.py,sha256=joquY4W0yBs-dJ6XhENc0OjxFfvVXJkiXzii3lbhFnA,31479
2025
2025
  pulumi_oci/managementagent/get_management_agent.py,sha256=TwEvp71ZSaUzd2XSO711mXM9z2re5aZSB5MW8Jyupuw,20507
2026
2026
  pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=aCpdAyB4wTbCf_Ijz0wCEO13TWGrn0gTn6iTOfI828g,10038
2027
2027
  pulumi_oci/managementagent/get_management_agent_count.py,sha256=bJSN983dE6VIYAr8frD7YLudHHa-U9GHCsYyzoXaQy0,7991
@@ -2034,10 +2034,10 @@ pulumi_oci/managementagent/get_management_agent_install_keys.py,sha256=0hPRkesNI
2034
2034
  pulumi_oci/managementagent/get_management_agent_plugin_count.py,sha256=RJsaEsm9pDmB93Hu8CZ153yZ4driQrXHx6fg16-f8L0,5470
2035
2035
  pulumi_oci/managementagent/get_management_agent_plugins.py,sha256=-nQ-FKLrQDsnQok3FfVKkgGrn2gbaiVdcZqIomuySQM,9358
2036
2036
  pulumi_oci/managementagent/get_management_agents.py,sha256=sgbePaxk2fMdOabROY4ZQCj8ERaDSHiubgZqRj-Faoc,22586
2037
- pulumi_oci/managementagent/management_agent.py,sha256=wFjLLG4ZlAniC44wVDSf5GcfFZPe29ITHq-6tIVZzus,47255
2037
+ pulumi_oci/managementagent/management_agent.py,sha256=w_TNuKFzU6D35qoi7XDdkIXongTp2bc6OM1OaEhDDM4,50409
2038
2038
  pulumi_oci/managementagent/management_agent_data_source.py,sha256=fWjOPog2CKYvd__00NfZOpqYdRa_NwBztGakEko8Slo,50054
2039
2039
  pulumi_oci/managementagent/management_agent_install_key.py,sha256=UHjbja03w0OXt-NTM1MWzFEW5y_Cf2Q9Zm222xz6R38,26818
2040
- pulumi_oci/managementagent/outputs.py,sha256=s0VnMi1JHk-cw_bC1TzUdYUS3xKZBWFfOzLqZKTpn5g,91851
2040
+ pulumi_oci/managementagent/outputs.py,sha256=YKDGSHcsQmynC6QkfqOkSMcLMHnH_1bnHxt9MVHZJaM,94668
2041
2041
  pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
2042
2042
  pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=fYnQDHOoPr13DkwvqgMuAuOOUnv0eATQ1S5Kt_5XZI4,5938
2043
2043
  pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=-3XTlN_3E6OME2Fr4ocuB9R9P9HukMD_N2XLY6aGLM0,12455
@@ -2809,7 +2809,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=O7VSdioW26YIEVlUqhNq3kMmC
2809
2809
  pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=7appT-JjWaUc0yM3SygrdohUQfgguEAkGTRKH1Fr3EE,14234
2810
2810
  pulumi_oci/waf/network_address_list.py,sha256=O-HiNiCu77OCRHsXQ8bmTdivdcU4ReLuXtPV4XU-NQU,33677
2811
2811
  pulumi_oci/waf/outputs.py,sha256=Hsb3A2LkAnl-d7DEvFGaGIGrzKc_zyRCeNwUWuwUcW4,227838
2812
- pulumi_oci-2.10.0a1724998587.dist-info/METADATA,sha256=UDsyGM_LsU9QrvTGuPllz4SRyrf1PXJ6v9Mn2E_wWl8,3902
2813
- pulumi_oci-2.10.0a1724998587.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
2814
- pulumi_oci-2.10.0a1724998587.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2815
- pulumi_oci-2.10.0a1724998587.dist-info/RECORD,,
2812
+ pulumi_oci-2.10.0a1725647065.dist-info/METADATA,sha256=TdH9ixOMcJn7ht0TvoVq2nJCSMbzGw-wgLEN5Bbt1tg,3902
2813
+ pulumi_oci-2.10.0a1725647065.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
2814
+ pulumi_oci-2.10.0a1725647065.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2815
+ pulumi_oci-2.10.0a1725647065.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.0.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5