1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. InstanceConfiguration
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.Core.InstanceConfiguration

Explore with Pulumi AI

This resource provides the Instance Configuration resource in Oracle Cloud Infrastructure Core service.

Creates an instance configuration. An instance configuration is a template that defines the settings to use when creating Compute instances.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testInstanceConfiguration = new oci.core.InstanceConfiguration("test_instance_configuration", {
    compartmentId: compartmentId,
    definedTags: {
        "Operations.CostCenter": "42",
    },
    displayName: instanceConfigurationDisplayName,
    freeformTags: {
        Department: "Finance",
    },
    instanceDetails: {
        instanceType: instanceConfigurationInstanceDetailsInstanceType,
        blockVolumes: [{
            attachDetails: {
                type: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsType,
                device: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDevice,
                displayName: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDisplayName,
                isPvEncryptionInTransitEnabled: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled,
                isReadOnly: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsReadOnly,
                isShareable: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsShareable,
                useChap: instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsUseChap,
            },
            createDetails: {
                autotunePolicies: [{
                    autotuneType: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType,
                    maxVpusPerGb: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb,
                }],
                availabilityDomain: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAvailabilityDomain,
                backupPolicyId: testVolumeBackupPolicies.volumeBackupPolicies[0].id,
                blockVolumeReplicas: {
                    availabilityDomain: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasAvailabilityDomain,
                    displayName: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasDisplayName,
                },
                clusterPlacementGroupId: clusterPlacementGroupId,
                compartmentId: compartmentId,
                definedTags: {
                    "Operations.CostCenter": "42",
                },
                displayName: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsDisplayName,
                freeformTags: {
                    Department: "Finance",
                },
                isAutoTuneEnabled: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsIsAutoTuneEnabled,
                kmsKeyId: testKey.id,
                sizeInGbs: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSizeInGbs,
                sourceDetails: {
                    type: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsType,
                    id: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId,
                },
                vpusPerGb: instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb,
                xrcKmsKeyId: testKey.id,
            },
            volumeId: testVolume.id,
        }],
        launchDetails: {
            agentConfig: {
                areAllPluginsDisabled: instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigAreAllPluginsDisabled,
                isManagementDisabled: instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsManagementDisabled,
                isMonitoringDisabled: instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsMonitoringDisabled,
                pluginsConfigs: [{
                    desiredState: instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigDesiredState,
                    name: instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigName,
                }],
            },
            availabilityConfig: {
                isLiveMigrationPreferred: instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigIsLiveMigrationPreferred,
                recoveryAction: instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigRecoveryAction,
            },
            availabilityDomain: instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityDomain,
            capacityReservationId: testCapacityReservation.id,
            clusterPlacementGroupId: testGroup.id,
            compartmentId: compartmentId,
            createVnicDetails: {
                assignIpv6ip: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip,
                assignPrivateDnsRecord: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord,
                assignPublicIp: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPublicIp,
                definedTags: {
                    "Operations.CostCenter": "42",
                },
                displayName: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsDisplayName,
                freeformTags: {
                    Department: "Finance",
                },
                hostnameLabel: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsHostnameLabel,
                ipv6addressIpv6subnetCidrPairDetails: [{
                    ipv6address: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
                    ipv6subnetCidr: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
                }],
                nsgIds: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsNsgIds,
                privateIp: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsPrivateIp,
                securityAttributes: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSecurityAttributes,
                skipSourceDestCheck: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck,
                subnetId: testSubnet.id,
            },
            dedicatedVmHostId: testDedicatedVmHost.id,
            definedTags: {
                "Operations.CostCenter": "42",
            },
            displayName: instanceConfigurationInstanceDetailsLaunchDetailsDisplayName,
            extendedMetadata: instanceConfigurationInstanceDetailsLaunchDetailsExtendedMetadata,
            faultDomain: instanceConfigurationInstanceDetailsLaunchDetailsFaultDomain,
            freeformTags: {
                Department: "Finance",
            },
            instanceOptions: {
                areLegacyImdsEndpointsDisabled: instanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled,
            },
            ipxeScript: instanceConfigurationInstanceDetailsLaunchDetailsIpxeScript,
            isPvEncryptionInTransitEnabled: instanceConfigurationInstanceDetailsLaunchDetailsIsPvEncryptionInTransitEnabled,
            launchMode: instanceConfigurationInstanceDetailsLaunchDetailsLaunchMode,
            launchOptions: {
                bootVolumeType: instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsBootVolumeType,
                firmware: instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsFirmware,
                isConsistentVolumeNamingEnabled: instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled,
                isPvEncryptionInTransitEnabled: instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled,
                networkType: instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsNetworkType,
                remoteDataVolumeType: instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsRemoteDataVolumeType,
            },
            licensingConfigs: {
                type: instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsType,
                licenseType: instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsLicenseType,
            },
            metadata: instanceConfigurationInstanceDetailsLaunchDetailsMetadata,
            platformConfig: {
                type: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigType,
                areVirtualInstructionsEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled,
                configMap: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigConfigMap,
                isAccessControlServiceEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled,
                isInputOutputMemoryManagementUnitEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled,
                isMeasuredBootEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMeasuredBootEnabled,
                isMemoryEncryptionEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled,
                isSecureBootEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSecureBootEnabled,
                isSymmetricMultiThreadingEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled,
                isTrustedPlatformModuleEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled,
                numaNodesPerSocket: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigNumaNodesPerSocket,
                percentageOfCoresEnabled: instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigPercentageOfCoresEnabled,
            },
            preemptibleInstanceConfig: {
                preemptionAction: {
                    type: instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType,
                    preserveBootVolume: instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume,
                },
            },
            preferredMaintenanceAction: instanceConfigurationInstanceDetailsLaunchDetailsPreferredMaintenanceAction,
            securityAttributes: instanceConfigurationInstanceDetailsLaunchDetailsSecurityAttributes,
            shape: instanceConfigurationInstanceDetailsLaunchDetailsShape,
            shapeConfig: {
                baselineOcpuUtilization: instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigBaselineOcpuUtilization,
                memoryInGbs: instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigMemoryInGbs,
                nvmes: instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigNvmes,
                ocpus: instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigOcpus,
                vcpus: instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigVcpus,
            },
            sourceDetails: {
                sourceType: instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsSourceType,
                bootVolumeId: testBootVolume.id,
                bootVolumeSizeInGbs: instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeSizeInGbs,
                bootVolumeVpusPerGb: instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeVpusPerGb,
                imageId: testImage.id,
                kmsKeyId: testKey.id,
                instanceSourceImageFilterDetails: {
                    compartmentId: compartmentId,
                    definedTagsFilter: instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter,
                    operatingSystem: instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem,
                    operatingSystemVersion: instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion,
                },
            },
        },
        options: [{
            blockVolumes: [{
                attachDetails: {
                    type: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsType,
                    device: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDevice,
                    displayName: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDisplayName,
                    isPvEncryptionInTransitEnabled: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled,
                    isReadOnly: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsReadOnly,
                    isShareable: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsShareable,
                    useChap: instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsUseChap,
                },
                createDetails: {
                    autotunePolicies: [{
                        autotuneType: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType,
                        maxVpusPerGb: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb,
                    }],
                    availabilityDomain: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAvailabilityDomain,
                    backupPolicyId: testVolumeBackupPolicies.volumeBackupPolicies[0].id,
                    clusterPlacementGroupId: clusterPlacementGroupId,
                    compartmentId: compartmentId,
                    definedTags: {
                        "Operations.CostCenter": "42",
                    },
                    displayName: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsDisplayName,
                    freeformTags: {
                        Department: "Finance",
                    },
                    kmsKeyId: testKey.id,
                    sizeInGbs: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSizeInGbs,
                    sourceDetails: {
                        type: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsType,
                        id: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId,
                    },
                    vpusPerGb: instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb,
                    xrcKmsKeyId: testKey.id,
                },
                volumeId: testVolume.id,
            }],
            launchDetails: {
                agentConfig: {
                    areAllPluginsDisabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigAreAllPluginsDisabled,
                    isManagementDisabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsManagementDisabled,
                    isMonitoringDisabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsMonitoringDisabled,
                    pluginsConfigs: [{
                        desiredState: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigDesiredState,
                        name: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigName,
                    }],
                },
                availabilityConfig: {
                    recoveryAction: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityConfigRecoveryAction,
                },
                availabilityDomain: instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityDomain,
                capacityReservationId: testCapacityReservation.id,
                clusterPlacementGroupId: testGroup.id,
                compartmentId: compartmentId,
                createVnicDetails: {
                    assignIpv6ip: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip,
                    assignPrivateDnsRecord: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord,
                    assignPublicIp: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPublicIp,
                    definedTags: {
                        "Operations.CostCenter": "42",
                    },
                    displayName: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsDisplayName,
                    freeformTags: {
                        Department: "Finance",
                    },
                    hostnameLabel: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsHostnameLabel,
                    ipv6addressIpv6subnetCidrPairDetails: [{
                        ipv6address: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
                        ipv6subnetCidr: instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
                    }],
                    nsgIds: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsNsgIds,
                    privateIp: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsPrivateIp,
                    securityAttributes: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSecurityAttributes,
                    skipSourceDestCheck: instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck,
                    subnetId: testSubnet.id,
                },
                dedicatedVmHostId: testDedicatedVmHost.id,
                definedTags: {
                    "Operations.CostCenter": "42",
                },
                displayName: instanceConfigurationInstanceDetailsOptionsLaunchDetailsDisplayName,
                extendedMetadata: instanceConfigurationInstanceDetailsOptionsLaunchDetailsExtendedMetadata,
                faultDomain: instanceConfigurationInstanceDetailsOptionsLaunchDetailsFaultDomain,
                freeformTags: {
                    Department: "Finance",
                },
                instanceOptions: {
                    areLegacyImdsEndpointsDisabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled,
                },
                ipxeScript: instanceConfigurationInstanceDetailsOptionsLaunchDetailsIpxeScript,
                isPvEncryptionInTransitEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsIsPvEncryptionInTransitEnabled,
                launchMode: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchMode,
                launchOptions: {
                    bootVolumeType: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsBootVolumeType,
                    firmware: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsFirmware,
                    isConsistentVolumeNamingEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled,
                    isPvEncryptionInTransitEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled,
                    networkType: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsNetworkType,
                    remoteDataVolumeType: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsRemoteDataVolumeType,
                },
                licensingConfigs: {
                    type: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsType,
                    licenseType: instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsLicenseType,
                },
                metadata: instanceConfigurationInstanceDetailsOptionsLaunchDetailsMetadata,
                platformConfig: {
                    type: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigType,
                    areVirtualInstructionsEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled,
                    isAccessControlServiceEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled,
                    isInputOutputMemoryManagementUnitEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled,
                    isMeasuredBootEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMeasuredBootEnabled,
                    isMemoryEncryptionEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled,
                    isSecureBootEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSecureBootEnabled,
                    isSymmetricMultiThreadingEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled,
                    isTrustedPlatformModuleEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled,
                    numaNodesPerSocket: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigNumaNodesPerSocket,
                    percentageOfCoresEnabled: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigPercentageOfCoresEnabled,
                },
                preemptibleInstanceConfig: {
                    preemptionAction: {
                        type: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType,
                        preserveBootVolume: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume,
                    },
                },
                preferredMaintenanceAction: instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreferredMaintenanceAction,
                securityAttributes: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSecurityAttributes,
                shape: instanceConfigurationInstanceDetailsOptionsLaunchDetailsShape,
                shapeConfig: {
                    baselineOcpuUtilization: instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigBaselineOcpuUtilization,
                    memoryInGbs: instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigMemoryInGbs,
                    nvmes: instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigNvmes,
                    ocpus: instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigOcpus,
                    vcpus: instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigVcpus,
                },
                sourceDetails: {
                    sourceType: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsSourceType,
                    bootVolumeId: testBootVolume.id,
                    bootVolumeSizeInGbs: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeSizeInGbs,
                    bootVolumeVpusPerGb: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeVpusPerGb,
                    imageId: testImage.id,
                    instanceSourceImageFilterDetails: {
                        compartmentId: compartmentId,
                        definedTagsFilter: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter,
                        operatingSystem: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem,
                        operatingSystemVersion: instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion,
                    },
                },
            },
            secondaryVnics: [{
                createVnicDetails: {
                    assignIpv6ip: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignIpv6ip,
                    assignPrivateDnsRecord: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord,
                    assignPublicIp: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPublicIp,
                    definedTags: {
                        "Operations.CostCenter": "42",
                    },
                    displayName: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsDisplayName,
                    freeformTags: {
                        Department: "Finance",
                    },
                    hostnameLabel: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsHostnameLabel,
                    ipv6addressIpv6subnetCidrPairDetails: [{
                        ipv6address: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
                        ipv6subnetCidr: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
                    }],
                    nsgIds: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsNsgIds,
                    privateIp: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsPrivateIp,
                    securityAttributes: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSecurityAttributes,
                    skipSourceDestCheck: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck,
                    subnetId: testSubnet.id,
                },
                displayName: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsDisplayName,
                nicIndex: instanceConfigurationInstanceDetailsOptionsSecondaryVnicsNicIndex,
            }],
        }],
        secondaryVnics: [{
            createVnicDetails: {
                assignPrivateDnsRecord: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord,
                assignPublicIp: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPublicIp,
                definedTags: {
                    "Operations.CostCenter": "42",
                },
                displayName: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsDisplayName,
                freeformTags: {
                    Department: "Finance",
                },
                hostnameLabel: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsHostnameLabel,
                nsgIds: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsNsgIds,
                privateIp: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsPrivateIp,
                securityAttributes: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSecurityAttributes,
                skipSourceDestCheck: instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck,
                subnetId: testSubnet.id,
            },
            displayName: instanceConfigurationInstanceDetailsSecondaryVnicsDisplayName,
            nicIndex: instanceConfigurationInstanceDetailsSecondaryVnicsNicIndex,
        }],
    },
    instanceId: testInstance.id,
    source: instanceConfigurationSource,
});
Copy
import pulumi
import pulumi_oci as oci

test_instance_configuration = oci.core.InstanceConfiguration("test_instance_configuration",
    compartment_id=compartment_id,
    defined_tags={
        "Operations.CostCenter": "42",
    },
    display_name=instance_configuration_display_name,
    freeform_tags={
        "Department": "Finance",
    },
    instance_details={
        "instance_type": instance_configuration_instance_details_instance_type,
        "block_volumes": [{
            "attach_details": {
                "type": instance_configuration_instance_details_block_volumes_attach_details_type,
                "device": instance_configuration_instance_details_block_volumes_attach_details_device,
                "display_name": instance_configuration_instance_details_block_volumes_attach_details_display_name,
                "is_pv_encryption_in_transit_enabled": instance_configuration_instance_details_block_volumes_attach_details_is_pv_encryption_in_transit_enabled,
                "is_read_only": instance_configuration_instance_details_block_volumes_attach_details_is_read_only,
                "is_shareable": instance_configuration_instance_details_block_volumes_attach_details_is_shareable,
                "use_chap": instance_configuration_instance_details_block_volumes_attach_details_use_chap,
            },
            "create_details": {
                "autotune_policies": [{
                    "autotune_type": instance_configuration_instance_details_block_volumes_create_details_autotune_policies_autotune_type,
                    "max_vpus_per_gb": instance_configuration_instance_details_block_volumes_create_details_autotune_policies_max_vpus_per_gb,
                }],
                "availability_domain": instance_configuration_instance_details_block_volumes_create_details_availability_domain,
                "backup_policy_id": test_volume_backup_policies["volumeBackupPolicies"][0]["id"],
                "block_volume_replicas": {
                    "availability_domain": instance_configuration_instance_details_block_volumes_create_details_block_volume_replicas_availability_domain,
                    "display_name": instance_configuration_instance_details_block_volumes_create_details_block_volume_replicas_display_name,
                },
                "cluster_placement_group_id": cluster_placement_group_id,
                "compartment_id": compartment_id,
                "defined_tags": {
                    "Operations.CostCenter": "42",
                },
                "display_name": instance_configuration_instance_details_block_volumes_create_details_display_name,
                "freeform_tags": {
                    "Department": "Finance",
                },
                "is_auto_tune_enabled": instance_configuration_instance_details_block_volumes_create_details_is_auto_tune_enabled,
                "kms_key_id": test_key["id"],
                "size_in_gbs": instance_configuration_instance_details_block_volumes_create_details_size_in_gbs,
                "source_details": {
                    "type": instance_configuration_instance_details_block_volumes_create_details_source_details_type,
                    "id": instance_configuration_instance_details_block_volumes_create_details_source_details_id,
                },
                "vpus_per_gb": instance_configuration_instance_details_block_volumes_create_details_vpus_per_gb,
                "xrc_kms_key_id": test_key["id"],
            },
            "volume_id": test_volume["id"],
        }],
        "launch_details": {
            "agent_config": {
                "are_all_plugins_disabled": instance_configuration_instance_details_launch_details_agent_config_are_all_plugins_disabled,
                "is_management_disabled": instance_configuration_instance_details_launch_details_agent_config_is_management_disabled,
                "is_monitoring_disabled": instance_configuration_instance_details_launch_details_agent_config_is_monitoring_disabled,
                "plugins_configs": [{
                    "desired_state": instance_configuration_instance_details_launch_details_agent_config_plugins_config_desired_state,
                    "name": instance_configuration_instance_details_launch_details_agent_config_plugins_config_name,
                }],
            },
            "availability_config": {
                "is_live_migration_preferred": instance_configuration_instance_details_launch_details_availability_config_is_live_migration_preferred,
                "recovery_action": instance_configuration_instance_details_launch_details_availability_config_recovery_action,
            },
            "availability_domain": instance_configuration_instance_details_launch_details_availability_domain,
            "capacity_reservation_id": test_capacity_reservation["id"],
            "cluster_placement_group_id": test_group["id"],
            "compartment_id": compartment_id,
            "create_vnic_details": {
                "assign_ipv6ip": instance_configuration_instance_details_launch_details_create_vnic_details_assign_ipv6ip,
                "assign_private_dns_record": instance_configuration_instance_details_launch_details_create_vnic_details_assign_private_dns_record,
                "assign_public_ip": instance_configuration_instance_details_launch_details_create_vnic_details_assign_public_ip,
                "defined_tags": {
                    "Operations.CostCenter": "42",
                },
                "display_name": instance_configuration_instance_details_launch_details_create_vnic_details_display_name,
                "freeform_tags": {
                    "Department": "Finance",
                },
                "hostname_label": instance_configuration_instance_details_launch_details_create_vnic_details_hostname_label,
                "ipv6address_ipv6subnet_cidr_pair_details": [{
                    "ipv6address": instance_configuration_instance_details_launch_details_create_vnic_details_ipv6address_ipv6subnet_cidr_pair_details_ipv6address,
                    "ipv6subnet_cidr": instance_configuration_instance_details_launch_details_create_vnic_details_ipv6address_ipv6subnet_cidr_pair_details_ipv6subnet_cidr,
                }],
                "nsg_ids": instance_configuration_instance_details_launch_details_create_vnic_details_nsg_ids,
                "private_ip": instance_configuration_instance_details_launch_details_create_vnic_details_private_ip,
                "security_attributes": instance_configuration_instance_details_launch_details_create_vnic_details_security_attributes,
                "skip_source_dest_check": instance_configuration_instance_details_launch_details_create_vnic_details_skip_source_dest_check,
                "subnet_id": test_subnet["id"],
            },
            "dedicated_vm_host_id": test_dedicated_vm_host["id"],
            "defined_tags": {
                "Operations.CostCenter": "42",
            },
            "display_name": instance_configuration_instance_details_launch_details_display_name,
            "extended_metadata": instance_configuration_instance_details_launch_details_extended_metadata,
            "fault_domain": instance_configuration_instance_details_launch_details_fault_domain,
            "freeform_tags": {
                "Department": "Finance",
            },
            "instance_options": {
                "are_legacy_imds_endpoints_disabled": instance_configuration_instance_details_launch_details_instance_options_are_legacy_imds_endpoints_disabled,
            },
            "ipxe_script": instance_configuration_instance_details_launch_details_ipxe_script,
            "is_pv_encryption_in_transit_enabled": instance_configuration_instance_details_launch_details_is_pv_encryption_in_transit_enabled,
            "launch_mode": instance_configuration_instance_details_launch_details_launch_mode,
            "launch_options": {
                "boot_volume_type": instance_configuration_instance_details_launch_details_launch_options_boot_volume_type,
                "firmware": instance_configuration_instance_details_launch_details_launch_options_firmware,
                "is_consistent_volume_naming_enabled": instance_configuration_instance_details_launch_details_launch_options_is_consistent_volume_naming_enabled,
                "is_pv_encryption_in_transit_enabled": instance_configuration_instance_details_launch_details_launch_options_is_pv_encryption_in_transit_enabled,
                "network_type": instance_configuration_instance_details_launch_details_launch_options_network_type,
                "remote_data_volume_type": instance_configuration_instance_details_launch_details_launch_options_remote_data_volume_type,
            },
            "licensing_configs": {
                "type": instance_configuration_instance_details_launch_details_licensing_configs_type,
                "license_type": instance_configuration_instance_details_launch_details_licensing_configs_license_type,
            },
            "metadata": instance_configuration_instance_details_launch_details_metadata,
            "platform_config": {
                "type": instance_configuration_instance_details_launch_details_platform_config_type,
                "are_virtual_instructions_enabled": instance_configuration_instance_details_launch_details_platform_config_are_virtual_instructions_enabled,
                "config_map": instance_configuration_instance_details_launch_details_platform_config_config_map,
                "is_access_control_service_enabled": instance_configuration_instance_details_launch_details_platform_config_is_access_control_service_enabled,
                "is_input_output_memory_management_unit_enabled": instance_configuration_instance_details_launch_details_platform_config_is_input_output_memory_management_unit_enabled,
                "is_measured_boot_enabled": instance_configuration_instance_details_launch_details_platform_config_is_measured_boot_enabled,
                "is_memory_encryption_enabled": instance_configuration_instance_details_launch_details_platform_config_is_memory_encryption_enabled,
                "is_secure_boot_enabled": instance_configuration_instance_details_launch_details_platform_config_is_secure_boot_enabled,
                "is_symmetric_multi_threading_enabled": instance_configuration_instance_details_launch_details_platform_config_is_symmetric_multi_threading_enabled,
                "is_trusted_platform_module_enabled": instance_configuration_instance_details_launch_details_platform_config_is_trusted_platform_module_enabled,
                "numa_nodes_per_socket": instance_configuration_instance_details_launch_details_platform_config_numa_nodes_per_socket,
                "percentage_of_cores_enabled": instance_configuration_instance_details_launch_details_platform_config_percentage_of_cores_enabled,
            },
            "preemptible_instance_config": {
                "preemption_action": {
                    "type": instance_configuration_instance_details_launch_details_preemptible_instance_config_preemption_action_type,
                    "preserve_boot_volume": instance_configuration_instance_details_launch_details_preemptible_instance_config_preemption_action_preserve_boot_volume,
                },
            },
            "preferred_maintenance_action": instance_configuration_instance_details_launch_details_preferred_maintenance_action,
            "security_attributes": instance_configuration_instance_details_launch_details_security_attributes,
            "shape": instance_configuration_instance_details_launch_details_shape,
            "shape_config": {
                "baseline_ocpu_utilization": instance_configuration_instance_details_launch_details_shape_config_baseline_ocpu_utilization,
                "memory_in_gbs": instance_configuration_instance_details_launch_details_shape_config_memory_in_gbs,
                "nvmes": instance_configuration_instance_details_launch_details_shape_config_nvmes,
                "ocpus": instance_configuration_instance_details_launch_details_shape_config_ocpus,
                "vcpus": instance_configuration_instance_details_launch_details_shape_config_vcpus,
            },
            "source_details": {
                "source_type": instance_configuration_instance_details_launch_details_source_details_source_type,
                "boot_volume_id": test_boot_volume["id"],
                "boot_volume_size_in_gbs": instance_configuration_instance_details_launch_details_source_details_boot_volume_size_in_gbs,
                "boot_volume_vpus_per_gb": instance_configuration_instance_details_launch_details_source_details_boot_volume_vpus_per_gb,
                "image_id": test_image["id"],
                "kms_key_id": test_key["id"],
                "instance_source_image_filter_details": {
                    "compartment_id": compartment_id,
                    "defined_tags_filter": instance_configuration_instance_details_launch_details_source_details_instance_source_image_filter_details_defined_tags_filter,
                    "operating_system": instance_configuration_instance_details_launch_details_source_details_instance_source_image_filter_details_operating_system,
                    "operating_system_version": instance_configuration_instance_details_launch_details_source_details_instance_source_image_filter_details_operating_system_version,
                },
            },
        },
        "options": [{
            "block_volumes": [{
                "attach_details": {
                    "type": instance_configuration_instance_details_options_block_volumes_attach_details_type,
                    "device": instance_configuration_instance_details_options_block_volumes_attach_details_device,
                    "display_name": instance_configuration_instance_details_options_block_volumes_attach_details_display_name,
                    "is_pv_encryption_in_transit_enabled": instance_configuration_instance_details_options_block_volumes_attach_details_is_pv_encryption_in_transit_enabled,
                    "is_read_only": instance_configuration_instance_details_options_block_volumes_attach_details_is_read_only,
                    "is_shareable": instance_configuration_instance_details_options_block_volumes_attach_details_is_shareable,
                    "use_chap": instance_configuration_instance_details_options_block_volumes_attach_details_use_chap,
                },
                "create_details": {
                    "autotune_policies": [{
                        "autotune_type": instance_configuration_instance_details_options_block_volumes_create_details_autotune_policies_autotune_type,
                        "max_vpus_per_gb": instance_configuration_instance_details_options_block_volumes_create_details_autotune_policies_max_vpus_per_gb,
                    }],
                    "availability_domain": instance_configuration_instance_details_options_block_volumes_create_details_availability_domain,
                    "backup_policy_id": test_volume_backup_policies["volumeBackupPolicies"][0]["id"],
                    "cluster_placement_group_id": cluster_placement_group_id,
                    "compartment_id": compartment_id,
                    "defined_tags": {
                        "Operations.CostCenter": "42",
                    },
                    "display_name": instance_configuration_instance_details_options_block_volumes_create_details_display_name,
                    "freeform_tags": {
                        "Department": "Finance",
                    },
                    "kms_key_id": test_key["id"],
                    "size_in_gbs": instance_configuration_instance_details_options_block_volumes_create_details_size_in_gbs,
                    "source_details": {
                        "type": instance_configuration_instance_details_options_block_volumes_create_details_source_details_type,
                        "id": instance_configuration_instance_details_options_block_volumes_create_details_source_details_id,
                    },
                    "vpus_per_gb": instance_configuration_instance_details_options_block_volumes_create_details_vpus_per_gb,
                    "xrc_kms_key_id": test_key["id"],
                },
                "volume_id": test_volume["id"],
            }],
            "launch_details": {
                "agent_config": {
                    "are_all_plugins_disabled": instance_configuration_instance_details_options_launch_details_agent_config_are_all_plugins_disabled,
                    "is_management_disabled": instance_configuration_instance_details_options_launch_details_agent_config_is_management_disabled,
                    "is_monitoring_disabled": instance_configuration_instance_details_options_launch_details_agent_config_is_monitoring_disabled,
                    "plugins_configs": [{
                        "desired_state": instance_configuration_instance_details_options_launch_details_agent_config_plugins_config_desired_state,
                        "name": instance_configuration_instance_details_options_launch_details_agent_config_plugins_config_name,
                    }],
                },
                "availability_config": {
                    "recovery_action": instance_configuration_instance_details_options_launch_details_availability_config_recovery_action,
                },
                "availability_domain": instance_configuration_instance_details_options_launch_details_availability_domain,
                "capacity_reservation_id": test_capacity_reservation["id"],
                "cluster_placement_group_id": test_group["id"],
                "compartment_id": compartment_id,
                "create_vnic_details": {
                    "assign_ipv6ip": instance_configuration_instance_details_launch_details_create_vnic_details_assign_ipv6ip,
                    "assign_private_dns_record": instance_configuration_instance_details_options_launch_details_create_vnic_details_assign_private_dns_record,
                    "assign_public_ip": instance_configuration_instance_details_options_launch_details_create_vnic_details_assign_public_ip,
                    "defined_tags": {
                        "Operations.CostCenter": "42",
                    },
                    "display_name": instance_configuration_instance_details_options_launch_details_create_vnic_details_display_name,
                    "freeform_tags": {
                        "Department": "Finance",
                    },
                    "hostname_label": instance_configuration_instance_details_options_launch_details_create_vnic_details_hostname_label,
                    "ipv6address_ipv6subnet_cidr_pair_details": [{
                        "ipv6address": instance_configuration_instance_details_launch_details_create_vnic_details_ipv6address_ipv6subnet_cidr_pair_details_ipv6address,
                        "ipv6subnet_cidr": instance_configuration_instance_details_launch_details_create_vnic_details_ipv6address_ipv6subnet_cidr_pair_details_ipv6subnet_cidr,
                    }],
                    "nsg_ids": instance_configuration_instance_details_options_launch_details_create_vnic_details_nsg_ids,
                    "private_ip": instance_configuration_instance_details_options_launch_details_create_vnic_details_private_ip,
                    "security_attributes": instance_configuration_instance_details_options_launch_details_create_vnic_details_security_attributes,
                    "skip_source_dest_check": instance_configuration_instance_details_options_launch_details_create_vnic_details_skip_source_dest_check,
                    "subnet_id": test_subnet["id"],
                },
                "dedicated_vm_host_id": test_dedicated_vm_host["id"],
                "defined_tags": {
                    "Operations.CostCenter": "42",
                },
                "display_name": instance_configuration_instance_details_options_launch_details_display_name,
                "extended_metadata": instance_configuration_instance_details_options_launch_details_extended_metadata,
                "fault_domain": instance_configuration_instance_details_options_launch_details_fault_domain,
                "freeform_tags": {
                    "Department": "Finance",
                },
                "instance_options": {
                    "are_legacy_imds_endpoints_disabled": instance_configuration_instance_details_options_launch_details_instance_options_are_legacy_imds_endpoints_disabled,
                },
                "ipxe_script": instance_configuration_instance_details_options_launch_details_ipxe_script,
                "is_pv_encryption_in_transit_enabled": instance_configuration_instance_details_options_launch_details_is_pv_encryption_in_transit_enabled,
                "launch_mode": instance_configuration_instance_details_options_launch_details_launch_mode,
                "launch_options": {
                    "boot_volume_type": instance_configuration_instance_details_options_launch_details_launch_options_boot_volume_type,
                    "firmware": instance_configuration_instance_details_options_launch_details_launch_options_firmware,
                    "is_consistent_volume_naming_enabled": instance_configuration_instance_details_options_launch_details_launch_options_is_consistent_volume_naming_enabled,
                    "is_pv_encryption_in_transit_enabled": instance_configuration_instance_details_options_launch_details_launch_options_is_pv_encryption_in_transit_enabled,
                    "network_type": instance_configuration_instance_details_options_launch_details_launch_options_network_type,
                    "remote_data_volume_type": instance_configuration_instance_details_options_launch_details_launch_options_remote_data_volume_type,
                },
                "licensing_configs": {
                    "type": instance_configuration_instance_details_options_launch_details_licensing_configs_type,
                    "license_type": instance_configuration_instance_details_options_launch_details_licensing_configs_license_type,
                },
                "metadata": instance_configuration_instance_details_options_launch_details_metadata,
                "platform_config": {
                    "type": instance_configuration_instance_details_options_launch_details_platform_config_type,
                    "are_virtual_instructions_enabled": instance_configuration_instance_details_options_launch_details_platform_config_are_virtual_instructions_enabled,
                    "is_access_control_service_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_access_control_service_enabled,
                    "is_input_output_memory_management_unit_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_input_output_memory_management_unit_enabled,
                    "is_measured_boot_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_measured_boot_enabled,
                    "is_memory_encryption_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_memory_encryption_enabled,
                    "is_secure_boot_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_secure_boot_enabled,
                    "is_symmetric_multi_threading_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_symmetric_multi_threading_enabled,
                    "is_trusted_platform_module_enabled": instance_configuration_instance_details_options_launch_details_platform_config_is_trusted_platform_module_enabled,
                    "numa_nodes_per_socket": instance_configuration_instance_details_options_launch_details_platform_config_numa_nodes_per_socket,
                    "percentage_of_cores_enabled": instance_configuration_instance_details_options_launch_details_platform_config_percentage_of_cores_enabled,
                },
                "preemptible_instance_config": {
                    "preemption_action": {
                        "type": instance_configuration_instance_details_options_launch_details_preemptible_instance_config_preemption_action_type,
                        "preserve_boot_volume": instance_configuration_instance_details_options_launch_details_preemptible_instance_config_preemption_action_preserve_boot_volume,
                    },
                },
                "preferred_maintenance_action": instance_configuration_instance_details_options_launch_details_preferred_maintenance_action,
                "security_attributes": instance_configuration_instance_details_options_launch_details_security_attributes,
                "shape": instance_configuration_instance_details_options_launch_details_shape,
                "shape_config": {
                    "baseline_ocpu_utilization": instance_configuration_instance_details_options_launch_details_shape_config_baseline_ocpu_utilization,
                    "memory_in_gbs": instance_configuration_instance_details_options_launch_details_shape_config_memory_in_gbs,
                    "nvmes": instance_configuration_instance_details_options_launch_details_shape_config_nvmes,
                    "ocpus": instance_configuration_instance_details_options_launch_details_shape_config_ocpus,
                    "vcpus": instance_configuration_instance_details_options_launch_details_shape_config_vcpus,
                },
                "source_details": {
                    "source_type": instance_configuration_instance_details_options_launch_details_source_details_source_type,
                    "boot_volume_id": test_boot_volume["id"],
                    "boot_volume_size_in_gbs": instance_configuration_instance_details_options_launch_details_source_details_boot_volume_size_in_gbs,
                    "boot_volume_vpus_per_gb": instance_configuration_instance_details_options_launch_details_source_details_boot_volume_vpus_per_gb,
                    "image_id": test_image["id"],
                    "instance_source_image_filter_details": {
                        "compartment_id": compartment_id,
                        "defined_tags_filter": instance_configuration_instance_details_options_launch_details_source_details_instance_source_image_filter_details_defined_tags_filter,
                        "operating_system": instance_configuration_instance_details_options_launch_details_source_details_instance_source_image_filter_details_operating_system,
                        "operating_system_version": instance_configuration_instance_details_options_launch_details_source_details_instance_source_image_filter_details_operating_system_version,
                    },
                },
            },
            "secondary_vnics": [{
                "create_vnic_details": {
                    "assign_ipv6ip": instance_configuration_instance_details_secondary_vnics_create_vnic_details_assign_ipv6ip,
                    "assign_private_dns_record": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_assign_private_dns_record,
                    "assign_public_ip": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_assign_public_ip,
                    "defined_tags": {
                        "Operations.CostCenter": "42",
                    },
                    "display_name": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_display_name,
                    "freeform_tags": {
                        "Department": "Finance",
                    },
                    "hostname_label": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_hostname_label,
                    "ipv6address_ipv6subnet_cidr_pair_details": [{
                        "ipv6address": instance_configuration_instance_details_secondary_vnics_create_vnic_details_ipv6address_ipv6subnet_cidr_pair_details_ipv6address,
                        "ipv6subnet_cidr": instance_configuration_instance_details_secondary_vnics_create_vnic_details_ipv6address_ipv6subnet_cidr_pair_details_ipv6subnet_cidr,
                    }],
                    "nsg_ids": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_nsg_ids,
                    "private_ip": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_private_ip,
                    "security_attributes": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_security_attributes,
                    "skip_source_dest_check": instance_configuration_instance_details_options_secondary_vnics_create_vnic_details_skip_source_dest_check,
                    "subnet_id": test_subnet["id"],
                },
                "display_name": instance_configuration_instance_details_options_secondary_vnics_display_name,
                "nic_index": instance_configuration_instance_details_options_secondary_vnics_nic_index,
            }],
        }],
        "secondary_vnics": [{
            "create_vnic_details": {
                "assign_private_dns_record": instance_configuration_instance_details_secondary_vnics_create_vnic_details_assign_private_dns_record,
                "assign_public_ip": instance_configuration_instance_details_secondary_vnics_create_vnic_details_assign_public_ip,
                "defined_tags": {
                    "Operations.CostCenter": "42",
                },
                "display_name": instance_configuration_instance_details_secondary_vnics_create_vnic_details_display_name,
                "freeform_tags": {
                    "Department": "Finance",
                },
                "hostname_label": instance_configuration_instance_details_secondary_vnics_create_vnic_details_hostname_label,
                "nsg_ids": instance_configuration_instance_details_secondary_vnics_create_vnic_details_nsg_ids,
                "private_ip": instance_configuration_instance_details_secondary_vnics_create_vnic_details_private_ip,
                "security_attributes": instance_configuration_instance_details_secondary_vnics_create_vnic_details_security_attributes,
                "skip_source_dest_check": instance_configuration_instance_details_secondary_vnics_create_vnic_details_skip_source_dest_check,
                "subnet_id": test_subnet["id"],
            },
            "display_name": instance_configuration_instance_details_secondary_vnics_display_name,
            "nic_index": instance_configuration_instance_details_secondary_vnics_nic_index,
        }],
    },
    instance_id=test_instance["id"],
    source=instance_configuration_source)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := core.NewInstanceConfiguration(ctx, "test_instance_configuration", &core.InstanceConfigurationArgs{
			CompartmentId: pulumi.Any(compartmentId),
			DefinedTags: pulumi.StringMap{
				"Operations.CostCenter": pulumi.String("42"),
			},
			DisplayName: pulumi.Any(instanceConfigurationDisplayName),
			FreeformTags: pulumi.StringMap{
				"Department": pulumi.String("Finance"),
			},
			InstanceDetails: &core.InstanceConfigurationInstanceDetailsArgs{
				InstanceType: pulumi.Any(instanceConfigurationInstanceDetailsInstanceType),
				BlockVolumes: core.InstanceConfigurationInstanceDetailsBlockVolumeArray{
					&core.InstanceConfigurationInstanceDetailsBlockVolumeArgs{
						AttachDetails: &core.InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs{
							Type:                           pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsType),
							Device:                         pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDevice),
							DisplayName:                    pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDisplayName),
							IsPvEncryptionInTransitEnabled: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled),
							IsReadOnly:                     pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsReadOnly),
							IsShareable:                    pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsShareable),
							UseChap:                        pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsUseChap),
						},
						CreateDetails: &core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs{
							AutotunePolicies: core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArray{
								&core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs{
									AutotuneType: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType),
									MaxVpusPerGb: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb),
								},
							},
							AvailabilityDomain: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAvailabilityDomain),
							BackupPolicyId:     pulumi.Any(testVolumeBackupPolicies.VolumeBackupPolicies[0].Id),
							BlockVolumeReplicas: &core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs{
								AvailabilityDomain: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasAvailabilityDomain),
								DisplayName:        pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasDisplayName),
							},
							ClusterPlacementGroupId: pulumi.Any(clusterPlacementGroupId),
							CompartmentId:           pulumi.Any(compartmentId),
							DefinedTags: pulumi.StringMap{
								"Operations.CostCenter": pulumi.String("42"),
							},
							DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsDisplayName),
							FreeformTags: pulumi.StringMap{
								"Department": pulumi.String("Finance"),
							},
							IsAutoTuneEnabled: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsIsAutoTuneEnabled),
							KmsKeyId:          pulumi.Any(testKey.Id),
							SizeInGbs:         pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSizeInGbs),
							SourceDetails: &core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs{
								Type: pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsType),
								Id:   pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId),
							},
							VpusPerGb:   pulumi.Any(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb),
							XrcKmsKeyId: pulumi.Any(testKey.Id),
						},
						VolumeId: pulumi.Any(testVolume.Id),
					},
				},
				LaunchDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsArgs{
					AgentConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs{
						AreAllPluginsDisabled: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigAreAllPluginsDisabled),
						IsManagementDisabled:  pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsManagementDisabled),
						IsMonitoringDisabled:  pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsMonitoringDisabled),
						PluginsConfigs: core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArray{
							&core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs{
								DesiredState: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigDesiredState),
								Name:         pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigName),
							},
						},
					},
					AvailabilityConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs{
						IsLiveMigrationPreferred: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigIsLiveMigrationPreferred),
						RecoveryAction:           pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigRecoveryAction),
					},
					AvailabilityDomain:      pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityDomain),
					CapacityReservationId:   pulumi.Any(testCapacityReservation.Id),
					ClusterPlacementGroupId: pulumi.Any(testGroup.Id),
					CompartmentId:           pulumi.Any(compartmentId),
					CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs{
						AssignIpv6ip:           pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip),
						AssignPrivateDnsRecord: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord),
						AssignPublicIp:         pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPublicIp),
						DefinedTags: pulumi.StringMap{
							"Operations.CostCenter": pulumi.String("42"),
						},
						DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsDisplayName),
						FreeformTags: pulumi.StringMap{
							"Department": pulumi.String("Finance"),
						},
						HostnameLabel: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsHostnameLabel),
						Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
							&core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
								Ipv6address:    pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address),
								Ipv6subnetCidr: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr),
							},
						},
						NsgIds:              pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsNsgIds),
						PrivateIp:           pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsPrivateIp),
						SecurityAttributes:  pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSecurityAttributes),
						SkipSourceDestCheck: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck),
						SubnetId:            pulumi.Any(testSubnet.Id),
					},
					DedicatedVmHostId: pulumi.Any(testDedicatedVmHost.Id),
					DefinedTags: pulumi.StringMap{
						"Operations.CostCenter": pulumi.String("42"),
					},
					DisplayName:      pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsDisplayName),
					ExtendedMetadata: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsExtendedMetadata),
					FaultDomain:      pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsFaultDomain),
					FreeformTags: pulumi.StringMap{
						"Department": pulumi.String("Finance"),
					},
					InstanceOptions: &core.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs{
						AreLegacyImdsEndpointsDisabled: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled),
					},
					IpxeScript:                     pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsIpxeScript),
					IsPvEncryptionInTransitEnabled: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsIsPvEncryptionInTransitEnabled),
					LaunchMode:                     pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchMode),
					LaunchOptions: &core.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs{
						BootVolumeType:                  pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsBootVolumeType),
						Firmware:                        pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsFirmware),
						IsConsistentVolumeNamingEnabled: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled),
						IsPvEncryptionInTransitEnabled:  pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled),
						NetworkType:                     pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsNetworkType),
						RemoteDataVolumeType:            pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsRemoteDataVolumeType),
					},
					LicensingConfigs: &core.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs{
						Type:        pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsType),
						LicenseType: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsLicenseType),
					},
					Metadata: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsMetadata),
					PlatformConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs{
						Type:                                     pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigType),
						AreVirtualInstructionsEnabled:            pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled),
						ConfigMap:                                pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigConfigMap),
						IsAccessControlServiceEnabled:            pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled),
						IsInputOutputMemoryManagementUnitEnabled: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled),
						IsMeasuredBootEnabled:                    pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMeasuredBootEnabled),
						IsMemoryEncryptionEnabled:                pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled),
						IsSecureBootEnabled:                      pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSecureBootEnabled),
						IsSymmetricMultiThreadingEnabled:         pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled),
						IsTrustedPlatformModuleEnabled:           pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled),
						NumaNodesPerSocket:                       pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigNumaNodesPerSocket),
						PercentageOfCoresEnabled:                 pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigPercentageOfCoresEnabled),
					},
					PreemptibleInstanceConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs{
						PreemptionAction: &core.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs{
							Type:               pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType),
							PreserveBootVolume: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume),
						},
					},
					PreferredMaintenanceAction: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsPreferredMaintenanceAction),
					SecurityAttributes:         pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSecurityAttributes),
					Shape:                      pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsShape),
					ShapeConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs{
						BaselineOcpuUtilization: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigBaselineOcpuUtilization),
						MemoryInGbs:             pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigMemoryInGbs),
						Nvmes:                   pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigNvmes),
						Ocpus:                   pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigOcpus),
						Vcpus:                   pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigVcpus),
					},
					SourceDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs{
						SourceType:          pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsSourceType),
						BootVolumeId:        pulumi.Any(testBootVolume.Id),
						BootVolumeSizeInGbs: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeSizeInGbs),
						BootVolumeVpusPerGb: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeVpusPerGb),
						ImageId:             pulumi.Any(testImage.Id),
						KmsKeyId:            pulumi.Any(testKey.Id),
						InstanceSourceImageFilterDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs{
							CompartmentId:          pulumi.Any(compartmentId),
							DefinedTagsFilter:      pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter),
							OperatingSystem:        pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem),
							OperatingSystemVersion: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion),
						},
					},
				},
				Options: core.InstanceConfigurationInstanceDetailsOptionArray{
					&core.InstanceConfigurationInstanceDetailsOptionArgs{
						BlockVolumes: core.InstanceConfigurationInstanceDetailsOptionBlockVolumeArray{
							&core.InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs{
								AttachDetails: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs{
									Type:                           pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsType),
									Device:                         pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDevice),
									DisplayName:                    pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDisplayName),
									IsPvEncryptionInTransitEnabled: pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled),
									IsReadOnly:                     pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsReadOnly),
									IsShareable:                    pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsShareable),
									UseChap:                        pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsUseChap),
								},
								CreateDetails: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs{
									AutotunePolicies: core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArray{
										&core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs{
											AutotuneType: pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType),
											MaxVpusPerGb: pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb),
										},
									},
									AvailabilityDomain:      pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAvailabilityDomain),
									BackupPolicyId:          pulumi.Any(testVolumeBackupPolicies.VolumeBackupPolicies[0].Id),
									ClusterPlacementGroupId: pulumi.Any(clusterPlacementGroupId),
									CompartmentId:           pulumi.Any(compartmentId),
									DefinedTags: pulumi.StringMap{
										"Operations.CostCenter": pulumi.String("42"),
									},
									DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsDisplayName),
									FreeformTags: pulumi.StringMap{
										"Department": pulumi.String("Finance"),
									},
									KmsKeyId:  pulumi.Any(testKey.Id),
									SizeInGbs: pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSizeInGbs),
									SourceDetails: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs{
										Type: pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsType),
										Id:   pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId),
									},
									VpusPerGb:   pulumi.Any(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb),
									XrcKmsKeyId: pulumi.Any(testKey.Id),
								},
								VolumeId: pulumi.Any(testVolume.Id),
							},
						},
						LaunchDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs{
							AgentConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs{
								AreAllPluginsDisabled: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigAreAllPluginsDisabled),
								IsManagementDisabled:  pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsManagementDisabled),
								IsMonitoringDisabled:  pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsMonitoringDisabled),
								PluginsConfigs: core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArray{
									&core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs{
										DesiredState: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigDesiredState),
										Name:         pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigName),
									},
								},
							},
							AvailabilityConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs{
								RecoveryAction: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityConfigRecoveryAction),
							},
							AvailabilityDomain:      pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityDomain),
							CapacityReservationId:   pulumi.Any(testCapacityReservation.Id),
							ClusterPlacementGroupId: pulumi.Any(testGroup.Id),
							CompartmentId:           pulumi.Any(compartmentId),
							CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs{
								AssignIpv6ip:           pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip),
								AssignPrivateDnsRecord: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord),
								AssignPublicIp:         pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPublicIp),
								DefinedTags: pulumi.StringMap{
									"Operations.CostCenter": pulumi.String("42"),
								},
								DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsDisplayName),
								FreeformTags: pulumi.StringMap{
									"Department": pulumi.String("Finance"),
								},
								HostnameLabel: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsHostnameLabel),
								Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
									&core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
										Ipv6address:    pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address),
										Ipv6subnetCidr: pulumi.Any(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr),
									},
								},
								NsgIds:              pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsNsgIds),
								PrivateIp:           pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsPrivateIp),
								SecurityAttributes:  pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSecurityAttributes),
								SkipSourceDestCheck: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck),
								SubnetId:            pulumi.Any(testSubnet.Id),
							},
							DedicatedVmHostId: pulumi.Any(testDedicatedVmHost.Id),
							DefinedTags: pulumi.StringMap{
								"Operations.CostCenter": pulumi.String("42"),
							},
							DisplayName:      pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsDisplayName),
							ExtendedMetadata: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsExtendedMetadata),
							FaultDomain:      pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsFaultDomain),
							FreeformTags: pulumi.StringMap{
								"Department": pulumi.String("Finance"),
							},
							InstanceOptions: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs{
								AreLegacyImdsEndpointsDisabled: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled),
							},
							IpxeScript:                     pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsIpxeScript),
							IsPvEncryptionInTransitEnabled: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsIsPvEncryptionInTransitEnabled),
							LaunchMode:                     pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchMode),
							LaunchOptions: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs{
								BootVolumeType:                  pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsBootVolumeType),
								Firmware:                        pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsFirmware),
								IsConsistentVolumeNamingEnabled: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled),
								IsPvEncryptionInTransitEnabled:  pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled),
								NetworkType:                     pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsNetworkType),
								RemoteDataVolumeType:            pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsRemoteDataVolumeType),
							},
							LicensingConfigs: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs{
								Type:        pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsType),
								LicenseType: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsLicenseType),
							},
							Metadata: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsMetadata),
							PlatformConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs{
								Type:                                     pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigType),
								AreVirtualInstructionsEnabled:            pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled),
								IsAccessControlServiceEnabled:            pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled),
								IsInputOutputMemoryManagementUnitEnabled: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled),
								IsMeasuredBootEnabled:                    pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMeasuredBootEnabled),
								IsMemoryEncryptionEnabled:                pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled),
								IsSecureBootEnabled:                      pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSecureBootEnabled),
								IsSymmetricMultiThreadingEnabled:         pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled),
								IsTrustedPlatformModuleEnabled:           pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled),
								NumaNodesPerSocket:                       pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigNumaNodesPerSocket),
								PercentageOfCoresEnabled:                 pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigPercentageOfCoresEnabled),
							},
							PreemptibleInstanceConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs{
								PreemptionAction: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs{
									Type:               pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType),
									PreserveBootVolume: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume),
								},
							},
							PreferredMaintenanceAction: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreferredMaintenanceAction),
							SecurityAttributes:         pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSecurityAttributes),
							Shape:                      pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShape),
							ShapeConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs{
								BaselineOcpuUtilization: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigBaselineOcpuUtilization),
								MemoryInGbs:             pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigMemoryInGbs),
								Nvmes:                   pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigNvmes),
								Ocpus:                   pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigOcpus),
								Vcpus:                   pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigVcpus),
							},
							SourceDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs{
								SourceType:          pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsSourceType),
								BootVolumeId:        pulumi.Any(testBootVolume.Id),
								BootVolumeSizeInGbs: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeSizeInGbs),
								BootVolumeVpusPerGb: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeVpusPerGb),
								ImageId:             pulumi.Any(testImage.Id),
								InstanceSourceImageFilterDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs{
									CompartmentId:          pulumi.Any(compartmentId),
									DefinedTagsFilter:      pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter),
									OperatingSystem:        pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem),
									OperatingSystemVersion: pulumi.Any(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion),
								},
							},
						},
						SecondaryVnics: core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicArray{
							&core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs{
								CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs{
									AssignIpv6ip:           pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignIpv6ip),
									AssignPrivateDnsRecord: pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord),
									AssignPublicIp:         pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPublicIp),
									DefinedTags: pulumi.StringMap{
										"Operations.CostCenter": pulumi.String("42"),
									},
									DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsDisplayName),
									FreeformTags: pulumi.StringMap{
										"Department": pulumi.String("Finance"),
									},
									HostnameLabel: pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsHostnameLabel),
									Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
										&core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
											Ipv6address:    pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address),
											Ipv6subnetCidr: pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr),
										},
									},
									NsgIds:              pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsNsgIds),
									PrivateIp:           pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsPrivateIp),
									SecurityAttributes:  pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSecurityAttributes),
									SkipSourceDestCheck: pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck),
									SubnetId:            pulumi.Any(testSubnet.Id),
								},
								DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsDisplayName),
								NicIndex:    pulumi.Any(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsNicIndex),
							},
						},
					},
				},
				SecondaryVnics: core.InstanceConfigurationInstanceDetailsSecondaryVnicArray{
					&core.InstanceConfigurationInstanceDetailsSecondaryVnicArgs{
						CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs{
							AssignPrivateDnsRecord: pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord),
							AssignPublicIp:         pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPublicIp),
							DefinedTags: pulumi.StringMap{
								"Operations.CostCenter": pulumi.String("42"),
							},
							DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsDisplayName),
							FreeformTags: pulumi.StringMap{
								"Department": pulumi.String("Finance"),
							},
							HostnameLabel:       pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsHostnameLabel),
							NsgIds:              pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsNsgIds),
							PrivateIp:           pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsPrivateIp),
							SecurityAttributes:  pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSecurityAttributes),
							SkipSourceDestCheck: pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck),
							SubnetId:            pulumi.Any(testSubnet.Id),
						},
						DisplayName: pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsDisplayName),
						NicIndex:    pulumi.Any(instanceConfigurationInstanceDetailsSecondaryVnicsNicIndex),
					},
				},
			},
			InstanceId: pulumi.Any(testInstance.Id),
			Source:     pulumi.Any(instanceConfigurationSource),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testInstanceConfiguration = new Oci.Core.InstanceConfiguration("test_instance_configuration", new()
    {
        CompartmentId = compartmentId,
        DefinedTags = 
        {
            { "Operations.CostCenter", "42" },
        },
        DisplayName = instanceConfigurationDisplayName,
        FreeformTags = 
        {
            { "Department", "Finance" },
        },
        InstanceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsArgs
        {
            InstanceType = instanceConfigurationInstanceDetailsInstanceType,
            BlockVolumes = new[]
            {
                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeArgs
                {
                    AttachDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs
                    {
                        Type = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsType,
                        Device = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDevice,
                        DisplayName = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDisplayName,
                        IsPvEncryptionInTransitEnabled = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled,
                        IsReadOnly = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsReadOnly,
                        IsShareable = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsShareable,
                        UseChap = instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsUseChap,
                    },
                    CreateDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs
                    {
                        AutotunePolicies = new[]
                        {
                            new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs
                            {
                                AutotuneType = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType,
                                MaxVpusPerGb = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb,
                            },
                        },
                        AvailabilityDomain = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAvailabilityDomain,
                        BackupPolicyId = testVolumeBackupPolicies.VolumeBackupPolicies[0].Id,
                        BlockVolumeReplicas = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs
                        {
                            AvailabilityDomain = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasAvailabilityDomain,
                            DisplayName = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasDisplayName,
                        },
                        ClusterPlacementGroupId = clusterPlacementGroupId,
                        CompartmentId = compartmentId,
                        DefinedTags = 
                        {
                            { "Operations.CostCenter", "42" },
                        },
                        DisplayName = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsDisplayName,
                        FreeformTags = 
                        {
                            { "Department", "Finance" },
                        },
                        IsAutoTuneEnabled = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsIsAutoTuneEnabled,
                        KmsKeyId = testKey.Id,
                        SizeInGbs = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSizeInGbs,
                        SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs
                        {
                            Type = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsType,
                            Id = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId,
                        },
                        VpusPerGb = instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb,
                        XrcKmsKeyId = testKey.Id,
                    },
                    VolumeId = testVolume.Id,
                },
            },
            LaunchDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsArgs
            {
                AgentConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs
                {
                    AreAllPluginsDisabled = instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigAreAllPluginsDisabled,
                    IsManagementDisabled = instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsManagementDisabled,
                    IsMonitoringDisabled = instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsMonitoringDisabled,
                    PluginsConfigs = new[]
                    {
                        new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs
                        {
                            DesiredState = instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigDesiredState,
                            Name = instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigName,
                        },
                    },
                },
                AvailabilityConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs
                {
                    IsLiveMigrationPreferred = instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigIsLiveMigrationPreferred,
                    RecoveryAction = instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigRecoveryAction,
                },
                AvailabilityDomain = instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityDomain,
                CapacityReservationId = testCapacityReservation.Id,
                ClusterPlacementGroupId = testGroup.Id,
                CompartmentId = compartmentId,
                CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs
                {
                    AssignIpv6ip = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip,
                    AssignPrivateDnsRecord = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord,
                    AssignPublicIp = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPublicIp,
                    DefinedTags = 
                    {
                        { "Operations.CostCenter", "42" },
                    },
                    DisplayName = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsDisplayName,
                    FreeformTags = 
                    {
                        { "Department", "Finance" },
                    },
                    HostnameLabel = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsHostnameLabel,
                    Ipv6addressIpv6subnetCidrPairDetails = new[]
                    {
                        new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                        {
                            Ipv6address = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
                            Ipv6subnetCidr = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
                        },
                    },
                    NsgIds = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsNsgIds,
                    PrivateIp = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsPrivateIp,
                    SecurityAttributes = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSecurityAttributes,
                    SkipSourceDestCheck = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck,
                    SubnetId = testSubnet.Id,
                },
                DedicatedVmHostId = testDedicatedVmHost.Id,
                DefinedTags = 
                {
                    { "Operations.CostCenter", "42" },
                },
                DisplayName = instanceConfigurationInstanceDetailsLaunchDetailsDisplayName,
                ExtendedMetadata = instanceConfigurationInstanceDetailsLaunchDetailsExtendedMetadata,
                FaultDomain = instanceConfigurationInstanceDetailsLaunchDetailsFaultDomain,
                FreeformTags = 
                {
                    { "Department", "Finance" },
                },
                InstanceOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs
                {
                    AreLegacyImdsEndpointsDisabled = instanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled,
                },
                IpxeScript = instanceConfigurationInstanceDetailsLaunchDetailsIpxeScript,
                IsPvEncryptionInTransitEnabled = instanceConfigurationInstanceDetailsLaunchDetailsIsPvEncryptionInTransitEnabled,
                LaunchMode = instanceConfigurationInstanceDetailsLaunchDetailsLaunchMode,
                LaunchOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs
                {
                    BootVolumeType = instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsBootVolumeType,
                    Firmware = instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsFirmware,
                    IsConsistentVolumeNamingEnabled = instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled,
                    IsPvEncryptionInTransitEnabled = instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled,
                    NetworkType = instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsNetworkType,
                    RemoteDataVolumeType = instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsRemoteDataVolumeType,
                },
                LicensingConfigs = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs
                {
                    Type = instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsType,
                    LicenseType = instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsLicenseType,
                },
                Metadata = instanceConfigurationInstanceDetailsLaunchDetailsMetadata,
                PlatformConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs
                {
                    Type = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigType,
                    AreVirtualInstructionsEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled,
                    ConfigMap = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigConfigMap,
                    IsAccessControlServiceEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled,
                    IsInputOutputMemoryManagementUnitEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled,
                    IsMeasuredBootEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMeasuredBootEnabled,
                    IsMemoryEncryptionEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled,
                    IsSecureBootEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSecureBootEnabled,
                    IsSymmetricMultiThreadingEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled,
                    IsTrustedPlatformModuleEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled,
                    NumaNodesPerSocket = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigNumaNodesPerSocket,
                    PercentageOfCoresEnabled = instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigPercentageOfCoresEnabled,
                },
                PreemptibleInstanceConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs
                {
                    PreemptionAction = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs
                    {
                        Type = instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType,
                        PreserveBootVolume = instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume,
                    },
                },
                PreferredMaintenanceAction = instanceConfigurationInstanceDetailsLaunchDetailsPreferredMaintenanceAction,
                SecurityAttributes = instanceConfigurationInstanceDetailsLaunchDetailsSecurityAttributes,
                Shape = instanceConfigurationInstanceDetailsLaunchDetailsShape,
                ShapeConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs
                {
                    BaselineOcpuUtilization = instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigBaselineOcpuUtilization,
                    MemoryInGbs = instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigMemoryInGbs,
                    Nvmes = instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigNvmes,
                    Ocpus = instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigOcpus,
                    Vcpus = instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigVcpus,
                },
                SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs
                {
                    SourceType = instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsSourceType,
                    BootVolumeId = testBootVolume.Id,
                    BootVolumeSizeInGbs = instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeSizeInGbs,
                    BootVolumeVpusPerGb = instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeVpusPerGb,
                    ImageId = testImage.Id,
                    KmsKeyId = testKey.Id,
                    InstanceSourceImageFilterDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs
                    {
                        CompartmentId = compartmentId,
                        DefinedTagsFilter = instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter,
                        OperatingSystem = instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem,
                        OperatingSystemVersion = instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion,
                    },
                },
            },
            Options = new[]
            {
                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionArgs
                {
                    BlockVolumes = new[]
                    {
                        new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs
                        {
                            AttachDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs
                            {
                                Type = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsType,
                                Device = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDevice,
                                DisplayName = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDisplayName,
                                IsPvEncryptionInTransitEnabled = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled,
                                IsReadOnly = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsReadOnly,
                                IsShareable = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsShareable,
                                UseChap = instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsUseChap,
                            },
                            CreateDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs
                            {
                                AutotunePolicies = new[]
                                {
                                    new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs
                                    {
                                        AutotuneType = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType,
                                        MaxVpusPerGb = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb,
                                    },
                                },
                                AvailabilityDomain = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAvailabilityDomain,
                                BackupPolicyId = testVolumeBackupPolicies.VolumeBackupPolicies[0].Id,
                                ClusterPlacementGroupId = clusterPlacementGroupId,
                                CompartmentId = compartmentId,
                                DefinedTags = 
                                {
                                    { "Operations.CostCenter", "42" },
                                },
                                DisplayName = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsDisplayName,
                                FreeformTags = 
                                {
                                    { "Department", "Finance" },
                                },
                                KmsKeyId = testKey.Id,
                                SizeInGbs = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSizeInGbs,
                                SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs
                                {
                                    Type = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsType,
                                    Id = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId,
                                },
                                VpusPerGb = instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb,
                                XrcKmsKeyId = testKey.Id,
                            },
                            VolumeId = testVolume.Id,
                        },
                    },
                    LaunchDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs
                    {
                        AgentConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs
                        {
                            AreAllPluginsDisabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigAreAllPluginsDisabled,
                            IsManagementDisabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsManagementDisabled,
                            IsMonitoringDisabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsMonitoringDisabled,
                            PluginsConfigs = new[]
                            {
                                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs
                                {
                                    DesiredState = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigDesiredState,
                                    Name = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigName,
                                },
                            },
                        },
                        AvailabilityConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs
                        {
                            RecoveryAction = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityConfigRecoveryAction,
                        },
                        AvailabilityDomain = instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityDomain,
                        CapacityReservationId = testCapacityReservation.Id,
                        ClusterPlacementGroupId = testGroup.Id,
                        CompartmentId = compartmentId,
                        CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs
                        {
                            AssignIpv6ip = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip,
                            AssignPrivateDnsRecord = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord,
                            AssignPublicIp = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPublicIp,
                            DefinedTags = 
                            {
                                { "Operations.CostCenter", "42" },
                            },
                            DisplayName = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsDisplayName,
                            FreeformTags = 
                            {
                                { "Department", "Finance" },
                            },
                            HostnameLabel = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsHostnameLabel,
                            Ipv6addressIpv6subnetCidrPairDetails = new[]
                            {
                                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                                {
                                    Ipv6address = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
                                    Ipv6subnetCidr = instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
                                },
                            },
                            NsgIds = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsNsgIds,
                            PrivateIp = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsPrivateIp,
                            SecurityAttributes = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSecurityAttributes,
                            SkipSourceDestCheck = instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck,
                            SubnetId = testSubnet.Id,
                        },
                        DedicatedVmHostId = testDedicatedVmHost.Id,
                        DefinedTags = 
                        {
                            { "Operations.CostCenter", "42" },
                        },
                        DisplayName = instanceConfigurationInstanceDetailsOptionsLaunchDetailsDisplayName,
                        ExtendedMetadata = instanceConfigurationInstanceDetailsOptionsLaunchDetailsExtendedMetadata,
                        FaultDomain = instanceConfigurationInstanceDetailsOptionsLaunchDetailsFaultDomain,
                        FreeformTags = 
                        {
                            { "Department", "Finance" },
                        },
                        InstanceOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs
                        {
                            AreLegacyImdsEndpointsDisabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled,
                        },
                        IpxeScript = instanceConfigurationInstanceDetailsOptionsLaunchDetailsIpxeScript,
                        IsPvEncryptionInTransitEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsIsPvEncryptionInTransitEnabled,
                        LaunchMode = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchMode,
                        LaunchOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs
                        {
                            BootVolumeType = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsBootVolumeType,
                            Firmware = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsFirmware,
                            IsConsistentVolumeNamingEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled,
                            IsPvEncryptionInTransitEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled,
                            NetworkType = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsNetworkType,
                            RemoteDataVolumeType = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsRemoteDataVolumeType,
                        },
                        LicensingConfigs = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs
                        {
                            Type = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsType,
                            LicenseType = instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsLicenseType,
                        },
                        Metadata = instanceConfigurationInstanceDetailsOptionsLaunchDetailsMetadata,
                        PlatformConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs
                        {
                            Type = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigType,
                            AreVirtualInstructionsEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled,
                            IsAccessControlServiceEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled,
                            IsInputOutputMemoryManagementUnitEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled,
                            IsMeasuredBootEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMeasuredBootEnabled,
                            IsMemoryEncryptionEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled,
                            IsSecureBootEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSecureBootEnabled,
                            IsSymmetricMultiThreadingEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled,
                            IsTrustedPlatformModuleEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled,
                            NumaNodesPerSocket = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigNumaNodesPerSocket,
                            PercentageOfCoresEnabled = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigPercentageOfCoresEnabled,
                        },
                        PreemptibleInstanceConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs
                        {
                            PreemptionAction = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs
                            {
                                Type = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType,
                                PreserveBootVolume = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume,
                            },
                        },
                        PreferredMaintenanceAction = instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreferredMaintenanceAction,
                        SecurityAttributes = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSecurityAttributes,
                        Shape = instanceConfigurationInstanceDetailsOptionsLaunchDetailsShape,
                        ShapeConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs
                        {
                            BaselineOcpuUtilization = instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigBaselineOcpuUtilization,
                            MemoryInGbs = instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigMemoryInGbs,
                            Nvmes = instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigNvmes,
                            Ocpus = instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigOcpus,
                            Vcpus = instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigVcpus,
                        },
                        SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs
                        {
                            SourceType = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsSourceType,
                            BootVolumeId = testBootVolume.Id,
                            BootVolumeSizeInGbs = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeSizeInGbs,
                            BootVolumeVpusPerGb = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeVpusPerGb,
                            ImageId = testImage.Id,
                            InstanceSourceImageFilterDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs
                            {
                                CompartmentId = compartmentId,
                                DefinedTagsFilter = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter,
                                OperatingSystem = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem,
                                OperatingSystemVersion = instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion,
                            },
                        },
                    },
                    SecondaryVnics = new[]
                    {
                        new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs
                        {
                            CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs
                            {
                                AssignIpv6ip = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignIpv6ip,
                                AssignPrivateDnsRecord = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord,
                                AssignPublicIp = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPublicIp,
                                DefinedTags = 
                                {
                                    { "Operations.CostCenter", "42" },
                                },
                                DisplayName = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsDisplayName,
                                FreeformTags = 
                                {
                                    { "Department", "Finance" },
                                },
                                HostnameLabel = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsHostnameLabel,
                                Ipv6addressIpv6subnetCidrPairDetails = new[]
                                {
                                    new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                                    {
                                        Ipv6address = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address,
                                        Ipv6subnetCidr = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr,
                                    },
                                },
                                NsgIds = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsNsgIds,
                                PrivateIp = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsPrivateIp,
                                SecurityAttributes = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSecurityAttributes,
                                SkipSourceDestCheck = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck,
                                SubnetId = testSubnet.Id,
                            },
                            DisplayName = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsDisplayName,
                            NicIndex = instanceConfigurationInstanceDetailsOptionsSecondaryVnicsNicIndex,
                        },
                    },
                },
            },
            SecondaryVnics = new[]
            {
                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsSecondaryVnicArgs
                {
                    CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs
                    {
                        AssignPrivateDnsRecord = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord,
                        AssignPublicIp = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPublicIp,
                        DefinedTags = 
                        {
                            { "Operations.CostCenter", "42" },
                        },
                        DisplayName = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsDisplayName,
                        FreeformTags = 
                        {
                            { "Department", "Finance" },
                        },
                        HostnameLabel = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsHostnameLabel,
                        NsgIds = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsNsgIds,
                        PrivateIp = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsPrivateIp,
                        SecurityAttributes = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSecurityAttributes,
                        SkipSourceDestCheck = instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck,
                        SubnetId = testSubnet.Id,
                    },
                    DisplayName = instanceConfigurationInstanceDetailsSecondaryVnicsDisplayName,
                    NicIndex = instanceConfigurationInstanceDetailsSecondaryVnicsNicIndex,
                },
            },
        },
        InstanceId = testInstance.Id,
        Source = instanceConfigurationSource,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.InstanceConfiguration;
import com.pulumi.oci.Core.InstanceConfigurationArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs;
import com.pulumi.oci.Core.inputs.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs;
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) {
        var testInstanceConfiguration = new InstanceConfiguration("testInstanceConfiguration", InstanceConfigurationArgs.builder()
            .compartmentId(compartmentId)
            .definedTags(Map.of("Operations.CostCenter", "42"))
            .displayName(instanceConfigurationDisplayName)
            .freeformTags(Map.of("Department", "Finance"))
            .instanceDetails(InstanceConfigurationInstanceDetailsArgs.builder()
                .instanceType(instanceConfigurationInstanceDetailsInstanceType)
                .blockVolumes(InstanceConfigurationInstanceDetailsBlockVolumeArgs.builder()
                    .attachDetails(InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs.builder()
                        .type(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsType)
                        .device(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDevice)
                        .displayName(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDisplayName)
                        .isPvEncryptionInTransitEnabled(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled)
                        .isReadOnly(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsReadOnly)
                        .isShareable(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsShareable)
                        .useChap(instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsUseChap)
                        .build())
                    .createDetails(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs.builder()
                        .autotunePolicies(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs.builder()
                            .autotuneType(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType)
                            .maxVpusPerGb(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb)
                            .build())
                        .availabilityDomain(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAvailabilityDomain)
                        .backupPolicyId(testVolumeBackupPolicies.volumeBackupPolicies()[0].id())
                        .blockVolumeReplicas(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs.builder()
                            .availabilityDomain(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasAvailabilityDomain)
                            .displayName(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasDisplayName)
                            .build())
                        .clusterPlacementGroupId(clusterPlacementGroupId)
                        .compartmentId(compartmentId)
                        .definedTags(Map.of("Operations.CostCenter", "42"))
                        .displayName(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsDisplayName)
                        .freeformTags(Map.of("Department", "Finance"))
                        .isAutoTuneEnabled(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsIsAutoTuneEnabled)
                        .kmsKeyId(testKey.id())
                        .sizeInGbs(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSizeInGbs)
                        .sourceDetails(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs.builder()
                            .type(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsType)
                            .id(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId)
                            .build())
                        .vpusPerGb(instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb)
                        .xrcKmsKeyId(testKey.id())
                        .build())
                    .volumeId(testVolume.id())
                    .build())
                .launchDetails(InstanceConfigurationInstanceDetailsLaunchDetailsArgs.builder()
                    .agentConfig(InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs.builder()
                        .areAllPluginsDisabled(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigAreAllPluginsDisabled)
                        .isManagementDisabled(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsManagementDisabled)
                        .isMonitoringDisabled(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsMonitoringDisabled)
                        .pluginsConfigs(InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs.builder()
                            .desiredState(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigDesiredState)
                            .name(instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigName)
                            .build())
                        .build())
                    .availabilityConfig(InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs.builder()
                        .isLiveMigrationPreferred(instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigIsLiveMigrationPreferred)
                        .recoveryAction(instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigRecoveryAction)
                        .build())
                    .availabilityDomain(instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityDomain)
                    .capacityReservationId(testCapacityReservation.id())
                    .clusterPlacementGroupId(testGroup.id())
                    .compartmentId(compartmentId)
                    .createVnicDetails(InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs.builder()
                        .assignIpv6ip(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip)
                        .assignPrivateDnsRecord(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord)
                        .assignPublicIp(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPublicIp)
                        .definedTags(Map.of("Operations.CostCenter", "42"))
                        .displayName(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsDisplayName)
                        .freeformTags(Map.of("Department", "Finance"))
                        .hostnameLabel(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsHostnameLabel)
                        .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                            .ipv6address(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address)
                            .ipv6subnetCidr(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr)
                            .build())
                        .nsgIds(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsNsgIds)
                        .privateIp(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsPrivateIp)
                        .securityAttributes(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSecurityAttributes)
                        .skipSourceDestCheck(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck)
                        .subnetId(testSubnet.id())
                        .build())
                    .dedicatedVmHostId(testDedicatedVmHost.id())
                    .definedTags(Map.of("Operations.CostCenter", "42"))
                    .displayName(instanceConfigurationInstanceDetailsLaunchDetailsDisplayName)
                    .extendedMetadata(instanceConfigurationInstanceDetailsLaunchDetailsExtendedMetadata)
                    .faultDomain(instanceConfigurationInstanceDetailsLaunchDetailsFaultDomain)
                    .freeformTags(Map.of("Department", "Finance"))
                    .instanceOptions(InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs.builder()
                        .areLegacyImdsEndpointsDisabled(instanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled)
                        .build())
                    .ipxeScript(instanceConfigurationInstanceDetailsLaunchDetailsIpxeScript)
                    .isPvEncryptionInTransitEnabled(instanceConfigurationInstanceDetailsLaunchDetailsIsPvEncryptionInTransitEnabled)
                    .launchMode(instanceConfigurationInstanceDetailsLaunchDetailsLaunchMode)
                    .launchOptions(InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs.builder()
                        .bootVolumeType(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsBootVolumeType)
                        .firmware(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsFirmware)
                        .isConsistentVolumeNamingEnabled(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled)
                        .isPvEncryptionInTransitEnabled(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled)
                        .networkType(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsNetworkType)
                        .remoteDataVolumeType(instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsRemoteDataVolumeType)
                        .build())
                    .licensingConfigs(InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs.builder()
                        .type(instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsType)
                        .licenseType(instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsLicenseType)
                        .build())
                    .metadata(instanceConfigurationInstanceDetailsLaunchDetailsMetadata)
                    .platformConfig(InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs.builder()
                        .type(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigType)
                        .areVirtualInstructionsEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled)
                        .configMap(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigConfigMap)
                        .isAccessControlServiceEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled)
                        .isInputOutputMemoryManagementUnitEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled)
                        .isMeasuredBootEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMeasuredBootEnabled)
                        .isMemoryEncryptionEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled)
                        .isSecureBootEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSecureBootEnabled)
                        .isSymmetricMultiThreadingEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled)
                        .isTrustedPlatformModuleEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled)
                        .numaNodesPerSocket(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigNumaNodesPerSocket)
                        .percentageOfCoresEnabled(instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigPercentageOfCoresEnabled)
                        .build())
                    .preemptibleInstanceConfig(InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs.builder()
                        .preemptionAction(InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs.builder()
                            .type(instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType)
                            .preserveBootVolume(instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume)
                            .build())
                        .build())
                    .preferredMaintenanceAction(instanceConfigurationInstanceDetailsLaunchDetailsPreferredMaintenanceAction)
                    .securityAttributes(instanceConfigurationInstanceDetailsLaunchDetailsSecurityAttributes)
                    .shape(instanceConfigurationInstanceDetailsLaunchDetailsShape)
                    .shapeConfig(InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs.builder()
                        .baselineOcpuUtilization(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigBaselineOcpuUtilization)
                        .memoryInGbs(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigMemoryInGbs)
                        .nvmes(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigNvmes)
                        .ocpus(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigOcpus)
                        .vcpus(instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigVcpus)
                        .build())
                    .sourceDetails(InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs.builder()
                        .sourceType(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsSourceType)
                        .bootVolumeId(testBootVolume.id())
                        .bootVolumeSizeInGbs(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeSizeInGbs)
                        .bootVolumeVpusPerGb(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeVpusPerGb)
                        .imageId(testImage.id())
                        .kmsKeyId(testKey.id())
                        .instanceSourceImageFilterDetails(InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs.builder()
                            .compartmentId(compartmentId)
                            .definedTagsFilter(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter)
                            .operatingSystem(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem)
                            .operatingSystemVersion(instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion)
                            .build())
                        .build())
                    .build())
                .options(InstanceConfigurationInstanceDetailsOptionArgs.builder()
                    .blockVolumes(InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs.builder()
                        .attachDetails(InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs.builder()
                            .type(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsType)
                            .device(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDevice)
                            .displayName(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDisplayName)
                            .isPvEncryptionInTransitEnabled(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled)
                            .isReadOnly(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsReadOnly)
                            .isShareable(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsShareable)
                            .useChap(instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsUseChap)
                            .build())
                        .createDetails(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs.builder()
                            .autotunePolicies(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs.builder()
                                .autotuneType(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType)
                                .maxVpusPerGb(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb)
                                .build())
                            .availabilityDomain(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAvailabilityDomain)
                            .backupPolicyId(testVolumeBackupPolicies.volumeBackupPolicies()[0].id())
                            .clusterPlacementGroupId(clusterPlacementGroupId)
                            .compartmentId(compartmentId)
                            .definedTags(Map.of("Operations.CostCenter", "42"))
                            .displayName(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsDisplayName)
                            .freeformTags(Map.of("Department", "Finance"))
                            .kmsKeyId(testKey.id())
                            .sizeInGbs(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSizeInGbs)
                            .sourceDetails(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs.builder()
                                .type(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsType)
                                .id(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId)
                                .build())
                            .vpusPerGb(instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb)
                            .xrcKmsKeyId(testKey.id())
                            .build())
                        .volumeId(testVolume.id())
                        .build())
                    .launchDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs.builder()
                        .agentConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs.builder()
                            .areAllPluginsDisabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigAreAllPluginsDisabled)
                            .isManagementDisabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsManagementDisabled)
                            .isMonitoringDisabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsMonitoringDisabled)
                            .pluginsConfigs(InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs.builder()
                                .desiredState(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigDesiredState)
                                .name(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigName)
                                .build())
                            .build())
                        .availabilityConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs.builder()
                            .recoveryAction(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityConfigRecoveryAction)
                            .build())
                        .availabilityDomain(instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityDomain)
                        .capacityReservationId(testCapacityReservation.id())
                        .clusterPlacementGroupId(testGroup.id())
                        .compartmentId(compartmentId)
                        .createVnicDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs.builder()
                            .assignIpv6ip(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip)
                            .assignPrivateDnsRecord(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord)
                            .assignPublicIp(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPublicIp)
                            .definedTags(Map.of("Operations.CostCenter", "42"))
                            .displayName(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsDisplayName)
                            .freeformTags(Map.of("Department", "Finance"))
                            .hostnameLabel(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsHostnameLabel)
                            .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                                .ipv6address(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address)
                                .ipv6subnetCidr(instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr)
                                .build())
                            .nsgIds(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsNsgIds)
                            .privateIp(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsPrivateIp)
                            .securityAttributes(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSecurityAttributes)
                            .skipSourceDestCheck(instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck)
                            .subnetId(testSubnet.id())
                            .build())
                        .dedicatedVmHostId(testDedicatedVmHost.id())
                        .definedTags(Map.of("Operations.CostCenter", "42"))
                        .displayName(instanceConfigurationInstanceDetailsOptionsLaunchDetailsDisplayName)
                        .extendedMetadata(instanceConfigurationInstanceDetailsOptionsLaunchDetailsExtendedMetadata)
                        .faultDomain(instanceConfigurationInstanceDetailsOptionsLaunchDetailsFaultDomain)
                        .freeformTags(Map.of("Department", "Finance"))
                        .instanceOptions(InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs.builder()
                            .areLegacyImdsEndpointsDisabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled)
                            .build())
                        .ipxeScript(instanceConfigurationInstanceDetailsOptionsLaunchDetailsIpxeScript)
                        .isPvEncryptionInTransitEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsIsPvEncryptionInTransitEnabled)
                        .launchMode(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchMode)
                        .launchOptions(InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs.builder()
                            .bootVolumeType(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsBootVolumeType)
                            .firmware(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsFirmware)
                            .isConsistentVolumeNamingEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled)
                            .isPvEncryptionInTransitEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled)
                            .networkType(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsNetworkType)
                            .remoteDataVolumeType(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsRemoteDataVolumeType)
                            .build())
                        .licensingConfigs(InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs.builder()
                            .type(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsType)
                            .licenseType(instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsLicenseType)
                            .build())
                        .metadata(instanceConfigurationInstanceDetailsOptionsLaunchDetailsMetadata)
                        .platformConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs.builder()
                            .type(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigType)
                            .areVirtualInstructionsEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled)
                            .isAccessControlServiceEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled)
                            .isInputOutputMemoryManagementUnitEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled)
                            .isMeasuredBootEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMeasuredBootEnabled)
                            .isMemoryEncryptionEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled)
                            .isSecureBootEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSecureBootEnabled)
                            .isSymmetricMultiThreadingEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled)
                            .isTrustedPlatformModuleEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled)
                            .numaNodesPerSocket(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigNumaNodesPerSocket)
                            .percentageOfCoresEnabled(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigPercentageOfCoresEnabled)
                            .build())
                        .preemptibleInstanceConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs.builder()
                            .preemptionAction(InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs.builder()
                                .type(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType)
                                .preserveBootVolume(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume)
                                .build())
                            .build())
                        .preferredMaintenanceAction(instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreferredMaintenanceAction)
                        .securityAttributes(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSecurityAttributes)
                        .shape(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShape)
                        .shapeConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs.builder()
                            .baselineOcpuUtilization(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigBaselineOcpuUtilization)
                            .memoryInGbs(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigMemoryInGbs)
                            .nvmes(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigNvmes)
                            .ocpus(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigOcpus)
                            .vcpus(instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigVcpus)
                            .build())
                        .sourceDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs.builder()
                            .sourceType(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsSourceType)
                            .bootVolumeId(testBootVolume.id())
                            .bootVolumeSizeInGbs(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeSizeInGbs)
                            .bootVolumeVpusPerGb(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeVpusPerGb)
                            .imageId(testImage.id())
                            .instanceSourceImageFilterDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs.builder()
                                .compartmentId(compartmentId)
                                .definedTagsFilter(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter)
                                .operatingSystem(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem)
                                .operatingSystemVersion(instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion)
                                .build())
                            .build())
                        .build())
                    .secondaryVnics(InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs.builder()
                        .createVnicDetails(InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs.builder()
                            .assignIpv6ip(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignIpv6ip)
                            .assignPrivateDnsRecord(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord)
                            .assignPublicIp(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPublicIp)
                            .definedTags(Map.of("Operations.CostCenter", "42"))
                            .displayName(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsDisplayName)
                            .freeformTags(Map.of("Department", "Finance"))
                            .hostnameLabel(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsHostnameLabel)
                            .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                                .ipv6address(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address)
                                .ipv6subnetCidr(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr)
                                .build())
                            .nsgIds(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsNsgIds)
                            .privateIp(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsPrivateIp)
                            .securityAttributes(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSecurityAttributes)
                            .skipSourceDestCheck(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck)
                            .subnetId(testSubnet.id())
                            .build())
                        .displayName(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsDisplayName)
                        .nicIndex(instanceConfigurationInstanceDetailsOptionsSecondaryVnicsNicIndex)
                        .build())
                    .build())
                .secondaryVnics(InstanceConfigurationInstanceDetailsSecondaryVnicArgs.builder()
                    .createVnicDetails(InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs.builder()
                        .assignPrivateDnsRecord(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord)
                        .assignPublicIp(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPublicIp)
                        .definedTags(Map.of("Operations.CostCenter", "42"))
                        .displayName(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsDisplayName)
                        .freeformTags(Map.of("Department", "Finance"))
                        .hostnameLabel(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsHostnameLabel)
                        .nsgIds(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsNsgIds)
                        .privateIp(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsPrivateIp)
                        .securityAttributes(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSecurityAttributes)
                        .skipSourceDestCheck(instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck)
                        .subnetId(testSubnet.id())
                        .build())
                    .displayName(instanceConfigurationInstanceDetailsSecondaryVnicsDisplayName)
                    .nicIndex(instanceConfigurationInstanceDetailsSecondaryVnicsNicIndex)
                    .build())
                .build())
            .instanceId(testInstance.id())
            .source(instanceConfigurationSource)
            .build());

    }
}
Copy
resources:
  testInstanceConfiguration:
    type: oci:Core:InstanceConfiguration
    name: test_instance_configuration
    properties:
      compartmentId: ${compartmentId}
      definedTags:
        Operations.CostCenter: '42'
      displayName: ${instanceConfigurationDisplayName}
      freeformTags:
        Department: Finance
      instanceDetails:
        instanceType: ${instanceConfigurationInstanceDetailsInstanceType}
        blockVolumes:
          - attachDetails:
              type: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsType}
              device: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDevice}
              displayName: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsDisplayName}
              isPvEncryptionInTransitEnabled: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled}
              isReadOnly: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsReadOnly}
              isShareable: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsIsShareable}
              useChap: ${instanceConfigurationInstanceDetailsBlockVolumesAttachDetailsUseChap}
            createDetails:
              autotunePolicies:
                - autotuneType: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType}
                  maxVpusPerGb: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb}
              availabilityDomain: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsAvailabilityDomain}
              backupPolicyId: ${testVolumeBackupPolicies.volumeBackupPolicies[0].id}
              blockVolumeReplicas:
                availabilityDomain: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasAvailabilityDomain}
                displayName: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsBlockVolumeReplicasDisplayName}
              clusterPlacementGroupId: ${clusterPlacementGroupId}
              compartmentId: ${compartmentId}
              definedTags:
                Operations.CostCenter: '42'
              displayName: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsDisplayName}
              freeformTags:
                Department: Finance
              isAutoTuneEnabled: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsIsAutoTuneEnabled}
              kmsKeyId: ${testKey.id}
              sizeInGbs: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSizeInGbs}
              sourceDetails:
                type: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsType}
                id: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsSourceDetailsId}
              vpusPerGb: ${instanceConfigurationInstanceDetailsBlockVolumesCreateDetailsVpusPerGb}
              xrcKmsKeyId: ${testKey.id}
            volumeId: ${testVolume.id}
        launchDetails:
          agentConfig:
            areAllPluginsDisabled: ${instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigAreAllPluginsDisabled}
            isManagementDisabled: ${instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsManagementDisabled}
            isMonitoringDisabled: ${instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigIsMonitoringDisabled}
            pluginsConfigs:
              - desiredState: ${instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigDesiredState}
                name: ${instanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigName}
          availabilityConfig:
            isLiveMigrationPreferred: ${instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigIsLiveMigrationPreferred}
            recoveryAction: ${instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigRecoveryAction}
          availabilityDomain: ${instanceConfigurationInstanceDetailsLaunchDetailsAvailabilityDomain}
          capacityReservationId: ${testCapacityReservation.id}
          clusterPlacementGroupId: ${testGroup.id}
          compartmentId: ${compartmentId}
          createVnicDetails:
            assignIpv6ip: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip}
            assignPrivateDnsRecord: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord}
            assignPublicIp: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignPublicIp}
            definedTags:
              Operations.CostCenter: '42'
            displayName: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsDisplayName}
            freeformTags:
              Department: Finance
            hostnameLabel: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsHostnameLabel}
            ipv6addressIpv6subnetCidrPairDetails:
              - ipv6address: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address}
                ipv6subnetCidr: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr}
            nsgIds: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsNsgIds}
            privateIp: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsPrivateIp}
            securityAttributes: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSecurityAttributes}
            skipSourceDestCheck: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck}
            subnetId: ${testSubnet.id}
          dedicatedVmHostId: ${testDedicatedVmHost.id}
          definedTags:
            Operations.CostCenter: '42'
          displayName: ${instanceConfigurationInstanceDetailsLaunchDetailsDisplayName}
          extendedMetadata: ${instanceConfigurationInstanceDetailsLaunchDetailsExtendedMetadata}
          faultDomain: ${instanceConfigurationInstanceDetailsLaunchDetailsFaultDomain}
          freeformTags:
            Department: Finance
          instanceOptions:
            areLegacyImdsEndpointsDisabled: ${instanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled}
          ipxeScript: ${instanceConfigurationInstanceDetailsLaunchDetailsIpxeScript}
          isPvEncryptionInTransitEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsIsPvEncryptionInTransitEnabled}
          launchMode: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchMode}
          launchOptions:
            bootVolumeType: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsBootVolumeType}
            firmware: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsFirmware}
            isConsistentVolumeNamingEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled}
            isPvEncryptionInTransitEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled}
            networkType: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsNetworkType}
            remoteDataVolumeType: ${instanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsRemoteDataVolumeType}
          licensingConfigs:
            type: ${instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsType}
            licenseType: ${instanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsLicenseType}
          metadata: ${instanceConfigurationInstanceDetailsLaunchDetailsMetadata}
          platformConfig:
            type: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigType}
            areVirtualInstructionsEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled}
            configMap: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigConfigMap}
            isAccessControlServiceEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled}
            isInputOutputMemoryManagementUnitEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled}
            isMeasuredBootEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMeasuredBootEnabled}
            isMemoryEncryptionEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled}
            isSecureBootEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSecureBootEnabled}
            isSymmetricMultiThreadingEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled}
            isTrustedPlatformModuleEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled}
            numaNodesPerSocket: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigNumaNodesPerSocket}
            percentageOfCoresEnabled: ${instanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigPercentageOfCoresEnabled}
          preemptibleInstanceConfig:
            preemptionAction:
              type: ${instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType}
              preserveBootVolume: ${instanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume}
          preferredMaintenanceAction: ${instanceConfigurationInstanceDetailsLaunchDetailsPreferredMaintenanceAction}
          securityAttributes: ${instanceConfigurationInstanceDetailsLaunchDetailsSecurityAttributes}
          shape: ${instanceConfigurationInstanceDetailsLaunchDetailsShape}
          shapeConfig:
            baselineOcpuUtilization: ${instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigBaselineOcpuUtilization}
            memoryInGbs: ${instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigMemoryInGbs}
            nvmes: ${instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigNvmes}
            ocpus: ${instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigOcpus}
            vcpus: ${instanceConfigurationInstanceDetailsLaunchDetailsShapeConfigVcpus}
          sourceDetails:
            sourceType: ${instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsSourceType}
            bootVolumeId: ${testBootVolume.id}
            bootVolumeSizeInGbs: ${instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeSizeInGbs}
            bootVolumeVpusPerGb: ${instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsBootVolumeVpusPerGb}
            imageId: ${testImage.id}
            kmsKeyId: ${testKey.id}
            instanceSourceImageFilterDetails:
              compartmentId: ${compartmentId}
              definedTagsFilter: ${instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter}
              operatingSystem: ${instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem}
              operatingSystemVersion: ${instanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion}
        options:
          - blockVolumes:
              - attachDetails:
                  type: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsType}
                  device: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDevice}
                  displayName: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsDisplayName}
                  isPvEncryptionInTransitEnabled: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsPvEncryptionInTransitEnabled}
                  isReadOnly: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsReadOnly}
                  isShareable: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsIsShareable}
                  useChap: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesAttachDetailsUseChap}
                createDetails:
                  autotunePolicies:
                    - autotuneType: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesAutotuneType}
                      maxVpusPerGb: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAutotunePoliciesMaxVpusPerGb}
                  availabilityDomain: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsAvailabilityDomain}
                  backupPolicyId: ${testVolumeBackupPolicies.volumeBackupPolicies[0].id}
                  clusterPlacementGroupId: ${clusterPlacementGroupId}
                  compartmentId: ${compartmentId}
                  definedTags:
                    Operations.CostCenter: '42'
                  displayName: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsDisplayName}
                  freeformTags:
                    Department: Finance
                  kmsKeyId: ${testKey.id}
                  sizeInGbs: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSizeInGbs}
                  sourceDetails:
                    type: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsType}
                    id: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsSourceDetailsId}
                  vpusPerGb: ${instanceConfigurationInstanceDetailsOptionsBlockVolumesCreateDetailsVpusPerGb}
                  xrcKmsKeyId: ${testKey.id}
                volumeId: ${testVolume.id}
            launchDetails:
              agentConfig:
                areAllPluginsDisabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigAreAllPluginsDisabled}
                isManagementDisabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsManagementDisabled}
                isMonitoringDisabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigIsMonitoringDisabled}
                pluginsConfigs:
                  - desiredState: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigDesiredState}
                    name: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAgentConfigPluginsConfigName}
              availabilityConfig:
                recoveryAction: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityConfigRecoveryAction}
              availabilityDomain: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsAvailabilityDomain}
              capacityReservationId: ${testCapacityReservation.id}
              clusterPlacementGroupId: ${testGroup.id}
              compartmentId: ${compartmentId}
              createVnicDetails:
                assignIpv6ip: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsAssignIpv6ip}
                assignPrivateDnsRecord: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPrivateDnsRecord}
                assignPublicIp: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsAssignPublicIp}
                definedTags:
                  Operations.CostCenter: '42'
                displayName: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsDisplayName}
                freeformTags:
                  Department: Finance
                hostnameLabel: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsHostnameLabel}
                ipv6addressIpv6subnetCidrPairDetails:
                  - ipv6address: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address}
                    ipv6subnetCidr: ${instanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr}
                nsgIds: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsNsgIds}
                privateIp: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsPrivateIp}
                securityAttributes: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSecurityAttributes}
                skipSourceDestCheck: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsCreateVnicDetailsSkipSourceDestCheck}
                subnetId: ${testSubnet.id}
              dedicatedVmHostId: ${testDedicatedVmHost.id}
              definedTags:
                Operations.CostCenter: '42'
              displayName: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsDisplayName}
              extendedMetadata: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsExtendedMetadata}
              faultDomain: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsFaultDomain}
              freeformTags:
                Department: Finance
              instanceOptions:
                areLegacyImdsEndpointsDisabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsInstanceOptionsAreLegacyImdsEndpointsDisabled}
              ipxeScript: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsIpxeScript}
              isPvEncryptionInTransitEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsIsPvEncryptionInTransitEnabled}
              launchMode: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchMode}
              launchOptions:
                bootVolumeType: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsBootVolumeType}
                firmware: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsFirmware}
                isConsistentVolumeNamingEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsConsistentVolumeNamingEnabled}
                isPvEncryptionInTransitEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsIsPvEncryptionInTransitEnabled}
                networkType: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsNetworkType}
                remoteDataVolumeType: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLaunchOptionsRemoteDataVolumeType}
              licensingConfigs:
                type: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsType}
                licenseType: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsLicensingConfigsLicenseType}
              metadata: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsMetadata}
              platformConfig:
                type: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigType}
                areVirtualInstructionsEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigAreVirtualInstructionsEnabled}
                isAccessControlServiceEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsAccessControlServiceEnabled}
                isInputOutputMemoryManagementUnitEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsInputOutputMemoryManagementUnitEnabled}
                isMeasuredBootEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMeasuredBootEnabled}
                isMemoryEncryptionEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsMemoryEncryptionEnabled}
                isSecureBootEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSecureBootEnabled}
                isSymmetricMultiThreadingEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsSymmetricMultiThreadingEnabled}
                isTrustedPlatformModuleEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigIsTrustedPlatformModuleEnabled}
                numaNodesPerSocket: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigNumaNodesPerSocket}
                percentageOfCoresEnabled: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPlatformConfigPercentageOfCoresEnabled}
              preemptibleInstanceConfig:
                preemptionAction:
                  type: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionType}
                  preserveBootVolume: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreemptibleInstanceConfigPreemptionActionPreserveBootVolume}
              preferredMaintenanceAction: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsPreferredMaintenanceAction}
              securityAttributes: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSecurityAttributes}
              shape: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsShape}
              shapeConfig:
                baselineOcpuUtilization: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigBaselineOcpuUtilization}
                memoryInGbs: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigMemoryInGbs}
                nvmes: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigNvmes}
                ocpus: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigOcpus}
                vcpus: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsShapeConfigVcpus}
              sourceDetails:
                sourceType: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsSourceType}
                bootVolumeId: ${testBootVolume.id}
                bootVolumeSizeInGbs: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeSizeInGbs}
                bootVolumeVpusPerGb: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsBootVolumeVpusPerGb}
                imageId: ${testImage.id}
                instanceSourceImageFilterDetails:
                  compartmentId: ${compartmentId}
                  definedTagsFilter: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsDefinedTagsFilter}
                  operatingSystem: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystem}
                  operatingSystemVersion: ${instanceConfigurationInstanceDetailsOptionsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsOperatingSystemVersion}
            secondaryVnics:
              - createVnicDetails:
                  assignIpv6ip: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignIpv6ip}
                  assignPrivateDnsRecord: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord}
                  assignPublicIp: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsAssignPublicIp}
                  definedTags:
                    Operations.CostCenter: '42'
                  displayName: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsDisplayName}
                  freeformTags:
                    Department: Finance
                  hostnameLabel: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsHostnameLabel}
                  ipv6addressIpv6subnetCidrPairDetails:
                    - ipv6address: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6address}
                      ipv6subnetCidr: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailsIpv6subnetCidr}
                  nsgIds: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsNsgIds}
                  privateIp: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsPrivateIp}
                  securityAttributes: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSecurityAttributes}
                  skipSourceDestCheck: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck}
                  subnetId: ${testSubnet.id}
                displayName: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsDisplayName}
                nicIndex: ${instanceConfigurationInstanceDetailsOptionsSecondaryVnicsNicIndex}
        secondaryVnics:
          - createVnicDetails:
              assignPrivateDnsRecord: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPrivateDnsRecord}
              assignPublicIp: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsAssignPublicIp}
              definedTags:
                Operations.CostCenter: '42'
              displayName: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsDisplayName}
              freeformTags:
                Department: Finance
              hostnameLabel: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsHostnameLabel}
              nsgIds: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsNsgIds}
              privateIp: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsPrivateIp}
              securityAttributes: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSecurityAttributes}
              skipSourceDestCheck: ${instanceConfigurationInstanceDetailsSecondaryVnicsCreateVnicDetailsSkipSourceDestCheck}
              subnetId: ${testSubnet.id}
            displayName: ${instanceConfigurationInstanceDetailsSecondaryVnicsDisplayName}
            nicIndex: ${instanceConfigurationInstanceDetailsSecondaryVnicsNicIndex}
      instanceId: ${testInstance.id}
      source: ${instanceConfigurationSource}
Copy

Create InstanceConfiguration Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new InstanceConfiguration(name: string, args: InstanceConfigurationArgs, opts?: CustomResourceOptions);
@overload
def InstanceConfiguration(resource_name: str,
                          args: InstanceConfigurationArgs,
                          opts: Optional[ResourceOptions] = None)

@overload
def InstanceConfiguration(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          compartment_id: Optional[str] = None,
                          defined_tags: Optional[Mapping[str, str]] = None,
                          display_name: Optional[str] = None,
                          freeform_tags: Optional[Mapping[str, str]] = None,
                          instance_details: Optional[_core.InstanceConfigurationInstanceDetailsArgs] = None,
                          instance_id: Optional[str] = None,
                          source: Optional[str] = None)
func NewInstanceConfiguration(ctx *Context, name string, args InstanceConfigurationArgs, opts ...ResourceOption) (*InstanceConfiguration, error)
public InstanceConfiguration(string name, InstanceConfigurationArgs args, CustomResourceOptions? opts = null)
public InstanceConfiguration(String name, InstanceConfigurationArgs args)
public InstanceConfiguration(String name, InstanceConfigurationArgs args, CustomResourceOptions options)
type: oci:Core:InstanceConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. InstanceConfigurationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. InstanceConfigurationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. InstanceConfigurationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. InstanceConfigurationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. InstanceConfigurationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var instanceConfigurationResource = new Oci.Core.InstanceConfiguration("instanceConfigurationResource", new()
{
    CompartmentId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    DisplayName = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
    InstanceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsArgs
    {
        InstanceType = "string",
        BlockVolumes = new[]
        {
            new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeArgs
            {
                AttachDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs
                {
                    Type = "string",
                    Device = "string",
                    DisplayName = "string",
                    IsPvEncryptionInTransitEnabled = false,
                    IsReadOnly = false,
                    IsShareable = false,
                    UseChap = false,
                },
                CreateDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs
                {
                    AutotunePolicies = new[]
                    {
                        new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs
                        {
                            AutotuneType = "string",
                            MaxVpusPerGb = "string",
                        },
                    },
                    AvailabilityDomain = "string",
                    BackupPolicyId = "string",
                    BlockVolumeReplicas = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs
                    {
                        AvailabilityDomain = "string",
                        DisplayName = "string",
                    },
                    ClusterPlacementGroupId = "string",
                    CompartmentId = "string",
                    DefinedTags = 
                    {
                        { "string", "string" },
                    },
                    DisplayName = "string",
                    FreeformTags = 
                    {
                        { "string", "string" },
                    },
                    IsAutoTuneEnabled = false,
                    KmsKeyId = "string",
                    SizeInGbs = "string",
                    SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs
                    {
                        Type = "string",
                        Id = "string",
                    },
                    VpusPerGb = "string",
                    XrcKmsKeyId = "string",
                },
                VolumeId = "string",
            },
        },
        LaunchDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsArgs
        {
            AgentConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs
            {
                AreAllPluginsDisabled = false,
                IsManagementDisabled = false,
                IsMonitoringDisabled = false,
                PluginsConfigs = new[]
                {
                    new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs
                    {
                        DesiredState = "string",
                        Name = "string",
                    },
                },
            },
            AvailabilityConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs
            {
                IsLiveMigrationPreferred = false,
                RecoveryAction = "string",
            },
            AvailabilityDomain = "string",
            CapacityReservationId = "string",
            ClusterPlacementGroupId = "string",
            CompartmentId = "string",
            CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs
            {
                AssignIpv6ip = false,
                AssignPrivateDnsRecord = false,
                AssignPublicIp = false,
                DefinedTags = 
                {
                    { "string", "string" },
                },
                DisplayName = "string",
                FreeformTags = 
                {
                    { "string", "string" },
                },
                HostnameLabel = "string",
                Ipv6addressIpv6subnetCidrPairDetails = new[]
                {
                    new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                    {
                        Ipv6address = "string",
                        Ipv6subnetCidr = "string",
                    },
                },
                NsgIds = new[]
                {
                    "string",
                },
                PrivateIp = "string",
                SecurityAttributes = 
                {
                    { "string", "string" },
                },
                SkipSourceDestCheck = false,
                SubnetId = "string",
            },
            DedicatedVmHostId = "string",
            DefinedTags = 
            {
                { "string", "string" },
            },
            DisplayName = "string",
            ExtendedMetadata = 
            {
                { "string", "string" },
            },
            FaultDomain = "string",
            FreeformTags = 
            {
                { "string", "string" },
            },
            InstanceOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs
            {
                AreLegacyImdsEndpointsDisabled = false,
            },
            IpxeScript = "string",
            IsPvEncryptionInTransitEnabled = false,
            LaunchMode = "string",
            LaunchOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs
            {
                BootVolumeType = "string",
                Firmware = "string",
                IsConsistentVolumeNamingEnabled = false,
                IsPvEncryptionInTransitEnabled = false,
                NetworkType = "string",
                RemoteDataVolumeType = "string",
            },
            LicensingConfigs = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs
            {
                Type = "string",
                LicenseType = "string",
            },
            Metadata = 
            {
                { "string", "string" },
            },
            PlatformConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs
            {
                Type = "string",
                AreVirtualInstructionsEnabled = false,
                ConfigMap = 
                {
                    { "string", "string" },
                },
                IsAccessControlServiceEnabled = false,
                IsInputOutputMemoryManagementUnitEnabled = false,
                IsMeasuredBootEnabled = false,
                IsMemoryEncryptionEnabled = false,
                IsSecureBootEnabled = false,
                IsSymmetricMultiThreadingEnabled = false,
                IsTrustedPlatformModuleEnabled = false,
                NumaNodesPerSocket = "string",
                PercentageOfCoresEnabled = 0,
            },
            PreemptibleInstanceConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs
            {
                PreemptionAction = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs
                {
                    Type = "string",
                    PreserveBootVolume = false,
                },
            },
            PreferredMaintenanceAction = "string",
            SecurityAttributes = 
            {
                { "string", "string" },
            },
            Shape = "string",
            ShapeConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs
            {
                BaselineOcpuUtilization = "string",
                MemoryInGbs = 0,
                Nvmes = 0,
                Ocpus = 0,
                Vcpus = 0,
            },
            SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs
            {
                SourceType = "string",
                BootVolumeId = "string",
                BootVolumeSizeInGbs = "string",
                BootVolumeVpusPerGb = "string",
                ImageId = "string",
                InstanceSourceImageFilterDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs
                {
                    CompartmentId = "string",
                    DefinedTagsFilter = 
                    {
                        { "string", "string" },
                    },
                    OperatingSystem = "string",
                    OperatingSystemVersion = "string",
                },
                KmsKeyId = "string",
            },
        },
        Options = new[]
        {
            new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionArgs
            {
                BlockVolumes = new[]
                {
                    new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs
                    {
                        AttachDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs
                        {
                            Type = "string",
                            Device = "string",
                            DisplayName = "string",
                            IsPvEncryptionInTransitEnabled = false,
                            IsReadOnly = false,
                            IsShareable = false,
                            UseChap = false,
                        },
                        CreateDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs
                        {
                            AutotunePolicies = new[]
                            {
                                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs
                                {
                                    AutotuneType = "string",
                                    MaxVpusPerGb = "string",
                                },
                            },
                            AvailabilityDomain = "string",
                            BackupPolicyId = "string",
                            BlockVolumeReplicas = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs
                            {
                                AvailabilityDomain = "string",
                                DisplayName = "string",
                            },
                            ClusterPlacementGroupId = "string",
                            CompartmentId = "string",
                            DefinedTags = 
                            {
                                { "string", "string" },
                            },
                            DisplayName = "string",
                            FreeformTags = 
                            {
                                { "string", "string" },
                            },
                            IsAutoTuneEnabled = false,
                            KmsKeyId = "string",
                            SizeInGbs = "string",
                            SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs
                            {
                                Type = "string",
                                Id = "string",
                            },
                            VpusPerGb = "string",
                            XrcKmsKeyId = "string",
                        },
                        VolumeId = "string",
                    },
                },
                LaunchDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs
                {
                    AgentConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs
                    {
                        AreAllPluginsDisabled = false,
                        IsManagementDisabled = false,
                        IsMonitoringDisabled = false,
                        PluginsConfigs = new[]
                        {
                            new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs
                            {
                                DesiredState = "string",
                                Name = "string",
                            },
                        },
                    },
                    AvailabilityConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs
                    {
                        IsLiveMigrationPreferred = false,
                        RecoveryAction = "string",
                    },
                    AvailabilityDomain = "string",
                    CapacityReservationId = "string",
                    ClusterPlacementGroupId = "string",
                    CompartmentId = "string",
                    CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs
                    {
                        AssignIpv6ip = false,
                        AssignPrivateDnsRecord = false,
                        AssignPublicIp = false,
                        DefinedTags = 
                        {
                            { "string", "string" },
                        },
                        DisplayName = "string",
                        FreeformTags = 
                        {
                            { "string", "string" },
                        },
                        HostnameLabel = "string",
                        Ipv6addressIpv6subnetCidrPairDetails = new[]
                        {
                            new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                            {
                                Ipv6address = "string",
                                Ipv6subnetCidr = "string",
                            },
                        },
                        NsgIds = new[]
                        {
                            "string",
                        },
                        PrivateIp = "string",
                        SecurityAttributes = 
                        {
                            { "string", "string" },
                        },
                        SkipSourceDestCheck = false,
                        SubnetId = "string",
                    },
                    DedicatedVmHostId = "string",
                    DefinedTags = 
                    {
                        { "string", "string" },
                    },
                    DisplayName = "string",
                    ExtendedMetadata = 
                    {
                        { "string", "string" },
                    },
                    FaultDomain = "string",
                    FreeformTags = 
                    {
                        { "string", "string" },
                    },
                    InstanceOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs
                    {
                        AreLegacyImdsEndpointsDisabled = false,
                    },
                    IpxeScript = "string",
                    IsPvEncryptionInTransitEnabled = false,
                    LaunchMode = "string",
                    LaunchOptions = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs
                    {
                        BootVolumeType = "string",
                        Firmware = "string",
                        IsConsistentVolumeNamingEnabled = false,
                        IsPvEncryptionInTransitEnabled = false,
                        NetworkType = "string",
                        RemoteDataVolumeType = "string",
                    },
                    LicensingConfigs = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs
                    {
                        Type = "string",
                        LicenseType = "string",
                    },
                    Metadata = 
                    {
                        { "string", "string" },
                    },
                    PlatformConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs
                    {
                        Type = "string",
                        AreVirtualInstructionsEnabled = false,
                        IsAccessControlServiceEnabled = false,
                        IsInputOutputMemoryManagementUnitEnabled = false,
                        IsMeasuredBootEnabled = false,
                        IsMemoryEncryptionEnabled = false,
                        IsSecureBootEnabled = false,
                        IsSymmetricMultiThreadingEnabled = false,
                        IsTrustedPlatformModuleEnabled = false,
                        NumaNodesPerSocket = "string",
                        PercentageOfCoresEnabled = 0,
                    },
                    PreemptibleInstanceConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs
                    {
                        PreemptionAction = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs
                        {
                            Type = "string",
                            PreserveBootVolume = false,
                        },
                    },
                    PreferredMaintenanceAction = "string",
                    SecurityAttributes = 
                    {
                        { "string", "string" },
                    },
                    Shape = "string",
                    ShapeConfig = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs
                    {
                        BaselineOcpuUtilization = "string",
                        MemoryInGbs = 0,
                        Nvmes = 0,
                        Ocpus = 0,
                        Vcpus = 0,
                    },
                    SourceDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs
                    {
                        SourceType = "string",
                        BootVolumeId = "string",
                        BootVolumeSizeInGbs = "string",
                        BootVolumeVpusPerGb = "string",
                        ImageId = "string",
                        InstanceSourceImageFilterDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs
                        {
                            CompartmentId = "string",
                            DefinedTagsFilter = 
                            {
                                { "string", "string" },
                            },
                            OperatingSystem = "string",
                            OperatingSystemVersion = "string",
                        },
                        KmsKeyId = "string",
                    },
                },
                SecondaryVnics = new[]
                {
                    new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs
                    {
                        CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs
                        {
                            AssignIpv6ip = false,
                            AssignPrivateDnsRecord = false,
                            AssignPublicIp = false,
                            DefinedTags = 
                            {
                                { "string", "string" },
                            },
                            DisplayName = "string",
                            FreeformTags = 
                            {
                                { "string", "string" },
                            },
                            HostnameLabel = "string",
                            Ipv6addressIpv6subnetCidrPairDetails = new[]
                            {
                                new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                                {
                                    Ipv6address = "string",
                                    Ipv6subnetCidr = "string",
                                },
                            },
                            NsgIds = new[]
                            {
                                "string",
                            },
                            PrivateIp = "string",
                            SecurityAttributes = 
                            {
                                { "string", "string" },
                            },
                            SkipSourceDestCheck = false,
                            SubnetId = "string",
                        },
                        DisplayName = "string",
                        NicIndex = 0,
                    },
                },
            },
        },
        SecondaryVnics = new[]
        {
            new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsSecondaryVnicArgs
            {
                CreateVnicDetails = new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs
                {
                    AssignIpv6ip = false,
                    AssignPrivateDnsRecord = false,
                    AssignPublicIp = false,
                    DefinedTags = 
                    {
                        { "string", "string" },
                    },
                    DisplayName = "string",
                    FreeformTags = 
                    {
                        { "string", "string" },
                    },
                    HostnameLabel = "string",
                    Ipv6addressIpv6subnetCidrPairDetails = new[]
                    {
                        new Oci.Core.Inputs.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs
                        {
                            Ipv6address = "string",
                            Ipv6subnetCidr = "string",
                        },
                    },
                    NsgIds = new[]
                    {
                        "string",
                    },
                    PrivateIp = "string",
                    SecurityAttributes = 
                    {
                        { "string", "string" },
                    },
                    SkipSourceDestCheck = false,
                    SubnetId = "string",
                },
                DisplayName = "string",
                NicIndex = 0,
            },
        },
    },
    InstanceId = "string",
    Source = "string",
});
Copy
example, err := Core.NewInstanceConfiguration(ctx, "instanceConfigurationResource", &Core.InstanceConfigurationArgs{
	CompartmentId: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	DisplayName: pulumi.String("string"),
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	InstanceDetails: &core.InstanceConfigurationInstanceDetailsArgs{
		InstanceType: pulumi.String("string"),
		BlockVolumes: core.InstanceConfigurationInstanceDetailsBlockVolumeArray{
			&core.InstanceConfigurationInstanceDetailsBlockVolumeArgs{
				AttachDetails: &core.InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs{
					Type:                           pulumi.String("string"),
					Device:                         pulumi.String("string"),
					DisplayName:                    pulumi.String("string"),
					IsPvEncryptionInTransitEnabled: pulumi.Bool(false),
					IsReadOnly:                     pulumi.Bool(false),
					IsShareable:                    pulumi.Bool(false),
					UseChap:                        pulumi.Bool(false),
				},
				CreateDetails: &core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs{
					AutotunePolicies: core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArray{
						&core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs{
							AutotuneType: pulumi.String("string"),
							MaxVpusPerGb: pulumi.String("string"),
						},
					},
					AvailabilityDomain: pulumi.String("string"),
					BackupPolicyId:     pulumi.String("string"),
					BlockVolumeReplicas: &core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs{
						AvailabilityDomain: pulumi.String("string"),
						DisplayName:        pulumi.String("string"),
					},
					ClusterPlacementGroupId: pulumi.String("string"),
					CompartmentId:           pulumi.String("string"),
					DefinedTags: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					DisplayName: pulumi.String("string"),
					FreeformTags: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					IsAutoTuneEnabled: pulumi.Bool(false),
					KmsKeyId:          pulumi.String("string"),
					SizeInGbs:         pulumi.String("string"),
					SourceDetails: &core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs{
						Type: pulumi.String("string"),
						Id:   pulumi.String("string"),
					},
					VpusPerGb:   pulumi.String("string"),
					XrcKmsKeyId: pulumi.String("string"),
				},
				VolumeId: pulumi.String("string"),
			},
		},
		LaunchDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsArgs{
			AgentConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs{
				AreAllPluginsDisabled: pulumi.Bool(false),
				IsManagementDisabled:  pulumi.Bool(false),
				IsMonitoringDisabled:  pulumi.Bool(false),
				PluginsConfigs: core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArray{
					&core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs{
						DesiredState: pulumi.String("string"),
						Name:         pulumi.String("string"),
					},
				},
			},
			AvailabilityConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs{
				IsLiveMigrationPreferred: pulumi.Bool(false),
				RecoveryAction:           pulumi.String("string"),
			},
			AvailabilityDomain:      pulumi.String("string"),
			CapacityReservationId:   pulumi.String("string"),
			ClusterPlacementGroupId: pulumi.String("string"),
			CompartmentId:           pulumi.String("string"),
			CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs{
				AssignIpv6ip:           pulumi.Bool(false),
				AssignPrivateDnsRecord: pulumi.Bool(false),
				AssignPublicIp:         pulumi.Bool(false),
				DefinedTags: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				DisplayName: pulumi.String("string"),
				FreeformTags: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				HostnameLabel: pulumi.String("string"),
				Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
					&core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
						Ipv6address:    pulumi.String("string"),
						Ipv6subnetCidr: pulumi.String("string"),
					},
				},
				NsgIds: pulumi.StringArray{
					pulumi.String("string"),
				},
				PrivateIp: pulumi.String("string"),
				SecurityAttributes: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				SkipSourceDestCheck: pulumi.Bool(false),
				SubnetId:            pulumi.String("string"),
			},
			DedicatedVmHostId: pulumi.String("string"),
			DefinedTags: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			DisplayName: pulumi.String("string"),
			ExtendedMetadata: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			FaultDomain: pulumi.String("string"),
			FreeformTags: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			InstanceOptions: &core.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs{
				AreLegacyImdsEndpointsDisabled: pulumi.Bool(false),
			},
			IpxeScript:                     pulumi.String("string"),
			IsPvEncryptionInTransitEnabled: pulumi.Bool(false),
			LaunchMode:                     pulumi.String("string"),
			LaunchOptions: &core.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs{
				BootVolumeType:                  pulumi.String("string"),
				Firmware:                        pulumi.String("string"),
				IsConsistentVolumeNamingEnabled: pulumi.Bool(false),
				IsPvEncryptionInTransitEnabled:  pulumi.Bool(false),
				NetworkType:                     pulumi.String("string"),
				RemoteDataVolumeType:            pulumi.String("string"),
			},
			LicensingConfigs: &core.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs{
				Type:        pulumi.String("string"),
				LicenseType: pulumi.String("string"),
			},
			Metadata: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			PlatformConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs{
				Type:                          pulumi.String("string"),
				AreVirtualInstructionsEnabled: pulumi.Bool(false),
				ConfigMap: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				IsAccessControlServiceEnabled:            pulumi.Bool(false),
				IsInputOutputMemoryManagementUnitEnabled: pulumi.Bool(false),
				IsMeasuredBootEnabled:                    pulumi.Bool(false),
				IsMemoryEncryptionEnabled:                pulumi.Bool(false),
				IsSecureBootEnabled:                      pulumi.Bool(false),
				IsSymmetricMultiThreadingEnabled:         pulumi.Bool(false),
				IsTrustedPlatformModuleEnabled:           pulumi.Bool(false),
				NumaNodesPerSocket:                       pulumi.String("string"),
				PercentageOfCoresEnabled:                 pulumi.Int(0),
			},
			PreemptibleInstanceConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs{
				PreemptionAction: &core.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs{
					Type:               pulumi.String("string"),
					PreserveBootVolume: pulumi.Bool(false),
				},
			},
			PreferredMaintenanceAction: pulumi.String("string"),
			SecurityAttributes: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			Shape: pulumi.String("string"),
			ShapeConfig: &core.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs{
				BaselineOcpuUtilization: pulumi.String("string"),
				MemoryInGbs:             pulumi.Float64(0),
				Nvmes:                   pulumi.Int(0),
				Ocpus:                   pulumi.Float64(0),
				Vcpus:                   pulumi.Int(0),
			},
			SourceDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs{
				SourceType:          pulumi.String("string"),
				BootVolumeId:        pulumi.String("string"),
				BootVolumeSizeInGbs: pulumi.String("string"),
				BootVolumeVpusPerGb: pulumi.String("string"),
				ImageId:             pulumi.String("string"),
				InstanceSourceImageFilterDetails: &core.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs{
					CompartmentId: pulumi.String("string"),
					DefinedTagsFilter: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					OperatingSystem:        pulumi.String("string"),
					OperatingSystemVersion: pulumi.String("string"),
				},
				KmsKeyId: pulumi.String("string"),
			},
		},
		Options: core.InstanceConfigurationInstanceDetailsOptionArray{
			&core.InstanceConfigurationInstanceDetailsOptionArgs{
				BlockVolumes: core.InstanceConfigurationInstanceDetailsOptionBlockVolumeArray{
					&core.InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs{
						AttachDetails: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs{
							Type:                           pulumi.String("string"),
							Device:                         pulumi.String("string"),
							DisplayName:                    pulumi.String("string"),
							IsPvEncryptionInTransitEnabled: pulumi.Bool(false),
							IsReadOnly:                     pulumi.Bool(false),
							IsShareable:                    pulumi.Bool(false),
							UseChap:                        pulumi.Bool(false),
						},
						CreateDetails: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs{
							AutotunePolicies: core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArray{
								&core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs{
									AutotuneType: pulumi.String("string"),
									MaxVpusPerGb: pulumi.String("string"),
								},
							},
							AvailabilityDomain: pulumi.String("string"),
							BackupPolicyId:     pulumi.String("string"),
							BlockVolumeReplicas: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs{
								AvailabilityDomain: pulumi.String("string"),
								DisplayName:        pulumi.String("string"),
							},
							ClusterPlacementGroupId: pulumi.String("string"),
							CompartmentId:           pulumi.String("string"),
							DefinedTags: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
							DisplayName: pulumi.String("string"),
							FreeformTags: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
							IsAutoTuneEnabled: pulumi.Bool(false),
							KmsKeyId:          pulumi.String("string"),
							SizeInGbs:         pulumi.String("string"),
							SourceDetails: &core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs{
								Type: pulumi.String("string"),
								Id:   pulumi.String("string"),
							},
							VpusPerGb:   pulumi.String("string"),
							XrcKmsKeyId: pulumi.String("string"),
						},
						VolumeId: pulumi.String("string"),
					},
				},
				LaunchDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs{
					AgentConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs{
						AreAllPluginsDisabled: pulumi.Bool(false),
						IsManagementDisabled:  pulumi.Bool(false),
						IsMonitoringDisabled:  pulumi.Bool(false),
						PluginsConfigs: core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArray{
							&core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs{
								DesiredState: pulumi.String("string"),
								Name:         pulumi.String("string"),
							},
						},
					},
					AvailabilityConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs{
						IsLiveMigrationPreferred: pulumi.Bool(false),
						RecoveryAction:           pulumi.String("string"),
					},
					AvailabilityDomain:      pulumi.String("string"),
					CapacityReservationId:   pulumi.String("string"),
					ClusterPlacementGroupId: pulumi.String("string"),
					CompartmentId:           pulumi.String("string"),
					CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs{
						AssignIpv6ip:           pulumi.Bool(false),
						AssignPrivateDnsRecord: pulumi.Bool(false),
						AssignPublicIp:         pulumi.Bool(false),
						DefinedTags: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
						DisplayName: pulumi.String("string"),
						FreeformTags: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
						HostnameLabel: pulumi.String("string"),
						Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
							&core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
								Ipv6address:    pulumi.String("string"),
								Ipv6subnetCidr: pulumi.String("string"),
							},
						},
						NsgIds: pulumi.StringArray{
							pulumi.String("string"),
						},
						PrivateIp: pulumi.String("string"),
						SecurityAttributes: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
						SkipSourceDestCheck: pulumi.Bool(false),
						SubnetId:            pulumi.String("string"),
					},
					DedicatedVmHostId: pulumi.String("string"),
					DefinedTags: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					DisplayName: pulumi.String("string"),
					ExtendedMetadata: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					FaultDomain: pulumi.String("string"),
					FreeformTags: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					InstanceOptions: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs{
						AreLegacyImdsEndpointsDisabled: pulumi.Bool(false),
					},
					IpxeScript:                     pulumi.String("string"),
					IsPvEncryptionInTransitEnabled: pulumi.Bool(false),
					LaunchMode:                     pulumi.String("string"),
					LaunchOptions: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs{
						BootVolumeType:                  pulumi.String("string"),
						Firmware:                        pulumi.String("string"),
						IsConsistentVolumeNamingEnabled: pulumi.Bool(false),
						IsPvEncryptionInTransitEnabled:  pulumi.Bool(false),
						NetworkType:                     pulumi.String("string"),
						RemoteDataVolumeType:            pulumi.String("string"),
					},
					LicensingConfigs: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs{
						Type:        pulumi.String("string"),
						LicenseType: pulumi.String("string"),
					},
					Metadata: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					PlatformConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs{
						Type:                                     pulumi.String("string"),
						AreVirtualInstructionsEnabled:            pulumi.Bool(false),
						IsAccessControlServiceEnabled:            pulumi.Bool(false),
						IsInputOutputMemoryManagementUnitEnabled: pulumi.Bool(false),
						IsMeasuredBootEnabled:                    pulumi.Bool(false),
						IsMemoryEncryptionEnabled:                pulumi.Bool(false),
						IsSecureBootEnabled:                      pulumi.Bool(false),
						IsSymmetricMultiThreadingEnabled:         pulumi.Bool(false),
						IsTrustedPlatformModuleEnabled:           pulumi.Bool(false),
						NumaNodesPerSocket:                       pulumi.String("string"),
						PercentageOfCoresEnabled:                 pulumi.Int(0),
					},
					PreemptibleInstanceConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs{
						PreemptionAction: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs{
							Type:               pulumi.String("string"),
							PreserveBootVolume: pulumi.Bool(false),
						},
					},
					PreferredMaintenanceAction: pulumi.String("string"),
					SecurityAttributes: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					Shape: pulumi.String("string"),
					ShapeConfig: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs{
						BaselineOcpuUtilization: pulumi.String("string"),
						MemoryInGbs:             pulumi.Float64(0),
						Nvmes:                   pulumi.Int(0),
						Ocpus:                   pulumi.Float64(0),
						Vcpus:                   pulumi.Int(0),
					},
					SourceDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs{
						SourceType:          pulumi.String("string"),
						BootVolumeId:        pulumi.String("string"),
						BootVolumeSizeInGbs: pulumi.String("string"),
						BootVolumeVpusPerGb: pulumi.String("string"),
						ImageId:             pulumi.String("string"),
						InstanceSourceImageFilterDetails: &core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs{
							CompartmentId: pulumi.String("string"),
							DefinedTagsFilter: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
							OperatingSystem:        pulumi.String("string"),
							OperatingSystemVersion: pulumi.String("string"),
						},
						KmsKeyId: pulumi.String("string"),
					},
				},
				SecondaryVnics: core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicArray{
					&core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs{
						CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs{
							AssignIpv6ip:           pulumi.Bool(false),
							AssignPrivateDnsRecord: pulumi.Bool(false),
							AssignPublicIp:         pulumi.Bool(false),
							DefinedTags: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
							DisplayName: pulumi.String("string"),
							FreeformTags: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
							HostnameLabel: pulumi.String("string"),
							Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
								&core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
									Ipv6address:    pulumi.String("string"),
									Ipv6subnetCidr: pulumi.String("string"),
								},
							},
							NsgIds: pulumi.StringArray{
								pulumi.String("string"),
							},
							PrivateIp: pulumi.String("string"),
							SecurityAttributes: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
							SkipSourceDestCheck: pulumi.Bool(false),
							SubnetId:            pulumi.String("string"),
						},
						DisplayName: pulumi.String("string"),
						NicIndex:    pulumi.Int(0),
					},
				},
			},
		},
		SecondaryVnics: core.InstanceConfigurationInstanceDetailsSecondaryVnicArray{
			&core.InstanceConfigurationInstanceDetailsSecondaryVnicArgs{
				CreateVnicDetails: &core.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs{
					AssignIpv6ip:           pulumi.Bool(false),
					AssignPrivateDnsRecord: pulumi.Bool(false),
					AssignPublicIp:         pulumi.Bool(false),
					DefinedTags: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					DisplayName: pulumi.String("string"),
					FreeformTags: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					HostnameLabel: pulumi.String("string"),
					Ipv6addressIpv6subnetCidrPairDetails: core.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArray{
						&core.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs{
							Ipv6address:    pulumi.String("string"),
							Ipv6subnetCidr: pulumi.String("string"),
						},
					},
					NsgIds: pulumi.StringArray{
						pulumi.String("string"),
					},
					PrivateIp: pulumi.String("string"),
					SecurityAttributes: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					SkipSourceDestCheck: pulumi.Bool(false),
					SubnetId:            pulumi.String("string"),
				},
				DisplayName: pulumi.String("string"),
				NicIndex:    pulumi.Int(0),
			},
		},
	},
	InstanceId: pulumi.String("string"),
	Source:     pulumi.String("string"),
})
Copy
var instanceConfigurationResource = new InstanceConfiguration("instanceConfigurationResource", InstanceConfigurationArgs.builder()
    .compartmentId("string")
    .definedTags(Map.of("string", "string"))
    .displayName("string")
    .freeformTags(Map.of("string", "string"))
    .instanceDetails(InstanceConfigurationInstanceDetailsArgs.builder()
        .instanceType("string")
        .blockVolumes(InstanceConfigurationInstanceDetailsBlockVolumeArgs.builder()
            .attachDetails(InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs.builder()
                .type("string")
                .device("string")
                .displayName("string")
                .isPvEncryptionInTransitEnabled(false)
                .isReadOnly(false)
                .isShareable(false)
                .useChap(false)
                .build())
            .createDetails(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs.builder()
                .autotunePolicies(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs.builder()
                    .autotuneType("string")
                    .maxVpusPerGb("string")
                    .build())
                .availabilityDomain("string")
                .backupPolicyId("string")
                .blockVolumeReplicas(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs.builder()
                    .availabilityDomain("string")
                    .displayName("string")
                    .build())
                .clusterPlacementGroupId("string")
                .compartmentId("string")
                .definedTags(Map.of("string", "string"))
                .displayName("string")
                .freeformTags(Map.of("string", "string"))
                .isAutoTuneEnabled(false)
                .kmsKeyId("string")
                .sizeInGbs("string")
                .sourceDetails(InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs.builder()
                    .type("string")
                    .id("string")
                    .build())
                .vpusPerGb("string")
                .xrcKmsKeyId("string")
                .build())
            .volumeId("string")
            .build())
        .launchDetails(InstanceConfigurationInstanceDetailsLaunchDetailsArgs.builder()
            .agentConfig(InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs.builder()
                .areAllPluginsDisabled(false)
                .isManagementDisabled(false)
                .isMonitoringDisabled(false)
                .pluginsConfigs(InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs.builder()
                    .desiredState("string")
                    .name("string")
                    .build())
                .build())
            .availabilityConfig(InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs.builder()
                .isLiveMigrationPreferred(false)
                .recoveryAction("string")
                .build())
            .availabilityDomain("string")
            .capacityReservationId("string")
            .clusterPlacementGroupId("string")
            .compartmentId("string")
            .createVnicDetails(InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs.builder()
                .assignIpv6ip(false)
                .assignPrivateDnsRecord(false)
                .assignPublicIp(false)
                .definedTags(Map.of("string", "string"))
                .displayName("string")
                .freeformTags(Map.of("string", "string"))
                .hostnameLabel("string")
                .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                    .ipv6address("string")
                    .ipv6subnetCidr("string")
                    .build())
                .nsgIds("string")
                .privateIp("string")
                .securityAttributes(Map.of("string", "string"))
                .skipSourceDestCheck(false)
                .subnetId("string")
                .build())
            .dedicatedVmHostId("string")
            .definedTags(Map.of("string", "string"))
            .displayName("string")
            .extendedMetadata(Map.of("string", "string"))
            .faultDomain("string")
            .freeformTags(Map.of("string", "string"))
            .instanceOptions(InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs.builder()
                .areLegacyImdsEndpointsDisabled(false)
                .build())
            .ipxeScript("string")
            .isPvEncryptionInTransitEnabled(false)
            .launchMode("string")
            .launchOptions(InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs.builder()
                .bootVolumeType("string")
                .firmware("string")
                .isConsistentVolumeNamingEnabled(false)
                .isPvEncryptionInTransitEnabled(false)
                .networkType("string")
                .remoteDataVolumeType("string")
                .build())
            .licensingConfigs(InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs.builder()
                .type("string")
                .licenseType("string")
                .build())
            .metadata(Map.of("string", "string"))
            .platformConfig(InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs.builder()
                .type("string")
                .areVirtualInstructionsEnabled(false)
                .configMap(Map.of("string", "string"))
                .isAccessControlServiceEnabled(false)
                .isInputOutputMemoryManagementUnitEnabled(false)
                .isMeasuredBootEnabled(false)
                .isMemoryEncryptionEnabled(false)
                .isSecureBootEnabled(false)
                .isSymmetricMultiThreadingEnabled(false)
                .isTrustedPlatformModuleEnabled(false)
                .numaNodesPerSocket("string")
                .percentageOfCoresEnabled(0)
                .build())
            .preemptibleInstanceConfig(InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs.builder()
                .preemptionAction(InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs.builder()
                    .type("string")
                    .preserveBootVolume(false)
                    .build())
                .build())
            .preferredMaintenanceAction("string")
            .securityAttributes(Map.of("string", "string"))
            .shape("string")
            .shapeConfig(InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs.builder()
                .baselineOcpuUtilization("string")
                .memoryInGbs(0)
                .nvmes(0)
                .ocpus(0)
                .vcpus(0)
                .build())
            .sourceDetails(InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs.builder()
                .sourceType("string")
                .bootVolumeId("string")
                .bootVolumeSizeInGbs("string")
                .bootVolumeVpusPerGb("string")
                .imageId("string")
                .instanceSourceImageFilterDetails(InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs.builder()
                    .compartmentId("string")
                    .definedTagsFilter(Map.of("string", "string"))
                    .operatingSystem("string")
                    .operatingSystemVersion("string")
                    .build())
                .kmsKeyId("string")
                .build())
            .build())
        .options(InstanceConfigurationInstanceDetailsOptionArgs.builder()
            .blockVolumes(InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs.builder()
                .attachDetails(InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs.builder()
                    .type("string")
                    .device("string")
                    .displayName("string")
                    .isPvEncryptionInTransitEnabled(false)
                    .isReadOnly(false)
                    .isShareable(false)
                    .useChap(false)
                    .build())
                .createDetails(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs.builder()
                    .autotunePolicies(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs.builder()
                        .autotuneType("string")
                        .maxVpusPerGb("string")
                        .build())
                    .availabilityDomain("string")
                    .backupPolicyId("string")
                    .blockVolumeReplicas(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs.builder()
                        .availabilityDomain("string")
                        .displayName("string")
                        .build())
                    .clusterPlacementGroupId("string")
                    .compartmentId("string")
                    .definedTags(Map.of("string", "string"))
                    .displayName("string")
                    .freeformTags(Map.of("string", "string"))
                    .isAutoTuneEnabled(false)
                    .kmsKeyId("string")
                    .sizeInGbs("string")
                    .sourceDetails(InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs.builder()
                        .type("string")
                        .id("string")
                        .build())
                    .vpusPerGb("string")
                    .xrcKmsKeyId("string")
                    .build())
                .volumeId("string")
                .build())
            .launchDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs.builder()
                .agentConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs.builder()
                    .areAllPluginsDisabled(false)
                    .isManagementDisabled(false)
                    .isMonitoringDisabled(false)
                    .pluginsConfigs(InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs.builder()
                        .desiredState("string")
                        .name("string")
                        .build())
                    .build())
                .availabilityConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs.builder()
                    .isLiveMigrationPreferred(false)
                    .recoveryAction("string")
                    .build())
                .availabilityDomain("string")
                .capacityReservationId("string")
                .clusterPlacementGroupId("string")
                .compartmentId("string")
                .createVnicDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs.builder()
                    .assignIpv6ip(false)
                    .assignPrivateDnsRecord(false)
                    .assignPublicIp(false)
                    .definedTags(Map.of("string", "string"))
                    .displayName("string")
                    .freeformTags(Map.of("string", "string"))
                    .hostnameLabel("string")
                    .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                        .ipv6address("string")
                        .ipv6subnetCidr("string")
                        .build())
                    .nsgIds("string")
                    .privateIp("string")
                    .securityAttributes(Map.of("string", "string"))
                    .skipSourceDestCheck(false)
                    .subnetId("string")
                    .build())
                .dedicatedVmHostId("string")
                .definedTags(Map.of("string", "string"))
                .displayName("string")
                .extendedMetadata(Map.of("string", "string"))
                .faultDomain("string")
                .freeformTags(Map.of("string", "string"))
                .instanceOptions(InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs.builder()
                    .areLegacyImdsEndpointsDisabled(false)
                    .build())
                .ipxeScript("string")
                .isPvEncryptionInTransitEnabled(false)
                .launchMode("string")
                .launchOptions(InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs.builder()
                    .bootVolumeType("string")
                    .firmware("string")
                    .isConsistentVolumeNamingEnabled(false)
                    .isPvEncryptionInTransitEnabled(false)
                    .networkType("string")
                    .remoteDataVolumeType("string")
                    .build())
                .licensingConfigs(InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs.builder()
                    .type("string")
                    .licenseType("string")
                    .build())
                .metadata(Map.of("string", "string"))
                .platformConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs.builder()
                    .type("string")
                    .areVirtualInstructionsEnabled(false)
                    .isAccessControlServiceEnabled(false)
                    .isInputOutputMemoryManagementUnitEnabled(false)
                    .isMeasuredBootEnabled(false)
                    .isMemoryEncryptionEnabled(false)
                    .isSecureBootEnabled(false)
                    .isSymmetricMultiThreadingEnabled(false)
                    .isTrustedPlatformModuleEnabled(false)
                    .numaNodesPerSocket("string")
                    .percentageOfCoresEnabled(0)
                    .build())
                .preemptibleInstanceConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs.builder()
                    .preemptionAction(InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs.builder()
                        .type("string")
                        .preserveBootVolume(false)
                        .build())
                    .build())
                .preferredMaintenanceAction("string")
                .securityAttributes(Map.of("string", "string"))
                .shape("string")
                .shapeConfig(InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs.builder()
                    .baselineOcpuUtilization("string")
                    .memoryInGbs(0)
                    .nvmes(0)
                    .ocpus(0)
                    .vcpus(0)
                    .build())
                .sourceDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs.builder()
                    .sourceType("string")
                    .bootVolumeId("string")
                    .bootVolumeSizeInGbs("string")
                    .bootVolumeVpusPerGb("string")
                    .imageId("string")
                    .instanceSourceImageFilterDetails(InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs.builder()
                        .compartmentId("string")
                        .definedTagsFilter(Map.of("string", "string"))
                        .operatingSystem("string")
                        .operatingSystemVersion("string")
                        .build())
                    .kmsKeyId("string")
                    .build())
                .build())
            .secondaryVnics(InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs.builder()
                .createVnicDetails(InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs.builder()
                    .assignIpv6ip(false)
                    .assignPrivateDnsRecord(false)
                    .assignPublicIp(false)
                    .definedTags(Map.of("string", "string"))
                    .displayName("string")
                    .freeformTags(Map.of("string", "string"))
                    .hostnameLabel("string")
                    .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                        .ipv6address("string")
                        .ipv6subnetCidr("string")
                        .build())
                    .nsgIds("string")
                    .privateIp("string")
                    .securityAttributes(Map.of("string", "string"))
                    .skipSourceDestCheck(false)
                    .subnetId("string")
                    .build())
                .displayName("string")
                .nicIndex(0)
                .build())
            .build())
        .secondaryVnics(InstanceConfigurationInstanceDetailsSecondaryVnicArgs.builder()
            .createVnicDetails(InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs.builder()
                .assignIpv6ip(false)
                .assignPrivateDnsRecord(false)
                .assignPublicIp(false)
                .definedTags(Map.of("string", "string"))
                .displayName("string")
                .freeformTags(Map.of("string", "string"))
                .hostnameLabel("string")
                .ipv6addressIpv6subnetCidrPairDetails(InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs.builder()
                    .ipv6address("string")
                    .ipv6subnetCidr("string")
                    .build())
                .nsgIds("string")
                .privateIp("string")
                .securityAttributes(Map.of("string", "string"))
                .skipSourceDestCheck(false)
                .subnetId("string")
                .build())
            .displayName("string")
            .nicIndex(0)
            .build())
        .build())
    .instanceId("string")
    .source("string")
    .build());
Copy
instance_configuration_resource = oci.core.InstanceConfiguration("instanceConfigurationResource",
    compartment_id="string",
    defined_tags={
        "string": "string",
    },
    display_name="string",
    freeform_tags={
        "string": "string",
    },
    instance_details={
        "instance_type": "string",
        "block_volumes": [{
            "attach_details": {
                "type": "string",
                "device": "string",
                "display_name": "string",
                "is_pv_encryption_in_transit_enabled": False,
                "is_read_only": False,
                "is_shareable": False,
                "use_chap": False,
            },
            "create_details": {
                "autotune_policies": [{
                    "autotune_type": "string",
                    "max_vpus_per_gb": "string",
                }],
                "availability_domain": "string",
                "backup_policy_id": "string",
                "block_volume_replicas": {
                    "availability_domain": "string",
                    "display_name": "string",
                },
                "cluster_placement_group_id": "string",
                "compartment_id": "string",
                "defined_tags": {
                    "string": "string",
                },
                "display_name": "string",
                "freeform_tags": {
                    "string": "string",
                },
                "is_auto_tune_enabled": False,
                "kms_key_id": "string",
                "size_in_gbs": "string",
                "source_details": {
                    "type": "string",
                    "id": "string",
                },
                "vpus_per_gb": "string",
                "xrc_kms_key_id": "string",
            },
            "volume_id": "string",
        }],
        "launch_details": {
            "agent_config": {
                "are_all_plugins_disabled": False,
                "is_management_disabled": False,
                "is_monitoring_disabled": False,
                "plugins_configs": [{
                    "desired_state": "string",
                    "name": "string",
                }],
            },
            "availability_config": {
                "is_live_migration_preferred": False,
                "recovery_action": "string",
            },
            "availability_domain": "string",
            "capacity_reservation_id": "string",
            "cluster_placement_group_id": "string",
            "compartment_id": "string",
            "create_vnic_details": {
                "assign_ipv6ip": False,
                "assign_private_dns_record": False,
                "assign_public_ip": False,
                "defined_tags": {
                    "string": "string",
                },
                "display_name": "string",
                "freeform_tags": {
                    "string": "string",
                },
                "hostname_label": "string",
                "ipv6address_ipv6subnet_cidr_pair_details": [{
                    "ipv6address": "string",
                    "ipv6subnet_cidr": "string",
                }],
                "nsg_ids": ["string"],
                "private_ip": "string",
                "security_attributes": {
                    "string": "string",
                },
                "skip_source_dest_check": False,
                "subnet_id": "string",
            },
            "dedicated_vm_host_id": "string",
            "defined_tags": {
                "string": "string",
            },
            "display_name": "string",
            "extended_metadata": {
                "string": "string",
            },
            "fault_domain": "string",
            "freeform_tags": {
                "string": "string",
            },
            "instance_options": {
                "are_legacy_imds_endpoints_disabled": False,
            },
            "ipxe_script": "string",
            "is_pv_encryption_in_transit_enabled": False,
            "launch_mode": "string",
            "launch_options": {
                "boot_volume_type": "string",
                "firmware": "string",
                "is_consistent_volume_naming_enabled": False,
                "is_pv_encryption_in_transit_enabled": False,
                "network_type": "string",
                "remote_data_volume_type": "string",
            },
            "licensing_configs": {
                "type": "string",
                "license_type": "string",
            },
            "metadata": {
                "string": "string",
            },
            "platform_config": {
                "type": "string",
                "are_virtual_instructions_enabled": False,
                "config_map": {
                    "string": "string",
                },
                "is_access_control_service_enabled": False,
                "is_input_output_memory_management_unit_enabled": False,
                "is_measured_boot_enabled": False,
                "is_memory_encryption_enabled": False,
                "is_secure_boot_enabled": False,
                "is_symmetric_multi_threading_enabled": False,
                "is_trusted_platform_module_enabled": False,
                "numa_nodes_per_socket": "string",
                "percentage_of_cores_enabled": 0,
            },
            "preemptible_instance_config": {
                "preemption_action": {
                    "type": "string",
                    "preserve_boot_volume": False,
                },
            },
            "preferred_maintenance_action": "string",
            "security_attributes": {
                "string": "string",
            },
            "shape": "string",
            "shape_config": {
                "baseline_ocpu_utilization": "string",
                "memory_in_gbs": 0,
                "nvmes": 0,
                "ocpus": 0,
                "vcpus": 0,
            },
            "source_details": {
                "source_type": "string",
                "boot_volume_id": "string",
                "boot_volume_size_in_gbs": "string",
                "boot_volume_vpus_per_gb": "string",
                "image_id": "string",
                "instance_source_image_filter_details": {
                    "compartment_id": "string",
                    "defined_tags_filter": {
                        "string": "string",
                    },
                    "operating_system": "string",
                    "operating_system_version": "string",
                },
                "kms_key_id": "string",
            },
        },
        "options": [{
            "block_volumes": [{
                "attach_details": {
                    "type": "string",
                    "device": "string",
                    "display_name": "string",
                    "is_pv_encryption_in_transit_enabled": False,
                    "is_read_only": False,
                    "is_shareable": False,
                    "use_chap": False,
                },
                "create_details": {
                    "autotune_policies": [{
                        "autotune_type": "string",
                        "max_vpus_per_gb": "string",
                    }],
                    "availability_domain": "string",
                    "backup_policy_id": "string",
                    "block_volume_replicas": {
                        "availability_domain": "string",
                        "display_name": "string",
                    },
                    "cluster_placement_group_id": "string",
                    "compartment_id": "string",
                    "defined_tags": {
                        "string": "string",
                    },
                    "display_name": "string",
                    "freeform_tags": {
                        "string": "string",
                    },
                    "is_auto_tune_enabled": False,
                    "kms_key_id": "string",
                    "size_in_gbs": "string",
                    "source_details": {
                        "type": "string",
                        "id": "string",
                    },
                    "vpus_per_gb": "string",
                    "xrc_kms_key_id": "string",
                },
                "volume_id": "string",
            }],
            "launch_details": {
                "agent_config": {
                    "are_all_plugins_disabled": False,
                    "is_management_disabled": False,
                    "is_monitoring_disabled": False,
                    "plugins_configs": [{
                        "desired_state": "string",
                        "name": "string",
                    }],
                },
                "availability_config": {
                    "is_live_migration_preferred": False,
                    "recovery_action": "string",
                },
                "availability_domain": "string",
                "capacity_reservation_id": "string",
                "cluster_placement_group_id": "string",
                "compartment_id": "string",
                "create_vnic_details": {
                    "assign_ipv6ip": False,
                    "assign_private_dns_record": False,
                    "assign_public_ip": False,
                    "defined_tags": {
                        "string": "string",
                    },
                    "display_name": "string",
                    "freeform_tags": {
                        "string": "string",
                    },
                    "hostname_label": "string",
                    "ipv6address_ipv6subnet_cidr_pair_details": [{
                        "ipv6address": "string",
                        "ipv6subnet_cidr": "string",
                    }],
                    "nsg_ids": ["string"],
                    "private_ip": "string",
                    "security_attributes": {
                        "string": "string",
                    },
                    "skip_source_dest_check": False,
                    "subnet_id": "string",
                },
                "dedicated_vm_host_id": "string",
                "defined_tags": {
                    "string": "string",
                },
                "display_name": "string",
                "extended_metadata": {
                    "string": "string",
                },
                "fault_domain": "string",
                "freeform_tags": {
                    "string": "string",
                },
                "instance_options": {
                    "are_legacy_imds_endpoints_disabled": False,
                },
                "ipxe_script": "string",
                "is_pv_encryption_in_transit_enabled": False,
                "launch_mode": "string",
                "launch_options": {
                    "boot_volume_type": "string",
                    "firmware": "string",
                    "is_consistent_volume_naming_enabled": False,
                    "is_pv_encryption_in_transit_enabled": False,
                    "network_type": "string",
                    "remote_data_volume_type": "string",
                },
                "licensing_configs": {
                    "type": "string",
                    "license_type": "string",
                },
                "metadata": {
                    "string": "string",
                },
                "platform_config": {
                    "type": "string",
                    "are_virtual_instructions_enabled": False,
                    "is_access_control_service_enabled": False,
                    "is_input_output_memory_management_unit_enabled": False,
                    "is_measured_boot_enabled": False,
                    "is_memory_encryption_enabled": False,
                    "is_secure_boot_enabled": False,
                    "is_symmetric_multi_threading_enabled": False,
                    "is_trusted_platform_module_enabled": False,
                    "numa_nodes_per_socket": "string",
                    "percentage_of_cores_enabled": 0,
                },
                "preemptible_instance_config": {
                    "preemption_action": {
                        "type": "string",
                        "preserve_boot_volume": False,
                    },
                },
                "preferred_maintenance_action": "string",
                "security_attributes": {
                    "string": "string",
                },
                "shape": "string",
                "shape_config": {
                    "baseline_ocpu_utilization": "string",
                    "memory_in_gbs": 0,
                    "nvmes": 0,
                    "ocpus": 0,
                    "vcpus": 0,
                },
                "source_details": {
                    "source_type": "string",
                    "boot_volume_id": "string",
                    "boot_volume_size_in_gbs": "string",
                    "boot_volume_vpus_per_gb": "string",
                    "image_id": "string",
                    "instance_source_image_filter_details": {
                        "compartment_id": "string",
                        "defined_tags_filter": {
                            "string": "string",
                        },
                        "operating_system": "string",
                        "operating_system_version": "string",
                    },
                    "kms_key_id": "string",
                },
            },
            "secondary_vnics": [{
                "create_vnic_details": {
                    "assign_ipv6ip": False,
                    "assign_private_dns_record": False,
                    "assign_public_ip": False,
                    "defined_tags": {
                        "string": "string",
                    },
                    "display_name": "string",
                    "freeform_tags": {
                        "string": "string",
                    },
                    "hostname_label": "string",
                    "ipv6address_ipv6subnet_cidr_pair_details": [{
                        "ipv6address": "string",
                        "ipv6subnet_cidr": "string",
                    }],
                    "nsg_ids": ["string"],
                    "private_ip": "string",
                    "security_attributes": {
                        "string": "string",
                    },
                    "skip_source_dest_check": False,
                    "subnet_id": "string",
                },
                "display_name": "string",
                "nic_index": 0,
            }],
        }],
        "secondary_vnics": [{
            "create_vnic_details": {
                "assign_ipv6ip": False,
                "assign_private_dns_record": False,
                "assign_public_ip": False,
                "defined_tags": {
                    "string": "string",
                },
                "display_name": "string",
                "freeform_tags": {
                    "string": "string",
                },
                "hostname_label": "string",
                "ipv6address_ipv6subnet_cidr_pair_details": [{
                    "ipv6address": "string",
                    "ipv6subnet_cidr": "string",
                }],
                "nsg_ids": ["string"],
                "private_ip": "string",
                "security_attributes": {
                    "string": "string",
                },
                "skip_source_dest_check": False,
                "subnet_id": "string",
            },
            "display_name": "string",
            "nic_index": 0,
        }],
    },
    instance_id="string",
    source="string")
Copy
const instanceConfigurationResource = new oci.core.InstanceConfiguration("instanceConfigurationResource", {
    compartmentId: "string",
    definedTags: {
        string: "string",
    },
    displayName: "string",
    freeformTags: {
        string: "string",
    },
    instanceDetails: {
        instanceType: "string",
        blockVolumes: [{
            attachDetails: {
                type: "string",
                device: "string",
                displayName: "string",
                isPvEncryptionInTransitEnabled: false,
                isReadOnly: false,
                isShareable: false,
                useChap: false,
            },
            createDetails: {
                autotunePolicies: [{
                    autotuneType: "string",
                    maxVpusPerGb: "string",
                }],
                availabilityDomain: "string",
                backupPolicyId: "string",
                blockVolumeReplicas: {
                    availabilityDomain: "string",
                    displayName: "string",
                },
                clusterPlacementGroupId: "string",
                compartmentId: "string",
                definedTags: {
                    string: "string",
                },
                displayName: "string",
                freeformTags: {
                    string: "string",
                },
                isAutoTuneEnabled: false,
                kmsKeyId: "string",
                sizeInGbs: "string",
                sourceDetails: {
                    type: "string",
                    id: "string",
                },
                vpusPerGb: "string",
                xrcKmsKeyId: "string",
            },
            volumeId: "string",
        }],
        launchDetails: {
            agentConfig: {
                areAllPluginsDisabled: false,
                isManagementDisabled: false,
                isMonitoringDisabled: false,
                pluginsConfigs: [{
                    desiredState: "string",
                    name: "string",
                }],
            },
            availabilityConfig: {
                isLiveMigrationPreferred: false,
                recoveryAction: "string",
            },
            availabilityDomain: "string",
            capacityReservationId: "string",
            clusterPlacementGroupId: "string",
            compartmentId: "string",
            createVnicDetails: {
                assignIpv6ip: false,
                assignPrivateDnsRecord: false,
                assignPublicIp: false,
                definedTags: {
                    string: "string",
                },
                displayName: "string",
                freeformTags: {
                    string: "string",
                },
                hostnameLabel: "string",
                ipv6addressIpv6subnetCidrPairDetails: [{
                    ipv6address: "string",
                    ipv6subnetCidr: "string",
                }],
                nsgIds: ["string"],
                privateIp: "string",
                securityAttributes: {
                    string: "string",
                },
                skipSourceDestCheck: false,
                subnetId: "string",
            },
            dedicatedVmHostId: "string",
            definedTags: {
                string: "string",
            },
            displayName: "string",
            extendedMetadata: {
                string: "string",
            },
            faultDomain: "string",
            freeformTags: {
                string: "string",
            },
            instanceOptions: {
                areLegacyImdsEndpointsDisabled: false,
            },
            ipxeScript: "string",
            isPvEncryptionInTransitEnabled: false,
            launchMode: "string",
            launchOptions: {
                bootVolumeType: "string",
                firmware: "string",
                isConsistentVolumeNamingEnabled: false,
                isPvEncryptionInTransitEnabled: false,
                networkType: "string",
                remoteDataVolumeType: "string",
            },
            licensingConfigs: {
                type: "string",
                licenseType: "string",
            },
            metadata: {
                string: "string",
            },
            platformConfig: {
                type: "string",
                areVirtualInstructionsEnabled: false,
                configMap: {
                    string: "string",
                },
                isAccessControlServiceEnabled: false,
                isInputOutputMemoryManagementUnitEnabled: false,
                isMeasuredBootEnabled: false,
                isMemoryEncryptionEnabled: false,
                isSecureBootEnabled: false,
                isSymmetricMultiThreadingEnabled: false,
                isTrustedPlatformModuleEnabled: false,
                numaNodesPerSocket: "string",
                percentageOfCoresEnabled: 0,
            },
            preemptibleInstanceConfig: {
                preemptionAction: {
                    type: "string",
                    preserveBootVolume: false,
                },
            },
            preferredMaintenanceAction: "string",
            securityAttributes: {
                string: "string",
            },
            shape: "string",
            shapeConfig: {
                baselineOcpuUtilization: "string",
                memoryInGbs: 0,
                nvmes: 0,
                ocpus: 0,
                vcpus: 0,
            },
            sourceDetails: {
                sourceType: "string",
                bootVolumeId: "string",
                bootVolumeSizeInGbs: "string",
                bootVolumeVpusPerGb: "string",
                imageId: "string",
                instanceSourceImageFilterDetails: {
                    compartmentId: "string",
                    definedTagsFilter: {
                        string: "string",
                    },
                    operatingSystem: "string",
                    operatingSystemVersion: "string",
                },
                kmsKeyId: "string",
            },
        },
        options: [{
            blockVolumes: [{
                attachDetails: {
                    type: "string",
                    device: "string",
                    displayName: "string",
                    isPvEncryptionInTransitEnabled: false,
                    isReadOnly: false,
                    isShareable: false,
                    useChap: false,
                },
                createDetails: {
                    autotunePolicies: [{
                        autotuneType: "string",
                        maxVpusPerGb: "string",
                    }],
                    availabilityDomain: "string",
                    backupPolicyId: "string",
                    blockVolumeReplicas: {
                        availabilityDomain: "string",
                        displayName: "string",
                    },
                    clusterPlacementGroupId: "string",
                    compartmentId: "string",
                    definedTags: {
                        string: "string",
                    },
                    displayName: "string",
                    freeformTags: {
                        string: "string",
                    },
                    isAutoTuneEnabled: false,
                    kmsKeyId: "string",
                    sizeInGbs: "string",
                    sourceDetails: {
                        type: "string",
                        id: "string",
                    },
                    vpusPerGb: "string",
                    xrcKmsKeyId: "string",
                },
                volumeId: "string",
            }],
            launchDetails: {
                agentConfig: {
                    areAllPluginsDisabled: false,
                    isManagementDisabled: false,
                    isMonitoringDisabled: false,
                    pluginsConfigs: [{
                        desiredState: "string",
                        name: "string",
                    }],
                },
                availabilityConfig: {
                    isLiveMigrationPreferred: false,
                    recoveryAction: "string",
                },
                availabilityDomain: "string",
                capacityReservationId: "string",
                clusterPlacementGroupId: "string",
                compartmentId: "string",
                createVnicDetails: {
                    assignIpv6ip: false,
                    assignPrivateDnsRecord: false,
                    assignPublicIp: false,
                    definedTags: {
                        string: "string",
                    },
                    displayName: "string",
                    freeformTags: {
                        string: "string",
                    },
                    hostnameLabel: "string",
                    ipv6addressIpv6subnetCidrPairDetails: [{
                        ipv6address: "string",
                        ipv6subnetCidr: "string",
                    }],
                    nsgIds: ["string"],
                    privateIp: "string",
                    securityAttributes: {
                        string: "string",
                    },
                    skipSourceDestCheck: false,
                    subnetId: "string",
                },
                dedicatedVmHostId: "string",
                definedTags: {
                    string: "string",
                },
                displayName: "string",
                extendedMetadata: {
                    string: "string",
                },
                faultDomain: "string",
                freeformTags: {
                    string: "string",
                },
                instanceOptions: {
                    areLegacyImdsEndpointsDisabled: false,
                },
                ipxeScript: "string",
                isPvEncryptionInTransitEnabled: false,
                launchMode: "string",
                launchOptions: {
                    bootVolumeType: "string",
                    firmware: "string",
                    isConsistentVolumeNamingEnabled: false,
                    isPvEncryptionInTransitEnabled: false,
                    networkType: "string",
                    remoteDataVolumeType: "string",
                },
                licensingConfigs: {
                    type: "string",
                    licenseType: "string",
                },
                metadata: {
                    string: "string",
                },
                platformConfig: {
                    type: "string",
                    areVirtualInstructionsEnabled: false,
                    isAccessControlServiceEnabled: false,
                    isInputOutputMemoryManagementUnitEnabled: false,
                    isMeasuredBootEnabled: false,
                    isMemoryEncryptionEnabled: false,
                    isSecureBootEnabled: false,
                    isSymmetricMultiThreadingEnabled: false,
                    isTrustedPlatformModuleEnabled: false,
                    numaNodesPerSocket: "string",
                    percentageOfCoresEnabled: 0,
                },
                preemptibleInstanceConfig: {
                    preemptionAction: {
                        type: "string",
                        preserveBootVolume: false,
                    },
                },
                preferredMaintenanceAction: "string",
                securityAttributes: {
                    string: "string",
                },
                shape: "string",
                shapeConfig: {
                    baselineOcpuUtilization: "string",
                    memoryInGbs: 0,
                    nvmes: 0,
                    ocpus: 0,
                    vcpus: 0,
                },
                sourceDetails: {
                    sourceType: "string",
                    bootVolumeId: "string",
                    bootVolumeSizeInGbs: "string",
                    bootVolumeVpusPerGb: "string",
                    imageId: "string",
                    instanceSourceImageFilterDetails: {
                        compartmentId: "string",
                        definedTagsFilter: {
                            string: "string",
                        },
                        operatingSystem: "string",
                        operatingSystemVersion: "string",
                    },
                    kmsKeyId: "string",
                },
            },
            secondaryVnics: [{
                createVnicDetails: {
                    assignIpv6ip: false,
                    assignPrivateDnsRecord: false,
                    assignPublicIp: false,
                    definedTags: {
                        string: "string",
                    },
                    displayName: "string",
                    freeformTags: {
                        string: "string",
                    },
                    hostnameLabel: "string",
                    ipv6addressIpv6subnetCidrPairDetails: [{
                        ipv6address: "string",
                        ipv6subnetCidr: "string",
                    }],
                    nsgIds: ["string"],
                    privateIp: "string",
                    securityAttributes: {
                        string: "string",
                    },
                    skipSourceDestCheck: false,
                    subnetId: "string",
                },
                displayName: "string",
                nicIndex: 0,
            }],
        }],
        secondaryVnics: [{
            createVnicDetails: {
                assignIpv6ip: false,
                assignPrivateDnsRecord: false,
                assignPublicIp: false,
                definedTags: {
                    string: "string",
                },
                displayName: "string",
                freeformTags: {
                    string: "string",
                },
                hostnameLabel: "string",
                ipv6addressIpv6subnetCidrPairDetails: [{
                    ipv6address: "string",
                    ipv6subnetCidr: "string",
                }],
                nsgIds: ["string"],
                privateIp: "string",
                securityAttributes: {
                    string: "string",
                },
                skipSourceDestCheck: false,
                subnetId: "string",
            },
            displayName: "string",
            nicIndex: 0,
        }],
    },
    instanceId: "string",
    source: "string",
});
Copy
type: oci:Core:InstanceConfiguration
properties:
    compartmentId: string
    definedTags:
        string: string
    displayName: string
    freeformTags:
        string: string
    instanceDetails:
        blockVolumes:
            - attachDetails:
                device: string
                displayName: string
                isPvEncryptionInTransitEnabled: false
                isReadOnly: false
                isShareable: false
                type: string
                useChap: false
              createDetails:
                autotunePolicies:
                    - autotuneType: string
                      maxVpusPerGb: string
                availabilityDomain: string
                backupPolicyId: string
                blockVolumeReplicas:
                    availabilityDomain: string
                    displayName: string
                clusterPlacementGroupId: string
                compartmentId: string
                definedTags:
                    string: string
                displayName: string
                freeformTags:
                    string: string
                isAutoTuneEnabled: false
                kmsKeyId: string
                sizeInGbs: string
                sourceDetails:
                    id: string
                    type: string
                vpusPerGb: string
                xrcKmsKeyId: string
              volumeId: string
        instanceType: string
        launchDetails:
            agentConfig:
                areAllPluginsDisabled: false
                isManagementDisabled: false
                isMonitoringDisabled: false
                pluginsConfigs:
                    - desiredState: string
                      name: string
            availabilityConfig:
                isLiveMigrationPreferred: false
                recoveryAction: string
            availabilityDomain: string
            capacityReservationId: string
            clusterPlacementGroupId: string
            compartmentId: string
            createVnicDetails:
                assignIpv6ip: false
                assignPrivateDnsRecord: false
                assignPublicIp: false
                definedTags:
                    string: string
                displayName: string
                freeformTags:
                    string: string
                hostnameLabel: string
                ipv6addressIpv6subnetCidrPairDetails:
                    - ipv6address: string
                      ipv6subnetCidr: string
                nsgIds:
                    - string
                privateIp: string
                securityAttributes:
                    string: string
                skipSourceDestCheck: false
                subnetId: string
            dedicatedVmHostId: string
            definedTags:
                string: string
            displayName: string
            extendedMetadata:
                string: string
            faultDomain: string
            freeformTags:
                string: string
            instanceOptions:
                areLegacyImdsEndpointsDisabled: false
            ipxeScript: string
            isPvEncryptionInTransitEnabled: false
            launchMode: string
            launchOptions:
                bootVolumeType: string
                firmware: string
                isConsistentVolumeNamingEnabled: false
                isPvEncryptionInTransitEnabled: false
                networkType: string
                remoteDataVolumeType: string
            licensingConfigs:
                licenseType: string
                type: string
            metadata:
                string: string
            platformConfig:
                areVirtualInstructionsEnabled: false
                configMap:
                    string: string
                isAccessControlServiceEnabled: false
                isInputOutputMemoryManagementUnitEnabled: false
                isMeasuredBootEnabled: false
                isMemoryEncryptionEnabled: false
                isSecureBootEnabled: false
                isSymmetricMultiThreadingEnabled: false
                isTrustedPlatformModuleEnabled: false
                numaNodesPerSocket: string
                percentageOfCoresEnabled: 0
                type: string
            preemptibleInstanceConfig:
                preemptionAction:
                    preserveBootVolume: false
                    type: string
            preferredMaintenanceAction: string
            securityAttributes:
                string: string
            shape: string
            shapeConfig:
                baselineOcpuUtilization: string
                memoryInGbs: 0
                nvmes: 0
                ocpus: 0
                vcpus: 0
            sourceDetails:
                bootVolumeId: string
                bootVolumeSizeInGbs: string
                bootVolumeVpusPerGb: string
                imageId: string
                instanceSourceImageFilterDetails:
                    compartmentId: string
                    definedTagsFilter:
                        string: string
                    operatingSystem: string
                    operatingSystemVersion: string
                kmsKeyId: string
                sourceType: string
        options:
            - blockVolumes:
                - attachDetails:
                    device: string
                    displayName: string
                    isPvEncryptionInTransitEnabled: false
                    isReadOnly: false
                    isShareable: false
                    type: string
                    useChap: false
                  createDetails:
                    autotunePolicies:
                        - autotuneType: string
                          maxVpusPerGb: string
                    availabilityDomain: string
                    backupPolicyId: string
                    blockVolumeReplicas:
                        availabilityDomain: string
                        displayName: string
                    clusterPlacementGroupId: string
                    compartmentId: string
                    definedTags:
                        string: string
                    displayName: string
                    freeformTags:
                        string: string
                    isAutoTuneEnabled: false
                    kmsKeyId: string
                    sizeInGbs: string
                    sourceDetails:
                        id: string
                        type: string
                    vpusPerGb: string
                    xrcKmsKeyId: string
                  volumeId: string
              launchDetails:
                agentConfig:
                    areAllPluginsDisabled: false
                    isManagementDisabled: false
                    isMonitoringDisabled: false
                    pluginsConfigs:
                        - desiredState: string
                          name: string
                availabilityConfig:
                    isLiveMigrationPreferred: false
                    recoveryAction: string
                availabilityDomain: string
                capacityReservationId: string
                clusterPlacementGroupId: string
                compartmentId: string
                createVnicDetails:
                    assignIpv6ip: false
                    assignPrivateDnsRecord: false
                    assignPublicIp: false
                    definedTags:
                        string: string
                    displayName: string
                    freeformTags:
                        string: string
                    hostnameLabel: string
                    ipv6addressIpv6subnetCidrPairDetails:
                        - ipv6address: string
                          ipv6subnetCidr: string
                    nsgIds:
                        - string
                    privateIp: string
                    securityAttributes:
                        string: string
                    skipSourceDestCheck: false
                    subnetId: string
                dedicatedVmHostId: string
                definedTags:
                    string: string
                displayName: string
                extendedMetadata:
                    string: string
                faultDomain: string
                freeformTags:
                    string: string
                instanceOptions:
                    areLegacyImdsEndpointsDisabled: false
                ipxeScript: string
                isPvEncryptionInTransitEnabled: false
                launchMode: string
                launchOptions:
                    bootVolumeType: string
                    firmware: string
                    isConsistentVolumeNamingEnabled: false
                    isPvEncryptionInTransitEnabled: false
                    networkType: string
                    remoteDataVolumeType: string
                licensingConfigs:
                    licenseType: string
                    type: string
                metadata:
                    string: string
                platformConfig:
                    areVirtualInstructionsEnabled: false
                    isAccessControlServiceEnabled: false
                    isInputOutputMemoryManagementUnitEnabled: false
                    isMeasuredBootEnabled: false
                    isMemoryEncryptionEnabled: false
                    isSecureBootEnabled: false
                    isSymmetricMultiThreadingEnabled: false
                    isTrustedPlatformModuleEnabled: false
                    numaNodesPerSocket: string
                    percentageOfCoresEnabled: 0
                    type: string
                preemptibleInstanceConfig:
                    preemptionAction:
                        preserveBootVolume: false
                        type: string
                preferredMaintenanceAction: string
                securityAttributes:
                    string: string
                shape: string
                shapeConfig:
                    baselineOcpuUtilization: string
                    memoryInGbs: 0
                    nvmes: 0
                    ocpus: 0
                    vcpus: 0
                sourceDetails:
                    bootVolumeId: string
                    bootVolumeSizeInGbs: string
                    bootVolumeVpusPerGb: string
                    imageId: string
                    instanceSourceImageFilterDetails:
                        compartmentId: string
                        definedTagsFilter:
                            string: string
                        operatingSystem: string
                        operatingSystemVersion: string
                    kmsKeyId: string
                    sourceType: string
              secondaryVnics:
                - createVnicDetails:
                    assignIpv6ip: false
                    assignPrivateDnsRecord: false
                    assignPublicIp: false
                    definedTags:
                        string: string
                    displayName: string
                    freeformTags:
                        string: string
                    hostnameLabel: string
                    ipv6addressIpv6subnetCidrPairDetails:
                        - ipv6address: string
                          ipv6subnetCidr: string
                    nsgIds:
                        - string
                    privateIp: string
                    securityAttributes:
                        string: string
                    skipSourceDestCheck: false
                    subnetId: string
                  displayName: string
                  nicIndex: 0
        secondaryVnics:
            - createVnicDetails:
                assignIpv6ip: false
                assignPrivateDnsRecord: false
                assignPublicIp: false
                definedTags:
                    string: string
                displayName: string
                freeformTags:
                    string: string
                hostnameLabel: string
                ipv6addressIpv6subnetCidrPairDetails:
                    - ipv6address: string
                      ipv6subnetCidr: string
                nsgIds:
                    - string
                privateIp: string
                securityAttributes:
                    string: string
                skipSourceDestCheck: false
                subnetId: string
              displayName: string
              nicIndex: 0
    instanceId: string
    source: string
Copy

InstanceConfiguration Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The InstanceConfiguration resource accepts the following input properties:

CompartmentId This property is required. string
(Updatable) The OCID of the compartment containing the instance configuration.
DefinedTags Dictionary<string, string>
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Dictionary<string, string>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetails
InstanceId Changes to this property will trigger replacement. string
The OCID of the instance to use to create the instance configuration.
Source Changes to this property will trigger replacement. string

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

CompartmentId This property is required. string
(Updatable) The OCID of the compartment containing the instance configuration.
DefinedTags map[string]string
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags map[string]string
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsArgs
InstanceId Changes to this property will trigger replacement. string
The OCID of the instance to use to create the instance configuration.
Source Changes to this property will trigger replacement. string

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

compartmentId This property is required. String
(Updatable) The OCID of the compartment containing the instance configuration.
definedTags Map<String,String>
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Map<String,String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetails
instanceId Changes to this property will trigger replacement. String
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. String

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

compartmentId This property is required. string
(Updatable) The OCID of the compartment containing the instance configuration.
definedTags {[key: string]: string}
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags {[key: string]: string}
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetails
instanceId Changes to this property will trigger replacement. string
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. string

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

compartment_id This property is required. str
(Updatable) The OCID of the compartment containing the instance configuration.
defined_tags Mapping[str, str]
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Mapping[str, str]
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instance_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsArgs
instance_id Changes to this property will trigger replacement. str
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. str

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

compartmentId This property is required. String
(Updatable) The OCID of the compartment containing the instance configuration.
definedTags Map<String>
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Map<String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceDetails Changes to this property will trigger replacement. Property Map
instanceId Changes to this property will trigger replacement. String
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. String

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Outputs

All input properties are implicitly available as output properties. Additionally, the InstanceConfiguration resource produces the following output properties:

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.
Id string
The provider-assigned unique ID for this managed resource.
TimeCreated string
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
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.
Id string
The provider-assigned unique ID for this managed resource.
TimeCreated string
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
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.
id String
The provider-assigned unique ID for this managed resource.
timeCreated String
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
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.
id string
The provider-assigned unique ID for this managed resource.
timeCreated string
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
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.
id str
The provider-assigned unique ID for this managed resource.
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
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.
id String
The provider-assigned unique ID for this managed resource.
timeCreated String
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

Look up Existing InstanceConfiguration Resource

Get an existing InstanceConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: InstanceConfigurationState, opts?: CustomResourceOptions): InstanceConfiguration
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        compartment_id: Optional[str] = None,
        deferred_fields: Optional[Sequence[str]] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        display_name: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        instance_details: Optional[_core.InstanceConfigurationInstanceDetailsArgs] = None,
        instance_id: Optional[str] = None,
        source: Optional[str] = None,
        time_created: Optional[str] = None) -> InstanceConfiguration
func GetInstanceConfiguration(ctx *Context, name string, id IDInput, state *InstanceConfigurationState, opts ...ResourceOption) (*InstanceConfiguration, error)
public static InstanceConfiguration Get(string name, Input<string> id, InstanceConfigurationState? state, CustomResourceOptions? opts = null)
public static InstanceConfiguration get(String name, Output<String> id, InstanceConfigurationState state, CustomResourceOptions options)
resources:  _:    type: oci:Core:InstanceConfiguration    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
CompartmentId string
(Updatable) The OCID of the compartment containing the instance configuration.
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, string>
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Dictionary<string, string>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetails
InstanceId Changes to this property will trigger replacement. string
The OCID of the instance to use to create the instance configuration.
Source Changes to this property will trigger replacement. string

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

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
(Updatable) The OCID of the compartment containing the instance configuration.
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]string
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags map[string]string
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsArgs
InstanceId Changes to this property will trigger replacement. string
The OCID of the instance to use to create the instance configuration.
Source Changes to this property will trigger replacement. string

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

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
(Updatable) The OCID of the compartment containing the instance configuration.
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,String>
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Map<String,String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetails
instanceId Changes to this property will trigger replacement. String
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. String

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

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
(Updatable) The OCID of the compartment containing the instance configuration.
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]: string}
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags {[key: string]: string}
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetails
instanceId Changes to this property will trigger replacement. string
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. string

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

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
(Updatable) The OCID of the compartment containing the instance configuration.
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, str]
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Mapping[str, str]
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instance_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsArgs
instance_id Changes to this property will trigger replacement. str
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. str

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

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
(Updatable) The OCID of the compartment containing the instance configuration.
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>
(Updatable) 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
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Map<String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceDetails Changes to this property will trigger replacement. Property Map
instanceId Changes to this property will trigger replacement. String
The OCID of the instance to use to create the instance configuration.
source Changes to this property will trigger replacement. String

The source of the instance configuration. An instance configuration defines the settings to use when creating Compute instances, including details such as the base image, shape, and metadata. You can also specify the associated resources for the instance, such as block volume attachments and network configuration.

When you create an instance configuration using an existing instance as a template, the instance configuration does not include any information from the source instance's boot volume, such as installed applications, binaries, and files on the instance. It also does not include the contents of any block volumes that are attached to the instance.

To create an instance configuration that includes the custom setup from an instance's boot volume, you must first create a custom image from the instance (see CreateImage). Then, use the custom image to launch a new instance (see LaunchInstance). Finally, create the instance configuration based on the instance that you created from the custom image.

To include block volume contents with an instance configuration, first create a backup of the attached block volumes (see CreateVolumeBackup). Then, create the instance configuration by specifying the list of settings, using InstanceConfigurationVolumeSourceFromVolumeBackupDetails to include the block volume backups in the list of settings.

The following values are supported:

  • NONE: Creates an instance configuration using the list of settings that you specify.
  • INSTANCE: Creates an instance configuration using an existing instance as a template.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

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

InstanceConfigurationInstanceDetails
, InstanceConfigurationInstanceDetailsArgs

InstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of instance details. Supported instanceType is compute
BlockVolumes Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsBlockVolume>
Block volume parameters.
LaunchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetails
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. See LaunchInstanceDetails for more information.
Options Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOption>
Multiple Compute Instance Configuration instance details.
SecondaryVnics Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsSecondaryVnic>
Secondary VNIC parameters.
InstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of instance details. Supported instanceType is compute
BlockVolumes Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsBlockVolume
Block volume parameters.
LaunchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetails
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. See LaunchInstanceDetails for more information.
Options Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOption
Multiple Compute Instance Configuration instance details.
SecondaryVnics Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsSecondaryVnic
Secondary VNIC parameters.
instanceType
This property is required.
Changes to this property will trigger replacement.
String
The type of instance details. Supported instanceType is compute
blockVolumes Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsBlockVolume>
Block volume parameters.
launchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetails
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. See LaunchInstanceDetails for more information.
options Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOption>
Multiple Compute Instance Configuration instance details.
secondaryVnics Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsSecondaryVnic>
Secondary VNIC parameters.
instanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of instance details. Supported instanceType is compute
blockVolumes Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolume[]
Block volume parameters.
launchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetails
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. See LaunchInstanceDetails for more information.
options Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOption[]
Multiple Compute Instance Configuration instance details.
secondaryVnics Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsSecondaryVnic[]
Secondary VNIC parameters.
instance_type
This property is required.
Changes to this property will trigger replacement.
str
The type of instance details. Supported instanceType is compute
block_volumes Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsBlockVolume]
Block volume parameters.
launch_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetails
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. See LaunchInstanceDetails for more information.
options Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOption]
Multiple Compute Instance Configuration instance details.
secondary_vnics Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsSecondaryVnic]
Secondary VNIC parameters.
instanceType
This property is required.
Changes to this property will trigger replacement.
String
The type of instance details. Supported instanceType is compute
blockVolumes Changes to this property will trigger replacement. List<Property Map>
Block volume parameters.
launchDetails Changes to this property will trigger replacement. 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. See LaunchInstanceDetails for more information.
options Changes to this property will trigger replacement. List<Property Map>
Multiple Compute Instance Configuration instance details.
secondaryVnics Changes to this property will trigger replacement. List<Property Map>
Secondary VNIC parameters.

InstanceConfigurationInstanceDetailsBlockVolume
, InstanceConfigurationInstanceDetailsBlockVolumeArgs

AttachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
VolumeId Changes to this property will trigger replacement. string
The OCID of the volume.
AttachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
VolumeId Changes to this property will trigger replacement. string
The OCID of the volume.
attachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
volumeId Changes to this property will trigger replacement. String
The OCID of the volume.
attachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
volumeId Changes to this property will trigger replacement. string
The OCID of the volume.
attach_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
create_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
volume_id Changes to this property will trigger replacement. str
The OCID of the volume.
attachDetails Changes to this property will trigger replacement. Property Map
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails Changes to this property will trigger replacement. Property Map
Creates a new block volume. Please see CreateVolumeDetails
volumeId Changes to this property will trigger replacement. String
The OCID of the volume.

InstanceConfigurationInstanceDetailsBlockVolumeAttachDetails
, InstanceConfigurationInstanceDetailsBlockVolumeAttachDetailsArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of volume. The only supported values are "iscsi" and "paravirtualized"
Device Changes to this property will trigger replacement. string
The device name.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
IsReadOnly Changes to this property will trigger replacement. bool
Whether the attachment should be created in read-only mode.
IsShareable Changes to this property will trigger replacement. 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.
UseChap Changes to this property will trigger replacement. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type of volume. The only supported values are "iscsi" and "paravirtualized"
Device Changes to this property will trigger replacement. string
The device name.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
IsReadOnly Changes to this property will trigger replacement. bool
Whether the attachment should be created in read-only mode.
IsShareable Changes to this property will trigger replacement. 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.
UseChap Changes to this property will trigger replacement. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of volume. The only supported values are "iscsi" and "paravirtualized"
device Changes to this property will trigger replacement. String
The device name.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
isReadOnly Changes to this property will trigger replacement. Boolean
Whether the attachment should be created in read-only mode.
isShareable Changes to this property will trigger replacement. 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.
useChap Changes to this property will trigger replacement. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
string
The type of volume. The only supported values are "iscsi" and "paravirtualized"
device Changes to this property will trigger replacement. string
The device name.
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
isReadOnly Changes to this property will trigger replacement. boolean
Whether the attachment should be created in read-only mode.
isShareable Changes to this property will trigger replacement. 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.
useChap Changes to this property will trigger replacement. boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
str
The type of volume. The only supported values are "iscsi" and "paravirtualized"
device Changes to this property will trigger replacement. str
The device name.
display_name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
is_read_only Changes to this property will trigger replacement. bool
Whether the attachment should be created in read-only mode.
is_shareable Changes to this property will trigger replacement. 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.
use_chap Changes to this property will trigger replacement. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of volume. The only supported values are "iscsi" and "paravirtualized"
device Changes to this property will trigger replacement. String
The device name.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
isReadOnly Changes to this property will trigger replacement. Boolean
Whether the attachment should be created in read-only mode.
isShareable Changes to this property will trigger replacement. 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.
useChap Changes to this property will trigger replacement. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.

InstanceConfigurationInstanceDetailsBlockVolumeCreateDetails
, InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsArgs

AutotunePolicies Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy>
The list of autotune policies enabled for this volume.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the volume. Example: Uocm:PHX-AD-1
BackupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId Changes to this property will trigger replacement. string
The OCID of the compartment that contains the volume.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
IsAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs Changes to this property will trigger replacement. string
The size of the volume in GBs.
SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails
VpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

XrcKmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
AutotunePolicies Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy
The list of autotune policies enabled for this volume.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the volume. Example: Uocm:PHX-AD-1
BackupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId Changes to this property will trigger replacement. string
The OCID of the compartment that contains the volume.
DefinedTags Changes to this property will trigger replacement. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
IsAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs Changes to this property will trigger replacement. string
The size of the volume in GBs.
SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails
VpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

XrcKmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotunePolicies Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy>
The list of autotune policies enabled for this volume.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the volume. Example: Uocm:PHX-AD-1
backupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId Changes to this property will trigger replacement. String
The OCID of the compartment that contains the volume.
definedTags Changes to this property will trigger replacement. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
isAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs Changes to this property will trigger replacement. String
The size of the volume in GBs.
sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails
vpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

xrcKmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotunePolicies Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy[]
The list of autotune policies enabled for this volume.
availabilityDomain Changes to this property will trigger replacement. string
The availability domain of the volume. Example: Uocm:PHX-AD-1
backupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId Changes to this property will trigger replacement. string
The OCID of the compartment that contains the volume.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
isAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs Changes to this property will trigger replacement. string
The size of the volume in GBs.
sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails
vpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

xrcKmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotune_policies Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy]
The list of autotune policies enabled for this volume.
availability_domain Changes to this property will trigger replacement. str
The availability domain of the volume. Example: Uocm:PHX-AD-1
backup_policy_id Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
cluster_placement_group_id Changes to this property will trigger replacement. str
The clusterPlacementGroup Id of the volume for volume placement.
compartment_id Changes to this property will trigger replacement. str
The OCID of the compartment that contains the volume.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
is_auto_tune_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
The OCID of the Vault service key to assign as the master encryption key for the volume.
size_in_gbs Changes to this property will trigger replacement. str
The size of the volume in GBs.
source_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails
vpus_per_gb Changes to this property will trigger replacement. 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.

Allowed values:

xrc_kms_key_id Changes to this property will trigger replacement. str
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotunePolicies Changes to this property will trigger replacement. List<Property Map>
The list of autotune policies enabled for this volume.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the volume. Example: Uocm:PHX-AD-1
backupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Property Map
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId Changes to this property will trigger replacement. String
The OCID of the compartment that contains the volume.
definedTags Changes to this property will trigger replacement. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
isAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs Changes to this property will trigger replacement. String
The size of the volume in GBs.
sourceDetails Changes to this property will trigger replacement. Property Map
vpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

xrcKmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.

InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicy
, InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsAutotunePolicyArgs

AutotuneType
This property is required.
Changes to this property will trigger replacement.
string
This specifies the type of autotunes supported by OCI.
MaxVpusPerGb Changes to this property will trigger replacement. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
AutotuneType
This property is required.
Changes to this property will trigger replacement.
string
This specifies the type of autotunes supported by OCI.
MaxVpusPerGb Changes to this property will trigger replacement. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType
This property is required.
Changes to this property will trigger replacement.
String
This specifies the type of autotunes supported by OCI.
maxVpusPerGb Changes to this property will trigger replacement. String
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType
This property is required.
Changes to this property will trigger replacement.
string
This specifies the type of autotunes supported by OCI.
maxVpusPerGb Changes to this property will trigger replacement. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotune_type
This property is required.
Changes to this property will trigger replacement.
str
This specifies the type of autotunes supported by OCI.
max_vpus_per_gb Changes to this property will trigger replacement. str
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType
This property is required.
Changes to this property will trigger replacement.
String
This specifies the type of autotunes supported by OCI.
maxVpusPerGb Changes to this property will trigger replacement. String
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.

InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicas
, InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsBlockVolumeReplicasArgs

AvailabilityDomain
This property is required.
Changes to this property will trigger replacement.
string
The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
DisplayName Changes to this property will trigger replacement. string
The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.
AvailabilityDomain
This property is required.
Changes to this property will trigger replacement.
string
The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
DisplayName Changes to this property will trigger replacement. string
The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.
availabilityDomain
This property is required.
Changes to this property will trigger replacement.
String
The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
displayName Changes to this property will trigger replacement. String
The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.
availabilityDomain
This property is required.
Changes to this property will trigger replacement.
string
The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
displayName Changes to this property will trigger replacement. string
The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.
availability_domain
This property is required.
Changes to this property will trigger replacement.
str
The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
display_name Changes to this property will trigger replacement. str
The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.
availabilityDomain
This property is required.
Changes to this property will trigger replacement.
String
The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
displayName Changes to this property will trigger replacement. String
The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.

InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetails
, InstanceConfigurationInstanceDetailsBlockVolumeCreateDetailsSourceDetailsArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type can be one of these values: volume, volumeBackup
Id Changes to this property will trigger replacement. string
The OCID of the volume backup.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type can be one of these values: volume, volumeBackup
Id Changes to this property will trigger replacement. string
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
String
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. String
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
string
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. string
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
str
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. str
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
String
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. String
The OCID of the volume backup.

InstanceConfigurationInstanceDetailsLaunchDetails
, InstanceConfigurationInstanceDetailsLaunchDetailsArgs

AgentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId Changes to this property will trigger replacement. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The OCID of the cluster placement group of the instance.
CompartmentId Changes to this property will trigger replacement. string
The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
CreateVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId Changes to this property will trigger replacement. string

The OCID of the dedicated virtual machine host to place the instance on.

Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.

DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata Changes to this property will trigger replacement. Dictionary<string, string>

Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.

They are distinguished from metadata fields in that these can be nested JSON objects (whereas metadata fields are string/string maps only).

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

FaultDomain Changes to this property will trigger replacement. 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.

If you do not specify the fault domain, the system selects one for you.

To get a list of fault domains, use the ListFaultDomains operation in the Identity and Access Management Service API.

Example: FAULT-DOMAIN-1

FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript Changes to this property will trigger replacement. string

This is an advanced option.

When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.

The default iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.

For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see Bring Your Own Image.

For more information about iPXE, see http://ipxe.org.

IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
LaunchMode Changes to this property will trigger replacement. string
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
LaunchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
Metadata Changes to this property will trigger replacement. Dictionary<string, string>

Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.

A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:

  • Provide information to Cloud-Init to be used for various system initialization tasks.
  • Get information about the instance, including the custom metadata that you provide when you launch the instance.

Providing Cloud-Init Metadata

You can use the following metadata key names to provide information to Cloud-Init:

"ssh_authorized_keys" - Provide one or more public SSH keys to be included in the ~/.ssh/authorized_keys file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the authorized_keys file, as shown in the example below.

"user_data" - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the Cloud-Init Documentation.

Metadata Example

"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } Getting Metadata on the Instance

To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:

curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/

You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

PlatformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig

(Optional) (Updatable only for VM's) The platform configuration requested for the instance.

If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the shape that you specify. If you don't provide the parameter, the default values for the shape are used.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

PreemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
PreferredMaintenanceAction Changes to this property will trigger replacement. string
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
SecurityAttributes Changes to this property will trigger replacement. Dictionary<string, string>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
Shape Changes to this property will trigger replacement. string

The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.

You can enumerate all available shapes by calling ListShapes.

ShapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig

The shape configuration requested for the instance.

If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the shape that you specify.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails
AgentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId Changes to this property will trigger replacement. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The OCID of the cluster placement group of the instance.
CompartmentId Changes to this property will trigger replacement. string
The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
CreateVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId Changes to this property will trigger replacement. string

The OCID of the dedicated virtual machine host to place the instance on.

Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.

DefinedTags Changes to this property will trigger replacement. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata Changes to this property will trigger replacement. map[string]string

Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.

They are distinguished from metadata fields in that these can be nested JSON objects (whereas metadata fields are string/string maps only).

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

FaultDomain Changes to this property will trigger replacement. 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.

If you do not specify the fault domain, the system selects one for you.

To get a list of fault domains, use the ListFaultDomains operation in the Identity and Access Management Service API.

Example: FAULT-DOMAIN-1

FreeformTags Changes to this property will trigger replacement. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript Changes to this property will trigger replacement. string

This is an advanced option.

When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.

The default iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.

For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see Bring Your Own Image.

For more information about iPXE, see http://ipxe.org.

IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
LaunchMode Changes to this property will trigger replacement. string
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
LaunchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
Metadata Changes to this property will trigger replacement. map[string]string

Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.

A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:

  • Provide information to Cloud-Init to be used for various system initialization tasks.
  • Get information about the instance, including the custom metadata that you provide when you launch the instance.

Providing Cloud-Init Metadata

You can use the following metadata key names to provide information to Cloud-Init:

"ssh_authorized_keys" - Provide one or more public SSH keys to be included in the ~/.ssh/authorized_keys file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the authorized_keys file, as shown in the example below.

"user_data" - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the Cloud-Init Documentation.

Metadata Example

"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } Getting Metadata on the Instance

To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:

curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/

You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

PlatformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig

(Optional) (Updatable only for VM's) The platform configuration requested for the instance.

If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the shape that you specify. If you don't provide the parameter, the default values for the shape are used.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

PreemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
PreferredMaintenanceAction Changes to this property will trigger replacement. string
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
SecurityAttributes Changes to this property will trigger replacement. map[string]string
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
Shape Changes to this property will trigger replacement. string

The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.

You can enumerate all available shapes by calling ListShapes.

ShapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig

The shape configuration requested for the instance.

If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the shape that you specify.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails
agentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId Changes to this property will trigger replacement. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The OCID of the cluster placement group of the instance.
compartmentId Changes to this property will trigger replacement. String
The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
createVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId Changes to this property will trigger replacement. String

The OCID of the dedicated virtual machine host to place the instance on.

Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.

definedTags Changes to this property will trigger replacement. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata Changes to this property will trigger replacement. Map<String,String>

Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.

They are distinguished from metadata fields in that these can be nested JSON objects (whereas metadata fields are string/string maps only).

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

faultDomain Changes to this property will trigger replacement. 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.

If you do not specify the fault domain, the system selects one for you.

To get a list of fault domains, use the ListFaultDomains operation in the Identity and Access Management Service API.

Example: FAULT-DOMAIN-1

freeformTags Changes to this property will trigger replacement. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript Changes to this property will trigger replacement. String

This is an advanced option.

When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.

The default iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.

For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see Bring Your Own Image.

For more information about iPXE, see http://ipxe.org.

isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
launchMode Changes to this property will trigger replacement. String
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. Map<String,String>

Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.

A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:

  • Provide information to Cloud-Init to be used for various system initialization tasks.
  • Get information about the instance, including the custom metadata that you provide when you launch the instance.

Providing Cloud-Init Metadata

You can use the following metadata key names to provide information to Cloud-Init:

"ssh_authorized_keys" - Provide one or more public SSH keys to be included in the ~/.ssh/authorized_keys file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the authorized_keys file, as shown in the example below.

"user_data" - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the Cloud-Init Documentation.

Metadata Example

"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } Getting Metadata on the Instance

To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:

curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/

You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

platformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig

(Optional) (Updatable only for VM's) The platform configuration requested for the instance.

If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the shape that you specify. If you don't provide the parameter, the default values for the shape are used.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

preemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
preferredMaintenanceAction Changes to this property will trigger replacement. String
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
securityAttributes Changes to this property will trigger replacement. Map<String,String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. String

The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.

You can enumerate all available shapes by calling ListShapes.

shapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig

The shape configuration requested for the instance.

If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the shape that you specify.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails
agentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain Changes to this property will trigger replacement. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId Changes to this property will trigger replacement. string
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId Changes to this property will trigger replacement. string
The OCID of the cluster placement group of the instance.
compartmentId Changes to this property will trigger replacement. string
The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
createVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId Changes to this property will trigger replacement. string

The OCID of the dedicated virtual machine host to place the instance on.

Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.

definedTags Changes to this property will trigger replacement. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata Changes to this property will trigger replacement. {[key: string]: string}

Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.

They are distinguished from metadata fields in that these can be nested JSON objects (whereas metadata fields are string/string maps only).

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

faultDomain Changes to this property will trigger replacement. 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.

If you do not specify the fault domain, the system selects one for you.

To get a list of fault domains, use the ListFaultDomains operation in the Identity and Access Management Service API.

Example: FAULT-DOMAIN-1

freeformTags Changes to this property will trigger replacement. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript Changes to this property will trigger replacement. string

This is an advanced option.

When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.

The default iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.

For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see Bring Your Own Image.

For more information about iPXE, see http://ipxe.org.

isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
launchMode Changes to this property will trigger replacement. string
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. {[key: string]: string}

Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.

A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:

  • Provide information to Cloud-Init to be used for various system initialization tasks.
  • Get information about the instance, including the custom metadata that you provide when you launch the instance.

Providing Cloud-Init Metadata

You can use the following metadata key names to provide information to Cloud-Init:

"ssh_authorized_keys" - Provide one or more public SSH keys to be included in the ~/.ssh/authorized_keys file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the authorized_keys file, as shown in the example below.

"user_data" - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the Cloud-Init Documentation.

Metadata Example

"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } Getting Metadata on the Instance

To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:

curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/

You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

platformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig

(Optional) (Updatable only for VM's) The platform configuration requested for the instance.

If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the shape that you specify. If you don't provide the parameter, the default values for the shape are used.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

preemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
preferredMaintenanceAction Changes to this property will trigger replacement. string
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
securityAttributes Changes to this property will trigger replacement. {[key: string]: string}
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. string

The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.

You can enumerate all available shapes by calling ListShapes.

shapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig

The shape configuration requested for the instance.

If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the shape that you specify.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails
agent_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
availability_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availability_domain Changes to this property will trigger replacement. str
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacity_reservation_id Changes to this property will trigger replacement. str
The OCID of the compute capacity reservation this instance is launched under.
cluster_placement_group_id Changes to this property will trigger replacement. str
The OCID of the cluster placement group of the instance.
compartment_id Changes to this property will trigger replacement. str
The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
create_vnic_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicated_vm_host_id Changes to this property will trigger replacement. str

The OCID of the dedicated virtual machine host to place the instance on.

Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.

defined_tags Changes to this property will trigger replacement. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extended_metadata Changes to this property will trigger replacement. Mapping[str, str]

Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.

They are distinguished from metadata fields in that these can be nested JSON objects (whereas metadata fields are string/string maps only).

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

fault_domain Changes to this property will trigger replacement. 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.

If you do not specify the fault domain, the system selects one for you.

To get a list of fault domains, use the ListFaultDomains operation in the Identity and Access Management Service API.

Example: FAULT-DOMAIN-1

freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instance_options Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxe_script Changes to this property will trigger replacement. str

This is an advanced option.

When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.

The default iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.

For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see Bring Your Own Image.

For more information about iPXE, see http://ipxe.org.

is_pv_encryption_in_transit_enabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
launch_mode Changes to this property will trigger replacement. str
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launch_options Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensing_configs Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. Mapping[str, str]

Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.

A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:

  • Provide information to Cloud-Init to be used for various system initialization tasks.
  • Get information about the instance, including the custom metadata that you provide when you launch the instance.

Providing Cloud-Init Metadata

You can use the following metadata key names to provide information to Cloud-Init:

"ssh_authorized_keys" - Provide one or more public SSH keys to be included in the ~/.ssh/authorized_keys file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the authorized_keys file, as shown in the example below.

"user_data" - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the Cloud-Init Documentation.

Metadata Example

"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } Getting Metadata on the Instance

To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:

curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/

You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

platform_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig

(Optional) (Updatable only for VM's) The platform configuration requested for the instance.

If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the shape that you specify. If you don't provide the parameter, the default values for the shape are used.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

preemptible_instance_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
preferred_maintenance_action Changes to this property will trigger replacement. str
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
security_attributes Changes to this property will trigger replacement. Mapping[str, str]
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. str

The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.

You can enumerate all available shapes by calling ListShapes.

shape_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig

The shape configuration requested for the instance.

If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the shape that you specify.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

source_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails
agentConfig Changes to this property will trigger replacement. Property Map
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfig Changes to this property will trigger replacement. Property Map
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId Changes to this property will trigger replacement. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The OCID of the cluster placement group of the instance.
compartmentId Changes to this property will trigger replacement. String
The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
createVnicDetails Changes to this property will trigger replacement. Property Map
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId Changes to this property will trigger replacement. String

The OCID of the dedicated virtual machine host to place the instance on.

Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.

definedTags Changes to this property will trigger replacement. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata Changes to this property will trigger replacement. Map<String>

Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.

They are distinguished from metadata fields in that these can be nested JSON objects (whereas metadata fields are string/string maps only).

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

faultDomain Changes to this property will trigger replacement. 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.

If you do not specify the fault domain, the system selects one for you.

To get a list of fault domains, use the ListFaultDomains operation in the Identity and Access Management Service API.

Example: FAULT-DOMAIN-1

freeformTags Changes to this property will trigger replacement. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceOptions Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String

This is an advanced option.

When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

If you want more control over the boot process, you can provide your own custom iPXE script that will run when the instance boots; however, you should be aware that the same iPXE script will run every time an instance boots; not only after the initial LaunchInstance call.

The default iPXE script connects to the instance's local boot volume over iSCSI and performs a network boot. If you use a custom iPXE script and want to network-boot from the instance's local boot volume over iSCSI the same way as the default iPXE script, you should use the following iSCSI IP address: 169.254.0.2, and boot volume IQN: iqn.2015-02.oracle.boot.

For more information about the Bring Your Own Image feature of Oracle Cloud Infrastructure, see Bring Your Own Image.

For more information about iPXE, see http://ipxe.org.

isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
launchMode Changes to this property will trigger replacement. String
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launchOptions Changes to this property will trigger replacement. Property Map
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs Changes to this property will trigger replacement. Property Map
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. Map<String>

Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.

A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:

  • Provide information to Cloud-Init to be used for various system initialization tasks.
  • Get information about the instance, including the custom metadata that you provide when you launch the instance.

Providing Cloud-Init Metadata

You can use the following metadata key names to provide information to Cloud-Init:

"ssh_authorized_keys" - Provide one or more public SSH keys to be included in the ~/.ssh/authorized_keys file for the default user on the instance. Use a newline character to separate multiple keys. The SSH keys must be in the format necessary for the authorized_keys file, as shown in the example below.

"user_data" - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the Cloud-Init Documentation.

Metadata Example

"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" } Getting Metadata on the Instance

To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:

curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/ curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/

You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.

The combined size of the metadata and extendedMetadata objects can be a maximum of 32,000 bytes.

platformConfig Changes to this property will trigger replacement. Property Map

(Optional) (Updatable only for VM's) The platform configuration requested for the instance.

If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the shape that you specify. If you don't provide the parameter, the default values for the shape are used.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

preemptibleInstanceConfig Changes to this property will trigger replacement. Property Map
Configuration options for preemptible instances.
preferredMaintenanceAction Changes to this property will trigger replacement. String
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
securityAttributes Changes to this property will trigger replacement. Map<String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. String

The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.

You can enumerate all available shapes by calling ListShapes.

shapeConfig Changes to this property will trigger replacement. Property Map

The shape configuration requested for the instance.

If the parameter is provided, the instance is created with the resources that you specify. If some properties are missing or the entire parameter is not provided, the instance is created with the default configuration values for the shape that you specify.

Each shape only supports certain configurable values. If the values that you provide are not valid for the specified shape, an error is returned.

sourceDetails Changes to this property will trigger replacement. Property Map

InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfig
, InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigArgs

AreAllPluginsDisabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

IsManagementDisabled Changes to this property will trigger replacement. bool
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
IsMonitoringDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig>
The configuration of plugins associated with this instance.
AreAllPluginsDisabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

IsManagementDisabled Changes to this property will trigger replacement. bool
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
IsMonitoringDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig
The configuration of plugins associated with this instance.
areAllPluginsDisabled Changes to this property will trigger replacement. Boolean

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

isManagementDisabled Changes to this property will trigger replacement. Boolean
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
isMonitoringDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig>
The configuration of plugins associated with this instance.
areAllPluginsDisabled Changes to this property will trigger replacement. boolean

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

isManagementDisabled Changes to this property will trigger replacement. boolean
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
isMonitoringDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig[]
The configuration of plugins associated with this instance.
are_all_plugins_disabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

is_management_disabled Changes to this property will trigger replacement. bool
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
is_monitoring_disabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig]
The configuration of plugins associated with this instance.
areAllPluginsDisabled Changes to this property will trigger replacement. Boolean

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

isManagementDisabled Changes to this property will trigger replacement. Boolean
Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
isMonitoringDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. List<Property Map>
The configuration of plugins associated with this instance.

InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfig
, InstanceConfigurationInstanceDetailsLaunchDetailsAgentConfigPluginsConfigArgs

DesiredState Changes to this property will trigger replacement. string
Whether the plugin should be enabled or disabled.
Name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
Whether the plugin should be enabled or disabled.
Name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
Whether the plugin should be enabled or disabled.
name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
Whether the plugin should be enabled or disabled.
name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
Whether the plugin should be enabled or disabled.
name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
Whether the plugin should be enabled or disabled.
name Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfig
, InstanceConfigurationInstanceDetailsLaunchDetailsAvailabilityConfigArgs

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 Changes to this property will trigger replacement. string
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. string
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. String
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. string
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
is_live_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 Changes to this property will trigger replacement. str
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. String
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.

InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails
, InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsArgs

AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. Dictionary<string, string>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
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 Changes to this property will trigger replacement. []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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. map[string]string
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String,String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail[]
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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. {[key: string]: string}
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostname_label Changes to this property will trigger replacement. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail]
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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes Changes to this property will trigger replacement. Mapping[str, str]
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skip_source_dest_check Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id Changes to this property will trigger replacement. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
, InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs

Ipv6address Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Ipv6address Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions
, InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptionsArgs

AreLegacyImdsEndpointsDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions
, InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs

BootVolumeType Changes to this property will trigger replacement. string
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
Firmware Changes to this property will trigger replacement. string
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
IsConsistentVolumeNamingEnabled Changes to this property will trigger replacement. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType Changes to this property will trigger replacement. string
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
RemoteDataVolumeType Changes to this property will trigger replacement. string
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
BootVolumeType Changes to this property will trigger replacement. string
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
Firmware Changes to this property will trigger replacement. string
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
IsConsistentVolumeNamingEnabled Changes to this property will trigger replacement. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType Changes to this property will trigger replacement. string
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
RemoteDataVolumeType Changes to this property will trigger replacement. string
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
bootVolumeType Changes to this property will trigger replacement. String
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. String
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
isConsistentVolumeNamingEnabled Changes to this property will trigger replacement. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType Changes to this property will trigger replacement. String
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remoteDataVolumeType Changes to this property will trigger replacement. String
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
bootVolumeType Changes to this property will trigger replacement. string
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. string
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
isConsistentVolumeNamingEnabled Changes to this property will trigger replacement. boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType Changes to this property will trigger replacement. string
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remoteDataVolumeType Changes to this property will trigger replacement. string
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
boot_volume_type Changes to this property will trigger replacement. str
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. str
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
is_consistent_volume_naming_enabled Changes to this property will trigger replacement. bool
Whether to enable consistent volume naming feature. Defaults to false.
is_pv_encryption_in_transit_enabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
network_type Changes to this property will trigger replacement. str
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remote_data_volume_type Changes to this property will trigger replacement. str
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
bootVolumeType Changes to this property will trigger replacement. String
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. String
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
isConsistentVolumeNamingEnabled Changes to this property will trigger replacement. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType Changes to this property will trigger replacement. String
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remoteDataVolumeType Changes to this property will trigger replacement. String
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.

InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs
, InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
LicenseType Changes to this property will trigger replacement. string
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
LicenseType Changes to this property will trigger replacement. string
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
licenseType Changes to this property will trigger replacement. String
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
licenseType Changes to this property will trigger replacement. string
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
str
The type of action to run when the instance is interrupted for eviction.
license_type Changes to this property will trigger replacement. str
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
licenseType Changes to this property will trigger replacement. String
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.

InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig
, InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of platform being configured.
AreVirtualInstructionsEnabled Changes to this property will trigger replacement. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
ConfigMap Changes to this property will trigger replacement. Dictionary<string, string>
Instance Platform Configuration Configuration Map for flexible setting input.
IsAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled Changes to this property will trigger replacement. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. bool

(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

IsTrustedPlatformModuleEnabled Changes to this property will trigger replacement. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket Changes to this property will trigger replacement. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled Changes to this property will trigger replacement. int

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of platform being configured.
AreVirtualInstructionsEnabled Changes to this property will trigger replacement. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
ConfigMap Changes to this property will trigger replacement. map[string]string
Instance Platform Configuration Configuration Map for flexible setting input.
IsAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled Changes to this property will trigger replacement. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. bool

(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

IsTrustedPlatformModuleEnabled Changes to this property will trigger replacement. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket Changes to this property will trigger replacement. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled Changes to this property will trigger replacement. int

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.

type
This property is required.
Changes to this property will trigger replacement.
String
The type of platform being configured.
areVirtualInstructionsEnabled Changes to this property will trigger replacement. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
configMap Changes to this property will trigger replacement. Map<String,String>
Instance Platform Configuration Configuration Map for flexible setting input.
isAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled Changes to this property will trigger replacement. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. Boolean

(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

isTrustedPlatformModuleEnabled Changes to this property will trigger replacement. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket Changes to this property will trigger replacement. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled Changes to this property will trigger replacement. Integer

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.

type
This property is required.
Changes to this property will trigger replacement.
string
The type of platform being configured.
areVirtualInstructionsEnabled Changes to this property will trigger replacement. boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
configMap Changes to this property will trigger replacement. {[key: string]: string}
Instance Platform Configuration Configuration Map for flexible setting input.
isAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled Changes to this property will trigger replacement. boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. boolean

(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

isTrustedPlatformModuleEnabled Changes to this property will trigger replacement. boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket Changes to this property will trigger replacement. string
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled Changes to this property will trigger replacement. number

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.

type
This property is required.
Changes to this property will trigger replacement.
str
The type of platform being configured.
are_virtual_instructions_enabled Changes to this property will trigger replacement. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
config_map Changes to this property will trigger replacement. Mapping[str, str]
Instance Platform Configuration Configuration Map for flexible setting input.
is_access_control_service_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the input-output memory management unit is enabled.
is_measured_boot_enabled Changes to this property will trigger replacement. bool
Whether the Measured Boot feature is enabled on the instance.
is_memory_encryption_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether Secure Boot is enabled on the instance.
is_symmetric_multi_threading_enabled Changes to this property will trigger replacement. bool

(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

is_trusted_platform_module_enabled Changes to this property will trigger replacement. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numa_nodes_per_socket Changes to this property will trigger replacement. str
The number of NUMA nodes per socket (NPS).
percentage_of_cores_enabled Changes to this property will trigger replacement. int

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.

type
This property is required.
Changes to this property will trigger replacement.
String
The type of platform being configured.
areVirtualInstructionsEnabled Changes to this property will trigger replacement. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
configMap Changes to this property will trigger replacement. Map<String>
Instance Platform Configuration Configuration Map for flexible setting input.
isAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled Changes to this property will trigger replacement. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. Boolean

(Updatable only for AMD_VM and INTEL_VM) Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.

Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.

isTrustedPlatformModuleEnabled Changes to this property will trigger replacement. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket Changes to this property will trigger replacement. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled Changes to this property will trigger replacement. Number

The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.

InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig
, InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigArgs

PreemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
PreemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemption_action Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionAction Changes to this property will trigger replacement. Property Map
The action to run when the preemptible instance is interrupted for eviction.

InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction
, InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
PreserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
PreserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
preserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
preserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
str
The type of action to run when the instance is interrupted for eviction.
preserve_boot_volume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
preserveBootVolume Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfig
, InstanceConfigurationInstanceDetailsLaunchDetailsShapeConfigArgs

BaselineOcpuUtilization Changes to this property will trigger replacement. 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.

The following values are supported:

  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
MemoryInGbs Changes to this property will trigger replacement. double
The total amount of memory available to the instance, in gigabytes.
Nvmes Changes to this property will trigger replacement. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus Changes to this property will trigger replacement. double
The total number of OCPUs available to the instance.
Vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

The following values are supported:

  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
MemoryInGbs Changes to this property will trigger replacement. float64
The total amount of memory available to the instance, in gigabytes.
Nvmes Changes to this property will trigger replacement. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus Changes to this property will trigger replacement. float64
The total number of OCPUs available to the instance.
Vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

The following values are supported:

  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memoryInGbs Changes to this property will trigger replacement. Double
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. Integer
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. Double
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

The following values are supported:

  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memoryInGbs Changes to this property will trigger replacement. number
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. number
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

The following values are supported:

  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memory_in_gbs Changes to this property will trigger replacement. float
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. float
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

The following values are supported:

  • BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
  • BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
  • BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
memoryInGbs Changes to this property will trigger replacement. Number
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. Number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. Number
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetails
, InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsArgs

SourceType
This property is required.
Changes to this property will trigger replacement.
string
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
BootVolumeId Changes to this property will trigger replacement. string
The OCID of the boot volume used to boot the instance.
BootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

Allowed values:

ImageId Changes to this property will trigger replacement. string
The OCID of the image used to boot the instance.
InstanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
KmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the boot volume.
SourceType
This property is required.
Changes to this property will trigger replacement.
string
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
BootVolumeId Changes to this property will trigger replacement. string
The OCID of the boot volume used to boot the instance.
BootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

Allowed values:

ImageId Changes to this property will trigger replacement. string
The OCID of the image used to boot the instance.
InstanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
KmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the boot volume.
sourceType
This property is required.
Changes to this property will trigger replacement.
String
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
bootVolumeId Changes to this property will trigger replacement. String
The OCID of the boot volume used to boot the instance.
bootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

Allowed values:

imageId Changes to this property will trigger replacement. String
The OCID of the image used to boot the instance.
instanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
kmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the boot volume.
sourceType
This property is required.
Changes to this property will trigger replacement.
string
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
bootVolumeId Changes to this property will trigger replacement. string
The OCID of the boot volume used to boot the instance.
bootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

Allowed values:

imageId Changes to this property will trigger replacement. string
The OCID of the image used to boot the instance.
instanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
kmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the boot volume.
source_type
This property is required.
Changes to this property will trigger replacement.
str
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
boot_volume_id Changes to this property will trigger replacement. str
The OCID of the boot volume used to boot the instance.
boot_volume_size_in_gbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

Allowed values:

image_id Changes to this property will trigger replacement. str
The OCID of the image used to boot the instance.
instance_source_image_filter_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
kms_key_id Changes to this property will trigger replacement. str
The OCID of the Vault service key to assign as the master encryption key for the boot volume.
sourceType
This property is required.
Changes to this property will trigger replacement.
String
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
bootVolumeId Changes to this property will trigger replacement. String
The OCID of the boot volume used to boot the instance.
bootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

Allowed values:

imageId Changes to this property will trigger replacement. String
The OCID of the image used to boot the instance.
instanceSourceImageFilterDetails Changes to this property will trigger replacement. Property Map
These are the criteria for selecting an image. This is required if imageId is not specified.
kmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the boot volume.

InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
, InstanceConfigurationInstanceDetailsLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs

CompartmentId string
(Updatable) The OCID of the compartment containing images to search
DefinedTagsFilter Changes to this property will trigger replacement. Dictionary<string, string>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
OperatingSystem Changes to this property will trigger replacement. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion Changes to this property will trigger replacement. string
The image's operating system version. Example: 7.2
CompartmentId string
(Updatable) The OCID of the compartment containing images to search
DefinedTagsFilter Changes to this property will trigger replacement. map[string]string
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
OperatingSystem Changes to this property will trigger replacement. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion Changes to this property will trigger replacement. string
The image's operating system version. Example: 7.2
compartmentId String
(Updatable) The OCID of the compartment containing images to search
definedTagsFilter Changes to this property will trigger replacement. Map<String,String>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem Changes to this property will trigger replacement. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion Changes to this property will trigger replacement. String
The image's operating system version. Example: 7.2
compartmentId string
(Updatable) The OCID of the compartment containing images to search
definedTagsFilter Changes to this property will trigger replacement. {[key: string]: string}
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem Changes to this property will trigger replacement. string
The image's operating system. Example: Oracle Linux
operatingSystemVersion Changes to this property will trigger replacement. string
The image's operating system version. Example: 7.2
compartment_id str
(Updatable) The OCID of the compartment containing images to search
defined_tags_filter Changes to this property will trigger replacement. Mapping[str, str]
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operating_system Changes to this property will trigger replacement. str
The image's operating system. Example: Oracle Linux
operating_system_version Changes to this property will trigger replacement. str
The image's operating system version. Example: 7.2
compartmentId String
(Updatable) The OCID of the compartment containing images to search
definedTagsFilter Changes to this property will trigger replacement. Map<String>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem Changes to this property will trigger replacement. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion Changes to this property will trigger replacement. String
The image's operating system version. Example: 7.2

InstanceConfigurationInstanceDetailsOption
, InstanceConfigurationInstanceDetailsOptionArgs

BlockVolumes Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionBlockVolume>
Block volume parameters.
LaunchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetails

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.

See LaunchInstanceDetails for more information.

SecondaryVnics Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionSecondaryVnic>
Secondary VNIC parameters.
BlockVolumes Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOptionBlockVolume
Block volume parameters.
LaunchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetails

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.

See LaunchInstanceDetails for more information.

SecondaryVnics Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOptionSecondaryVnic
Secondary VNIC parameters.
blockVolumes Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionBlockVolume>
Block volume parameters.
launchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetails

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.

See LaunchInstanceDetails for more information.

secondaryVnics Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionSecondaryVnic>
Secondary VNIC parameters.
blockVolumes Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolume[]
Block volume parameters.
launchDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetails

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.

See LaunchInstanceDetails for more information.

secondaryVnics Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionSecondaryVnic[]
Secondary VNIC parameters.
block_volumes Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOptionBlockVolume]
Block volume parameters.
launch_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetails

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.

See LaunchInstanceDetails for more information.

secondary_vnics Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOptionSecondaryVnic]
Secondary VNIC parameters.
blockVolumes Changes to this property will trigger replacement. List<Property Map>
Block volume parameters.
launchDetails Changes to this property will trigger replacement. 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.

See LaunchInstanceDetails for more information.

secondaryVnics Changes to this property will trigger replacement. List<Property Map>
Secondary VNIC parameters.

InstanceConfigurationInstanceDetailsOptionBlockVolume
, InstanceConfigurationInstanceDetailsOptionBlockVolumeArgs

AttachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
VolumeId Changes to this property will trigger replacement. string
The OCID of the volume.
AttachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
VolumeId Changes to this property will trigger replacement. string
The OCID of the volume.
attachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
volumeId Changes to this property will trigger replacement. String
The OCID of the volume.
attachDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
volumeId Changes to this property will trigger replacement. string
The OCID of the volume.
attach_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails
Volume attachmentDetails. Please see AttachVolumeDetails
create_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails
Creates a new block volume. Please see CreateVolumeDetails
volume_id Changes to this property will trigger replacement. str
The OCID of the volume.
attachDetails Changes to this property will trigger replacement. Property Map
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails Changes to this property will trigger replacement. Property Map
Creates a new block volume. Please see CreateVolumeDetails
volumeId Changes to this property will trigger replacement. String
The OCID of the volume.

InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetails
, InstanceConfigurationInstanceDetailsOptionBlockVolumeAttachDetailsArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of volume. The only supported values are "iscsi" and "paravirtualized".
Device Changes to this property will trigger replacement. string
The device name.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
IsReadOnly Changes to this property will trigger replacement. bool
Whether the attachment should be created in read-only mode.
IsShareable Changes to this property will trigger replacement. 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.
UseChap Changes to this property will trigger replacement. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type of volume. The only supported values are "iscsi" and "paravirtualized".
Device Changes to this property will trigger replacement. string
The device name.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
IsReadOnly Changes to this property will trigger replacement. bool
Whether the attachment should be created in read-only mode.
IsShareable Changes to this property will trigger replacement. 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.
UseChap Changes to this property will trigger replacement. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of volume. The only supported values are "iscsi" and "paravirtualized".
device Changes to this property will trigger replacement. String
The device name.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
isReadOnly Changes to this property will trigger replacement. Boolean
Whether the attachment should be created in read-only mode.
isShareable Changes to this property will trigger replacement. 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.
useChap Changes to this property will trigger replacement. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
string
The type of volume. The only supported values are "iscsi" and "paravirtualized".
device Changes to this property will trigger replacement. string
The device name.
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
isReadOnly Changes to this property will trigger replacement. boolean
Whether the attachment should be created in read-only mode.
isShareable Changes to this property will trigger replacement. 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.
useChap Changes to this property will trigger replacement. boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
str
The type of volume. The only supported values are "iscsi" and "paravirtualized".
device Changes to this property will trigger replacement. str
The device name.
display_name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
is_read_only Changes to this property will trigger replacement. bool
Whether the attachment should be created in read-only mode.
is_shareable Changes to this property will trigger replacement. 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.
use_chap Changes to this property will trigger replacement. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of volume. The only supported values are "iscsi" and "paravirtualized".
device Changes to this property will trigger replacement. String
The device name.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Whether to enable in-transit encryption for the data volume's paravirtualized attachment. The default value is false.
isReadOnly Changes to this property will trigger replacement. Boolean
Whether the attachment should be created in read-only mode.
isShareable Changes to this property will trigger replacement. 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.
useChap Changes to this property will trigger replacement. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.

InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetails
, InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsArgs

AutotunePolicies Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicy>
The list of autotune policies enabled for this volume.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the volume. Example: Uocm:PHX-AD-1
BackupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId string
(Updatable) The OCID of the compartment that contains the volume.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
IsAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs Changes to this property will trigger replacement. string
The size of the volume in GBs.
SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetails
VpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

XrcKmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
AutotunePolicies Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicy
The list of autotune policies enabled for this volume.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the volume. Example: Uocm:PHX-AD-1
BackupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId string
(Updatable) The OCID of the compartment that contains the volume.
DefinedTags Changes to this property will trigger replacement. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
IsAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs Changes to this property will trigger replacement. string
The size of the volume in GBs.
SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetails
VpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

XrcKmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotunePolicies Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicy>
The list of autotune policies enabled for this volume.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the volume. Example: Uocm:PHX-AD-1
backupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId String
(Updatable) The OCID of the compartment that contains the volume.
definedTags Changes to this property will trigger replacement. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
isAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs Changes to this property will trigger replacement. String
The size of the volume in GBs.
sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetails
vpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

xrcKmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotunePolicies Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicy[]
The list of autotune policies enabled for this volume.
availabilityDomain Changes to this property will trigger replacement. string
The availability domain of the volume. Example: Uocm:PHX-AD-1
backupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId string
(Updatable) The OCID of the compartment that contains the volume.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
isAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs Changes to this property will trigger replacement. string
The size of the volume in GBs.
sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetails
vpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

xrcKmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotune_policies Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicy]
The list of autotune policies enabled for this volume.
availability_domain Changes to this property will trigger replacement. str
The availability domain of the volume. Example: Uocm:PHX-AD-1
backup_policy_id Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
cluster_placement_group_id Changes to this property will trigger replacement. str
The clusterPlacementGroup Id of the volume for volume placement.
compartment_id str
(Updatable) The OCID of the compartment that contains the volume.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
is_auto_tune_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
The OCID of the Vault service key to assign as the master encryption key for the volume.
size_in_gbs Changes to this property will trigger replacement. str
The size of the volume in GBs.
source_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetails
vpus_per_gb Changes to this property will trigger replacement. 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.

Allowed values:

xrc_kms_key_id Changes to this property will trigger replacement. str
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
autotunePolicies Changes to this property will trigger replacement. List<Property Map>
The list of autotune policies enabled for this volume.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the volume. Example: Uocm:PHX-AD-1
backupPolicyId Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Property Map
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId String
(Updatable) The OCID of the compartment that contains the volume.
definedTags Changes to this property will trigger replacement. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
isAutoTuneEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs Changes to this property will trigger replacement. String
The size of the volume in GBs.
sourceDetails Changes to this property will trigger replacement. Property Map
vpusPerGb Changes to this property will trigger replacement. 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.

Allowed values:

xrcKmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.

InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicy
, InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsAutotunePolicyArgs

AutotuneType
This property is required.
Changes to this property will trigger replacement.
string
This specifies the type of autotunes supported by OCI.
MaxVpusPerGb Changes to this property will trigger replacement. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
AutotuneType
This property is required.
Changes to this property will trigger replacement.
string
This specifies the type of autotunes supported by OCI.
MaxVpusPerGb Changes to this property will trigger replacement. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType
This property is required.
Changes to this property will trigger replacement.
String
This specifies the type of autotunes supported by OCI.
maxVpusPerGb Changes to this property will trigger replacement. String
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType
This property is required.
Changes to this property will trigger replacement.
string
This specifies the type of autotunes supported by OCI.
maxVpusPerGb Changes to this property will trigger replacement. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotune_type
This property is required.
Changes to this property will trigger replacement.
str
This specifies the type of autotunes supported by OCI.
max_vpus_per_gb Changes to this property will trigger replacement. str
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType
This property is required.
Changes to this property will trigger replacement.
String
This specifies the type of autotunes supported by OCI.
maxVpusPerGb Changes to this property will trigger replacement. String
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.

InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicas
, InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsBlockVolumeReplicasArgs

AvailabilityDomain
This property is required.
Changes to this property will trigger replacement.
string
The availability domain of the instance. Example: Uocm:PHX-AD-1
DisplayName Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
AvailabilityDomain
This property is required.
Changes to this property will trigger replacement.
string
The availability domain of the instance. Example: Uocm:PHX-AD-1
DisplayName Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
availabilityDomain
This property is required.
Changes to this property will trigger replacement.
String
The availability domain of the instance. Example: Uocm:PHX-AD-1
displayName Changes to this property will trigger replacement. String
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
availabilityDomain
This property is required.
Changes to this property will trigger replacement.
string
The availability domain of the instance. Example: Uocm:PHX-AD-1
displayName Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
availability_domain
This property is required.
Changes to this property will trigger replacement.
str
The availability domain of the instance. Example: Uocm:PHX-AD-1
display_name Changes to this property will trigger replacement. str
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
availabilityDomain
This property is required.
Changes to this property will trigger replacement.
String
The availability domain of the instance. Example: Uocm:PHX-AD-1
displayName Changes to this property will trigger replacement. String
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetails
, InstanceConfigurationInstanceDetailsOptionBlockVolumeCreateDetailsSourceDetailsArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type can be one of these values: volume, volumeBackup
Id Changes to this property will trigger replacement. string
The OCID of the volume backup.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type can be one of these values: volume, volumeBackup
Id Changes to this property will trigger replacement. string
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
String
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. String
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
string
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. string
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
str
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. str
The OCID of the volume backup.
type
This property is required.
Changes to this property will trigger replacement.
String
The type can be one of these values: volume, volumeBackup
id Changes to this property will trigger replacement. String
The OCID of the volume backup.

InstanceConfigurationInstanceDetailsOptionLaunchDetails
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsArgs

AgentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId Changes to this property will trigger replacement. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId string
(Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
CreateVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId Changes to this property will trigger replacement. string
The OCID of the dedicated virtual machine host to place the instance on.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
(Updatable) 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 Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata Changes to this property will trigger replacement. Dictionary<string, string>
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
FaultDomain Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Dictionary<string, string>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript Changes to this property will trigger replacement. string
This is an advanced option.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
LaunchMode Changes to this property will trigger replacement. string
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
LaunchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
Metadata Changes to this property will trigger replacement. Dictionary<string, string>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
PlatformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig
The platform configuration requested for the instance.
PreemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
PreferredMaintenanceAction Changes to this property will trigger replacement. string
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
SecurityAttributes Changes to this property will trigger replacement. Dictionary<string, string>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
Shape Changes to this property will trigger replacement. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
ShapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig
The shape configuration requested for the instance.
SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails
AgentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain Changes to this property will trigger replacement. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId Changes to this property will trigger replacement. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId string
(Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
CreateVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId Changes to this property will trigger replacement. string
The OCID of the dedicated virtual machine host to place the instance on.
DefinedTags Changes to this property will trigger replacement. map[string]string
(Updatable) 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 Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata Changes to this property will trigger replacement. map[string]string
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
FaultDomain Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. map[string]string
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
InstanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript Changes to this property will trigger replacement. string
This is an advanced option.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
LaunchMode Changes to this property will trigger replacement. string
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
LaunchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
Metadata Changes to this property will trigger replacement. map[string]string
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
PlatformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig
The platform configuration requested for the instance.
PreemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
PreferredMaintenanceAction Changes to this property will trigger replacement. string
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
SecurityAttributes Changes to this property will trigger replacement. map[string]string
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
Shape Changes to this property will trigger replacement. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
ShapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig
The shape configuration requested for the instance.
SourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails
agentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId Changes to this property will trigger replacement. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId String
(Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
createVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId Changes to this property will trigger replacement. String
The OCID of the dedicated virtual machine host to place the instance on.
definedTags Changes to this property will trigger replacement. Map<String,String>
(Updatable) 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 Changes to this property will trigger replacement. String
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata Changes to this property will trigger replacement. Map<String,String>
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
faultDomain Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Map<String,String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript Changes to this property will trigger replacement. String
This is an advanced option.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode Changes to this property will trigger replacement. String
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. Map<String,String>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig
The platform configuration requested for the instance.
preemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
preferredMaintenanceAction Changes to this property will trigger replacement. String
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
securityAttributes Changes to this property will trigger replacement. Map<String,String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. String
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig
The shape configuration requested for the instance.
sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails
agentConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain Changes to this property will trigger replacement. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId Changes to this property will trigger replacement. string
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId Changes to this property will trigger replacement. string
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId string
(Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
createVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId Changes to this property will trigger replacement. string
The OCID of the dedicated virtual machine host to place the instance on.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
(Updatable) 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 Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata Changes to this property will trigger replacement. {[key: string]: string}
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
faultDomain Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. {[key: string]: string}
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript Changes to this property will trigger replacement. string
This is an advanced option.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode Changes to this property will trigger replacement. string
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launchOptions Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. {[key: string]: string}
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig
The platform configuration requested for the instance.
preemptibleInstanceConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
preferredMaintenanceAction Changes to this property will trigger replacement. string
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
securityAttributes Changes to this property will trigger replacement. {[key: string]: string}
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfig Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig
The shape configuration requested for the instance.
sourceDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails
agent_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
availability_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availability_domain Changes to this property will trigger replacement. str
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacity_reservation_id Changes to this property will trigger replacement. str
The OCID of the compute capacity reservation this instance is launched under.
cluster_placement_group_id Changes to this property will trigger replacement. str
The clusterPlacementGroup Id of the volume for volume placement.
compartment_id str
(Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
create_vnic_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicated_vm_host_id Changes to this property will trigger replacement. str
The OCID of the dedicated virtual machine host to place the instance on.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
(Updatable) 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 Changes to this property will trigger replacement. str
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extended_metadata Changes to this property will trigger replacement. Mapping[str, str]
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
fault_domain Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Mapping[str, str]
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instance_options Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxe_script Changes to this property will trigger replacement. str
This is an advanced option.
is_pv_encryption_in_transit_enabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launch_mode Changes to this property will trigger replacement. str
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launch_options Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensing_configs Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. Mapping[str, str]
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platform_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig
The platform configuration requested for the instance.
preemptible_instance_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig
Configuration options for preemptible instances.
preferred_maintenance_action Changes to this property will trigger replacement. str
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
security_attributes Changes to this property will trigger replacement. Mapping[str, str]
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. str
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shape_config Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig
The shape configuration requested for the instance.
source_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails
agentConfig Changes to this property will trigger replacement. Property Map
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfig Changes to this property will trigger replacement. Property Map
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain Changes to this property will trigger replacement. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId Changes to this property will trigger replacement. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId Changes to this property will trigger replacement. String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId String
(Updatable) The OCID of the compartment containing the instance. Instances created from instance configurations are placed in the same compartment as the instance that was used to create the instance configuration.
createVnicDetails Changes to this property will trigger replacement. Property Map
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId Changes to this property will trigger replacement. String
The OCID of the dedicated virtual machine host to place the instance on.
definedTags Changes to this property will trigger replacement. Map<String>
(Updatable) 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 Changes to this property will trigger replacement. String
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata Changes to this property will trigger replacement. Map<String>
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
faultDomain Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Map<String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
instanceOptions Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
This is an advanced option.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode Changes to this property will trigger replacement. String
Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:

  • NATIVE - VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
  • EMULATED - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
  • CUSTOM - VM instances launch with custom configuration settings specified in the LaunchOptions parameter.
launchOptions Changes to this property will trigger replacement. Property Map
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs Changes to this property will trigger replacement. Property Map
List of licensing configurations associated with target launch values.
metadata Changes to this property will trigger replacement. Map<String>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfig Changes to this property will trigger replacement. Property Map
The platform configuration requested for the instance.
preemptibleInstanceConfig Changes to this property will trigger replacement. Property Map
Configuration options for preemptible instances.
preferredMaintenanceAction Changes to this property will trigger replacement. String
The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.

  • LIVE_MIGRATE - Run maintenance using a live migration.
  • REBOOT - Run maintenance using a reboot.
securityAttributes Changes to this property will trigger replacement. Map<String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
shape Changes to this property will trigger replacement. String
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfig Changes to this property will trigger replacement. Property Map
The shape configuration requested for the instance.
sourceDetails Changes to this property will trigger replacement. Property Map

InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfig
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigArgs

AreAllPluginsDisabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

IsManagementDisabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).

These are the management plugins: OS Management Service Agent and Compute Instance Run Command.

The management plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isManagementDisabled is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
  • If isManagementDisabled is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the pluginsConfig object.
IsMonitoringDisabled Changes to this property will trigger replacement. 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).

These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.

The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isMonitoringDisabled is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
  • If isMonitoringDisabled is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the pluginsConfig object.
PluginsConfigs Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig>
The configuration of plugins associated with this instance.
AreAllPluginsDisabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

IsManagementDisabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).

These are the management plugins: OS Management Service Agent and Compute Instance Run Command.

The management plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isManagementDisabled is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
  • If isManagementDisabled is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the pluginsConfig object.
IsMonitoringDisabled Changes to this property will trigger replacement. 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).

These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.

The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isMonitoringDisabled is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
  • If isMonitoringDisabled is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the pluginsConfig object.
PluginsConfigs Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig
The configuration of plugins associated with this instance.
areAllPluginsDisabled Changes to this property will trigger replacement. Boolean

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

isManagementDisabled Changes to this property will trigger replacement. Boolean

Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).

These are the management plugins: OS Management Service Agent and Compute Instance Run Command.

The management plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isManagementDisabled is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
  • If isManagementDisabled is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the pluginsConfig object.
isMonitoringDisabled Changes to this property will trigger replacement. 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).

These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.

The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isMonitoringDisabled is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
  • If isMonitoringDisabled is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the pluginsConfig object.
pluginsConfigs Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig>
The configuration of plugins associated with this instance.
areAllPluginsDisabled Changes to this property will trigger replacement. boolean

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

isManagementDisabled Changes to this property will trigger replacement. boolean

Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).

These are the management plugins: OS Management Service Agent and Compute Instance Run Command.

The management plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isManagementDisabled is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
  • If isManagementDisabled is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the pluginsConfig object.
isMonitoringDisabled Changes to this property will trigger replacement. 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).

These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.

The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isMonitoringDisabled is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
  • If isMonitoringDisabled is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the pluginsConfig object.
pluginsConfigs Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig[]
The configuration of plugins associated with this instance.
are_all_plugins_disabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

is_management_disabled Changes to this property will trigger replacement. bool

Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).

These are the management plugins: OS Management Service Agent and Compute Instance Run Command.

The management plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isManagementDisabled is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
  • If isManagementDisabled is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the pluginsConfig object.
is_monitoring_disabled Changes to this property will trigger replacement. 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).

These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.

The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isMonitoringDisabled is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
  • If isMonitoringDisabled is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the pluginsConfig object.
plugins_configs Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig]
The configuration of plugins associated with this instance.
areAllPluginsDisabled Changes to this property will trigger replacement. Boolean

Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.

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.

isManagementDisabled Changes to this property will trigger replacement. Boolean

Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).

These are the management plugins: OS Management Service Agent and Compute Instance Run Command.

The management plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isManagementDisabled is true, all of the management plugins are disabled, regardless of the per-plugin configuration.
  • If isManagementDisabled is false, all of the management plugins are enabled. You can optionally disable individual management plugins by providing a value in the pluginsConfig object.
isMonitoringDisabled Changes to this property will trigger replacement. 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).

These are the monitoring plugins: Compute Instance Monitoring and Custom Logs Monitoring.

The monitoring plugins are controlled by this parameter and by the per-plugin configuration in the pluginsConfig object.

  • If isMonitoringDisabled is true, all of the monitoring plugins are disabled, regardless of the per-plugin configuration.
  • If isMonitoringDisabled is false, all of the monitoring plugins are enabled. You can optionally disable individual monitoring plugins by providing a value in the pluginsConfig object.
pluginsConfigs Changes to this property will trigger replacement. List<Property Map>
The configuration of plugins associated with this instance.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfig
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsAgentConfigPluginsConfigArgs

DesiredState Changes to this property will trigger replacement. string

Whether the plugin should be enabled or disabled.

To enable the monitoring and management plugins, the isMonitoringDisabled and isManagementDisabled attributes must also be set to false.

Name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string

Whether the plugin should be enabled or disabled.

To enable the monitoring and management plugins, the isMonitoringDisabled and isManagementDisabled attributes must also be set to false.

Name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String

Whether the plugin should be enabled or disabled.

To enable the monitoring and management plugins, the isMonitoringDisabled and isManagementDisabled attributes must also be set to false.

name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string

Whether the plugin should be enabled or disabled.

To enable the monitoring and management plugins, the isMonitoringDisabled and isManagementDisabled attributes must also be set to false.

name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str

Whether the plugin should be enabled or disabled.

To enable the monitoring and management plugins, the isMonitoringDisabled and isManagementDisabled attributes must also be set to false.

name Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String

Whether the plugin should be enabled or disabled.

To enable the monitoring and management plugins, the isMonitoringDisabled and isManagementDisabled attributes must also be set to false.

name Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfig
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsAvailabilityConfigArgs

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 Changes to this property will trigger replacement. string
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. string
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. String
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. string
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
is_live_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 Changes to this property will trigger replacement. str
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.
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 Changes to this property will trigger replacement. String
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

  • RESTORE_INSTANCE - The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
  • STOP_INSTANCE - The instance is recovered in the stopped state.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsArgs

AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
(Updatable) 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 Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
NsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. Dictionary<string, string>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. map[string]string
(Updatable) 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 Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. map[string]string
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
NsgIds Changes to this property will trigger replacement. []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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. map[string]string
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String,String>
(Updatable) 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 Changes to this property will trigger replacement. String
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String,String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String,String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
(Updatable) 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 Changes to this property will trigger replacement. string
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. {[key: string]: string}
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail[]
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. {[key: string]: string}
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
(Updatable) 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 Changes to this property will trigger replacement. str
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostname_label Changes to this property will trigger replacement. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail]
nsg_ids Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes Changes to this property will trigger replacement. Mapping[str, str]
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skip_source_dest_check Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id Changes to this property will trigger replacement. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. Defaults to true. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String>
(Updatable) 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 Changes to this property will trigger replacement. String
(Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String>
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<Property Map>
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String>
Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs

Ipv6address Changes to this property will trigger replacement. string
Ipv6subnetCidr Changes to this property will trigger replacement. string
Ipv6address Changes to this property will trigger replacement. string
Ipv6subnetCidr Changes to this property will trigger replacement. string
ipv6address Changes to this property will trigger replacement. String
ipv6subnetCidr Changes to this property will trigger replacement. String
ipv6address Changes to this property will trigger replacement. string
ipv6subnetCidr Changes to this property will trigger replacement. string
ipv6address Changes to this property will trigger replacement. str
ipv6subnet_cidr Changes to this property will trigger replacement. str
ipv6address Changes to this property will trigger replacement. String
ipv6subnetCidr Changes to this property will trigger replacement. String

InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptionsArgs

AreLegacyImdsEndpointsDisabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs

BootVolumeType Changes to this property will trigger replacement. string
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
Firmware Changes to this property will trigger replacement. string
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
IsConsistentVolumeNamingEnabled Changes to this property will trigger replacement. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType Changes to this property will trigger replacement. string
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
RemoteDataVolumeType Changes to this property will trigger replacement. string
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
BootVolumeType Changes to this property will trigger replacement. string
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
Firmware Changes to this property will trigger replacement. string
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
IsConsistentVolumeNamingEnabled Changes to this property will trigger replacement. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType Changes to this property will trigger replacement. string
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
RemoteDataVolumeType Changes to this property will trigger replacement. string
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
bootVolumeType Changes to this property will trigger replacement. String
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. String
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
isConsistentVolumeNamingEnabled Changes to this property will trigger replacement. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType Changes to this property will trigger replacement. String
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remoteDataVolumeType Changes to this property will trigger replacement. String
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
bootVolumeType Changes to this property will trigger replacement. string
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. string
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
isConsistentVolumeNamingEnabled Changes to this property will trigger replacement. boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType Changes to this property will trigger replacement. string
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remoteDataVolumeType Changes to this property will trigger replacement. string
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
boot_volume_type Changes to this property will trigger replacement. str
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. str
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
is_consistent_volume_naming_enabled Changes to this property will trigger replacement. bool
Whether to enable consistent volume naming feature. Defaults to false.
is_pv_encryption_in_transit_enabled Changes to this property will trigger replacement. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
network_type Changes to this property will trigger replacement. str
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remote_data_volume_type Changes to this property will trigger replacement. str
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
bootVolumeType Changes to this property will trigger replacement. String
Emulation type for the boot volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
firmware Changes to this property will trigger replacement. String
Firmware used to boot VM. Select the option that matches your operating system.

  • BIOS - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
  • UEFI_64 - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
isConsistentVolumeNamingEnabled Changes to this property will trigger replacement. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled Changes to this property will trigger replacement. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType Changes to this property will trigger replacement. String
Emulation type for the physical network interface card (NIC).

  • E1000 - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
  • VFIO - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
  • PARAVIRTUALIZED - VM instances launch with paravirtualized devices using VirtIO drivers.
remoteDataVolumeType Changes to this property will trigger replacement. String
Emulation type for volume.

  • ISCSI - ISCSI attached block storage device.
  • SCSI - Emulated SCSI disk.
  • IDE - Emulated IDE disk.
  • VFIO - Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
  • PARAVIRTUALIZED - Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
LicenseType Changes to this property will trigger replacement. string
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
LicenseType Changes to this property will trigger replacement. string
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
licenseType Changes to this property will trigger replacement. String
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
licenseType Changes to this property will trigger replacement. string
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
str
The type of action to run when the instance is interrupted for eviction.
license_type Changes to this property will trigger replacement. str
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
licenseType Changes to this property will trigger replacement. String
License Type for the OS license.

  • OCI_PROVIDED - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
  • BRING_YOUR_OWN_LICENSE - Bring your own license.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
AreVirtualInstructionsEnabled Changes to this property will trigger replacement. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
IsAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled Changes to this property will trigger replacement. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. bool
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
IsTrustedPlatformModuleEnabled Changes to this property will trigger replacement. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket Changes to this property will trigger replacement. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled Changes to this property will trigger replacement. int
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
AreVirtualInstructionsEnabled Changes to this property will trigger replacement. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
IsAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled Changes to this property will trigger replacement. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. bool
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
IsTrustedPlatformModuleEnabled Changes to this property will trigger replacement. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket Changes to this property will trigger replacement. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled Changes to this property will trigger replacement. int
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled Changes to this property will trigger replacement. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
isAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled Changes to this property will trigger replacement. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. Boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled Changes to this property will trigger replacement. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket Changes to this property will trigger replacement. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled Changes to this property will trigger replacement. Integer
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled Changes to this property will trigger replacement. boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
isAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled Changes to this property will trigger replacement. boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled Changes to this property will trigger replacement. boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket Changes to this property will trigger replacement. string
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled Changes to this property will trigger replacement. number
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
type
This property is required.
Changes to this property will trigger replacement.
str
The type of action to run when the instance is interrupted for eviction.
are_virtual_instructions_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the input-output memory management unit is enabled.
is_measured_boot_enabled Changes to this property will trigger replacement. bool
Whether the Measured Boot feature is enabled on the instance.
is_memory_encryption_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether Secure Boot is enabled on the instance.
is_symmetric_multi_threading_enabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numa_nodes_per_socket Changes to this property will trigger replacement. str
The number of NUMA nodes per socket (NPS).
percentage_of_cores_enabled Changes to this property will trigger replacement. int
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
type
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled Changes to this property will trigger replacement. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
isAccessControlServiceEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled Changes to this property will trigger replacement. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled Changes to this property will trigger replacement. Boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled Changes to this property will trigger replacement. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket Changes to this property will trigger replacement. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled Changes to this property will trigger replacement. Number
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs

PreemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
PreemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionAction Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemption_action Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionAction Changes to this property will trigger replacement. Property Map
The action to run when the preemptible instance is interrupted for eviction.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionActionArgs

Type
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
PreserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
PreserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
preserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
string
The type of action to run when the instance is interrupted for eviction.
preserveBootVolume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
str
The type of action to run when the instance is interrupted for eviction.
preserve_boot_volume Changes to this property will trigger replacement. 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
This property is required.
Changes to this property will trigger replacement.
String
The type of action to run when the instance is interrupted for eviction.
preserveBootVolume Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfig
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs

BaselineOcpuUtilization Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. double
The total amount of memory available to the instance, in gigabytes.
Nvmes Changes to this property will trigger replacement. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus Changes to this property will trigger replacement. double
The total number of OCPUs available to the instance.
Vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. float64
The total amount of memory available to the instance, in gigabytes.
Nvmes Changes to this property will trigger replacement. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus Changes to this property will trigger replacement. float64
The total number of OCPUs available to the instance.
Vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Double
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. Integer
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. Double
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. number
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. number
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. float
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. float
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Number
The total amount of memory available to the instance, in gigabytes.
nvmes Changes to this property will trigger replacement. Number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus Changes to this property will trigger replacement. Number
The total number of OCPUs available to the instance.
vcpus Changes to this property will trigger replacement. 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.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetails
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsArgs

SourceType
This property is required.
Changes to this property will trigger replacement.
string
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
BootVolumeId Changes to this property will trigger replacement. string
The OCID of the boot volume used to boot the instance.
BootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the image used to boot the instance.
InstanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
KmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SourceType
This property is required.
Changes to this property will trigger replacement.
string
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
BootVolumeId Changes to this property will trigger replacement. string
The OCID of the boot volume used to boot the instance.
BootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the image used to boot the instance.
InstanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
KmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
sourceType
This property is required.
Changes to this property will trigger replacement.
String
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
bootVolumeId Changes to this property will trigger replacement. String
The OCID of the boot volume used to boot the instance.
bootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
The OCID of the image used to boot the instance.
instanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
kmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sourceType
This property is required.
Changes to this property will trigger replacement.
string
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
bootVolumeId Changes to this property will trigger replacement. string
The OCID of the boot volume used to boot the instance.
bootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
The OCID of the image used to boot the instance.
instanceSourceImageFilterDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
kmsKeyId Changes to this property will trigger replacement. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
source_type
This property is required.
Changes to this property will trigger replacement.
str
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
boot_volume_id Changes to this property will trigger replacement. str
The OCID of the boot volume used to boot the instance.
boot_volume_size_in_gbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
The OCID of the image used to boot the instance.
instance_source_image_filter_details Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
These are the criteria for selecting an image. This is required if imageId is not specified.
kms_key_id Changes to this property will trigger replacement. str
The OCID of the Vault service key to assign as the master encryption key for the volume.
sourceType
This property is required.
Changes to this property will trigger replacement.
String
The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
bootVolumeId Changes to this property will trigger replacement. String
The OCID of the boot volume used to boot the instance.
bootVolumeSizeInGbs Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
The OCID of the image used to boot the instance.
instanceSourceImageFilterDetails Changes to this property will trigger replacement. Property Map
These are the criteria for selecting an image. This is required if imageId is not specified.
kmsKeyId Changes to this property will trigger replacement. String
The OCID of the Vault service key to assign as the master encryption key for the volume.

InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetails
, InstanceConfigurationInstanceDetailsOptionLaunchDetailsSourceDetailsInstanceSourceImageFilterDetailsArgs

CompartmentId string
(Updatable) The OCID of the compartment containing the instance configuration.
DefinedTagsFilter Changes to this property will trigger replacement. Dictionary<string, string>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
OperatingSystem Changes to this property will trigger replacement. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion Changes to this property will trigger replacement. string
The image's operating system version. Example: 7.2
CompartmentId string
(Updatable) The OCID of the compartment containing the instance configuration.
DefinedTagsFilter Changes to this property will trigger replacement. map[string]string
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
OperatingSystem Changes to this property will trigger replacement. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion Changes to this property will trigger replacement. string
The image's operating system version. Example: 7.2
compartmentId String
(Updatable) The OCID of the compartment containing the instance configuration.
definedTagsFilter Changes to this property will trigger replacement. Map<String,String>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem Changes to this property will trigger replacement. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion Changes to this property will trigger replacement. String
The image's operating system version. Example: 7.2
compartmentId string
(Updatable) The OCID of the compartment containing the instance configuration.
definedTagsFilter Changes to this property will trigger replacement. {[key: string]: string}
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem Changes to this property will trigger replacement. string
The image's operating system. Example: Oracle Linux
operatingSystemVersion Changes to this property will trigger replacement. string
The image's operating system version. Example: 7.2
compartment_id str
(Updatable) The OCID of the compartment containing the instance configuration.
defined_tags_filter Changes to this property will trigger replacement. Mapping[str, str]
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operating_system Changes to this property will trigger replacement. str
The image's operating system. Example: Oracle Linux
operating_system_version Changes to this property will trigger replacement. str
The image's operating system version. Example: 7.2
compartmentId String
(Updatable) The OCID of the compartment containing the instance configuration.
definedTagsFilter Changes to this property will trigger replacement. Map<String>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem Changes to this property will trigger replacement. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion Changes to this property will trigger replacement. String
The image's operating system version. Example: 7.2

InstanceConfigurationInstanceDetailsOptionSecondaryVnic
, InstanceConfigurationInstanceDetailsOptionSecondaryVnicArgs

CreateVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nic_index Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Property Map
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex Changes to this property will trigger replacement. 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).

InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetails
, InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsArgs

AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
NsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. Dictionary<string, string>
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
NsgIds Changes to this property will trigger replacement. []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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. map[string]string
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String,String>
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail[]
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. {[key: string]: string}
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostname_label Changes to this property will trigger replacement. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail]
nsg_ids Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes Changes to this property will trigger replacement. Mapping[str, str]
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skip_source_dest_check Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id Changes to this property will trigger replacement. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<Property Map>
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String>
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
, InstanceConfigurationInstanceDetailsOptionSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs

Ipv6address Changes to this property will trigger replacement. string
Ipv6subnetCidr Changes to this property will trigger replacement. string
Ipv6address Changes to this property will trigger replacement. string
Ipv6subnetCidr Changes to this property will trigger replacement. string
ipv6address Changes to this property will trigger replacement. String
ipv6subnetCidr Changes to this property will trigger replacement. String
ipv6address Changes to this property will trigger replacement. string
ipv6subnetCidr Changes to this property will trigger replacement. string
ipv6address Changes to this property will trigger replacement. str
ipv6subnet_cidr Changes to this property will trigger replacement. str
ipv6address Changes to this property will trigger replacement. String
ipv6subnetCidr Changes to this property will trigger replacement. String

InstanceConfigurationInstanceDetailsSecondaryVnic
, InstanceConfigurationInstanceDetailsSecondaryVnicArgs

CreateVnicDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. core.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nic_index Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Property Map
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex Changes to this property will trigger replacement. 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).

InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetails
, InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsArgs

AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
NsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. Dictionary<string, string>
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags Changes to this property will trigger replacement. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags Changes to this property will trigger replacement. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
HostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. []InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
NsgIds Changes to this property will trigger replacement. []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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes Changes to this property will trigger replacement. map[string]string
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
SkipSourceDestCheck Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail>
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String,String>
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail[]
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. {[key: string]: string}
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip Changes to this property will trigger replacement. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags Changes to this property will trigger replacement. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name Changes to this property will trigger replacement. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags Changes to this property will trigger replacement. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostname_label Changes to this property will trigger replacement. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details Changes to this property will trigger replacement. Sequence[core.InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail]
nsg_ids Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes Changes to this property will trigger replacement. Mapping[str, str]
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skip_source_dest_check Changes to this property will trigger replacement. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id Changes to this property will trigger replacement. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp Changes to this property will trigger replacement. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags Changes to this property will trigger replacement. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName Changes to this property will trigger replacement. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags Changes to this property will trigger replacement. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
hostnameLabel Changes to this property will trigger replacement. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails Changes to this property will trigger replacement. List<Property Map>
nsgIds Changes to this property will trigger replacement. 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 Changes to this property will trigger replacement. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes Changes to this property will trigger replacement. Map<String>
Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
skipSourceDestCheck Changes to this property will trigger replacement. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId Changes to this property will trigger replacement. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail
, InstanceConfigurationInstanceDetailsSecondaryVnicCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs

Ipv6address Changes to this property will trigger replacement. string
Ipv6subnetCidr Changes to this property will trigger replacement. string
Ipv6address Changes to this property will trigger replacement. string
Ipv6subnetCidr Changes to this property will trigger replacement. string
ipv6address Changes to this property will trigger replacement. String
ipv6subnetCidr Changes to this property will trigger replacement. String
ipv6address Changes to this property will trigger replacement. string
ipv6subnetCidr Changes to this property will trigger replacement. string
ipv6address Changes to this property will trigger replacement. str
ipv6subnet_cidr Changes to this property will trigger replacement. str
ipv6address Changes to this property will trigger replacement. String
ipv6subnetCidr Changes to this property will trigger replacement. String

Import

InstanceConfigurations can be imported using the id, e.g.

$ pulumi import oci:Core/instanceConfiguration:InstanceConfiguration test_instance_configuration "id"
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.