1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getInstanceConfiguration
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

oci.Core.getInstanceConfiguration

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi

    This data source provides details about a specific Instance Configuration resource in Oracle Cloud Infrastructure Core service.

    Gets the specified instance configuration

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testInstanceConfiguration = oci.Core.getInstanceConfiguration({
        instanceConfigurationId: oci_core_instance_configuration.test_instance_configuration.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_instance_configuration = oci.Core.get_instance_configuration(instance_configuration_id=oci_core_instance_configuration["test_instance_configuration"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Core.GetInstanceConfiguration(ctx, &core.GetInstanceConfigurationArgs{
    			InstanceConfigurationId: oci_core_instance_configuration.Test_instance_configuration.Id,
    		}, 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 testInstanceConfiguration = Oci.Core.GetInstanceConfiguration.Invoke(new()
        {
            InstanceConfigurationId = oci_core_instance_configuration.Test_instance_configuration.Id,
        });
    
    });
    
    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.GetInstanceConfigurationArgs;
    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 testInstanceConfiguration = CoreFunctions.getInstanceConfiguration(GetInstanceConfigurationArgs.builder()
                .instanceConfigurationId(oci_core_instance_configuration.test_instance_configuration().id())
                .build());
    
        }
    }
    
    variables:
      testInstanceConfiguration:
        fn::invoke:
          Function: oci:Core:getInstanceConfiguration
          Arguments:
            instanceConfigurationId: ${oci_core_instance_configuration.test_instance_configuration.id}
    

    Using getInstanceConfiguration

    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 getInstanceConfiguration(args: GetInstanceConfigurationArgs, opts?: InvokeOptions): Promise<GetInstanceConfigurationResult>
    function getInstanceConfigurationOutput(args: GetInstanceConfigurationOutputArgs, opts?: InvokeOptions): Output<GetInstanceConfigurationResult>
    def get_instance_configuration(instance_configuration_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetInstanceConfigurationResult
    def get_instance_configuration_output(instance_configuration_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetInstanceConfigurationResult]
    func GetInstanceConfiguration(ctx *Context, args *GetInstanceConfigurationArgs, opts ...InvokeOption) (*GetInstanceConfigurationResult, error)
    func GetInstanceConfigurationOutput(ctx *Context, args *GetInstanceConfigurationOutputArgs, opts ...InvokeOption) GetInstanceConfigurationResultOutput

    > Note: This function is named GetInstanceConfiguration in the Go SDK.

    public static class GetInstanceConfiguration 
    {
        public static Task<GetInstanceConfigurationResult> InvokeAsync(GetInstanceConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetInstanceConfigurationResult> Invoke(GetInstanceConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstanceConfigurationResult> getInstanceConfiguration(GetInstanceConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Core/getInstanceConfiguration:getInstanceConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceConfigurationId string
    The OCID of the instance configuration.
    InstanceConfigurationId string
    The OCID of the instance configuration.
    instanceConfigurationId String
    The OCID of the instance configuration.
    instanceConfigurationId string
    The OCID of the instance configuration.
    instance_configuration_id str
    The OCID of the instance configuration.
    instanceConfigurationId String
    The OCID of the instance configuration.

    getInstanceConfiguration Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment containing images to search
    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.
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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.
    InstanceConfigurationId string
    InstanceDetails List<GetInstanceConfigurationInstanceDetail>
    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 containing images to search
    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.
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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.
    InstanceConfigurationId string
    InstanceDetails []GetInstanceConfigurationInstanceDetail
    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 containing images to search
    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.
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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.
    instanceConfigurationId String
    instanceDetails List<GetInstanceConfigurationInstanceDetail>
    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 containing images to search
    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.
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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.
    instanceConfigurationId string
    instanceDetails GetInstanceConfigurationInstanceDetail[]
    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 containing images to search
    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.
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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_configuration_id str
    instance_details GetInstanceConfigurationInstanceDetail]
    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 containing images to search
    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.
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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.
    instanceConfigurationId String
    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

    Supporting Types

    GetInstanceConfigurationInstanceDetail

    BlockVolumes List<GetInstanceConfigurationInstanceDetailBlockVolume>
    Block volume parameters.
    InstanceType string
    The type of instance details. Supported instanceType is compute
    LaunchDetails List<GetInstanceConfigurationInstanceDetailLaunchDetail>
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    Options List<GetInstanceConfigurationInstanceDetailOption>
    Multiple Compute Instance Configuration instance details.
    SecondaryVnics List<GetInstanceConfigurationInstanceDetailSecondaryVnic>
    Secondary VNIC parameters.
    BlockVolumes []GetInstanceConfigurationInstanceDetailBlockVolume
    Block volume parameters.
    InstanceType string
    The type of instance details. Supported instanceType is compute
    LaunchDetails []GetInstanceConfigurationInstanceDetailLaunchDetail
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    Options []GetInstanceConfigurationInstanceDetailOption
    Multiple Compute Instance Configuration instance details.
    SecondaryVnics []GetInstanceConfigurationInstanceDetailSecondaryVnic
    Secondary VNIC parameters.
    blockVolumes List<GetInstanceConfigurationInstanceDetailBlockVolume>
    Block volume parameters.
    instanceType String
    The type of instance details. Supported instanceType is compute
    launchDetails List<GetInstanceConfigurationInstanceDetailLaunchDetail>
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    options List<GetInstanceConfigurationInstanceDetailOption>
    Multiple Compute Instance Configuration instance details.
    secondaryVnics List<GetInstanceConfigurationInstanceDetailSecondaryVnic>
    Secondary VNIC parameters.
    blockVolumes GetInstanceConfigurationInstanceDetailBlockVolume[]
    Block volume parameters.
    instanceType string
    The type of instance details. Supported instanceType is compute
    launchDetails GetInstanceConfigurationInstanceDetailLaunchDetail[]
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    options GetInstanceConfigurationInstanceDetailOption[]
    Multiple Compute Instance Configuration instance details.
    secondaryVnics GetInstanceConfigurationInstanceDetailSecondaryVnic[]
    Secondary VNIC parameters.
    block_volumes GetInstanceConfigurationInstanceDetailBlockVolume]
    Block volume parameters.
    instance_type str
    The type of instance details. Supported instanceType is compute
    launch_details GetInstanceConfigurationInstanceDetailLaunchDetail]
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    options GetInstanceConfigurationInstanceDetailOption]
    Multiple Compute Instance Configuration instance details.
    secondary_vnics GetInstanceConfigurationInstanceDetailSecondaryVnic]
    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 sourceDetails parameter 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.

    GetInstanceConfigurationInstanceDetailBlockVolume

    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.

    GetInstanceConfigurationInstanceDetailBlockVolumeAttachDetail

    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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    IsReadOnly bool
    Whether the attachment should be created in read-only mode.
    IsShareable 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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    IsReadOnly bool
    Whether the attachment should be created in read-only mode.
    IsShareable 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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    isReadOnly Boolean
    Whether the attachment should be created in read-only mode.
    isShareable 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.
    isPvEncryptionInTransitEnabled boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    isReadOnly boolean
    Whether the attachment should be created in read-only mode.
    isShareable 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_encryption_in_transit_enabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    is_read_only bool
    Whether the attachment should be created in read-only mode.
    is_shareable 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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    isReadOnly Boolean
    Whether the attachment should be created in read-only mode.
    isShareable 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.

    GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetail

    AutotunePolicies List<GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy>
    The list of autotune policies enabled for this volume.
    AvailabilityDomain string
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    BackupPolicyId string
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    BlockVolumeReplicas List<GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica>
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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"}
    IsAutoTuneEnabled bool
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    KmsKeyId string
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    SizeInGbs string
    The size of the volume in GBs.
    SourceDetails List<GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail>
    VpusPerGb string
    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.
    AutotunePolicies []GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy
    The list of autotune policies enabled for this volume.
    AvailabilityDomain string
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    BackupPolicyId string
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    BlockVolumeReplicas []GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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"}
    IsAutoTuneEnabled bool
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    KmsKeyId string
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    SizeInGbs string
    The size of the volume in GBs.
    SourceDetails []GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail
    VpusPerGb string
    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.
    autotunePolicies List<GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy>
    The list of autotune policies enabled for this volume.
    availabilityDomain String
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    backupPolicyId String
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    blockVolumeReplicas List<GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica>
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartmentId String
    The OCID of the compartment containing images to search
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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"}
    isAutoTuneEnabled Boolean
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kmsKeyId String
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    sizeInGbs String
    The size of the volume in GBs.
    sourceDetails List<GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail>
    vpusPerGb String
    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.
    autotunePolicies GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy[]
    The list of autotune policies enabled for this volume.
    availabilityDomain string
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    backupPolicyId string
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    blockVolumeReplicas GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica[]
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartmentId string
    The OCID of the compartment containing images to search
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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"}
    isAutoTuneEnabled boolean
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kmsKeyId string
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    sizeInGbs string
    The size of the volume in GBs.
    sourceDetails GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail[]
    vpusPerGb string
    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.
    autotune_policies GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy]
    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_id str
    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_replicas GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica]
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartment_id str
    The OCID of the compartment containing images to search
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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_tune_enabled bool
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kms_key_id str
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    size_in_gbs str
    The size of the volume in GBs.
    source_details GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail]
    vpus_per_gb str
    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.
    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
    backupPolicyId String
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    blockVolumeReplicas List<Property Map>
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartmentId String
    The OCID of the compartment containing images to search
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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"}
    isAutoTuneEnabled Boolean
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kmsKeyId String
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    sizeInGbs String
    The size of the volume in GBs.
    sourceDetails List<Property Map>
    vpusPerGb String
    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.

    GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy

    AutotuneType string
    This specifies the type of autotunes supported by OCI.
    MaxVpusPerGb string
    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.
    MaxVpusPerGb string
    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.
    maxVpusPerGb String
    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.
    maxVpusPerGb string
    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_per_gb str
    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.
    maxVpusPerGb String
    This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.

    GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica

    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.

    GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail

    Id string
    The OCID of the volume backup.
    Type string
    The type of action to run when the instance is interrupted for eviction.
    Id string
    The OCID of the volume backup.
    Type string
    The type of action to run when the instance is interrupted for eviction.
    id String
    The OCID of the volume backup.
    type String
    The type of action to run when the instance is interrupted for eviction.
    id string
    The OCID of the volume backup.
    type string
    The type of action to run when the instance is interrupted for eviction.
    id str
    The OCID of the volume backup.
    type str
    The type of action to run when the instance is interrupted for eviction.
    id String
    The OCID of the volume backup.
    type String
    The type of action to run when the instance is interrupted for eviction.

    GetInstanceConfigurationInstanceDetailLaunchDetail

    AgentConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig>
    Configuration options for the Oracle Cloud Agent software running on the instance.
    AvailabilityConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig>
    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
    CapacityReservationId string
    The OCID of the compute capacity reservation this instance is launched under.
    CompartmentId string
    The OCID of the compartment containing images to search
    CreateVnicDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail>
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    DedicatedVmHostId string
    The OCID of the dedicated virtual machine host to place the instance on.
    DefinedTags Dictionary<string, object>
    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, object>
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    FreeformTags Dictionary<string, object>
    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<GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption>
    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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    LaunchMode string
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    LaunchOptions List<GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption>
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    Metadata Dictionary<string, object>
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    PlatformConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig>
    The platform configuration requested for the instance.
    PreemptibleInstanceConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig>
    Configuration options for preemptible instances.
    PreferredMaintenanceAction string
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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<GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig>
    The shape configuration requested for the instance.
    SourceDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail>
    AgentConfigs []GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig
    Configuration options for the Oracle Cloud Agent software running on the instance.
    AvailabilityConfigs []GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig
    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
    CapacityReservationId string
    The OCID of the compute capacity reservation this instance is launched under.
    CompartmentId string
    The OCID of the compartment containing images to search
    CreateVnicDetails []GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    DedicatedVmHostId string
    The OCID of the dedicated virtual machine host to place the instance on.
    DefinedTags map[string]interface{}
    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]interface{}
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    FreeformTags map[string]interface{}
    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 []GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption
    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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    LaunchMode string
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    LaunchOptions []GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    Metadata map[string]interface{}
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    PlatformConfigs []GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig
    The platform configuration requested for the instance.
    PreemptibleInstanceConfigs []GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig
    Configuration options for preemptible instances.
    PreferredMaintenanceAction string
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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 []GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig
    The shape configuration requested for the instance.
    SourceDetails []GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail
    agentConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig>
    Configuration options for the Oracle Cloud Agent software running on the instance.
    availabilityConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig>
    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
    capacityReservationId String
    The OCID of the compute capacity reservation this instance is launched under.
    compartmentId String
    The OCID of the compartment containing images to search
    createVnicDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail>
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicatedVmHostId String
    The OCID of the dedicated virtual machine host to place the instance on.
    definedTags Map<String,Object>
    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,Object>
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeformTags Map<String,Object>
    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<GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption>
    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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launchMode String
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launchOptions List<GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption>
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata Map<String,Object>
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    platformConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig>
    The platform configuration requested for the instance.
    preemptibleInstanceConfigs List<GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig>
    Configuration options for preemptible instances.
    preferredMaintenanceAction String
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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<GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig>
    The shape configuration requested for the instance.
    sourceDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail>
    agentConfigs GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig[]
    Configuration options for the Oracle Cloud Agent software running on the instance.
    availabilityConfigs GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig[]
    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
    capacityReservationId string
    The OCID of the compute capacity reservation this instance is launched under.
    compartmentId string
    The OCID of the compartment containing images to search
    createVnicDetails GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail[]
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicatedVmHostId string
    The OCID of the dedicated virtual machine host to place the instance on.
    definedTags {[key: string]: any}
    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]: any}
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeformTags {[key: string]: any}
    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 GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption[]
    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.
    isPvEncryptionInTransitEnabled boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launchMode string
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launchOptions GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption[]
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata {[key: string]: any}
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    platformConfigs GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig[]
    The platform configuration requested for the instance.
    preemptibleInstanceConfigs GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig[]
    Configuration options for preemptible instances.
    preferredMaintenanceAction string
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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 GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig[]
    The shape configuration requested for the instance.
    sourceDetails GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail[]
    agent_configs GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig]
    Configuration options for the Oracle Cloud Agent software running on the instance.
    availability_configs GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig]
    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_id str
    The OCID of the compute capacity reservation this instance is launched under.
    compartment_id str
    The OCID of the compartment containing images to search
    create_vnic_details GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail]
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicated_vm_host_id str
    The OCID of the dedicated virtual machine host to place the instance on.
    defined_tags Mapping[str, Any]
    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, Any]
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeform_tags Mapping[str, Any]
    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 GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption]
    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_encryption_in_transit_enabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launch_mode str
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launch_options GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption]
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata Mapping[str, Any]
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    platform_configs GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig]
    The platform configuration requested for the instance.
    preemptible_instance_configs GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig]
    Configuration options for preemptible instances.
    preferred_maintenance_action str
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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 GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig]
    The shape configuration requested for the instance.
    source_details GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail]
    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
    capacityReservationId String
    The OCID of the compute capacity reservation this instance is launched under.
    compartmentId String
    The OCID of the compartment containing images to search
    createVnicDetails List<Property Map>
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicatedVmHostId String
    The OCID of the dedicated virtual machine host to place the instance on.
    definedTags Map<Any>
    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<Any>
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeformTags Map<Any>
    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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launchMode String
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launchOptions List<Property Map>
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata Map<Any>
    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.
    preemptibleInstanceConfigs List<Property Map>
    Configuration options for preemptible instances.
    preferredMaintenanceAction String
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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>

    GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig

    AreAllPluginsDisabled bool
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    IsManagementDisabled bool
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    IsMonitoringDisabled bool
    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<GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig>
    The configuration of plugins associated with this instance.
    AreAllPluginsDisabled bool
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    IsManagementDisabled bool
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    IsMonitoringDisabled bool
    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 []GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig
    The configuration of plugins associated with this instance.
    areAllPluginsDisabled Boolean
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    isManagementDisabled Boolean
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    isMonitoringDisabled Boolean
    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<GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig>
    The configuration of plugins associated with this instance.
    areAllPluginsDisabled boolean
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    isManagementDisabled boolean
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    isMonitoringDisabled boolean
    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 GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig[]
    The configuration of plugins associated with this instance.
    are_all_plugins_disabled bool
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    is_management_disabled bool
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    is_monitoring_disabled bool
    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 GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig]
    The configuration of plugins associated with this instance.
    areAllPluginsDisabled Boolean
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    isManagementDisabled Boolean
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    isMonitoringDisabled Boolean
    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig

    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig

    IsLiveMigrationPreferred bool
    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.
    IsLiveMigrationPreferred bool
    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.
    isLiveMigrationPreferred Boolean
    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.
    isLiveMigrationPreferred boolean
    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.
    is_live_migration_preferred bool
    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.
    isLiveMigrationPreferred Boolean
    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail

    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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails []GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assign_private_dns_record bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assign_public_ip bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6address_ipv6subnet_cidr_pair_details GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
    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 privateIp attribute of CreateVnicDetails for more information.
    skip_source_dest_check bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnet_id str
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

    GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption

    AreLegacyImdsEndpointsDisabled bool
    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.
    AreLegacyImdsEndpointsDisabled bool
    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.
    areLegacyImdsEndpointsDisabled Boolean
    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.
    areLegacyImdsEndpointsDisabled boolean
    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_imds_endpoints_disabled bool
    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.
    areLegacyImdsEndpointsDisabled Boolean
    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption

    BootVolumeType string
    Emulation type for the boot volume.
    Firmware string
    Firmware used to boot VM. Select the option that matches your operating system.
    IsConsistentVolumeNamingEnabled bool
    Whether to enable consistent volume naming feature. Defaults to false.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    NetworkType string
    Emulation type for the physical network interface card (NIC).
    RemoteDataVolumeType string
    Emulation type for volume.
    BootVolumeType string
    Emulation type for the boot volume.
    Firmware string
    Firmware used to boot VM. Select the option that matches your operating system.
    IsConsistentVolumeNamingEnabled bool
    Whether to enable consistent volume naming feature. Defaults to false.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    NetworkType string
    Emulation type for the physical network interface card (NIC).
    RemoteDataVolumeType string
    Emulation type for volume.
    bootVolumeType String
    Emulation type for the boot volume.
    firmware String
    Firmware used to boot VM. Select the option that matches your operating system.
    isConsistentVolumeNamingEnabled Boolean
    Whether to enable consistent volume naming feature. Defaults to false.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    networkType String
    Emulation type for the physical network interface card (NIC).
    remoteDataVolumeType String
    Emulation type for volume.
    bootVolumeType string
    Emulation type for the boot volume.
    firmware string
    Firmware used to boot VM. Select the option that matches your operating system.
    isConsistentVolumeNamingEnabled boolean
    Whether to enable consistent volume naming feature. Defaults to false.
    isPvEncryptionInTransitEnabled boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    networkType string
    Emulation type for the physical network interface card (NIC).
    remoteDataVolumeType string
    Emulation type for volume.
    boot_volume_type str
    Emulation type for the boot volume.
    firmware str
    Firmware used to boot VM. Select the option that matches your operating system.
    is_consistent_volume_naming_enabled bool
    Whether to enable consistent volume naming feature. Defaults to false.
    is_pv_encryption_in_transit_enabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    network_type str
    Emulation type for the physical network interface card (NIC).
    remote_data_volume_type str
    Emulation type for volume.
    bootVolumeType String
    Emulation type for the boot volume.
    firmware String
    Firmware used to boot VM. Select the option that matches your operating system.
    isConsistentVolumeNamingEnabled Boolean
    Whether to enable consistent volume naming feature. Defaults to false.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    networkType String
    Emulation type for the physical network interface card (NIC).
    remoteDataVolumeType String
    Emulation type for volume.

    GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig

    AreVirtualInstructionsEnabled bool
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    ConfigMap Dictionary<string, object>
    Instance Platform Configuration Configuration Map for flexible setting input.
    IsAccessControlServiceEnabled bool
    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.
    IsInputOutputMemoryManagementUnitEnabled bool
    Whether the input-output memory management unit is enabled.
    IsMeasuredBootEnabled bool
    Whether the Measured Boot feature is enabled on the instance.
    IsMemoryEncryptionEnabled bool
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    IsSecureBootEnabled bool
    Whether Secure Boot is enabled on the instance.
    IsSymmetricMultiThreadingEnabled bool
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    IsTrustedPlatformModuleEnabled bool
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    NumaNodesPerSocket string
    The number of NUMA nodes per socket (NPS).
    PercentageOfCoresEnabled int
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    AreVirtualInstructionsEnabled bool
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    ConfigMap map[string]interface{}
    Instance Platform Configuration Configuration Map for flexible setting input.
    IsAccessControlServiceEnabled bool
    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.
    IsInputOutputMemoryManagementUnitEnabled bool
    Whether the input-output memory management unit is enabled.
    IsMeasuredBootEnabled bool
    Whether the Measured Boot feature is enabled on the instance.
    IsMemoryEncryptionEnabled bool
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    IsSecureBootEnabled bool
    Whether Secure Boot is enabled on the instance.
    IsSymmetricMultiThreadingEnabled bool
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    IsTrustedPlatformModuleEnabled bool
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    NumaNodesPerSocket string
    The number of NUMA nodes per socket (NPS).
    PercentageOfCoresEnabled int
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    areVirtualInstructionsEnabled Boolean
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    configMap Map<String,Object>
    Instance Platform Configuration Configuration Map for flexible setting input.
    isAccessControlServiceEnabled Boolean
    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.
    isInputOutputMemoryManagementUnitEnabled Boolean
    Whether the input-output memory management unit is enabled.
    isMeasuredBootEnabled Boolean
    Whether the Measured Boot feature is enabled on the instance.
    isMemoryEncryptionEnabled Boolean
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    isSecureBootEnabled Boolean
    Whether Secure Boot is enabled on the instance.
    isSymmetricMultiThreadingEnabled Boolean
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    isTrustedPlatformModuleEnabled Boolean
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numaNodesPerSocket String
    The number of NUMA nodes per socket (NPS).
    percentageOfCoresEnabled Integer
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    areVirtualInstructionsEnabled boolean
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    configMap {[key: string]: any}
    Instance Platform Configuration Configuration Map for flexible setting input.
    isAccessControlServiceEnabled boolean
    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.
    isInputOutputMemoryManagementUnitEnabled boolean
    Whether the input-output memory management unit is enabled.
    isMeasuredBootEnabled boolean
    Whether the Measured Boot feature is enabled on the instance.
    isMemoryEncryptionEnabled boolean
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    isSecureBootEnabled boolean
    Whether Secure Boot is enabled on the instance.
    isSymmetricMultiThreadingEnabled boolean
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    isTrustedPlatformModuleEnabled boolean
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numaNodesPerSocket string
    The number of NUMA nodes per socket (NPS).
    percentageOfCoresEnabled number
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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_instructions_enabled bool
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    config_map Mapping[str, Any]
    Instance Platform Configuration Configuration Map for flexible setting input.
    is_access_control_service_enabled bool
    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_output_memory_management_unit_enabled bool
    Whether the input-output memory management unit is enabled.
    is_measured_boot_enabled bool
    Whether the Measured Boot feature is enabled on the instance.
    is_memory_encryption_enabled bool
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    is_secure_boot_enabled bool
    Whether Secure Boot is enabled on the instance.
    is_symmetric_multi_threading_enabled bool
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    is_trusted_platform_module_enabled bool
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numa_nodes_per_socket str
    The number of NUMA nodes per socket (NPS).
    percentage_of_cores_enabled int
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    areVirtualInstructionsEnabled Boolean
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    configMap Map<Any>
    Instance Platform Configuration Configuration Map for flexible setting input.
    isAccessControlServiceEnabled Boolean
    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.
    isInputOutputMemoryManagementUnitEnabled Boolean
    Whether the input-output memory management unit is enabled.
    isMeasuredBootEnabled Boolean
    Whether the Measured Boot feature is enabled on the instance.
    isMemoryEncryptionEnabled Boolean
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    isSecureBootEnabled Boolean
    Whether Secure Boot is enabled on the instance.
    isSymmetricMultiThreadingEnabled Boolean
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    isTrustedPlatformModuleEnabled Boolean
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numaNodesPerSocket String
    The number of NUMA nodes per socket (NPS).
    percentageOfCoresEnabled Number
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.

    GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig

    PreemptionActions List<GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction>
    The action to run when the preemptible instance is interrupted for eviction.
    PreemptionActions []GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction
    The action to run when the preemptible instance is interrupted for eviction.
    preemptionActions List<GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction>
    The action to run when the preemptible instance is interrupted for eviction.
    preemptionActions GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction[]
    The action to run when the preemptible instance is interrupted for eviction.
    preemption_actions GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction]
    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction

    PreserveBootVolume bool
    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.
    PreserveBootVolume bool
    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.
    preserveBootVolume Boolean
    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.
    preserveBootVolume boolean
    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_volume bool
    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.
    preserveBootVolume Boolean
    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig

    BaselineOcpuUtilization string
    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.
    MemoryInGbs double
    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.
    BaselineOcpuUtilization string
    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.
    MemoryInGbs float64
    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.
    baselineOcpuUtilization String
    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.
    memoryInGbs Double
    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.
    baselineOcpuUtilization string
    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.
    memoryInGbs number
    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_utilization str
    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_gbs float
    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.
    baselineOcpuUtilization String
    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.
    memoryInGbs Number
    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.

    GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail

    BootVolumeId string
    The OCID of the boot volume used to boot the instance.
    BootVolumeSizeInGbs string
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    BootVolumeVpusPerGb string
    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.
    InstanceSourceImageFilterDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail>
    These are the criteria for selecting an image. This is required if imageId is not specified.
    KmsKeyId string
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    BootVolumeId string
    The OCID of the boot volume used to boot the instance.
    BootVolumeSizeInGbs string
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    BootVolumeVpusPerGb string
    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.
    InstanceSourceImageFilterDetails []GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail
    These are the criteria for selecting an image. This is required if imageId is not specified.
    KmsKeyId string
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    bootVolumeId String
    The OCID of the boot volume used to boot the instance.
    bootVolumeSizeInGbs String
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    bootVolumeVpusPerGb String
    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.
    instanceSourceImageFilterDetails List<GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail>
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kmsKeyId String
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    bootVolumeId string
    The OCID of the boot volume used to boot the instance.
    bootVolumeSizeInGbs string
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    bootVolumeVpusPerGb string
    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.
    instanceSourceImageFilterDetails GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail[]
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kmsKeyId string
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    boot_volume_id str
    The OCID of the boot volume used to boot the instance.
    boot_volume_size_in_gbs str
    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_vpus_per_gb str
    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_image_filter_details GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail]
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kms_key_id str
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    bootVolumeId String
    The OCID of the boot volume used to boot the instance.
    bootVolumeSizeInGbs String
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    bootVolumeVpusPerGb String
    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.
    instanceSourceImageFilterDetails List<Property Map>
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kmsKeyId String
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.

    GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail

    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTagsFilter Dictionary<string, object>
    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
    OperatingSystemVersion string
    The image's operating system version. Example: 7.2
    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTagsFilter map[string]interface{}
    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
    OperatingSystemVersion string
    The image's operating system version. Example: 7.2
    compartmentId String
    The OCID of the compartment containing images to search
    definedTagsFilter Map<String,Object>
    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
    operatingSystemVersion String
    The image's operating system version. Example: 7.2
    compartmentId string
    The OCID of the compartment containing images to search
    definedTagsFilter {[key: string]: any}
    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
    operatingSystemVersion string
    The image's operating system version. Example: 7.2
    compartment_id str
    The OCID of the compartment containing images to search
    defined_tags_filter Mapping[str, Any]
    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_version str
    The image's operating system version. Example: 7.2
    compartmentId String
    The OCID of the compartment containing images to search
    definedTagsFilter Map<Any>
    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
    operatingSystemVersion String
    The image's operating system version. Example: 7.2

    GetInstanceConfigurationInstanceDetailOption

    BlockVolumes List<GetInstanceConfigurationInstanceDetailOptionBlockVolume>
    Block volume parameters.
    LaunchDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetail>
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    SecondaryVnics List<GetInstanceConfigurationInstanceDetailOptionSecondaryVnic>
    Secondary VNIC parameters.
    BlockVolumes []GetInstanceConfigurationInstanceDetailOptionBlockVolume
    Block volume parameters.
    LaunchDetails []GetInstanceConfigurationInstanceDetailOptionLaunchDetail
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    SecondaryVnics []GetInstanceConfigurationInstanceDetailOptionSecondaryVnic
    Secondary VNIC parameters.
    blockVolumes List<GetInstanceConfigurationInstanceDetailOptionBlockVolume>
    Block volume parameters.
    launchDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetail>
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    secondaryVnics List<GetInstanceConfigurationInstanceDetailOptionSecondaryVnic>
    Secondary VNIC parameters.
    blockVolumes GetInstanceConfigurationInstanceDetailOptionBlockVolume[]
    Block volume parameters.
    launchDetails GetInstanceConfigurationInstanceDetailOptionLaunchDetail[]
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    secondaryVnics GetInstanceConfigurationInstanceDetailOptionSecondaryVnic[]
    Secondary VNIC parameters.
    block_volumes GetInstanceConfigurationInstanceDetailOptionBlockVolume]
    Block volume parameters.
    launch_details GetInstanceConfigurationInstanceDetailOptionLaunchDetail]
    Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    secondary_vnics GetInstanceConfigurationInstanceDetailOptionSecondaryVnic]
    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 sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
    secondaryVnics List<Property Map>
    Secondary VNIC parameters.

    GetInstanceConfigurationInstanceDetailOptionBlockVolume

    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.

    GetInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail

    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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    IsReadOnly bool
    Whether the attachment should be created in read-only mode.
    IsShareable 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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    IsReadOnly bool
    Whether the attachment should be created in read-only mode.
    IsShareable 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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    isReadOnly Boolean
    Whether the attachment should be created in read-only mode.
    isShareable 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.
    isPvEncryptionInTransitEnabled boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    isReadOnly boolean
    Whether the attachment should be created in read-only mode.
    isShareable 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_encryption_in_transit_enabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    is_read_only bool
    Whether the attachment should be created in read-only mode.
    is_shareable 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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    isReadOnly Boolean
    Whether the attachment should be created in read-only mode.
    isShareable 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.

    GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail

    AutotunePolicies List<GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy>
    The list of autotune policies enabled for this volume.
    AvailabilityDomain string
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    BackupPolicyId string
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    BlockVolumeReplicas List<GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica>
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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"}
    IsAutoTuneEnabled bool
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    KmsKeyId string
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    SizeInGbs string
    The size of the volume in GBs.
    SourceDetails List<GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail>
    VpusPerGb string
    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.
    AutotunePolicies []GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy
    The list of autotune policies enabled for this volume.
    AvailabilityDomain string
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    BackupPolicyId string
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    BlockVolumeReplicas []GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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"}
    IsAutoTuneEnabled bool
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    KmsKeyId string
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    SizeInGbs string
    The size of the volume in GBs.
    SourceDetails []GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail
    VpusPerGb string
    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.
    autotunePolicies List<GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy>
    The list of autotune policies enabled for this volume.
    availabilityDomain String
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    backupPolicyId String
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    blockVolumeReplicas List<GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica>
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartmentId String
    The OCID of the compartment containing images to search
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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"}
    isAutoTuneEnabled Boolean
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kmsKeyId String
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    sizeInGbs String
    The size of the volume in GBs.
    sourceDetails List<GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail>
    vpusPerGb String
    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.
    autotunePolicies GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy[]
    The list of autotune policies enabled for this volume.
    availabilityDomain string
    The availability domain of the instance. Example: Uocm:PHX-AD-1
    backupPolicyId string
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    blockVolumeReplicas GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica[]
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartmentId string
    The OCID of the compartment containing images to search
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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"}
    isAutoTuneEnabled boolean
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kmsKeyId string
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    sizeInGbs string
    The size of the volume in GBs.
    sourceDetails GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail[]
    vpusPerGb string
    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.
    autotune_policies GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy]
    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_id str
    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_replicas GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica]
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartment_id str
    The OCID of the compartment containing images to search
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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_tune_enabled bool
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kms_key_id str
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    size_in_gbs str
    The size of the volume in GBs.
    source_details GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail]
    vpus_per_gb str
    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.
    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
    backupPolicyId String
    If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
    blockVolumeReplicas List<Property Map>
    The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
    compartmentId String
    The OCID of the compartment containing images to search
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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"}
    isAutoTuneEnabled Boolean
    Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the InstanceConfigurationDetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
    kmsKeyId String
    The OCID of the Vault service key to assign as the master encryption key for the volume.
    sizeInGbs String
    The size of the volume in GBs.
    sourceDetails List<Property Map>
    vpusPerGb String
    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.

    GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy

    AutotuneType string
    This specifies the type of autotunes supported by OCI.
    MaxVpusPerGb string
    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.
    MaxVpusPerGb string
    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.
    maxVpusPerGb String
    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.
    maxVpusPerGb string
    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_per_gb str
    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.
    maxVpusPerGb String
    This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.

    GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica

    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.

    GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail

    Id string
    The OCID of the volume backup.
    Type string
    The type of action to run when the instance is interrupted for eviction.
    Id string
    The OCID of the volume backup.
    Type string
    The type of action to run when the instance is interrupted for eviction.
    id String
    The OCID of the volume backup.
    type String
    The type of action to run when the instance is interrupted for eviction.
    id string
    The OCID of the volume backup.
    type string
    The type of action to run when the instance is interrupted for eviction.
    id str
    The OCID of the volume backup.
    type str
    The type of action to run when the instance is interrupted for eviction.
    id String
    The OCID of the volume backup.
    type String
    The type of action to run when the instance is interrupted for eviction.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetail

    AgentConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig>
    Configuration options for the Oracle Cloud Agent software running on the instance.
    AvailabilityConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig>
    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
    CapacityReservationId string
    The OCID of the compute capacity reservation this instance is launched under.
    CompartmentId string
    The OCID of the compartment containing images to search
    CreateVnicDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail>
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    DedicatedVmHostId string
    The OCID of the dedicated virtual machine host to place the instance on.
    DefinedTags Dictionary<string, object>
    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, object>
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    FreeformTags Dictionary<string, object>
    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<GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption>
    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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    LaunchMode string
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    LaunchOptions List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption>
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    Metadata Dictionary<string, object>
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    PlatformConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig>
    The platform configuration requested for the instance.
    PreemptibleInstanceConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig>
    Configuration options for preemptible instances.
    PreferredMaintenanceAction string
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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<GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig>
    The shape configuration requested for the instance.
    SourceDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail>
    AgentConfigs []GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig
    Configuration options for the Oracle Cloud Agent software running on the instance.
    AvailabilityConfigs []GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
    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
    CapacityReservationId string
    The OCID of the compute capacity reservation this instance is launched under.
    CompartmentId string
    The OCID of the compartment containing images to search
    CreateVnicDetails []GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    DedicatedVmHostId string
    The OCID of the dedicated virtual machine host to place the instance on.
    DefinedTags map[string]interface{}
    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]interface{}
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    FreeformTags map[string]interface{}
    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 []GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption
    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.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    LaunchMode string
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    LaunchOptions []GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    Metadata map[string]interface{}
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    PlatformConfigs []GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig
    The platform configuration requested for the instance.
    PreemptibleInstanceConfigs []GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig
    Configuration options for preemptible instances.
    PreferredMaintenanceAction string
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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 []GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig
    The shape configuration requested for the instance.
    SourceDetails []GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail
    agentConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig>
    Configuration options for the Oracle Cloud Agent software running on the instance.
    availabilityConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig>
    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
    capacityReservationId String
    The OCID of the compute capacity reservation this instance is launched under.
    compartmentId String
    The OCID of the compartment containing images to search
    createVnicDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail>
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicatedVmHostId String
    The OCID of the dedicated virtual machine host to place the instance on.
    definedTags Map<String,Object>
    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,Object>
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeformTags Map<String,Object>
    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<GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption>
    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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launchMode String
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launchOptions List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption>
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata Map<String,Object>
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    platformConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig>
    The platform configuration requested for the instance.
    preemptibleInstanceConfigs List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig>
    Configuration options for preemptible instances.
    preferredMaintenanceAction String
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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<GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig>
    The shape configuration requested for the instance.
    sourceDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail>
    agentConfigs GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig[]
    Configuration options for the Oracle Cloud Agent software running on the instance.
    availabilityConfigs GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig[]
    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
    capacityReservationId string
    The OCID of the compute capacity reservation this instance is launched under.
    compartmentId string
    The OCID of the compartment containing images to search
    createVnicDetails GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail[]
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicatedVmHostId string
    The OCID of the dedicated virtual machine host to place the instance on.
    definedTags {[key: string]: any}
    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]: any}
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeformTags {[key: string]: any}
    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 GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption[]
    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.
    isPvEncryptionInTransitEnabled boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launchMode string
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launchOptions GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption[]
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata {[key: string]: any}
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    platformConfigs GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig[]
    The platform configuration requested for the instance.
    preemptibleInstanceConfigs GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig[]
    Configuration options for preemptible instances.
    preferredMaintenanceAction string
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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 GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig[]
    The shape configuration requested for the instance.
    sourceDetails GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail[]
    agent_configs GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig]
    Configuration options for the Oracle Cloud Agent software running on the instance.
    availability_configs GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig]
    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_id str
    The OCID of the compute capacity reservation this instance is launched under.
    compartment_id str
    The OCID of the compartment containing images to search
    create_vnic_details GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail]
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicated_vm_host_id str
    The OCID of the dedicated virtual machine host to place the instance on.
    defined_tags Mapping[str, Any]
    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, Any]
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeform_tags Mapping[str, Any]
    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 GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption]
    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_encryption_in_transit_enabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launch_mode str
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launch_options GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption]
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata Mapping[str, Any]
    Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
    platform_configs GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig]
    The platform configuration requested for the instance.
    preemptible_instance_configs GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig]
    Configuration options for preemptible instances.
    preferred_maintenance_action str
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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 GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig]
    The shape configuration requested for the instance.
    source_details GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail]
    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
    capacityReservationId String
    The OCID of the compute capacity reservation this instance is launched under.
    compartmentId String
    The OCID of the compartment containing images to search
    createVnicDetails List<Property Map>
    Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
    dedicatedVmHostId String
    The OCID of the dedicated virtual machine host to place the instance on.
    definedTags Map<Any>
    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<Any>
    Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
    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.
    freeformTags Map<Any>
    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.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    launchMode String
    Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
    launchOptions List<Property Map>
    Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
    metadata Map<Any>
    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.
    preemptibleInstanceConfigs List<Property Map>
    Configuration options for preemptible instances.
    preferredMaintenanceAction String
    The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
    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>

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig

    AreAllPluginsDisabled bool
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    IsManagementDisabled bool
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    IsMonitoringDisabled bool
    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<GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig>
    The configuration of plugins associated with this instance.
    AreAllPluginsDisabled bool
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    IsManagementDisabled bool
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    IsMonitoringDisabled bool
    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 []GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig
    The configuration of plugins associated with this instance.
    areAllPluginsDisabled Boolean
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    isManagementDisabled Boolean
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    isMonitoringDisabled Boolean
    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<GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig>
    The configuration of plugins associated with this instance.
    areAllPluginsDisabled boolean
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    isManagementDisabled boolean
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    isMonitoringDisabled boolean
    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 GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig[]
    The configuration of plugins associated with this instance.
    are_all_plugins_disabled bool
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    is_management_disabled bool
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    is_monitoring_disabled bool
    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 GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig]
    The configuration of plugins associated with this instance.
    areAllPluginsDisabled Boolean
    Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
    isManagementDisabled Boolean
    Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
    isMonitoringDisabled Boolean
    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig

    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig

    IsLiveMigrationPreferred bool
    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.
    IsLiveMigrationPreferred bool
    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.
    isLiveMigrationPreferred Boolean
    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.
    isLiveMigrationPreferred boolean
    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.
    is_live_migration_preferred bool
    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.
    isLiveMigrationPreferred Boolean
    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail

    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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails []GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assign_private_dns_record bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assign_public_ip bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6address_ipv6subnet_cidr_pair_details GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
    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 privateIp attribute of CreateVnicDetails for more information.
    skip_source_dest_check bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnet_id str
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption

    AreLegacyImdsEndpointsDisabled bool
    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.
    AreLegacyImdsEndpointsDisabled bool
    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.
    areLegacyImdsEndpointsDisabled Boolean
    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.
    areLegacyImdsEndpointsDisabled boolean
    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_imds_endpoints_disabled bool
    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.
    areLegacyImdsEndpointsDisabled Boolean
    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption

    BootVolumeType string
    Emulation type for the boot volume.
    Firmware string
    Firmware used to boot VM. Select the option that matches your operating system.
    IsConsistentVolumeNamingEnabled bool
    Whether to enable consistent volume naming feature. Defaults to false.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    NetworkType string
    Emulation type for the physical network interface card (NIC).
    RemoteDataVolumeType string
    Emulation type for volume.
    BootVolumeType string
    Emulation type for the boot volume.
    Firmware string
    Firmware used to boot VM. Select the option that matches your operating system.
    IsConsistentVolumeNamingEnabled bool
    Whether to enable consistent volume naming feature. Defaults to false.
    IsPvEncryptionInTransitEnabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    NetworkType string
    Emulation type for the physical network interface card (NIC).
    RemoteDataVolumeType string
    Emulation type for volume.
    bootVolumeType String
    Emulation type for the boot volume.
    firmware String
    Firmware used to boot VM. Select the option that matches your operating system.
    isConsistentVolumeNamingEnabled Boolean
    Whether to enable consistent volume naming feature. Defaults to false.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    networkType String
    Emulation type for the physical network interface card (NIC).
    remoteDataVolumeType String
    Emulation type for volume.
    bootVolumeType string
    Emulation type for the boot volume.
    firmware string
    Firmware used to boot VM. Select the option that matches your operating system.
    isConsistentVolumeNamingEnabled boolean
    Whether to enable consistent volume naming feature. Defaults to false.
    isPvEncryptionInTransitEnabled boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    networkType string
    Emulation type for the physical network interface card (NIC).
    remoteDataVolumeType string
    Emulation type for volume.
    boot_volume_type str
    Emulation type for the boot volume.
    firmware str
    Firmware used to boot VM. Select the option that matches your operating system.
    is_consistent_volume_naming_enabled bool
    Whether to enable consistent volume naming feature. Defaults to false.
    is_pv_encryption_in_transit_enabled bool
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    network_type str
    Emulation type for the physical network interface card (NIC).
    remote_data_volume_type str
    Emulation type for volume.
    bootVolumeType String
    Emulation type for the boot volume.
    firmware String
    Firmware used to boot VM. Select the option that matches your operating system.
    isConsistentVolumeNamingEnabled Boolean
    Whether to enable consistent volume naming feature. Defaults to false.
    isPvEncryptionInTransitEnabled Boolean
    Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
    networkType String
    Emulation type for the physical network interface card (NIC).
    remoteDataVolumeType String
    Emulation type for volume.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig

    AreVirtualInstructionsEnabled bool
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    IsAccessControlServiceEnabled bool
    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.
    IsInputOutputMemoryManagementUnitEnabled bool
    Whether the input-output memory management unit is enabled.
    IsMeasuredBootEnabled bool
    Whether the Measured Boot feature is enabled on the instance.
    IsMemoryEncryptionEnabled bool
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    IsSecureBootEnabled bool
    Whether Secure Boot is enabled on the instance.
    IsSymmetricMultiThreadingEnabled bool
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    IsTrustedPlatformModuleEnabled bool
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    NumaNodesPerSocket string
    The number of NUMA nodes per socket (NPS).
    PercentageOfCoresEnabled int
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    AreVirtualInstructionsEnabled bool
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    IsAccessControlServiceEnabled bool
    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.
    IsInputOutputMemoryManagementUnitEnabled bool
    Whether the input-output memory management unit is enabled.
    IsMeasuredBootEnabled bool
    Whether the Measured Boot feature is enabled on the instance.
    IsMemoryEncryptionEnabled bool
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    IsSecureBootEnabled bool
    Whether Secure Boot is enabled on the instance.
    IsSymmetricMultiThreadingEnabled bool
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    IsTrustedPlatformModuleEnabled bool
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    NumaNodesPerSocket string
    The number of NUMA nodes per socket (NPS).
    PercentageOfCoresEnabled int
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    areVirtualInstructionsEnabled Boolean
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    isAccessControlServiceEnabled Boolean
    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.
    isInputOutputMemoryManagementUnitEnabled Boolean
    Whether the input-output memory management unit is enabled.
    isMeasuredBootEnabled Boolean
    Whether the Measured Boot feature is enabled on the instance.
    isMemoryEncryptionEnabled Boolean
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    isSecureBootEnabled Boolean
    Whether Secure Boot is enabled on the instance.
    isSymmetricMultiThreadingEnabled Boolean
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    isTrustedPlatformModuleEnabled Boolean
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numaNodesPerSocket String
    The number of NUMA nodes per socket (NPS).
    percentageOfCoresEnabled Integer
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    areVirtualInstructionsEnabled boolean
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    isAccessControlServiceEnabled boolean
    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.
    isInputOutputMemoryManagementUnitEnabled boolean
    Whether the input-output memory management unit is enabled.
    isMeasuredBootEnabled boolean
    Whether the Measured Boot feature is enabled on the instance.
    isMemoryEncryptionEnabled boolean
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    isSecureBootEnabled boolean
    Whether Secure Boot is enabled on the instance.
    isSymmetricMultiThreadingEnabled boolean
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    isTrustedPlatformModuleEnabled boolean
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numaNodesPerSocket string
    The number of NUMA nodes per socket (NPS).
    percentageOfCoresEnabled number
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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_instructions_enabled bool
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    is_access_control_service_enabled bool
    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_output_memory_management_unit_enabled bool
    Whether the input-output memory management unit is enabled.
    is_measured_boot_enabled bool
    Whether the Measured Boot feature is enabled on the instance.
    is_memory_encryption_enabled bool
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    is_secure_boot_enabled bool
    Whether Secure Boot is enabled on the instance.
    is_symmetric_multi_threading_enabled bool
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    is_trusted_platform_module_enabled bool
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numa_nodes_per_socket str
    The number of NUMA nodes per socket (NPS).
    percentage_of_cores_enabled int
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.
    areVirtualInstructionsEnabled Boolean
    Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
    isAccessControlServiceEnabled Boolean
    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.
    isInputOutputMemoryManagementUnitEnabled Boolean
    Whether the input-output memory management unit is enabled.
    isMeasuredBootEnabled Boolean
    Whether the Measured Boot feature is enabled on the instance.
    isMemoryEncryptionEnabled Boolean
    Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value is false.
    isSecureBootEnabled Boolean
    Whether Secure Boot is enabled on the instance.
    isSymmetricMultiThreadingEnabled Boolean
    Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
    isTrustedPlatformModuleEnabled Boolean
    Whether the Trusted Platform Module (TPM) is enabled on the instance.
    numaNodesPerSocket String
    The number of NUMA nodes per socket (NPS).
    percentageOfCoresEnabled Number
    The percentage of cores enabled. Value must be a multiple of 25%! (MISSING)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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig

    preemptionActions List<Property Map>
    The action to run when the preemptible instance is interrupted for eviction.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction

    PreserveBootVolume bool
    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.
    PreserveBootVolume bool
    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.
    preserveBootVolume Boolean
    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.
    preserveBootVolume boolean
    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_volume bool
    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.
    preserveBootVolume Boolean
    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig

    BaselineOcpuUtilization string
    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.
    MemoryInGbs double
    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.
    BaselineOcpuUtilization string
    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.
    MemoryInGbs float64
    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.
    baselineOcpuUtilization String
    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.
    memoryInGbs Double
    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.
    baselineOcpuUtilization string
    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.
    memoryInGbs number
    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_utilization str
    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_gbs float
    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.
    baselineOcpuUtilization String
    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.
    memoryInGbs Number
    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.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail

    BootVolumeId string
    The OCID of the boot volume used to boot the instance.
    BootVolumeSizeInGbs string
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    BootVolumeVpusPerGb string
    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.
    InstanceSourceImageFilterDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail>
    These are the criteria for selecting an image. This is required if imageId is not specified.
    KmsKeyId string
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    BootVolumeId string
    The OCID of the boot volume used to boot the instance.
    BootVolumeSizeInGbs string
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    BootVolumeVpusPerGb string
    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.
    InstanceSourceImageFilterDetails []GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail
    These are the criteria for selecting an image. This is required if imageId is not specified.
    KmsKeyId string
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    bootVolumeId String
    The OCID of the boot volume used to boot the instance.
    bootVolumeSizeInGbs String
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    bootVolumeVpusPerGb String
    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.
    instanceSourceImageFilterDetails List<GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail>
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kmsKeyId String
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    bootVolumeId string
    The OCID of the boot volume used to boot the instance.
    bootVolumeSizeInGbs string
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    bootVolumeVpusPerGb string
    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.
    instanceSourceImageFilterDetails GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail[]
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kmsKeyId string
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    boot_volume_id str
    The OCID of the boot volume used to boot the instance.
    boot_volume_size_in_gbs str
    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_vpus_per_gb str
    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_image_filter_details GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail]
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kms_key_id str
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
    bootVolumeId String
    The OCID of the boot volume used to boot the instance.
    bootVolumeSizeInGbs String
    The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
    bootVolumeVpusPerGb String
    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.
    instanceSourceImageFilterDetails List<Property Map>
    These are the criteria for selecting an image. This is required if imageId is not specified.
    kmsKeyId String
    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 image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.

    GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail

    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTagsFilter Dictionary<string, object>
    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
    OperatingSystemVersion string
    The image's operating system version. Example: 7.2
    CompartmentId string
    The OCID of the compartment containing images to search
    DefinedTagsFilter map[string]interface{}
    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
    OperatingSystemVersion string
    The image's operating system version. Example: 7.2
    compartmentId String
    The OCID of the compartment containing images to search
    definedTagsFilter Map<String,Object>
    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
    operatingSystemVersion String
    The image's operating system version. Example: 7.2
    compartmentId string
    The OCID of the compartment containing images to search
    definedTagsFilter {[key: string]: any}
    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
    operatingSystemVersion string
    The image's operating system version. Example: 7.2
    compartment_id str
    The OCID of the compartment containing images to search
    defined_tags_filter Mapping[str, Any]
    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_version str
    The image's operating system version. Example: 7.2
    compartmentId String
    The OCID of the compartment containing images to search
    definedTagsFilter Map<Any>
    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
    operatingSystemVersion String
    The image's operating system version. Example: 7.2

    GetInstanceConfigurationInstanceDetailOptionSecondaryVnic

    CreateVnicDetails List<GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail>
    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).
    CreateVnicDetails []GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail
    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).
    createVnicDetails List<GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail>
    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).
    createVnicDetails GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail[]
    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_details GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail]
    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).
    createVnicDetails List<Property Map>
    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).

    GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail

    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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails []GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assign_private_dns_record bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assign_public_ip bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6address_ipv6subnet_cidr_pair_details GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
    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 privateIp attribute of CreateVnicDetails for more information.
    skip_source_dest_check bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnet_id str
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

    GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

    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.

    GetInstanceConfigurationInstanceDetailSecondaryVnic

    CreateVnicDetails List<GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail>
    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).
    CreateVnicDetails []GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail
    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).
    createVnicDetails List<GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail>
    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).
    createVnicDetails GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail[]
    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_details GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail]
    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).
    createVnicDetails List<Property Map>
    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).

    GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail

    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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags Dictionary<string, object>
    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.
    FreeformTags Dictionary<string, object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    AssignPrivateDnsRecord bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    AssignPublicIp bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    DefinedTags map[string]interface{}
    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.
    FreeformTags map[string]interface{}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    Ipv6addressIpv6subnetCidrPairDetails []GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
    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 privateIp attribute of CreateVnicDetails for more information.
    SkipSourceDestCheck bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    SubnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<String,Object>
    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.
    freeformTags Map<String,Object>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags {[key: string]: any}
    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.
    freeformTags {[key: string]: any}
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId string
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assign_private_dns_record bool
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assign_public_ip bool
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    defined_tags Mapping[str, Any]
    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.
    freeform_tags Mapping[str, Any]
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6address_ipv6subnet_cidr_pair_details GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
    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 privateIp attribute of CreateVnicDetails for more information.
    skip_source_dest_check bool
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnet_id str
    The OCID of the subnet to create the VNIC in. See the subnetId attribute 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. If ipv6SubnetCidr is not provided then an IPv6 prefix is chosen for you.
    assignPrivateDnsRecord Boolean
    Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
    assignPublicIp Boolean
    Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
    definedTags Map<Any>
    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.
    freeformTags Map<Any>
    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 hostnameLabel attribute of CreateVnicDetails for more information.
    ipv6addressIpv6subnetCidrPairDetails List<Property Map>
    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 privateIp attribute of CreateVnicDetails for more information.
    skipSourceDestCheck Boolean
    Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
    subnetId String
    The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

    GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.29.0 published on Thursday, Mar 28, 2024 by Pulumi