You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/core_compute_capacity_reservation.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The following arguments are supported:
64
64
*`defined_tags` - (Optional) (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"}`
65
65
*`display_name` - (Optional) (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
66
66
*`freeform_tags` - (Optional) (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"}`
67
-
*`instance_reservation_configs` - (Optional) (Updatable) The capacity configurations for the capacity reservation.
67
+
*`instance_reservation_configs` - (Optional) (Updatable) The capacity configurations for the capacity reservation. (Note: From 6.17.0 instance_reservation_configs field in oci_core_compute_capacity_reservation is changed from TypeList to TypeSet - to avoid unnecessary updates. Also, configs cant by accessed by index)
68
68
69
69
To use the reservation for the desired shape, specify the shape, count, and optionally the fault domain where you want this configuration.
70
70
* `cluster_config` - (Optional) (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
@@ -105,7 +105,7 @@ The following attributes are exported:
105
105
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
106
106
*`freeform_tags` - 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"}`
107
107
*`id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute capacity reservation.
108
-
*`instance_reservation_configs` - The capacity configurations for the capacity reservation.
108
+
*`instance_reservation_configs` - The capacity configurations for the capacity reservation. (Note: From 6.17.0 instance_reservation_configs field in oci_core_compute_capacity_reservation is changed from TypeList to TypeSet - to avoid unnecessary updates. Also, configs cant by accessed by index)
109
109
110
110
To use the reservation for the desired shape, specify the shape, count, and optionally the fault domain where you want this configuration.
111
111
* `cluster_config` - The HPC cluster configuration requested when launching instances in a compute capacity reservation.
Copy file name to clipboardExpand all lines: website/docs/r/core_instance_pool.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The following arguments are supported:
86
86
*`instance_configuration_id` - (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
87
87
*`instance_display_name_formatter` - (Optional) (Updatable) A user-friendly formatter for the instance pool's instances. Instance displaynames follow the format. The formatter does not retroactively change instance's displaynames, only instance displaynames in the future follow the format
88
88
*`instance_hostname_formatter` - (Optional) (Updatable) A user-friendly formatter for the instance pool's instances. Instance hostnames follow the format. The formatter does not retroactively change instance's hostnames, only instance hostnames in the future follow the format
89
-
*`load_balancers` - (Optional) The load balancers to attach to the instance pool. (Note: From 6.14.0 load_balancers field in oci_core_instance_pool is changed from TypeList to TypeSet - to support load balancer insert operation. Also, LB cant by accessed by index)
89
+
*`load_balancers` - (Optional) The load balancers to attach to the instance pool. (Note: From 6.16.0 load_balancers field in oci_core_instance_pool is changed from TypeList to TypeSet - to support load balancer insert operation. Also, LB cant by accessed by index)
90
90
* `backend_set_name` - (Required) The name of the backend set on the load balancer to add instances to.
91
91
* `load_balancer_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer to attach to the instance pool.
92
92
* `port` - (Required) The port value to use when creating the backend set.
@@ -135,7 +135,7 @@ The following attributes are exported:
135
135
*`instance_configuration_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance configuration associated with the instance pool.
136
136
*`instance_display_name_formatter` - A user-friendly formatter for the instance pool's instances. Instance displaynames follow the format. The formatter does not retroactively change instance's displaynames, only instance displaynames in the future follow the format
137
137
*`instance_hostname_formatter` - A user-friendly formatter for the instance pool's instances. Instance hostnames follow the format. The formatter does not retroactively change instance's hostnames, only instance hostnames in the future follow the format
138
-
*`load_balancers` - The load balancers attached to the instance pool. (Note: From 6.14.0 load_balancers field in oci_core_instance_pool is changed from TypeList to TypeSet - to support load balancer insert operation. Also, LB cant by accessed by index)
138
+
*`load_balancers` - The load balancers attached to the instance pool. (Note: From 6.16.0 load_balancers field in oci_core_instance_pool is changed from TypeList to TypeSet - to support load balancer insert operation. Also, LB cant by accessed by index)
139
139
* `backend_set_name` - The name of the backend set on the load balancer.
140
140
* `id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer attachment.
141
141
* `instance_pool_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance pool of the load balancer attachment.
0 commit comments