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
* `primary_subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances.
69
69
* `secondary_vnic_subnets` - The set of secondary VNIC data for instances in the pool.
70
-
* `display_name` - The display name of the VNIC. This is also use to match against the instance configuration defined secondary VNIC.
70
+
* `display_name` - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
71
71
* `subnet_id` - The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
72
72
* `size` - The number of instances that should be in the instance pool.
73
73
* `state` - The current state of the instance pool.
@@ -76,7 +76,7 @@ The following attributes are exported:
76
76
* `availability_domain` - The availability domain to place instances. Example: `Uocm:PHX-AD-1`
77
77
* `primary_subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances.
78
78
* `secondary_vnic_subnets` - The set of secondary VNIC data for instances in the pool.
79
-
* `display_name` - The display name of the VNIC. This is also use to match against the instance configuration defined secondary VNIC.
79
+
* `display_name` - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
80
80
* `subnet_id` - The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
81
81
*`state` - The current state of the cluster network.
82
82
*`time_created` - The date and time the resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
* `primary_subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances.
81
81
* `secondary_vnic_subnets` - The set of secondary VNIC data for instances in the pool.
82
-
* `display_name` - The display name of the VNIC. This is also use to match against the instance configuration defined secondary VNIC.
82
+
* `display_name` - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
83
83
* `subnet_id` - The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
84
84
* `size` - The number of instances that should be in the instance pool.
85
85
* `state` - The current state of the instance pool.
@@ -88,7 +88,7 @@ The following attributes are exported:
88
88
* `availability_domain` - The availability domain to place instances. Example: `Uocm:PHX-AD-1`
89
89
* `primary_subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances.
90
90
* `secondary_vnic_subnets` - The set of secondary VNIC data for instances in the pool.
91
-
* `display_name` - The display name of the VNIC. This is also use to match against the instance configuration defined secondary VNIC.
91
+
* `display_name` - The display name of the VNIC. This is also used to match against the instance configuration defined secondary VNIC.
92
92
* `subnet_id` - The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
93
93
*`state` - The current state of the cluster network.
94
94
*`time_created` - The date and time the resource was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
Copy file name to clipboardExpand all lines: website/docs/d/core_instance.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The following attributes are exported:
68
68
*`boot_volume_id` - The OCID of the attached boot volume. If the `source_type` is `bootVolume`, this will be the same OCID as the `source_id`.
69
69
*`capacity_reservation_id` - The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default).
70
70
*`compartment_id` - The OCID of the compartment that contains the instance.
71
-
*`dedicated_vm_host_id` - The OCID of dedicated VM host.
71
+
*`dedicated_vm_host_id` - The OCID of the dedicated virtual machine host that the instance is placed on.
72
72
*`defined_tags` - 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"}`
73
73
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
74
74
*`extended_metadata` - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the `metadata` object.
0 commit comments