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/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
@@ -60,7 +60,7 @@ The following attributes are exported:
60
60
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
61
61
* `name` - The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
62
62
*`availability_config` - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
63
-
* `is_live_migration_preferred` - Whether live migration is preferred for infrastructure maintenance. If null preference is specified, live migration will be preferred for infrastructure maintenance for applicable instances.
63
+
* `is_live_migration_preferred` - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
64
64
* `recovery_action` - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
65
65
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
66
66
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
Copy file name to clipboardExpand all lines: website/docs/d/core_instance_configuration.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,14 @@ The following attributes are exported:
54
54
* `max_vpus_per_gb` - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
55
55
* `availability_domain` - The availability domain of the volume. Example: `Uocm:PHX-AD-1`
56
56
* `backup_policy_id` - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
57
+
* `block_volume_replicas` - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
58
+
* `availability_domain` - The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
59
+
* `display_name` - The display name of the block volume replica. You may optionally specify a *display name* for the block volume replica, otherwise a default is provided.
57
60
* `compartment_id` - The OCID of the compartment that contains the volume.
58
61
* `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"}`
59
62
* `display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
60
63
* `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"}`
64
+
* `is_auto_tune_enabled` - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the `InstanceConfigurationDetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
61
65
* `kms_key_id` - The OCID of the Vault service key to assign as the master encryption key for the volume.
62
66
* `size_in_gbs` - The size of the volume in GBs.
63
67
* `source_details` -
@@ -101,6 +105,7 @@ The following attributes are exported:
101
105
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
102
106
* `name` - The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
103
107
* `availability_config` - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
108
+
* `is_live_migration_preferred` - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
104
109
* `recovery_action` - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
105
110
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
106
111
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
@@ -252,6 +257,7 @@ The following attributes are exported:
252
257
* `20`: Represents Higher Performance option.
253
258
* `30`-`120`: Represents the Ultra High Performance option.
254
259
* `image_id` - The OCID of the image used to boot the instance.
260
+
* `kms_key_id` - The OCID of the Vault service key to assign as the master encryption key for the boot volume.
255
261
* `source_type` - The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
256
262
* `secondary_vnics` - Secondary VNIC parameters.
257
263
* `create_vnic_details` - Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
Copy file name to clipboardExpand all lines: website/docs/d/core_instance_configurations.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,14 @@ The following attributes are exported:
61
61
* `max_vpus_per_gb` - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
62
62
* `availability_domain` - The availability domain of the volume. Example: `Uocm:PHX-AD-1`
63
63
* `backup_policy_id` - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
64
+
* `block_volume_replicas` - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
65
+
* `availability_domain` - The availability domain of the block volume replica. Example: `Uocm:PHX-AD-1`
66
+
* `display_name` - The display name of the block volume replica. You may optionally specify a *display name* for the block volume replica, otherwise a default is provided.
64
67
* `compartment_id` - The OCID of the compartment that contains the volume.
65
68
* `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"}`
66
69
* `display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
67
70
* `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"}`
71
+
* `is_auto_tune_enabled` - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the `InstanceConfigurationDetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
68
72
* `kms_key_id` - The OCID of the Vault service key to assign as the master encryption key for the volume.
69
73
* `size_in_gbs` - The size of the volume in GBs.
70
74
* `source_details` -
@@ -108,6 +112,7 @@ The following attributes are exported:
108
112
To enable the monitoring and management plugins, the `isMonitoringDisabled` and `isManagementDisabled` attributes must also be set to false.
109
113
* `name` - The plugin name. To get a list of available plugins, use the [ListInstanceagentAvailablePlugins](https://docs.cloud.oracle.com/iaas/api/#/en/instanceagent/20180530/Plugin/ListInstanceagentAvailablePlugins) operation in the Oracle Cloud Agent API. For more information about the available plugins, see [Managing Plugins with Oracle Cloud Agent](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/manage-plugins.htm).
110
114
* `availability_config` - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
115
+
* `is_live_migration_preferred` - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
111
116
* `recovery_action` - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
112
117
* `RESTORE_INSTANCE` - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
113
118
* `STOP_INSTANCE` - The instance is recovered in the stopped state.
@@ -259,6 +264,7 @@ The following attributes are exported:
259
264
* `20`: Represents Higher Performance option.
260
265
* `30`-`120`: Represents the Ultra High Performance option.
261
266
* `image_id` - The OCID of the image used to boot the instance.
267
+
* `kms_key_id` - The OCID of the Vault service key to assign as the master encryption key for the boot volume.
262
268
* `source_type` - The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
263
269
* `secondary_vnics` - Secondary VNIC parameters.
264
270
* `create_vnic_details` - Contains the properties of the VNIC for an instance configuration. See [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) and [Instance Configurations](https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/instancemanagement.htm#config) for more information.
0 commit comments