Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Core.getInstanceConfigurations
Explore with Pulumi AI
This data source provides the list of Instance Configurations in Oracle Cloud Infrastructure Core service.
Lists the instance configurations in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInstanceConfigurations = oci.Core.getInstanceConfigurations({
    compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_instance_configurations = oci.Core.get_instance_configurations(compartment_id=compartment_id)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := core.GetInstanceConfigurations(ctx, &core.GetInstanceConfigurationsArgs{
			CompartmentId: compartmentId,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testInstanceConfigurations = Oci.Core.GetInstanceConfigurations.Invoke(new()
    {
        CompartmentId = compartmentId,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetInstanceConfigurationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testInstanceConfigurations = CoreFunctions.getInstanceConfigurations(GetInstanceConfigurationsArgs.builder()
            .compartmentId(compartmentId)
            .build());
    }
}
variables:
  testInstanceConfigurations:
    fn::invoke:
      function: oci:Core:getInstanceConfigurations
      arguments:
        compartmentId: ${compartmentId}
Using getInstanceConfigurations
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInstanceConfigurations(args: GetInstanceConfigurationsArgs, opts?: InvokeOptions): Promise<GetInstanceConfigurationsResult>
function getInstanceConfigurationsOutput(args: GetInstanceConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetInstanceConfigurationsResult>def get_instance_configurations(compartment_id: Optional[str] = None,
                                filters: Optional[Sequence[GetInstanceConfigurationsFilter]] = None,
                                opts: Optional[InvokeOptions] = None) -> GetInstanceConfigurationsResult
def get_instance_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetInstanceConfigurationsFilterArgs]]]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetInstanceConfigurationsResult]func GetInstanceConfigurations(ctx *Context, args *GetInstanceConfigurationsArgs, opts ...InvokeOption) (*GetInstanceConfigurationsResult, error)
func GetInstanceConfigurationsOutput(ctx *Context, args *GetInstanceConfigurationsOutputArgs, opts ...InvokeOption) GetInstanceConfigurationsResultOutput> Note: This function is named GetInstanceConfigurations in the Go SDK.
public static class GetInstanceConfigurations 
{
    public static Task<GetInstanceConfigurationsResult> InvokeAsync(GetInstanceConfigurationsArgs args, InvokeOptions? opts = null)
    public static Output<GetInstanceConfigurationsResult> Invoke(GetInstanceConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInstanceConfigurationsResult> getInstanceConfigurations(GetInstanceConfigurationsArgs args, InvokeOptions options)
public static Output<GetInstanceConfigurationsResult> getInstanceConfigurations(GetInstanceConfigurationsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getInstanceConfigurations:getInstanceConfigurations
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- Filters
List<GetInstance Configurations Filter> 
- CompartmentId string
- The OCID of the compartment.
- Filters
[]GetInstance Configurations Filter 
- compartmentId String
- The OCID of the compartment.
- filters
List<GetInstance Configurations Filter> 
- compartmentId string
- The OCID of the compartment.
- filters
GetInstance Configurations Filter[] 
- compartment_id str
- The OCID of the compartment.
- filters
Sequence[GetInstance Configurations Filter] 
- compartmentId String
- The OCID of the compartment.
- filters List<Property Map>
getInstanceConfigurations Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment containing images to search
- Id string
- The provider-assigned unique ID for this managed resource.
- InstanceConfigurations List<GetInstance Configurations Instance Configuration> 
- The list of instance_configurations.
- Filters
List<GetInstance Configurations Filter> 
- CompartmentId string
- The OCID of the compartment containing images to search
- Id string
- The provider-assigned unique ID for this managed resource.
- InstanceConfigurations []GetInstance Configurations Instance Configuration 
- The list of instance_configurations.
- Filters
[]GetInstance Configurations Filter 
- compartmentId String
- The OCID of the compartment containing images to search
- id String
- The provider-assigned unique ID for this managed resource.
- instanceConfigurations List<GetInstance Configurations Instance Configuration> 
- The list of instance_configurations.
- filters
List<GetInstance Configurations Filter> 
- compartmentId string
- The OCID of the compartment containing images to search
- id string
- The provider-assigned unique ID for this managed resource.
- instanceConfigurations GetInstance Configurations Instance Configuration[] 
- The list of instance_configurations.
- filters
GetInstance Configurations Filter[] 
- compartment_id str
- The OCID of the compartment containing images to search
- id str
- The provider-assigned unique ID for this managed resource.
- instance_configurations Sequence[GetInstance Configurations Instance Configuration] 
- The list of instance_configurations.
- filters
Sequence[GetInstance Configurations Filter] 
- compartmentId String
- The OCID of the compartment containing images to search
- id String
- The provider-assigned unique ID for this managed resource.
- instanceConfigurations List<Property Map>
- The list of instance_configurations.
- filters List<Property Map>
Supporting Types
GetInstanceConfigurationsFilter   
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Values List<string>
- Regex bool
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Values []string
- Regex bool
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values List<String>
- regex Boolean
- name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values string[]
- regex boolean
- name str
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values Sequence[str]
- regex bool
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values List<String>
- regex Boolean
GetInstanceConfigurationsInstanceConfiguration    
- CompartmentId string
- The OCID of the compartment.
- DeferredFields List<string>
- Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- Id string
- The OCID of the volume backup.
- InstanceDetails List<GetInstance Configurations Instance Configuration Instance Detail> 
- InstanceId string
- Source string
- TimeCreated string
- The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- CompartmentId string
- The OCID of the compartment.
- DeferredFields []string
- Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- Id string
- The OCID of the volume backup.
- InstanceDetails []GetInstance Configurations Instance Configuration Instance Detail 
- InstanceId string
- Source string
- TimeCreated string
- The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartmentId String
- The OCID of the compartment.
- deferredFields List<String>
- Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- id String
- The OCID of the volume backup.
- instanceDetails List<GetInstance Configurations Instance Configuration Instance Detail> 
- instanceId String
- source String
- timeCreated String
- The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartmentId string
- The OCID of the compartment.
- deferredFields string[]
- Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- id string
- The OCID of the volume backup.
- instanceDetails GetInstance Configurations Instance Configuration Instance Detail[] 
- instanceId string
- source string
- timeCreated string
- The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartment_id str
- The OCID of the compartment.
- deferred_fields Sequence[str]
- Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- id str
- The OCID of the volume backup.
- instance_details Sequence[GetInstance Configurations Instance Configuration Instance Detail] 
- instance_id str
- source str
- time_created str
- The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartmentId String
- The OCID of the compartment.
- deferredFields List<String>
- Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- id String
- The OCID of the volume backup.
- instanceDetails List<Property Map>
- instanceId String
- source String
- timeCreated String
- The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
GetInstanceConfigurationsInstanceConfigurationInstanceDetail      
- BlockVolumes List<GetInstance Configurations Instance Configuration Instance Detail Block Volume> 
- Block volume parameters.
- InstanceType string
- The type of instance details. Supported instanceType is compute
- LaunchDetails List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail> 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- Options
List<GetInstance Configurations Instance Configuration Instance Detail Option> 
- Multiple Compute Instance Configuration instance details.
- SecondaryVnics List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic> 
- Secondary VNIC parameters.
- BlockVolumes []GetInstance Configurations Instance Configuration Instance Detail Block Volume 
- Block volume parameters.
- InstanceType string
- The type of instance details. Supported instanceType is compute
- LaunchDetails []GetInstance Configurations Instance Configuration Instance Detail Launch Detail 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- Options
[]GetInstance Configurations Instance Configuration Instance Detail Option 
- Multiple Compute Instance Configuration instance details.
- SecondaryVnics []GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic 
- Secondary VNIC parameters.
- blockVolumes List<GetInstance Configurations Instance Configuration Instance Detail Block Volume> 
- Block volume parameters.
- instanceType String
- The type of instance details. Supported instanceType is compute
- launchDetails List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail> 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- options
List<GetInstance Configurations Instance Configuration Instance Detail Option> 
- Multiple Compute Instance Configuration instance details.
- secondaryVnics List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic> 
- Secondary VNIC parameters.
- blockVolumes GetInstance Configurations Instance Configuration Instance Detail Block Volume[] 
- Block volume parameters.
- instanceType string
- The type of instance details. Supported instanceType is compute
- launchDetails GetInstance Configurations Instance Configuration Instance Detail Launch Detail[] 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- options
GetInstance Configurations Instance Configuration Instance Detail Option[] 
- Multiple Compute Instance Configuration instance details.
- secondaryVnics GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic[] 
- Secondary VNIC parameters.
- block_volumes Sequence[GetInstance Configurations Instance Configuration Instance Detail Block Volume] 
- Block volume parameters.
- instance_type str
- The type of instance details. Supported instanceType is compute
- launch_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail] 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- options
Sequence[GetInstance Configurations Instance Configuration Instance Detail Option] 
- Multiple Compute Instance Configuration instance details.
- secondary_vnics Sequence[GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic] 
- Secondary VNIC parameters.
- blockVolumes List<Property Map>
- Block volume parameters.
- instanceType String
- The type of instance details. Supported instanceType is compute
- launchDetails List<Property Map>
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- options List<Property Map>
- Multiple Compute Instance Configuration instance details.
- secondaryVnics List<Property Map>
- Secondary VNIC parameters.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume        
- AttachDetails List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail> 
- Volume attachmentDetails. Please see AttachVolumeDetails
- CreateDetails List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail> 
- Creates a new block volume. Please see CreateVolumeDetails
- VolumeId string
- The OCID of the volume.
- AttachDetails []GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail 
- Volume attachmentDetails. Please see AttachVolumeDetails
- CreateDetails []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail 
- Creates a new block volume. Please see CreateVolumeDetails
- VolumeId string
- The OCID of the volume.
- attachDetails List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail> 
- Volume attachmentDetails. Please see AttachVolumeDetails
- createDetails List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail> 
- Creates a new block volume. Please see CreateVolumeDetails
- volumeId String
- The OCID of the volume.
- attachDetails GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail[] 
- Volume attachmentDetails. Please see AttachVolumeDetails
- createDetails GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail[] 
- Creates a new block volume. Please see CreateVolumeDetails
- volumeId string
- The OCID of the volume.
- attach_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail] 
- Volume attachmentDetails. Please see AttachVolumeDetails
- create_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail] 
- Creates a new block volume. Please see CreateVolumeDetails
- volume_id str
- The OCID of the volume.
- attachDetails List<Property Map>
- Volume attachmentDetails. Please see AttachVolumeDetails
- createDetails List<Property Map>
- Creates a new block volume. Please see CreateVolumeDetails
- volumeId String
- The OCID of the volume.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail          
- Device string
- The device name.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- IsRead boolOnly 
- Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- UseChap bool
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- Device string
- The device name.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- IsRead boolOnly 
- Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- UseChap bool
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- isRead BooleanOnly 
- Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- useChap Boolean
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device string
- The device name.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- isRead booleanOnly 
- Whether the attachment should be created in read-only mode.
- boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- useChap boolean
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device str
- The device name.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- is_read_ boolonly 
- Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- use_chap bool
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- isRead BooleanOnly 
- Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- useChap Boolean
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail          
- AutotunePolicies List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy> 
- The list of autotune policies enabled for this volume.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- BackupPolicy stringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- BlockVolume List<GetReplicas Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica> 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- IsAuto boolTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SizeIn stringGbs 
- The size of the volume in GBs.
- SourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail> 
- VpusPer stringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- XrcKms stringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- AutotunePolicies []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy 
- The list of autotune policies enabled for this volume.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- BackupPolicy stringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- BlockVolume []GetReplicas Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- IsAuto boolTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SizeIn stringGbs 
- The size of the volume in GBs.
- SourceDetails []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail 
- VpusPer stringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- XrcKms stringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotunePolicies List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy> 
- The list of autotune policies enabled for this volume.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backupPolicy StringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- blockVolume List<GetReplicas Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica> 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- isAuto BooleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sizeIn StringGbs 
- The size of the volume in GBs.
- sourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail> 
- vpusPer StringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrcKms StringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotunePolicies GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy[] 
- The list of autotune policies enabled for this volume.
- availabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backupPolicy stringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- blockVolume GetReplicas Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica[] 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- isAuto booleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sizeIn stringGbs 
- The size of the volume in GBs.
- sourceDetails GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail[] 
- vpusPer stringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrcKms stringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune_policies Sequence[GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy] 
- The list of autotune policies enabled for this volume.
- availability_domain str
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backup_policy_ strid 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block_volume_ Sequence[Getreplicas Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica] 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the instance.
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- is_auto_ booltune_ enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- size_in_ strgbs 
- The size of the volume in GBs.
- source_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail] 
- vpus_per_ strgb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc_kms_ strkey_ id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotunePolicies List<Property Map>
- The list of autotune policies enabled for this volume.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backupPolicy StringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- blockVolume List<Property Map>Replicas 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- isAuto BooleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sizeIn StringGbs 
- The size of the volume in GBs.
- sourceDetails List<Property Map>
- vpusPer StringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrcKms StringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy            
- AutotuneType string
- This specifies the type of autotunes supported by OCI.
- MaxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- AutotuneType string
- This specifies the type of autotunes supported by OCI.
- MaxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType String
- This specifies the type of autotunes supported by OCI.
- maxVpus StringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType string
- This specifies the type of autotunes supported by OCI.
- maxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_type str
- This specifies the type of autotunes supported by OCI.
- max_vpus_ strper_ gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType String
- This specifies the type of autotunes supported by OCI.
- maxVpus StringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica             
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_domain str
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail            
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail        
- AgentConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config> 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- AvailabilityConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config> 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- CapacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- CreateVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- ExtendedMetadata Dictionary<string, string>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- FaultDomain string
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- InstanceOptions List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option> 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- IpxeScript string
- This is an advanced option.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- LaunchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- LaunchOptions List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option> 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- LicensingConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config> 
- List of licensing configurations associated with target launch values.
- Metadata Dictionary<string, string>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- PlatformConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config> 
- The platform configuration requested for the instance.
- PreemptibleInstance List<GetConfigs Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config> 
- Configuration options for preemptible instances.
- PreferredMaintenance stringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- SecurityAttributes Dictionary<string, string>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- ShapeConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config> 
- The shape configuration requested for the instance.
- SourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail> 
- AgentConfigs []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- AvailabilityConfigs []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- CapacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- CreateVnic []GetDetails Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- ExtendedMetadata map[string]string
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- FaultDomain string
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- map[string]string
- 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. Example: {"Department": "Finance"}
- InstanceOptions []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- IpxeScript string
- This is an advanced option.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- LaunchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- LaunchOptions []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- LicensingConfigs []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config 
- List of licensing configurations associated with target launch values.
- Metadata map[string]string
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- PlatformConfigs []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config 
- The platform configuration requested for the instance.
- PreemptibleInstance []GetConfigs Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config 
- Configuration options for preemptible instances.
- PreferredMaintenance stringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- SecurityAttributes map[string]string
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- ShapeConfigs []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config 
- The shape configuration requested for the instance.
- SourceDetails []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail 
- agentConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config> 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availabilityConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config> 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacityReservation StringId 
- The OCID of the compute capacity reservation this instance is launched under.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- createVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicatedVm StringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata Map<String,String>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain String
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- instanceOptions List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option> 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxeScript String
- This is an advanced option.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launchMode String
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option> 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensingConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config> 
- List of licensing configurations associated with target launch values.
- metadata Map<String,String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platformConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config> 
- The platform configuration requested for the instance.
- preemptibleInstance List<GetConfigs Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config> 
- Configuration options for preemptible instances.
- preferredMaintenance StringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- securityAttributes Map<String,String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shapeConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config> 
- The shape configuration requested for the instance.
- sourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail> 
- agentConfigs GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config[] 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availabilityConfigs GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config[] 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId string
- The OCID of the compartment.
- createVnic GetDetails Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail[] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata {[key: string]: string}
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain string
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- instanceOptions GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option[] 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxeScript string
- This is an advanced option.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option[] 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensingConfigs GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config[] 
- List of licensing configurations associated with target launch values.
- metadata {[key: string]: string}
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platformConfigs GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config[] 
- The platform configuration requested for the instance.
- preemptibleInstance GetConfigs Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config[] 
- Configuration options for preemptible instances.
- preferredMaintenance stringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- securityAttributes {[key: string]: string}
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shapeConfigs GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config[] 
- The shape configuration requested for the instance.
- sourceDetails GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail[] 
- agent_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config] 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availability_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config] 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_domain str
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacity_reservation_ strid 
- The OCID of the compute capacity reservation this instance is launched under.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the instance.
- compartment_id str
- The OCID of the compartment.
- create_vnic_ Sequence[Getdetails Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated_vm_ strhost_ id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_metadata Mapping[str, str]
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- fault_domain str
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- instance_options Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option] 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe_script str
- This is an advanced option.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launch_mode str
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launch_options Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option] 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config] 
- List of licensing configurations associated with target launch values.
- metadata Mapping[str, str]
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config] 
- The platform configuration requested for the instance.
- preemptible_instance_ Sequence[Getconfigs Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config] 
- Configuration options for preemptible instances.
- preferred_maintenance_ straction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- security_attributes Mapping[str, str]
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape str
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config] 
- The shape configuration requested for the instance.
- source_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail] 
- agentConfigs List<Property Map>
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availabilityConfigs List<Property Map>
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacityReservation StringId 
- The OCID of the compute capacity reservation this instance is launched under.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- createVnic List<Property Map>Details 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicatedVm StringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata Map<String>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain String
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String>
- 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. Example: {"Department": "Finance"}
- instanceOptions List<Property Map>
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxeScript String
- This is an advanced option.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launchMode String
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions List<Property Map>
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensingConfigs List<Property Map>
- List of licensing configurations associated with target launch values.
- metadata Map<String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platformConfigs List<Property Map>
- The platform configuration requested for the instance.
- preemptibleInstance List<Property Map>Configs 
- Configuration options for preemptible instances.
- preferredMaintenance StringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- securityAttributes Map<String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shapeConfigs List<Property Map>
- The shape configuration requested for the instance.
- sourceDetails List<Property Map>
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig          
- AreAll boolPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- IsManagement boolDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- IsMonitoring boolDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- PluginsConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config> 
- The configuration of plugins associated with this instance.
- AreAll boolPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- IsManagement boolDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- IsMonitoring boolDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- PluginsConfigs []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config 
- The configuration of plugins associated with this instance.
- areAll BooleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- isManagement BooleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- isMonitoring BooleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- pluginsConfigs List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config> 
- The configuration of plugins associated with this instance.
- areAll booleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- isManagement booleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- isMonitoring booleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- pluginsConfigs GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config[] 
- The configuration of plugins associated with this instance.
- are_all_ boolplugins_ disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is_management_ booldisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is_monitoring_ booldisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config] 
- The configuration of plugins associated with this instance.
- areAll BooleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- isManagement BooleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- isMonitoring BooleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- pluginsConfigs List<Property Map>
- The configuration of plugins associated with this instance.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig            
- DesiredState string
- Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- DesiredState string
- Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState String
- Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState string
- Whether the plugin should be enabled or disabled.
- name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_state str
- Whether the plugin should be enabled or disabled.
- name str
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState String
- Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig          
- IsLive boolMigration 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.
- RecoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- IsLive boolMigration 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.
- RecoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive BooleanMigration 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.
- recoveryAction String
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive booleanMigration 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.
- recoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- is_live_ boolmigration_ 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.
- recovery_action str
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive BooleanMigration 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.
- recoveryAction String
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail           
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds List<string>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes Dictionary<string, string>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet []GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds []string
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes map[string]string
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String,String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate booleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic booleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds string[]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes {[key: string]: string}
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource booleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assign_ipv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assign_private_ booldns_ record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assign_public_ boolip 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- hostname_label str
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_ids Sequence[str]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_ip str
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- security_attributes Mapping[str, str]
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_source_ booldest_ check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnet_id str
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail                
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_cidr str
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption          
- AreLegacy boolImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- AreLegacy boolImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy BooleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy booleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_legacy_ boolimds_ endpoints_ disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy BooleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption          
- BootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- IsConsistent boolVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- NetworkType string
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- RemoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- BootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- IsConsistent boolVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- NetworkType string
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- RemoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume StringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent BooleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- networkType String
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remoteData StringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent booleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- networkType string
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- boot_volume_ strtype 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware str
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- is_consistent_ boolvolume_ naming_ enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- network_type str
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remote_data_ strvolume_ type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume StringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent BooleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- networkType String
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remoteData StringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig          
- LicenseType string
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- Type string
- The type of action to run when the instance is interrupted for eviction.
- LicenseType string
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- Type string
- The type of action to run when the instance is interrupted for eviction.
- licenseType String
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type String
- The type of action to run when the instance is interrupted for eviction.
- licenseType string
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type string
- The type of action to run when the instance is interrupted for eviction.
- license_type str
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type str
- The type of action to run when the instance is interrupted for eviction.
- licenseType String
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig          
- AreVirtual boolInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- ConfigMap Dictionary<string, string>
- Instance Platform Configuration Configuration Map for flexible setting input.
- IsAccess boolControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- IsInput boolOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- IsMeasured boolBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- IsMemory boolEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- IsSecure boolBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- IsSymmetric boolMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- IsTrusted boolPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- NumaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- PercentageOf intCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- AreVirtual boolInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- ConfigMap map[string]string
- Instance Platform Configuration Configuration Map for flexible setting input.
- IsAccess boolControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- IsInput boolOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- IsMeasured boolBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- IsMemory boolEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- IsSecure boolBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- IsSymmetric boolMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- IsTrusted boolPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- NumaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- PercentageOf intCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- areVirtual BooleanInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- configMap Map<String,String>
- Instance Platform Configuration Configuration Map for flexible setting input.
- isAccess BooleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- isInput BooleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured BooleanBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- isMemory BooleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure BooleanBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- isSymmetric BooleanMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- isTrusted BooleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numaNodes StringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf IntegerCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
- areVirtual booleanInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- configMap {[key: string]: string}
- Instance Platform Configuration Configuration Map for flexible setting input.
- isAccess booleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- isInput booleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured booleanBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- isMemory booleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure booleanBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- isSymmetric booleanMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- isTrusted booleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf numberCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type string
- The type of action to run when the instance is interrupted for eviction.
- are_virtual_ boolinstructions_ enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config_map Mapping[str, str]
- Instance Platform Configuration Configuration Map for flexible setting input.
- is_access_ boolcontrol_ service_ enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is_input_ booloutput_ memory_ management_ unit_ enabled 
- Whether the input-output memory management unit is enabled.
- is_measured_ boolboot_ enabled 
- Whether the Measured Boot feature is enabled on the instance.
- is_memory_ boolencryption_ enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- is_secure_ boolboot_ enabled 
- Whether Secure Boot is enabled on the instance.
- is_symmetric_ boolmulti_ threading_ enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is_trusted_ boolplatform_ module_ enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa_nodes_ strper_ socket 
- The number of NUMA nodes per socket (NPS).
- percentage_of_ intcores_ enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type str
- The type of action to run when the instance is interrupted for eviction.
- areVirtual BooleanInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- configMap Map<String>
- Instance Platform Configuration Configuration Map for flexible setting input.
- isAccess BooleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- isInput BooleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured BooleanBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- isMemory BooleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure BooleanBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- isSymmetric BooleanMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- isTrusted BooleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numaNodes StringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf NumberCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig           
- PreemptionActions List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action> 
- The action to run when the preemptible instance is interrupted for eviction.
- PreemptionActions []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action 
- The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action> 
- The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action[] 
- The action to run when the preemptible instance is interrupted for eviction.
- preemption_actions Sequence[GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action] 
- The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions List<Property Map>
- The action to run when the preemptible instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction             
- PreserveBoot boolVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- PreserveBoot boolVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- preserveBoot BooleanVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- preserveBoot booleanVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- preserve_boot_ boolvolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- preserveBoot BooleanVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig          
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- MemoryIn doubleGbs 
- The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus double
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- MemoryIn float64Gbs 
- The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus float64
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memoryIn DoubleGbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Double
- The total number of OCPUs available to the instance.
- vcpus Integer
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memoryIn numberGbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the instance.
- vcpus number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_ocpu_ strutilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memory_in_ floatgbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus float
- The total number of OCPUs available to the instance.
- vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memoryIn NumberGbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the instance.
- vcpus Number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail          
- BootVolume stringId 
- The OCID of the boot volume used to boot the instance.
- BootVolume stringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- BootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- ImageId string
- The OCID of the image used to boot the instance.
- InstanceSource List<GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail> 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- BootVolume stringId 
- The OCID of the boot volume used to boot the instance.
- BootVolume stringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- BootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- ImageId string
- The OCID of the image used to boot the instance.
- InstanceSource []GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume StringId 
- The OCID of the boot volume used to boot the instance.
- bootVolume StringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- bootVolume StringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- imageId String
- The OCID of the image used to boot the instance.
- instanceSource List<GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail> 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sourceType String
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume stringId 
- The OCID of the boot volume used to boot the instance.
- bootVolume stringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- bootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- imageId string
- The OCID of the image used to boot the instance.
- instanceSource GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail[] 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- boot_volume_ strid 
- The OCID of the boot volume used to boot the instance.
- boot_volume_ strsize_ in_ gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot_volume_ strvpus_ per_ gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image_id str
- The OCID of the image used to boot the instance.
- instance_source_ Sequence[Getimage_ filter_ details Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail] 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- source_type str
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume StringId 
- The OCID of the boot volume used to boot the instance.
- bootVolume StringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- bootVolume StringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- imageId String
- The OCID of the image used to boot the instance.
- instanceSource List<Property Map>Image Filter Details 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sourceType String
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail               
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- OperatingSystem string
- The image's operating system. Example: Oracle Linux
- OperatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- OperatingSystem string
- The image's operating system. Example: Oracle Linux
- OperatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem String
- The image's operating system. Example: Oracle Linux
- operatingSystem StringVersion 
- The image's operating system version. Example: 7.2
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem string
- The image's operating system. Example: Oracle Linux
- operatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_system str
- The image's operating system. Example: Oracle Linux
- operating_system_ strversion 
- The image's operating system version. Example: 7.2
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem String
- The image's operating system. Example: Oracle Linux
- operatingSystem StringVersion 
- The image's operating system version. Example: 7.2
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption       
- BlockVolumes List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume> 
- Block volume parameters.
- LaunchDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail> 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- SecondaryVnics List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic> 
- Secondary VNIC parameters.
- BlockVolumes []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume 
- Block volume parameters.
- LaunchDetails []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- SecondaryVnics []GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic 
- Secondary VNIC parameters.
- blockVolumes List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume> 
- Block volume parameters.
- launchDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail> 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- secondaryVnics List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic> 
- Secondary VNIC parameters.
- blockVolumes GetInstance Configurations Instance Configuration Instance Detail Option Block Volume[] 
- Block volume parameters.
- launchDetails GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail[] 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- secondaryVnics GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic[] 
- Secondary VNIC parameters.
- block_volumes Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Block Volume] 
- Block volume parameters.
- launch_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail] 
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- secondary_vnics Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic] 
- Secondary VNIC parameters.
- blockVolumes List<Property Map>
- Block volume parameters.
- launchDetails List<Property Map>
- Instance launch details for creating an instance from an instance configuration. Use the sourceDetailsparameter to specify whether a boot volume or an image should be used to launch a new instance.
- secondaryVnics List<Property Map>
- Secondary VNIC parameters.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume         
- AttachDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail> 
- Volume attachmentDetails. Please see AttachVolumeDetails
- CreateDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail> 
- Creates a new block volume. Please see CreateVolumeDetails
- VolumeId string
- The OCID of the volume.
- AttachDetails []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail 
- Volume attachmentDetails. Please see AttachVolumeDetails
- CreateDetails []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail 
- Creates a new block volume. Please see CreateVolumeDetails
- VolumeId string
- The OCID of the volume.
- attachDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail> 
- Volume attachmentDetails. Please see AttachVolumeDetails
- createDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail> 
- Creates a new block volume. Please see CreateVolumeDetails
- volumeId String
- The OCID of the volume.
- attachDetails GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail[] 
- Volume attachmentDetails. Please see AttachVolumeDetails
- createDetails GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail[] 
- Creates a new block volume. Please see CreateVolumeDetails
- volumeId string
- The OCID of the volume.
- attach_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail] 
- Volume attachmentDetails. Please see AttachVolumeDetails
- create_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail] 
- Creates a new block volume. Please see CreateVolumeDetails
- volume_id str
- The OCID of the volume.
- attachDetails List<Property Map>
- Volume attachmentDetails. Please see AttachVolumeDetails
- createDetails List<Property Map>
- Creates a new block volume. Please see CreateVolumeDetails
- volumeId String
- The OCID of the volume.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail           
- Device string
- The device name.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- IsRead boolOnly 
- Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- UseChap bool
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- Device string
- The device name.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- IsRead boolOnly 
- Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- UseChap bool
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- isRead BooleanOnly 
- Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- useChap Boolean
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device string
- The device name.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- isRead booleanOnly 
- Whether the attachment should be created in read-only mode.
- boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- useChap boolean
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device str
- The device name.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- is_read_ boolonly 
- Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- use_chap bool
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- isRead BooleanOnly 
- Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- useChap Boolean
- Whether to use CHAP authentication for the volume attachment. Defaults to false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail           
- AutotunePolicies List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy> 
- The list of autotune policies enabled for this volume.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- BackupPolicy stringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- BlockVolume List<GetReplicas Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica> 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- IsAuto boolTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SizeIn stringGbs 
- The size of the volume in GBs.
- SourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail> 
- VpusPer stringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- XrcKms stringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- AutotunePolicies []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy 
- The list of autotune policies enabled for this volume.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- BackupPolicy stringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- BlockVolume []GetReplicas Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- IsAuto boolTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SizeIn stringGbs 
- The size of the volume in GBs.
- SourceDetails []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail 
- VpusPer stringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- XrcKms stringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotunePolicies List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy> 
- The list of autotune policies enabled for this volume.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backupPolicy StringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- blockVolume List<GetReplicas Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica> 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- isAuto BooleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sizeIn StringGbs 
- The size of the volume in GBs.
- sourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail> 
- vpusPer StringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrcKms StringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotunePolicies GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy[] 
- The list of autotune policies enabled for this volume.
- availabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backupPolicy stringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- blockVolume GetReplicas Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica[] 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- isAuto booleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sizeIn stringGbs 
- The size of the volume in GBs.
- sourceDetails GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail[] 
- vpusPer stringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrcKms stringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune_policies Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy] 
- The list of autotune policies enabled for this volume.
- availability_domain str
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backup_policy_ strid 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block_volume_ Sequence[Getreplicas Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica] 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the instance.
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- is_auto_ booltune_ enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- size_in_ strgbs 
- The size of the volume in GBs.
- source_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail] 
- vpus_per_ strgb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc_kms_ strkey_ id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotunePolicies List<Property Map>
- The list of autotune policies enabled for this volume.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- backupPolicy StringId 
- If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- blockVolume List<Property Map>Replicas 
- The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- isAuto BooleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicyinstead to enable the volume for detached autotune.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sizeIn StringGbs 
- The size of the volume in GBs.
- sourceDetails List<Property Map>
- vpusPer StringGb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrcKms StringKey Id 
- The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy             
- AutotuneType string
- This specifies the type of autotunes supported by OCI.
- MaxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- AutotuneType string
- This specifies the type of autotunes supported by OCI.
- MaxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType String
- This specifies the type of autotunes supported by OCI.
- maxVpus StringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType string
- This specifies the type of autotunes supported by OCI.
- maxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_type str
- This specifies the type of autotunes supported by OCI.
- max_vpus_ strper_ gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType String
- This specifies the type of autotunes supported by OCI.
- maxVpus StringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica              
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_domain str
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail             
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail         
- AgentConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config> 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- AvailabilityConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config> 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- CapacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- CreateVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- ExtendedMetadata Dictionary<string, string>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- FaultDomain string
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- InstanceOptions List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option> 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- IpxeScript string
- This is an advanced option.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- LaunchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- LaunchOptions List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option> 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- LicensingConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config> 
- List of licensing configurations associated with target launch values.
- Metadata Dictionary<string, string>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- PlatformConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config> 
- The platform configuration requested for the instance.
- PreemptibleInstance List<GetConfigs Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config> 
- Configuration options for preemptible instances.
- PreferredMaintenance stringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- SecurityAttributes Dictionary<string, string>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- ShapeConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config> 
- The shape configuration requested for the instance.
- SourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail> 
- AgentConfigs []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- AvailabilityConfigs []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- AvailabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- CapacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment.
- CreateVnic []GetDetails Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- ExtendedMetadata map[string]string
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- FaultDomain string
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- map[string]string
- 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. Example: {"Department": "Finance"}
- InstanceOptions []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- IpxeScript string
- This is an advanced option.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- LaunchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- LaunchOptions []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- LicensingConfigs []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config 
- List of licensing configurations associated with target launch values.
- Metadata map[string]string
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- PlatformConfigs []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config 
- The platform configuration requested for the instance.
- PreemptibleInstance []GetConfigs Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config 
- Configuration options for preemptible instances.
- PreferredMaintenance stringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- SecurityAttributes map[string]string
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- ShapeConfigs []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config 
- The shape configuration requested for the instance.
- SourceDetails []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail 
- agentConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config> 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availabilityConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config> 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacityReservation StringId 
- The OCID of the compute capacity reservation this instance is launched under.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- createVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicatedVm StringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata Map<String,String>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain String
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- instanceOptions List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option> 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxeScript String
- This is an advanced option.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launchMode String
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option> 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensingConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config> 
- List of licensing configurations associated with target launch values.
- metadata Map<String,String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platformConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config> 
- The platform configuration requested for the instance.
- preemptibleInstance List<GetConfigs Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config> 
- Configuration options for preemptible instances.
- preferredMaintenance StringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- securityAttributes Map<String,String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shapeConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config> 
- The shape configuration requested for the instance.
- sourceDetails List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail> 
- agentConfigs GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config[] 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availabilityConfigs GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config[] 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain string
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId string
- The OCID of the compartment.
- createVnic GetDetails Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail[] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata {[key: string]: string}
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain string
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- instanceOptions GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option[] 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxeScript string
- This is an advanced option.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option[] 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensingConfigs GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config[] 
- List of licensing configurations associated with target launch values.
- metadata {[key: string]: string}
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platformConfigs GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config[] 
- The platform configuration requested for the instance.
- preemptibleInstance GetConfigs Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config[] 
- Configuration options for preemptible instances.
- preferredMaintenance stringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- securityAttributes {[key: string]: string}
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shapeConfigs GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config[] 
- The shape configuration requested for the instance.
- sourceDetails GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail[] 
- agent_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config] 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availability_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config] 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_domain str
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacity_reservation_ strid 
- The OCID of the compute capacity reservation this instance is launched under.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the instance.
- compartment_id str
- The OCID of the compartment.
- create_vnic_ Sequence[Getdetails Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated_vm_ strhost_ id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_metadata Mapping[str, str]
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- fault_domain str
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- instance_options Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option] 
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe_script str
- This is an advanced option.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launch_mode str
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launch_options Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option] 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config] 
- List of licensing configurations associated with target launch values.
- metadata Mapping[str, str]
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config] 
- The platform configuration requested for the instance.
- preemptible_instance_ Sequence[Getconfigs Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config] 
- Configuration options for preemptible instances.
- preferred_maintenance_ straction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- security_attributes Mapping[str, str]
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape str
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config] 
- The shape configuration requested for the instance.
- source_details Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail] 
- agentConfigs List<Property Map>
- Configuration options for the Oracle Cloud Agent software running on the instance.
- availabilityConfigs List<Property Map>
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain String
- The availability domain of the instance. Example: Uocm:PHX-AD-1
- capacityReservation StringId 
- The OCID of the compute capacity reservation this instance is launched under.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment.
- createVnic List<Property Map>Details 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicatedVm StringHost Id 
- The OCID of the dedicated virtual machine host to place the instance on.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata Map<String>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain String
- A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String>
- 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. Example: {"Department": "Finance"}
- instanceOptions List<Property Map>
- Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxeScript String
- This is an advanced option.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- launchMode String
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions List<Property Map>
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensingConfigs List<Property Map>
- List of licensing configurations associated with target launch values.
- metadata Map<String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platformConfigs List<Property Map>
- The platform configuration requested for the instance.
- preemptibleInstance List<Property Map>Configs 
- Configuration options for preemptible instances.
- preferredMaintenance StringAction 
- The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.- LIVE_MIGRATE- Run maintenance using a live migration.
- REBOOT- Run maintenance using a reboot.
 
- securityAttributes Map<String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shapeConfigs List<Property Map>
- The shape configuration requested for the instance.
- sourceDetails List<Property Map>
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig           
- AreAll boolPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- IsManagement boolDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- IsMonitoring boolDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- PluginsConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config> 
- The configuration of plugins associated with this instance.
- AreAll boolPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- IsManagement boolDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- IsMonitoring boolDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- PluginsConfigs []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config 
- The configuration of plugins associated with this instance.
- areAll BooleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- isManagement BooleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- isMonitoring BooleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- pluginsConfigs List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config> 
- The configuration of plugins associated with this instance.
- areAll booleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- isManagement booleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- isMonitoring booleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- pluginsConfigs GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config[] 
- The configuration of plugins associated with this instance.
- are_all_ boolplugins_ disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is_management_ booldisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is_monitoring_ booldisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins_configs Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config] 
- The configuration of plugins associated with this instance.
- areAll BooleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- isManagement BooleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- isMonitoring BooleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- pluginsConfigs List<Property Map>
- The configuration of plugins associated with this instance.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig             
- DesiredState string
- Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- DesiredState string
- Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState String
- Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState string
- Whether the plugin should be enabled or disabled.
- name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_state str
- Whether the plugin should be enabled or disabled.
- name str
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState String
- Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig           
- IsLive boolMigration 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.
- RecoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- IsLive boolMigration 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.
- RecoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive BooleanMigration 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.
- recoveryAction String
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive booleanMigration 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.
- recoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- is_live_ boolmigration_ 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.
- recovery_action str
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive BooleanMigration 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.
- recoveryAction String
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- 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.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail            
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds List<string>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes Dictionary<string, string>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet []GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds []string
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes map[string]string
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String,String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate booleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic booleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds string[]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes {[key: string]: string}
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource booleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assign_ipv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assign_private_ booldns_ record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assign_public_ boolip 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- hostname_label str
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_ids Sequence[str]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_ip str
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- security_attributes Mapping[str, str]
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_source_ booldest_ check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnet_id str
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail                 
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_cidr str
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption           
- AreLegacy boolImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- AreLegacy boolImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy BooleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy booleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_legacy_ boolimds_ endpoints_ disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy BooleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption           
- BootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- IsConsistent boolVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- NetworkType string
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- RemoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- BootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- IsConsistent boolVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- NetworkType string
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- RemoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume StringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent BooleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- networkType String
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remoteData StringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent booleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- networkType string
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- boot_volume_ strtype 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware str
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- is_consistent_ boolvolume_ naming_ enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- network_type str
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remote_data_ strvolume_ type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume StringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent BooleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin InstanceConfigurationLaunchInstanceDetails.
- networkType String
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remoteData StringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig           
- LicenseType string
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- Type string
- The type of action to run when the instance is interrupted for eviction.
- LicenseType string
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- Type string
- The type of action to run when the instance is interrupted for eviction.
- licenseType String
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type String
- The type of action to run when the instance is interrupted for eviction.
- licenseType string
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type string
- The type of action to run when the instance is interrupted for eviction.
- license_type str
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type str
- The type of action to run when the instance is interrupted for eviction.
- licenseType String
- License Type for the OS license.- OCI_PROVIDED- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
- BRING_YOUR_OWN_LICENSE- Bring your own license.
 
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig           
- AreVirtual boolInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- IsAccess boolControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- IsInput boolOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- IsMeasured boolBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- IsMemory boolEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- IsSecure boolBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- IsSymmetric boolMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- IsTrusted boolPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- NumaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- PercentageOf intCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- AreVirtual boolInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- IsAccess boolControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- IsInput boolOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- IsMeasured boolBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- IsMemory boolEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- IsSecure boolBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- IsSymmetric boolMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- IsTrusted boolPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- NumaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- PercentageOf intCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- areVirtual BooleanInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- isAccess BooleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- isInput BooleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured BooleanBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- isMemory BooleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure BooleanBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- isSymmetric BooleanMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- isTrusted BooleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numaNodes StringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf IntegerCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
- areVirtual booleanInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- isAccess booleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- isInput booleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured booleanBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- isMemory booleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure booleanBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- isSymmetric booleanMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- isTrusted booleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf numberCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type string
- The type of action to run when the instance is interrupted for eviction.
- are_virtual_ boolinstructions_ enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is_access_ boolcontrol_ service_ enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is_input_ booloutput_ memory_ management_ unit_ enabled 
- Whether the input-output memory management unit is enabled.
- is_measured_ boolboot_ enabled 
- Whether the Measured Boot feature is enabled on the instance.
- is_memory_ boolencryption_ enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- is_secure_ boolboot_ enabled 
- Whether Secure Boot is enabled on the instance.
- is_symmetric_ boolmulti_ threading_ enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is_trusted_ boolplatform_ module_ enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa_nodes_ strper_ socket 
- The number of NUMA nodes per socket (NPS).
- percentage_of_ intcores_ enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type str
- The type of action to run when the instance is interrupted for eviction.
- areVirtual BooleanInstructions Enabled 
- Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- isAccess BooleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- isInput BooleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured BooleanBoot Enabled 
- Whether the Measured Boot feature is enabled on the instance.
- isMemory BooleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure BooleanBoot Enabled 
- Whether Secure Boot is enabled on the instance.
- isSymmetric BooleanMulti Threading Enabled 
- Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- isTrusted BooleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numaNodes StringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf NumberCores Enabled 
- The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig            
- PreemptionActions List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action> 
- The action to run when the preemptible instance is interrupted for eviction.
- PreemptionActions []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action 
- The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action> 
- The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action[] 
- The action to run when the preemptible instance is interrupted for eviction.
- preemption_actions Sequence[GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action] 
- The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions List<Property Map>
- The action to run when the preemptible instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction              
- PreserveBoot boolVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- PreserveBoot boolVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- preserveBoot BooleanVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- preserveBoot booleanVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- preserve_boot_ boolvolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- preserveBoot BooleanVolume 
- Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig           
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- MemoryIn doubleGbs 
- The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus double
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- MemoryIn float64Gbs 
- The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus float64
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memoryIn DoubleGbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Double
- The total number of OCPUs available to the instance.
- vcpus Integer
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memoryIn numberGbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the instance.
- vcpus number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_ocpu_ strutilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memory_in_ floatgbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus float
- The total number of OCPUs available to the instance.
- vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- memoryIn NumberGbs 
- The total amount of memory available to the instance, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the instance.
- vcpus Number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail           
- BootVolume stringId 
- The OCID of the boot volume used to boot the instance.
- BootVolume stringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- BootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- ImageId string
- The OCID of the image used to boot the instance.
- InstanceSource List<GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail> 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- BootVolume stringId 
- The OCID of the boot volume used to boot the instance.
- BootVolume stringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- BootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- ImageId string
- The OCID of the image used to boot the instance.
- InstanceSource []GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- SourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume StringId 
- The OCID of the boot volume used to boot the instance.
- bootVolume StringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- bootVolume StringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- imageId String
- The OCID of the image used to boot the instance.
- instanceSource List<GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail> 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sourceType String
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume stringId 
- The OCID of the boot volume used to boot the instance.
- bootVolume stringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- bootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- imageId string
- The OCID of the image used to boot the instance.
- instanceSource GetImage Filter Details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail[] 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- boot_volume_ strid 
- The OCID of the boot volume used to boot the instance.
- boot_volume_ strsize_ in_ gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot_volume_ strvpus_ per_ gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image_id str
- The OCID of the image used to boot the instance.
- instance_source_ Sequence[Getimage_ filter_ details Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail] 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- source_type str
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume StringId 
- The OCID of the boot volume used to boot the instance.
- bootVolume StringSize In Gbs 
- The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- bootVolume StringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- imageId String
- The OCID of the image used to boot the instance.
- instanceSource List<Property Map>Image Filter Details 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the volume.
- sourceType String
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail                
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- OperatingSystem string
- The image's operating system. Example: Oracle Linux
- OperatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- OperatingSystem string
- The image's operating system. Example: Oracle Linux
- OperatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem String
- The image's operating system. Example: Oracle Linux
- operatingSystem StringVersion 
- The image's operating system version. Example: 7.2
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem string
- The image's operating system. Example: Oracle Linux
- operatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_system str
- The image's operating system. Example: Oracle Linux
- operating_system_ strversion 
- The image's operating system version. Example: 7.2
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem String
- The image's operating system. Example: Oracle Linux
- operatingSystem StringVersion 
- The image's operating system version. Example: 7.2
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic         
- CreateVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- NicIndex int
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- CreateVnic []GetDetails Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- NicIndex int
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- createVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nicIndex Integer
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- createVnic GetDetails Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail[] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nicIndex number
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create_vnic_ Sequence[Getdetails Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic_index int
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- createVnic List<Property Map>Details 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nicIndex Number
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail            
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds List<string>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes Dictionary<string, string>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet []GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds []string
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes map[string]string
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String,String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate booleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic booleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds string[]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes {[key: string]: string}
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource booleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assign_ipv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assign_private_ booldns_ record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assign_public_ boolip 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- hostname_label str
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_ids Sequence[str]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_ip str
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- security_attributes Mapping[str, str]
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_source_ booldest_ check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnet_id str
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail                 
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_cidr str
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic        
- CreateVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- NicIndex int
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- CreateVnic []GetDetails Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- NicIndex int
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- createVnic List<GetDetails Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail> 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nicIndex Integer
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- createVnic GetDetails Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail[] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nicIndex number
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create_vnic_ Sequence[Getdetails Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail] 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic_index int
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- createVnic List<Property Map>Details 
- Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nicIndex Number
- Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail           
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds List<string>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes Dictionary<string, string>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- AssignIpv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- AssignPrivate boolDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- AssignPublic boolIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- 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. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- Ipv6addressIpv6subnet []GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- NsgIds []string
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- PrivateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- SecurityAttributes map[string]string
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- SkipSource boolDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- SubnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String,String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate booleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic booleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet GetCidr Pair Details Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds string[]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp string
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes {[key: string]: string}
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource booleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId string
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assign_ipv6ip bool
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assign_private_ booldns_ record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assign_public_ boolip 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- hostname_label str
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_ids Sequence[str]
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_ip str
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- security_attributes Mapping[str, str]
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_source_ booldest_ check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnet_id str
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
- assignIpv6ip Boolean
- Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr) of your choice to assign the IPv6 address from. Ifipv6SubnetCidris not provided then an IPv6 prefix is chosen for you.
- assignPrivate BooleanDns Record 
- Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecordattribute of CreateVnicDetails for more information.
- assignPublic BooleanIp 
- Whether the VNIC should be assigned a public IP address. See the assignPublicIpattribute of CreateVnicDetails for more information.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- 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. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the VNIC's primary private IP. See the hostnameLabelattribute of CreateVnicDetails for more information.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsgIds List<String>
- A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- privateIp String
- A private IP address of your choice to assign to the VNIC. See the privateIpattribute of CreateVnicDetails for more information.
- securityAttributes Map<String>
- Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skipSource BooleanDest Check 
- Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheckattribute of CreateVnicDetails for more information.
- subnetId String
- The OCID of the subnet to create the VNIC in. See the subnetIdattribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail                
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr string
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_cidr str
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnetCidr String
- Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.