1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getInstanceConfigurations
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Core.getInstanceConfigurations

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides the list of Instance Configurations in Oracle Cloud Infrastructure Core service.

Lists the instance configurations in the specified compartment.

Example Usage

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

const testInstanceConfigurations = oci.Core.getInstanceConfigurations({
    compartmentId: compartmentId,
});
Copy
import pulumi
import pulumi_oci as oci

test_instance_configurations = oci.Core.get_instance_configurations(compartment_id=compartment_id)
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.GetInstanceConfigurations(ctx, &core.GetInstanceConfigurationsArgs{
			CompartmentId: compartmentId,
		}, nil)
		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 testInstanceConfigurations = Oci.Core.GetInstanceConfigurations.Invoke(new()
    {
        CompartmentId = compartmentId,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetInstanceConfigurationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testInstanceConfigurations = CoreFunctions.getInstanceConfigurations(GetInstanceConfigurationsArgs.builder()
            .compartmentId(compartmentId)
            .build());

    }
}
Copy
variables:
  testInstanceConfigurations:
    fn::invoke:
      function: oci:Core:getInstanceConfigurations
      arguments:
        compartmentId: ${compartmentId}
Copy

Using getInstanceConfigurations

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getInstanceConfigurations(args: GetInstanceConfigurationsArgs, opts?: InvokeOptions): Promise<GetInstanceConfigurationsResult>
function getInstanceConfigurationsOutput(args: GetInstanceConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetInstanceConfigurationsResult>
Copy
def get_instance_configurations(compartment_id: Optional[str] = None,
                                filters: Optional[Sequence[_core.GetInstanceConfigurationsFilter]] = None,
                                opts: Optional[InvokeOptions] = None) -> GetInstanceConfigurationsResult
def get_instance_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetInstanceConfigurationsFilterArgs]]]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetInstanceConfigurationsResult]
Copy
func GetInstanceConfigurations(ctx *Context, args *GetInstanceConfigurationsArgs, opts ...InvokeOption) (*GetInstanceConfigurationsResult, error)
func GetInstanceConfigurationsOutput(ctx *Context, args *GetInstanceConfigurationsOutputArgs, opts ...InvokeOption) GetInstanceConfigurationsResultOutput
Copy

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

public static class GetInstanceConfigurations 
{
    public static Task<GetInstanceConfigurationsResult> InvokeAsync(GetInstanceConfigurationsArgs args, InvokeOptions? opts = null)
    public static Output<GetInstanceConfigurationsResult> Invoke(GetInstanceConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetInstanceConfigurationsResult> getInstanceConfigurations(GetInstanceConfigurationsArgs args, InvokeOptions options)
public static Output<GetInstanceConfigurationsResult> getInstanceConfigurations(GetInstanceConfigurationsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Core/getInstanceConfigurations:getInstanceConfigurations
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The OCID of the compartment.
Filters Changes to this property will trigger replacement. List<GetInstanceConfigurationsFilter>
CompartmentId This property is required. string
The OCID of the compartment.
Filters Changes to this property will trigger replacement. []GetInstanceConfigurationsFilter
compartmentId This property is required. String
The OCID of the compartment.
filters Changes to this property will trigger replacement. List<GetInstanceConfigurationsFilter>
compartmentId This property is required. string
The OCID of the compartment.
filters Changes to this property will trigger replacement. GetInstanceConfigurationsFilter[]
compartment_id This property is required. str
The OCID of the compartment.
filters Changes to this property will trigger replacement. Sequence[core.GetInstanceConfigurationsFilter]
compartmentId This property is required. String
The OCID of the compartment.
filters Changes to this property will trigger replacement. List<Property Map>

getInstanceConfigurations Result

The following output properties are available:

CompartmentId string
The OCID of the compartment containing images to search
Id string
The provider-assigned unique ID for this managed resource.
InstanceConfigurations List<GetInstanceConfigurationsInstanceConfiguration>
The list of instance_configurations.
Filters List<GetInstanceConfigurationsFilter>
CompartmentId string
The OCID of the compartment containing images to search
Id string
The provider-assigned unique ID for this managed resource.
InstanceConfigurations []GetInstanceConfigurationsInstanceConfiguration
The list of instance_configurations.
Filters []GetInstanceConfigurationsFilter
compartmentId String
The OCID of the compartment containing images to search
id String
The provider-assigned unique ID for this managed resource.
instanceConfigurations List<GetInstanceConfigurationsInstanceConfiguration>
The list of instance_configurations.
filters List<GetInstanceConfigurationsFilter>
compartmentId string
The OCID of the compartment containing images to search
id string
The provider-assigned unique ID for this managed resource.
instanceConfigurations GetInstanceConfigurationsInstanceConfiguration[]
The list of instance_configurations.
filters GetInstanceConfigurationsFilter[]
compartment_id str
The OCID of the compartment containing images to search
id str
The provider-assigned unique ID for this managed resource.
instance_configurations Sequence[core.GetInstanceConfigurationsInstanceConfiguration]
The list of instance_configurations.
filters Sequence[core.GetInstanceConfigurationsFilter]
compartmentId String
The OCID of the compartment containing images to search
id String
The provider-assigned unique ID for this managed resource.
instanceConfigurations List<Property Map>
The list of instance_configurations.
filters List<Property Map>

Supporting Types

GetInstanceConfigurationsFilter

Name This property is required. string
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
Values This property is required. List<string>
Regex bool
Name This property is required. string
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
Values This property is required. []string
Regex bool
name This property is required. String
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
values This property is required. List<String>
regex Boolean
name This property is required. string
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
values This property is required. string[]
regex boolean
name This property is required. str
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
values This property is required. Sequence[str]
regex bool
name This property is required. String
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
values This property is required. List<String>
regex Boolean

GetInstanceConfigurationsInstanceConfiguration

CompartmentId This property is required. string
The OCID of the compartment.
DeferredFields This property is required. 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 This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id This property is required. string
The OCID of the volume backup.
InstanceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetail>
InstanceId This property is required. string
Source This property is required. string
TimeCreated This property is required. string
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
CompartmentId This property is required. string
The OCID of the compartment.
DeferredFields This property is required. []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 This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id This property is required. string
The OCID of the volume backup.
InstanceDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetail
InstanceId This property is required. string
Source This property is required. string
TimeCreated This property is required. string
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. String
The OCID of the compartment.
deferredFields This property is required. 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 This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. String
The OCID of the volume backup.
instanceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetail>
instanceId This property is required. String
source This property is required. String
timeCreated This property is required. String
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. string
The OCID of the compartment.
deferredFields This property is required. 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 This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. string
The OCID of the volume backup.
instanceDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetail[]
instanceId This property is required. string
source This property is required. string
timeCreated This property is required. 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 This property is required. str
The OCID of the compartment.
deferred_fields This property is required. 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 This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. str
The OCID of the volume backup.
instance_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetail]
instance_id This property is required. str
source This property is required. str
time_created This property is required. str
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. String
The OCID of the compartment.
deferredFields This property is required. 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 This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. String
The OCID of the volume backup.
instanceDetails This property is required. List<Property Map>
instanceId This property is required. String
source This property is required. String
timeCreated This property is required. String
The date and time the instance configuration was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

GetInstanceConfigurationsInstanceConfigurationInstanceDetail

BlockVolumes This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume>
Block volume parameters.
InstanceType This property is required. string
The type of instance details. Supported instanceType is compute
LaunchDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail>
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
Options This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption>
Multiple Compute Instance Configuration instance details.
SecondaryVnics This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic>
Secondary VNIC parameters.
BlockVolumes This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume
Block volume parameters.
InstanceType This property is required. string
The type of instance details. Supported instanceType is compute
LaunchDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
Options This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption
Multiple Compute Instance Configuration instance details.
SecondaryVnics This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic
Secondary VNIC parameters.
blockVolumes This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume>
Block volume parameters.
instanceType This property is required. String
The type of instance details. Supported instanceType is compute
launchDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail>
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
options This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption>
Multiple Compute Instance Configuration instance details.
secondaryVnics This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic>
Secondary VNIC parameters.
blockVolumes This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume[]
Block volume parameters.
instanceType This property is required. string
The type of instance details. Supported instanceType is compute
launchDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail[]
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
options This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption[]
Multiple Compute Instance Configuration instance details.
secondaryVnics This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic[]
Secondary VNIC parameters.
block_volumes This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume]
Block volume parameters.
instance_type This property is required. str
The type of instance details. Supported instanceType is compute
launch_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail]
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
options This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption]
Multiple Compute Instance Configuration instance details.
secondary_vnics This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic]
Secondary VNIC parameters.
blockVolumes This property is required. List<Property Map>
Block volume parameters.
instanceType This property is required. String
The type of instance details. Supported instanceType is compute
launchDetails This property is required. List<Property Map>
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
options This property is required. List<Property Map>
Multiple Compute Instance Configuration instance details.
secondaryVnics This property is required. List<Property Map>
Secondary VNIC parameters.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume

AttachDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail>
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail>
Creates a new block volume. Please see CreateVolumeDetails
VolumeId This property is required. string
The OCID of the volume.
AttachDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail
Creates a new block volume. Please see CreateVolumeDetails
VolumeId This property is required. string
The OCID of the volume.
attachDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail>
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail>
Creates a new block volume. Please see CreateVolumeDetails
volumeId This property is required. String
The OCID of the volume.
attachDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail[]
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail[]
Creates a new block volume. Please see CreateVolumeDetails
volumeId This property is required. string
The OCID of the volume.
attach_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail]
Volume attachmentDetails. Please see AttachVolumeDetails
create_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail]
Creates a new block volume. Please see CreateVolumeDetails
volume_id This property is required. str
The OCID of the volume.
attachDetails This property is required. List<Property Map>
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails This property is required. List<Property Map>
Creates a new block volume. Please see CreateVolumeDetails
volumeId This property is required. String
The OCID of the volume.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail

Device This property is required. string
The device name.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
IsReadOnly This property is required. bool
Whether the attachment should be created in read-only mode.
IsShareable This property is required. bool
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
Type This property is required. string
The type of action to run when the instance is interrupted for eviction.
UseChap This property is required. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
Device This property is required. string
The device name.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
IsReadOnly This property is required. bool
Whether the attachment should be created in read-only mode.
IsShareable This property is required. bool
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
Type This property is required. string
The type of action to run when the instance is interrupted for eviction.
UseChap This property is required. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. String
The device name.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
isReadOnly This property is required. Boolean
Whether the attachment should be created in read-only mode.
isShareable This property is required. Boolean
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. String
The type of action to run when the instance is interrupted for eviction.
useChap This property is required. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. string
The device name.
displayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled This property is required. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
isReadOnly This property is required. boolean
Whether the attachment should be created in read-only mode.
isShareable This property is required. boolean
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. string
The type of action to run when the instance is interrupted for eviction.
useChap This property is required. boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. str
The device name.
display_name This property is required. 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 This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
is_read_only This property is required. bool
Whether the attachment should be created in read-only mode.
is_shareable This property is required. bool
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. str
The type of action to run when the instance is interrupted for eviction.
use_chap This property is required. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. String
The device name.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
isReadOnly This property is required. Boolean
Whether the attachment should be created in read-only mode.
isShareable This property is required. Boolean
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. String
The type of action to run when the instance is interrupted for eviction.
useChap This property is required. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail

AutotunePolicies This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy>
The list of autotune policies enabled for this volume.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
BackupPolicyId This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica>
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. 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 This property is required. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs This property is required. string
The size of the volume in GBs.
SourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail>
VpusPerGb This property is required. 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.
XrcKmsKeyId This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy
The list of autotune policies enabled for this volume.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
BackupPolicyId This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. 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 This property is required. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs This property is required. string
The size of the volume in GBs.
SourceDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail
VpusPerGb This property is required. 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.
XrcKmsKeyId This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy>
The list of autotune policies enabled for this volume.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
backupPolicyId This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica>
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. 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 This property is required. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs This property is required. String
The size of the volume in GBs.
sourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail>
vpusPerGb This property is required. 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.
xrcKmsKeyId This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy[]
The list of autotune policies enabled for this volume.
availabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
backupPolicyId This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica[]
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
compartmentId This property is required. string
The OCID of the compartment.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[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 This property is required. 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 This property is required. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs This property is required. string
The size of the volume in GBs.
sourceDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail[]
vpusPerGb This property is required. 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.
xrcKmsKeyId This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy]
The list of autotune policies enabled for this volume.
availability_domain This property is required. str
The availability domain of the instance. Example: Uocm:PHX-AD-1
backup_policy_id This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica]
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
cluster_placement_group_id This property is required. str
The OCID of the cluster placement group of the instance.
compartment_id This property is required. str
The OCID of the compartment.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. 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 This property is required. 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 This property is required. str
The OCID of the Vault service key to assign as the master encryption key for the volume.
size_in_gbs This property is required. str
The size of the volume in GBs.
source_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail]
vpus_per_gb This property is required. 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.
xrc_kms_key_id This property is required. 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 This property is required. List<Property Map>
The list of autotune policies enabled for this volume.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
backupPolicyId This property is required. 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 This property is required. List<Property Map>
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. 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 This property is required. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs This property is required. String
The size of the volume in GBs.
sourceDetails This property is required. List<Property Map>
vpusPerGb This property is required. 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.
xrcKmsKeyId This property is required. 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.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail

AgentConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig>
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig>
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId This property is required. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
CreateVnicDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId This property is required. string
The OCID of the dedicated virtual machine host to place the instance on.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption>
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript This property is required. string
This is an advanced option.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
LaunchMode This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption>
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig>
List of licensing configurations associated with target launch values.
Metadata This property is required. Dictionary<string, string>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
PlatformConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig>
The platform configuration requested for the instance.
PreemptibleInstanceConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig>
Configuration options for preemptible instances.
PreferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
ShapeConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig>
The shape configuration requested for the instance.
SourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail>
AgentConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId This property is required. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
CreateVnicDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId This property is required. string
The OCID of the dedicated virtual machine host to place the instance on.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript This property is required. string
This is an advanced option.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
LaunchMode This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig
List of licensing configurations associated with target launch values.
Metadata This property is required. map[string]string
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
PlatformConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig
The platform configuration requested for the instance.
PreemptibleInstanceConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig
Configuration options for preemptible instances.
PreferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
ShapeConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig
The shape configuration requested for the instance.
SourceDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail
agentConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig>
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig>
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId This property is required. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
createVnicDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId This property is required. String
The OCID of the dedicated virtual machine host to place the instance on.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption>
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript This property is required. String
This is an advanced option.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption>
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig>
List of licensing configurations associated with target launch values.
metadata This property is required. Map<String,String>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig>
The platform configuration requested for the instance.
preemptibleInstanceConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig>
Configuration options for preemptible instances.
preferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. String
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig>
The shape configuration requested for the instance.
sourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail>
agentConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig[]
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig[]
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId This property is required. string
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
compartmentId This property is required. string
The OCID of the compartment.
createVnicDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail[]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId This property is required. string
The OCID of the dedicated virtual machine host to place the instance on.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata This property is required. {[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 This property is required. 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 This property is required. {[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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption[]
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript This property is required. string
This is an advanced option.
isPvEncryptionInTransitEnabled This property is required. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption[]
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig[]
List of licensing configurations associated with target launch values.
metadata This property is required. {[key: string]: string}
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig[]
The platform configuration requested for the instance.
preemptibleInstanceConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig[]
Configuration options for preemptible instances.
preferredMaintenanceAction This property is required. 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 This property is required. {[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 This property is required. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig[]
The shape configuration requested for the instance.
sourceDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail[]
agent_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig]
Configuration options for the Oracle Cloud Agent software running on the instance.
availability_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig]
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availability_domain This property is required. str
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacity_reservation_id This property is required. str
The OCID of the compute capacity reservation this instance is launched under.
cluster_placement_group_id This property is required. str
The OCID of the cluster placement group of the instance.
compartment_id This property is required. str
The OCID of the compartment.
create_vnic_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicated_vm_host_id This property is required. str
The OCID of the dedicated virtual machine host to place the instance on.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extended_metadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption]
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxe_script This property is required. str
This is an advanced option.
is_pv_encryption_in_transit_enabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launch_mode This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption]
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensing_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig]
List of licensing configurations associated with target launch values.
metadata This property is required. Mapping[str, str]
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platform_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig]
The platform configuration requested for the instance.
preemptible_instance_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig]
Configuration options for preemptible instances.
preferred_maintenance_action This property is required. 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 This property is required. 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 This property is required. str
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shape_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig]
The shape configuration requested for the instance.
source_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail]
agentConfigs This property is required. List<Property Map>
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfigs This property is required. List<Property Map>
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId This property is required. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
createVnicDetails This property is required. List<Property Map>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId This property is required. String
The OCID of the dedicated virtual machine host to place the instance on.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata This property is required. Map<String>
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
faultDomain This property is required. 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 This property is required. 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 This property is required. List<Property Map>
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript This property is required. String
This is an advanced option.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode This property is required. 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 This property is required. List<Property Map>
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs This property is required. List<Property Map>
List of licensing configurations associated with target launch values.
metadata This property is required. Map<String>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfigs This property is required. List<Property Map>
The platform configuration requested for the instance.
preemptibleInstanceConfigs This property is required. List<Property Map>
Configuration options for preemptible instances.
preferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. String
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfigs This property is required. List<Property Map>
The shape configuration requested for the instance.
sourceDetails This property is required. List<Property Map>

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig

DesiredState This property is required. string
Whether the plugin should be enabled or disabled.
Name This property is required. 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 This property is required. string
Whether the plugin should be enabled or disabled.
Name This property is required. 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 This property is required. String
Whether the plugin should be enabled or disabled.
name This property is required. 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 This property is required. string
Whether the plugin should be enabled or disabled.
name This property is required. 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 This property is required. str
Whether the plugin should be enabled or disabled.
name This property is required. 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 This property is required. String
Whether the plugin should be enabled or disabled.
name This property is required. String
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig

IsLiveMigrationPreferred This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail

AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
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 This property is required. []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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. {[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 This property is required. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. 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 This property is required. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
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 This property is required. 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 This property is required. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id This property is required. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. 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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. str
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption

AreLegacyImdsEndpointsDisabled This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption

BootVolumeType This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled This property is required. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable consistent volume naming feature. Defaults to false.
is_pv_encryption_in_transit_enabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
network_type This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType This property is required. 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 This property is required. 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.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig

LicenseType This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
LicenseType This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
licenseType This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.
licenseType This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
license_type This property is required. 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. str
The type of action to run when the instance is interrupted for eviction.
licenseType This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig

AreVirtualInstructionsEnabled This property is required. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
ConfigMap This property is required. Dictionary<string, string>
Instance Platform Configuration Configuration Map for flexible setting input.
IsAccessControlServiceEnabled This property is required. 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 This property is required. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled This property is required. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled This property is required. 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 This property is required. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled This property is required. bool
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
IsTrustedPlatformModuleEnabled This property is required. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket This property is required. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
AreVirtualInstructionsEnabled This property is required. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
ConfigMap This property is required. map[string]string
Instance Platform Configuration Configuration Map for flexible setting input.
IsAccessControlServiceEnabled This property is required. 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 This property is required. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled This property is required. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled This property is required. 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 This property is required. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled This property is required. bool
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
IsTrustedPlatformModuleEnabled This property is required. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket This property is required. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled This property is required. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
configMap This property is required. Map<String,String>
Instance Platform Configuration Configuration Map for flexible setting input.
isAccessControlServiceEnabled This property is required. 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 This property is required. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled This property is required. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled This property is required. 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 This property is required. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled This property is required. Boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled This property is required. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket This property is required. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled This property is required. boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
configMap This property is required. {[key: string]: string}
Instance Platform Configuration Configuration Map for flexible setting input.
isAccessControlServiceEnabled This property is required. 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 This property is required. boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled This property is required. boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled This property is required. 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 This property is required. boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled This property is required. boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled This property is required. boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket This property is required. string
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
are_virtual_instructions_enabled This property is required. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
config_map This property is required. Mapping[str, str]
Instance Platform Configuration Configuration Map for flexible setting input.
is_access_control_service_enabled This property is required. 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 This property is required. bool
Whether the input-output memory management unit is enabled.
is_measured_boot_enabled This property is required. bool
Whether the Measured Boot feature is enabled on the instance.
is_memory_encryption_enabled This property is required. 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 This property is required. bool
Whether Secure Boot is enabled on the instance.
is_symmetric_multi_threading_enabled This property is required. 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 This property is required. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numa_nodes_per_socket This property is required. str
The number of NUMA nodes per socket (NPS).
percentage_of_cores_enabled This property is required. 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. str
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled This property is required. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
configMap This property is required. Map<String>
Instance Platform Configuration Configuration Map for flexible setting input.
isAccessControlServiceEnabled This property is required. 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 This property is required. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled This property is required. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled This property is required. 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 This property is required. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled This property is required. Boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled This property is required. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket This property is required. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig

PreemptionActions This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction>
The action to run when the preemptible instance is interrupted for eviction.
PreemptionActions This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionActions This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction>
The action to run when the preemptible instance is interrupted for eviction.
preemptionActions This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction[]
The action to run when the preemptible instance is interrupted for eviction.
preemption_actions This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction]
The action to run when the preemptible instance is interrupted for eviction.
preemptionActions This property is required. List<Property Map>
The action to run when the preemptible instance is interrupted for eviction.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig

BaselineOcpuUtilization This property is required. 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 This property is required. double
The total amount of memory available to the instance, in gigabytes.
Nvmes This property is required. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus This property is required. double
The total number of OCPUs available to the instance.
Vcpus This property is required. 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 This property is required. 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 This property is required. float64
The total amount of memory available to the instance, in gigabytes.
Nvmes This property is required. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus This property is required. float64
The total number of OCPUs available to the instance.
Vcpus This property is required. 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 This property is required. 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 This property is required. Double
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. Integer
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. Double
The total number of OCPUs available to the instance.
vcpus This property is required. 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 This property is required. 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 This property is required. number
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. number
The total number of OCPUs available to the instance.
vcpus This property is required. 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 This property is required. 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 This property is required. float
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. float
The total number of OCPUs available to the instance.
vcpus This property is required. 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 This property is required. 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 This property is required. Number
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. Number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. Number
The total number of OCPUs available to the instance.
vcpus This property is required. Number
The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail

CompartmentId This property is required. string
The OCID of the compartment.
DefinedTagsFilter This property is required. 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 This property is required. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion This property is required. string
The image's operating system version. Example: 7.2
CompartmentId This property is required. string
The OCID of the compartment.
DefinedTagsFilter This property is required. 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 This property is required. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion This property is required. string
The image's operating system version. Example: 7.2
compartmentId This property is required. String
The OCID of the compartment.
definedTagsFilter This property is required. 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 This property is required. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion This property is required. String
The image's operating system version. Example: 7.2
compartmentId This property is required. string
The OCID of the compartment.
definedTagsFilter This property is required. {[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 This property is required. string
The image's operating system. Example: Oracle Linux
operatingSystemVersion This property is required. string
The image's operating system version. Example: 7.2
compartment_id This property is required. str
The OCID of the compartment.
defined_tags_filter This property is required. 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 This property is required. str
The image's operating system. Example: Oracle Linux
operating_system_version This property is required. str
The image's operating system version. Example: 7.2
compartmentId This property is required. String
The OCID of the compartment.
definedTagsFilter This property is required. Map<String>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem This property is required. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion This property is required. String
The image's operating system version. Example: 7.2

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption

BlockVolumes This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume>
Block volume parameters.
LaunchDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail>
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
SecondaryVnics This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic>
Secondary VNIC parameters.
BlockVolumes This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume
Block volume parameters.
LaunchDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
SecondaryVnics This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic
Secondary VNIC parameters.
blockVolumes This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume>
Block volume parameters.
launchDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail>
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
secondaryVnics This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic>
Secondary VNIC parameters.
blockVolumes This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume[]
Block volume parameters.
launchDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail[]
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
secondaryVnics This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic[]
Secondary VNIC parameters.
block_volumes This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume]
Block volume parameters.
launch_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail]
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
secondary_vnics This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic]
Secondary VNIC parameters.
blockVolumes This property is required. List<Property Map>
Block volume parameters.
launchDetails This property is required. List<Property Map>
Instance launch details for creating an instance from an instance configuration. Use the sourceDetails parameter to specify whether a boot volume or an image should be used to launch a new instance.
secondaryVnics This property is required. List<Property Map>
Secondary VNIC parameters.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume

AttachDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail>
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail>
Creates a new block volume. Please see CreateVolumeDetails
VolumeId This property is required. string
The OCID of the volume.
AttachDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail
Volume attachmentDetails. Please see AttachVolumeDetails
CreateDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail
Creates a new block volume. Please see CreateVolumeDetails
VolumeId This property is required. string
The OCID of the volume.
attachDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail>
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail>
Creates a new block volume. Please see CreateVolumeDetails
volumeId This property is required. String
The OCID of the volume.
attachDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail[]
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail[]
Creates a new block volume. Please see CreateVolumeDetails
volumeId This property is required. string
The OCID of the volume.
attachDetails This property is required. List<Property Map>
Volume attachmentDetails. Please see AttachVolumeDetails
createDetails This property is required. List<Property Map>
Creates a new block volume. Please see CreateVolumeDetails
volumeId This property is required. String
The OCID of the volume.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail

Device This property is required. string
The device name.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
IsReadOnly This property is required. bool
Whether the attachment should be created in read-only mode.
IsShareable This property is required. bool
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
Type This property is required. string
The type of action to run when the instance is interrupted for eviction.
UseChap This property is required. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
Device This property is required. string
The device name.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
IsReadOnly This property is required. bool
Whether the attachment should be created in read-only mode.
IsShareable This property is required. bool
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
Type This property is required. string
The type of action to run when the instance is interrupted for eviction.
UseChap This property is required. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. String
The device name.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
isReadOnly This property is required. Boolean
Whether the attachment should be created in read-only mode.
isShareable This property is required. Boolean
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. String
The type of action to run when the instance is interrupted for eviction.
useChap This property is required. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. string
The device name.
displayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled This property is required. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
isReadOnly This property is required. boolean
Whether the attachment should be created in read-only mode.
isShareable This property is required. boolean
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. string
The type of action to run when the instance is interrupted for eviction.
useChap This property is required. boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. str
The device name.
display_name This property is required. 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 This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
is_read_only This property is required. bool
Whether the attachment should be created in read-only mode.
is_shareable This property is required. bool
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. str
The type of action to run when the instance is interrupted for eviction.
use_chap This property is required. bool
Whether to use CHAP authentication for the volume attachment. Defaults to false.
device This property is required. String
The device name.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
isReadOnly This property is required. Boolean
Whether the attachment should be created in read-only mode.
isShareable This property is required. Boolean
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
type This property is required. String
The type of action to run when the instance is interrupted for eviction.
useChap This property is required. Boolean
Whether to use CHAP authentication for the volume attachment. Defaults to false.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail

AutotunePolicies This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy>
The list of autotune policies enabled for this volume.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
BackupPolicyId This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica>
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. 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 This property is required. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs This property is required. string
The size of the volume in GBs.
SourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail>
VpusPerGb This property is required. 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.
XrcKmsKeyId This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy
The list of autotune policies enabled for this volume.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
BackupPolicyId This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. 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 This property is required. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
SizeInGbs This property is required. string
The size of the volume in GBs.
SourceDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail
VpusPerGb This property is required. 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.
XrcKmsKeyId This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy>
The list of autotune policies enabled for this volume.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
backupPolicyId This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica>
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. 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 This property is required. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs This property is required. String
The size of the volume in GBs.
sourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail>
vpusPerGb This property is required. 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.
xrcKmsKeyId This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy[]
The list of autotune policies enabled for this volume.
availabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
backupPolicyId This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica[]
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
compartmentId This property is required. string
The OCID of the compartment.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[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 This property is required. 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 This property is required. string
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs This property is required. string
The size of the volume in GBs.
sourceDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail[]
vpusPerGb This property is required. 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.
xrcKmsKeyId This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy]
The list of autotune policies enabled for this volume.
availability_domain This property is required. str
The availability domain of the instance. Example: Uocm:PHX-AD-1
backup_policy_id This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica]
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
cluster_placement_group_id This property is required. str
The OCID of the cluster placement group of the instance.
compartment_id This property is required. str
The OCID of the compartment.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. 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 This property is required. 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 This property is required. str
The OCID of the Vault service key to assign as the master encryption key for the volume.
size_in_gbs This property is required. str
The size of the volume in GBs.
source_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail]
vpus_per_gb This property is required. 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.
xrc_kms_key_id This property is required. 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 This property is required. List<Property Map>
The list of autotune policies enabled for this volume.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
backupPolicyId This property is required. 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 This property is required. List<Property Map>
The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. 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 This property is required. String
The OCID of the Vault service key to assign as the master encryption key for the volume.
sizeInGbs This property is required. String
The size of the volume in GBs.
sourceDetails This property is required. List<Property Map>
vpusPerGb This property is required. 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.
xrcKmsKeyId This property is required. 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.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail

AgentConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig>
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig>
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId This property is required. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
CreateVnicDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId This property is required. string
The OCID of the dedicated virtual machine host to place the instance on.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption>
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript This property is required. string
This is an advanced option.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
LaunchMode This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption>
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig>
List of licensing configurations associated with target launch values.
Metadata This property is required. Dictionary<string, string>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
PlatformConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig>
The platform configuration requested for the instance.
PreemptibleInstanceConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig>
Configuration options for preemptible instances.
PreferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
ShapeConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig>
The shape configuration requested for the instance.
SourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail>
AgentConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig
Configuration options for the Oracle Cloud Agent software running on the instance.
AvailabilityConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
AvailabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
CapacityReservationId This property is required. string
The OCID of the compute capacity reservation this instance is launched under.
ClusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
CompartmentId This property is required. string
The OCID of the compartment.
CreateVnicDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DedicatedVmHostId This property is required. string
The OCID of the dedicated virtual machine host to place the instance on.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
ExtendedMetadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
IpxeScript This property is required. string
This is an advanced option.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
LaunchMode This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
LicensingConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig
List of licensing configurations associated with target launch values.
Metadata This property is required. map[string]string
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
PlatformConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig
The platform configuration requested for the instance.
PreemptibleInstanceConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig
Configuration options for preemptible instances.
PreferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
ShapeConfigs This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig
The shape configuration requested for the instance.
SourceDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail
agentConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig>
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig>
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId This property is required. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
createVnicDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId This property is required. String
The OCID of the dedicated virtual machine host to place the instance on.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption>
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript This property is required. String
This is an advanced option.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption>
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig>
List of licensing configurations associated with target launch values.
metadata This property is required. Map<String,String>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig>
The platform configuration requested for the instance.
preemptibleInstanceConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig>
Configuration options for preemptible instances.
preferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. String
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfigs This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig>
The shape configuration requested for the instance.
sourceDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail>
agentConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig[]
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig[]
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain This property is required. string
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId This property is required. string
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId This property is required. string
The OCID of the cluster placement group of the instance.
compartmentId This property is required. string
The OCID of the compartment.
createVnicDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail[]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId This property is required. string
The OCID of the dedicated virtual machine host to place the instance on.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata This property is required. {[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 This property is required. 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 This property is required. {[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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption[]
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript This property is required. string
This is an advanced option.
isPvEncryptionInTransitEnabled This property is required. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption[]
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig[]
List of licensing configurations associated with target launch values.
metadata This property is required. {[key: string]: string}
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig[]
The platform configuration requested for the instance.
preemptibleInstanceConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig[]
Configuration options for preemptible instances.
preferredMaintenanceAction This property is required. 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 This property is required. {[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 This property is required. string
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfigs This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig[]
The shape configuration requested for the instance.
sourceDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail[]
agent_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig]
Configuration options for the Oracle Cloud Agent software running on the instance.
availability_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig]
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availability_domain This property is required. str
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacity_reservation_id This property is required. str
The OCID of the compute capacity reservation this instance is launched under.
cluster_placement_group_id This property is required. str
The OCID of the cluster placement group of the instance.
compartment_id This property is required. str
The OCID of the compartment.
create_vnic_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicated_vm_host_id This property is required. str
The OCID of the dedicated virtual machine host to place the instance on.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extended_metadata This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption]
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxe_script This property is required. str
This is an advanced option.
is_pv_encryption_in_transit_enabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launch_mode This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption]
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensing_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig]
List of licensing configurations associated with target launch values.
metadata This property is required. Mapping[str, str]
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platform_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig]
The platform configuration requested for the instance.
preemptible_instance_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig]
Configuration options for preemptible instances.
preferred_maintenance_action This property is required. 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 This property is required. 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 This property is required. str
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shape_configs This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig]
The shape configuration requested for the instance.
source_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail]
agentConfigs This property is required. List<Property Map>
Configuration options for the Oracle Cloud Agent software running on the instance.
availabilityConfigs This property is required. List<Property Map>
Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
availabilityDomain This property is required. String
The availability domain of the instance. Example: Uocm:PHX-AD-1
capacityReservationId This property is required. String
The OCID of the compute capacity reservation this instance is launched under.
clusterPlacementGroupId This property is required. String
The OCID of the cluster placement group of the instance.
compartmentId This property is required. String
The OCID of the compartment.
createVnicDetails This property is required. List<Property Map>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
dedicatedVmHostId This property is required. String
The OCID of the dedicated virtual machine host to place the instance on.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
extendedMetadata This property is required. Map<String>
Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadata object.
faultDomain This property is required. 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 This property is required. 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 This property is required. List<Property Map>
Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
ipxeScript This property is required. String
This is an advanced option.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
launchMode This property is required. 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 This property is required. List<Property Map>
Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
licensingConfigs This property is required. List<Property Map>
List of licensing configurations associated with target launch values.
metadata This property is required. Map<String>
Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
platformConfigs This property is required. List<Property Map>
The platform configuration requested for the instance.
preemptibleInstanceConfigs This property is required. List<Property Map>
Configuration options for preemptible instances.
preferredMaintenanceAction This property is required. 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 This property is required. 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 This property is required. String
The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
shapeConfigs This property is required. List<Property Map>
The shape configuration requested for the instance.
sourceDetails This property is required. List<Property Map>

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig

DesiredState This property is required. string
Whether the plugin should be enabled or disabled.
Name This property is required. 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 This property is required. string
Whether the plugin should be enabled or disabled.
Name This property is required. 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 This property is required. String
Whether the plugin should be enabled or disabled.
name This property is required. 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 This property is required. string
Whether the plugin should be enabled or disabled.
name This property is required. 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 This property is required. str
Whether the plugin should be enabled or disabled.
name This property is required. 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 This property is required. String
Whether the plugin should be enabled or disabled.
name This property is required. String
The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig

IsLiveMigrationPreferred This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The lifecycle state for an instance when it is recovered after infrastructure maintenance.

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail

AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
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 This property is required. []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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. {[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 This property is required. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. 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 This property is required. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
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 This property is required. 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 This property is required. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id This property is required. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. 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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. str
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption

AreLegacyImdsEndpointsDisabled This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption

BootVolumeType This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable consistent volume naming feature. Defaults to false.
IsPvEncryptionInTransitEnabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
NetworkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled This property is required. boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. bool
Whether to enable consistent volume naming feature. Defaults to false.
is_pv_encryption_in_transit_enabled This property is required. bool
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
network_type This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Boolean
Whether to enable consistent volume naming feature. Defaults to false.
isPvEncryptionInTransitEnabled This property is required. Boolean
Deprecated. Instead use isPvEncryptionInTransitEnabled in InstanceConfigurationLaunchInstanceDetails.
networkType This property is required. 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 This property is required. 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.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig

LicenseType This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
LicenseType This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
licenseType This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.
licenseType This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
license_type This property is required. 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. str
The type of action to run when the instance is interrupted for eviction.
licenseType This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig

AreVirtualInstructionsEnabled This property is required. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
IsAccessControlServiceEnabled This property is required. 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 This property is required. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled This property is required. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled This property is required. 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 This property is required. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled This property is required. bool
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
IsTrustedPlatformModuleEnabled This property is required. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket This property is required. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
AreVirtualInstructionsEnabled This property is required. bool
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
IsAccessControlServiceEnabled This property is required. 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 This property is required. bool
Whether the input-output memory management unit is enabled.
IsMeasuredBootEnabled This property is required. bool
Whether the Measured Boot feature is enabled on the instance.
IsMemoryEncryptionEnabled This property is required. 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 This property is required. bool
Whether Secure Boot is enabled on the instance.
IsSymmetricMultiThreadingEnabled This property is required. bool
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
IsTrustedPlatformModuleEnabled This property is required. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
NumaNodesPerSocket This property is required. string
The number of NUMA nodes per socket (NPS).
PercentageOfCoresEnabled This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled This property is required. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
isAccessControlServiceEnabled This property is required. 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 This property is required. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled This property is required. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled This property is required. 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 This property is required. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled This property is required. Boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled This property is required. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket This property is required. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled This property is required. boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
isAccessControlServiceEnabled This property is required. 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 This property is required. boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled This property is required. boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled This property is required. 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 This property is required. boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled This property is required. boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled This property is required. boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket This property is required. string
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled This property is required. 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. string
The type of action to run when the instance is interrupted for eviction.
are_virtual_instructions_enabled This property is required. 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 This property is required. 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 This property is required. bool
Whether the input-output memory management unit is enabled.
is_measured_boot_enabled This property is required. bool
Whether the Measured Boot feature is enabled on the instance.
is_memory_encryption_enabled This property is required. 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 This property is required. bool
Whether Secure Boot is enabled on the instance.
is_symmetric_multi_threading_enabled This property is required. 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 This property is required. bool
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numa_nodes_per_socket This property is required. str
The number of NUMA nodes per socket (NPS).
percentage_of_cores_enabled This property is required. 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. str
The type of action to run when the instance is interrupted for eviction.
areVirtualInstructionsEnabled This property is required. Boolean
Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
isAccessControlServiceEnabled This property is required. 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 This property is required. Boolean
Whether the input-output memory management unit is enabled.
isMeasuredBootEnabled This property is required. Boolean
Whether the Measured Boot feature is enabled on the instance.
isMemoryEncryptionEnabled This property is required. 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 This property is required. Boolean
Whether Secure Boot is enabled on the instance.
isSymmetricMultiThreadingEnabled This property is required. Boolean
Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
isTrustedPlatformModuleEnabled This property is required. Boolean
Whether the Trusted Platform Module (TPM) is enabled on the instance.
numaNodesPerSocket This property is required. String
The number of NUMA nodes per socket (NPS).
percentageOfCoresEnabled This property is required. 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. String
The type of action to run when the instance is interrupted for eviction.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig

PreemptionActions This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction>
The action to run when the preemptible instance is interrupted for eviction.
PreemptionActions This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction
The action to run when the preemptible instance is interrupted for eviction.
preemptionActions This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction>
The action to run when the preemptible instance is interrupted for eviction.
preemptionActions This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction[]
The action to run when the preemptible instance is interrupted for eviction.
preemption_actions This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction]
The action to run when the preemptible instance is interrupted for eviction.
preemptionActions This property is required. List<Property Map>
The action to run when the preemptible instance is interrupted for eviction.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig

BaselineOcpuUtilization This property is required. 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 This property is required. double
The total amount of memory available to the instance, in gigabytes.
Nvmes This property is required. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus This property is required. double
The total number of OCPUs available to the instance.
Vcpus This property is required. 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 This property is required. 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 This property is required. float64
The total amount of memory available to the instance, in gigabytes.
Nvmes This property is required. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
Ocpus This property is required. float64
The total number of OCPUs available to the instance.
Vcpus This property is required. 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 This property is required. 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 This property is required. Double
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. Integer
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. Double
The total number of OCPUs available to the instance.
vcpus This property is required. 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 This property is required. 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 This property is required. number
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. number
The total number of OCPUs available to the instance.
vcpus This property is required. 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 This property is required. 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 This property is required. float
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. int
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. float
The total number of OCPUs available to the instance.
vcpus This property is required. 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 This property is required. 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 This property is required. Number
The total amount of memory available to the instance, in gigabytes.
nvmes This property is required. Number
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
ocpus This property is required. Number
The total number of OCPUs available to the instance.
vcpus This property is required. Number
The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail

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

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail

CompartmentId This property is required. string
The OCID of the compartment.
DefinedTagsFilter This property is required. 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 This property is required. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion This property is required. string
The image's operating system version. Example: 7.2
CompartmentId This property is required. string
The OCID of the compartment.
DefinedTagsFilter This property is required. 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 This property is required. string
The image's operating system. Example: Oracle Linux
OperatingSystemVersion This property is required. string
The image's operating system version. Example: 7.2
compartmentId This property is required. String
The OCID of the compartment.
definedTagsFilter This property is required. 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 This property is required. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion This property is required. String
The image's operating system version. Example: 7.2
compartmentId This property is required. string
The OCID of the compartment.
definedTagsFilter This property is required. {[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 This property is required. string
The image's operating system. Example: Oracle Linux
operatingSystemVersion This property is required. string
The image's operating system version. Example: 7.2
compartment_id This property is required. str
The OCID of the compartment.
defined_tags_filter This property is required. 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 This property is required. str
The image's operating system. Example: Oracle Linux
operating_system_version This property is required. str
The image's operating system version. Example: 7.2
compartmentId This property is required. String
The OCID of the compartment.
definedTagsFilter This property is required. Map<String>
Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
operatingSystem This property is required. String
The image's operating system. Example: Oracle Linux
operatingSystemVersion This property is required. String
The image's operating system version. Example: 7.2

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic

CreateVnicDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail[]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
display_name This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nic_index This property is required. 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 This property is required. List<Property Map>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex This property is required. Number
Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail

AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
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 This property is required. []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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. {[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 This property is required. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. 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 This property is required. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
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 This property is required. 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 This property is required. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id This property is required. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. 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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. str
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic

CreateVnicDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex This property is required. 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 This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
NicIndex This property is required. 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 This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex This property is required. 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 This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail[]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex This property is required. 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 This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail]
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
display_name This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nic_index This property is required. 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 This property is required. List<Property Map>
Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
nicIndex This property is required. Number
Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).

GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail

AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
AssignIpv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
AssignPublicIp This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
DefinedTags This property is required. 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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags This property is required. 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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
Ipv6addressIpv6subnetCidrPairDetails This property is required. []GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
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 This property is required. []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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
SecurityAttributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
SubnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. List<GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail>
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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. {[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 This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. {[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 This property is required. string
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail[]
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 This property is required. 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 This property is required. string
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. {[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 This property is required. boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. string
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assign_ipv6ip This property is required. 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 This property is required. bool
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assign_public_ip This property is required. bool
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
defined_tags This property is required. 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 This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags This property is required. 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 This property is required. str
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6address_ipv6subnet_cidr_pair_details This property is required. Sequence[core.GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail]
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 This property is required. 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 This property is required. str
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
security_attributes This property is required. 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 This property is required. bool
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnet_id This property is required. str
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.
assignIpv6ip This property is required. 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 This property is required. Boolean
Whether the VNIC should be assigned a private DNS record. See the assignPrivateDnsRecord attribute of CreateVnicDetails for more information.
assignPublicIp This property is required. Boolean
Whether the VNIC should be assigned a public IP address. See the assignPublicIp attribute of CreateVnicDetails for more information.
definedTags This property is required. 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 This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags This property is required. 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 This property is required. String
The hostname for the VNIC's primary private IP. See the hostnameLabel attribute of CreateVnicDetails for more information.
ipv6addressIpv6subnetCidrPairDetails This property is required. 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 This property is required. 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 This property is required. String
A private IP address of your choice to assign to the VNIC. See the privateIp attribute of CreateVnicDetails for more information.
securityAttributes This property is required. 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 This property is required. Boolean
Whether the source/destination check is disabled on the VNIC. See the skipSourceDestCheck attribute of CreateVnicDetails for more information.
subnetId This property is required. String
The OCID of the subnet to create the VNIC in. See the subnetId attribute of CreateVnicDetails for more information.

GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail

Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. string
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. str
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
ipv6address This property is required. 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 This property is required. String
Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi