Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Core.getInstanceConfiguration
Explore with Pulumi AI
This data source provides details about a specific Instance Configuration resource in Oracle Cloud Infrastructure Core service.
Gets the specified instance configuration
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInstanceConfiguration = oci.Core.getInstanceConfiguration({
instanceConfigurationId: testInstanceConfigurationOciCoreInstanceConfiguration.id,
});
import pulumi
import pulumi_oci as oci
test_instance_configuration = oci.Core.get_instance_configuration(instance_configuration_id=test_instance_configuration_oci_core_instance_configuration["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetInstanceConfiguration(ctx, &core.GetInstanceConfigurationArgs{
InstanceConfigurationId: testInstanceConfigurationOciCoreInstanceConfiguration.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testInstanceConfiguration = Oci.Core.GetInstanceConfiguration.Invoke(new()
{
InstanceConfigurationId = testInstanceConfigurationOciCoreInstanceConfiguration.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetInstanceConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testInstanceConfiguration = CoreFunctions.getInstanceConfiguration(GetInstanceConfigurationArgs.builder()
.instanceConfigurationId(testInstanceConfigurationOciCoreInstanceConfiguration.id())
.build());
}
}
variables:
testInstanceConfiguration:
fn::invoke:
Function: oci:Core:getInstanceConfiguration
Arguments:
instanceConfigurationId: ${testInstanceConfigurationOciCoreInstanceConfiguration.id}
Using getInstanceConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInstanceConfiguration(args: GetInstanceConfigurationArgs, opts?: InvokeOptions): Promise<GetInstanceConfigurationResult>
function getInstanceConfigurationOutput(args: GetInstanceConfigurationOutputArgs, opts?: InvokeOptions): Output<GetInstanceConfigurationResult>
def get_instance_configuration(instance_configuration_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceConfigurationResult
def get_instance_configuration_output(instance_configuration_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstanceConfigurationResult]
func GetInstanceConfiguration(ctx *Context, args *GetInstanceConfigurationArgs, opts ...InvokeOption) (*GetInstanceConfigurationResult, error)
func GetInstanceConfigurationOutput(ctx *Context, args *GetInstanceConfigurationOutputArgs, opts ...InvokeOption) GetInstanceConfigurationResultOutput
> Note: This function is named GetInstanceConfiguration
in the Go SDK.
public static class GetInstanceConfiguration
{
public static Task<GetInstanceConfigurationResult> InvokeAsync(GetInstanceConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetInstanceConfigurationResult> Invoke(GetInstanceConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInstanceConfigurationResult> getInstanceConfiguration(GetInstanceConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getInstanceConfiguration:getInstanceConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Configuration stringId - The OCID of the instance configuration.
- Instance
Configuration stringId - The OCID of the instance configuration.
- instance
Configuration StringId - The OCID of the instance configuration.
- instance
Configuration stringId - The OCID of the instance configuration.
- instance_
configuration_ strid - The OCID of the instance configuration.
- instance
Configuration StringId - The OCID of the instance configuration.
getInstanceConfiguration Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment containing images to search
- Deferred
Fields List<string> - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the volume backup.
- Instance
Configuration stringId - Instance
Details List<GetInstance Configuration Instance Detail> - Instance
Id string - Source string
- Time
Created 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 string - The OCID of the compartment containing images to search
- Deferred
Fields []string - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the volume backup.
- Instance
Configuration stringId - Instance
Details []GetInstance Configuration Instance Detail - Instance
Id string - Source string
- Time
Created 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 String - The OCID of the compartment containing images to search
- deferred
Fields List<String> - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the volume backup.
- instance
Configuration StringId - instance
Details List<GetInstance Configuration Instance Detail> - instance
Id String - source String
- time
Created 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 string - The OCID of the compartment containing images to search
- deferred
Fields string[] - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the volume backup.
- instance
Configuration stringId - instance
Details GetInstance Configuration Instance Detail[] - instance
Id string - source string
- time
Created string - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment containing images to search
- deferred_
fields Sequence[str] - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the volume backup.
- instance_
configuration_ strid - instance_
details Sequence[core.Get Instance Configuration Instance Detail] - instance_
id str - source str
- time_
created str - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment containing images to search
- deferred
Fields List<String> - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the volume backup.
- instance
Configuration StringId - instance
Details List<Property Map> - instance
Id String - source String
- time
Created String - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
Supporting Types
GetInstanceConfigurationInstanceDetail
- Block
Volumes List<GetInstance Configuration Instance Detail Block Volume> - Block volume parameters.
- Instance
Type string - The type of instance details. Supported instanceType is compute
- Launch
Details List<GetInstance Configuration Instance Detail Launch Detail> - Instance launch details for creating an instance from an instance configuration. Use the
sourceDetails
parameter to specify whether a boot volume or an image should be used to launch a new instance. - Options
List<Get
Instance Configuration Instance Detail Option> - Multiple Compute Instance Configuration instance details.
- Secondary
Vnics List<GetInstance Configuration Instance Detail Secondary Vnic> - Secondary VNIC parameters.
- Block
Volumes []GetInstance Configuration Instance Detail Block Volume - Block volume parameters.
- Instance
Type string - The type of instance details. Supported instanceType is compute
- Launch
Details []GetInstance Configuration Instance Detail Launch Detail - 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
[]Get
Instance Configuration Instance Detail Option - Multiple Compute Instance Configuration instance details.
- Secondary
Vnics []GetInstance Configuration Instance Detail Secondary Vnic - Secondary VNIC parameters.
- block
Volumes List<GetInstance Configuration Instance Detail Block Volume> - Block volume parameters.
- instance
Type String - The type of instance details. Supported instanceType is compute
- launch
Details List<GetInstance Configuration Instance Detail Launch Detail> - Instance launch details for creating an instance from an instance configuration. Use the
sourceDetails
parameter to specify whether a boot volume or an image should be used to launch a new instance. - options
List<Get
Instance Configuration Instance Detail Option> - Multiple Compute Instance Configuration instance details.
- secondary
Vnics List<GetInstance Configuration Instance Detail Secondary Vnic> - Secondary VNIC parameters.
- block
Volumes GetInstance Configuration Instance Detail Block Volume[] - Block volume parameters.
- instance
Type string - The type of instance details. Supported instanceType is compute
- launch
Details GetInstance Configuration Instance Detail Launch Detail[] - 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
Get
Instance Configuration Instance Detail Option[] - Multiple Compute Instance Configuration instance details.
- secondary
Vnics GetInstance Configuration Instance Detail Secondary Vnic[] - Secondary VNIC parameters.
- block_
volumes Sequence[core.Get Instance Configuration Instance Detail Block Volume] - Block volume parameters.
- instance_
type str - The type of instance details. Supported instanceType is compute
- launch_
details Sequence[core.Get Instance Configuration Instance Detail Launch Detail] - 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
Sequence[core.
Get Instance Configuration Instance Detail Option] - Multiple Compute Instance Configuration instance details.
- secondary_
vnics Sequence[core.Get Instance Configuration Instance Detail Secondary Vnic] - Secondary VNIC parameters.
- block
Volumes List<Property Map> - Block volume parameters.
- instance
Type String - The type of instance details. Supported instanceType is compute
- launch
Details List<Property Map> - Instance launch details for creating an instance from an instance configuration. Use the
sourceDetails
parameter to specify whether a boot volume or an image should be used to launch a new instance. - options List<Property Map>
- Multiple Compute Instance Configuration instance details.
- secondary
Vnics List<Property Map> - Secondary VNIC parameters.
GetInstanceConfigurationInstanceDetailBlockVolume
- Attach
Details List<GetInstance Configuration Instance Detail Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details List<GetInstance Configuration Instance Detail Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id string - The OCID of the volume.
- Attach
Details []GetInstance Configuration Instance Detail Block Volume Attach Detail - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details []GetInstance Configuration Instance Detail Block Volume Create Detail - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id string - The OCID of the volume.
- attach
Details List<GetInstance Configuration Instance Detail Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details List<GetInstance Configuration Instance Detail Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id String - The OCID of the volume.
- attach
Details GetInstance Configuration Instance Detail Block Volume Attach Detail[] - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details GetInstance Configuration Instance Detail Block Volume Create Detail[] - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id string - The OCID of the volume.
- attach_
details Sequence[core.Get Instance Configuration Instance Detail Block Volume Attach Detail] - Volume attachmentDetails. Please see AttachVolumeDetails
- create_
details Sequence[core.Get Instance Configuration Instance Detail Block Volume Create Detail] - Creates a new block volume. Please see CreateVolumeDetails
- volume_
id str - The OCID of the volume.
- attach
Details List<Property Map> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details List<Property Map> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id String - The OCID of the volume.
GetInstanceConfigurationInstanceDetailBlockVolumeAttachDetail
- Device string
- The device name.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read boolOnly - Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Use
Chap bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- Device string
- The device name.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read boolOnly - Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Use
Chap bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read BooleanOnly - Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- use
Chap Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device string
- The device name.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv booleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read booleanOnly - Whether the attachment should be created in read-only mode.
- boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- use
Chap boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device str
- The device name.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is_
pv_ boolencryption_ in_ transit_ enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is_
read_ boolonly - Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- use_
chap bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read BooleanOnly - Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- use
Chap Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetail
- Autotune
Policies List<GetInstance Configuration Instance Detail Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy stringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume List<GetReplicas Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- 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"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto boolTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In stringGbs - The size of the volume in GBs.
- Source
Details List<GetInstance Configuration Instance Detail Block Volume Create Detail Source Detail> - Vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Autotune
Policies []GetInstance Configuration Instance Detail Block Volume Create Detail Autotune Policy - The list of autotune policies enabled for this volume.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy stringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume []GetReplicas Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- 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"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto boolTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In stringGbs - The size of the volume in GBs.
- Source
Details []GetInstance Configuration Instance Detail Block Volume Create Detail Source Detail - Vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune
Policies List<GetInstance Configuration Instance Detail Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy StringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume List<GetReplicas Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- 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"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto BooleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In StringGbs - The size of the volume in GBs.
- source
Details List<GetInstance Configuration Instance Detail Block Volume Create Detail Source Detail> - vpus
Per StringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune
Policies GetInstance Configuration Instance Detail Block Volume Create Detail Autotune Policy[] - The list of autotune policies enabled for this volume.
- availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy stringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume GetReplicas Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica[] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id string - The OCID of the compartment containing images to search
- {[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"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto booleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In stringGbs - The size of the volume in GBs.
- source
Details GetInstance Configuration Instance Detail Block Volume Create Detail Source Detail[] - vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune_
policies Sequence[core.Get Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy] - The list of autotune policies enabled for this volume.
- availability_
domain str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup_
policy_ strid - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block_
volume_ Sequence[core.replicas Get Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the instance.
- compartment_
id str - The OCID of the compartment containing images to search
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is_
auto_ booltune_ enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms_
key_ strid - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size_
in_ strgbs - The size of the volume in GBs.
- source_
details Sequence[core.Get Instance Configuration Instance Detail Block Volume Create Detail Source Detail] - vpus_
per_ strgb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune
Policies List<Property Map> - The list of autotune policies enabled for this volume.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy StringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume List<Property Map>Replicas - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- 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"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto BooleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In StringGbs - The size of the volume in GBs.
- source
Details List<Property Map> - vpus
Per StringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy
- Autotune
Type string - This specifies the type of autotunes supported by OCI.
- Max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- Autotune
Type string - This specifies the type of autotunes supported by OCI.
- Max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type String - This specifies the type of autotunes supported by OCI.
- max
Vpus StringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type string - This specifies the type of autotunes supported by OCI.
- max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_
type str - This specifies the type of autotunes supported by OCI.
- max_
vpus_ strper_ gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type String - This specifies the type of autotunes supported by OCI.
- max
Vpus StringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_
domain str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail
GetInstanceConfigurationInstanceDetailLaunchDetail
- Agent
Configs List<GetInstance Configuration Instance Detail Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs List<GetInstance Configuration Instance Detail Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation stringId - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- Create
Vnic List<GetDetails Instance Configuration Instance Detail Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm stringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata Dictionary<string, string> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options List<GetInstance Configuration Instance Detail Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script string - This is an advanced option.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode 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 theLaunchOptions
parameter.
- Launch
Options List<GetInstance Configuration Instance Detail Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Metadata Dictionary<string, string>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs List<GetInstance Configuration Instance Detail Launch Detail Platform Config> - The platform configuration requested for the instance.
- Preemptible
Instance List<GetConfigs Instance Configuration Instance Detail Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- Preferred
Maintenance stringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs List<GetInstance Configuration Instance Detail Launch Detail Shape Config> - The shape configuration requested for the instance.
- Source
Details List<GetInstance Configuration Instance Detail Launch Detail Source Detail>
- Agent
Configs []GetInstance Configuration Instance Detail Launch Detail Agent Config - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs []GetInstance Configuration Instance Detail Launch Detail Availability Config - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation stringId - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- Create
Vnic []GetDetails Instance Configuration Instance Detail Launch Detail Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm stringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata map[string]string - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options []GetInstance Configuration Instance Detail Launch Detail Instance Option - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script string - This is an advanced option.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode 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 theLaunchOptions
parameter.
- Launch
Options []GetInstance Configuration Instance Detail Launch Detail Launch Option - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Metadata map[string]string
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs []GetInstance Configuration Instance Detail Launch Detail Platform Config - The platform configuration requested for the instance.
- Preemptible
Instance []GetConfigs Instance Configuration Instance Detail Launch Detail Preemptible Instance Config - Configuration options for preemptible instances.
- Preferred
Maintenance stringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs []GetInstance Configuration Instance Detail Launch Detail Shape Config - The shape configuration requested for the instance.
- Source
Details []GetInstance Configuration Instance Detail Launch Detail Source Detail
- agent
Configs List<GetInstance Configuration Instance Detail Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs List<GetInstance Configuration Instance Detail Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation StringId - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- create
Vnic List<GetDetails Instance Configuration Instance Detail Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm StringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata Map<String,String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options List<GetInstance Configuration Instance Detail Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script String - This is an advanced option.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode 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 theLaunchOptions
parameter.
- launch
Options List<GetInstance Configuration Instance Detail Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata Map<String,String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs List<GetInstance Configuration Instance Detail Launch Detail Platform Config> - The platform configuration requested for the instance.
- preemptible
Instance List<GetConfigs Instance Configuration Instance Detail Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- preferred
Maintenance StringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs List<GetInstance Configuration Instance Detail Launch Detail Shape Config> - The shape configuration requested for the instance.
- source
Details List<GetInstance Configuration Instance Detail Launch Detail Source Detail>
- agent
Configs GetInstance Configuration Instance Detail Launch Detail Agent Config[] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs GetInstance Configuration Instance Detail Launch Detail Availability Config[] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation stringId - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id string - The OCID of the compartment containing images to search
- create
Vnic GetDetails Instance Configuration Instance Detail Launch Detail Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm stringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata {[key: string]: string} - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options GetInstance Configuration Instance Detail Launch Detail Instance Option[] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script string - This is an advanced option.
- is
Pv booleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode 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 theLaunchOptions
parameter.
- launch
Options GetInstance Configuration Instance Detail Launch Detail Launch Option[] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata {[key: string]: string}
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs GetInstance Configuration Instance Detail Launch Detail Platform Config[] - The platform configuration requested for the instance.
- preemptible
Instance GetConfigs Instance Configuration Instance Detail Launch Detail Preemptible Instance Config[] - Configuration options for preemptible instances.
- preferred
Maintenance stringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs GetInstance Configuration Instance Detail Launch Detail Shape Config[] - The shape configuration requested for the instance.
- source
Details GetInstance Configuration Instance Detail Launch Detail Source Detail[]
- agent_
configs Sequence[core.Get Instance Configuration Instance Detail Launch Detail Agent Config] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability_
configs Sequence[core.Get Instance Configuration Instance Detail Launch Detail Availability Config] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_
domain str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity_
reservation_ strid - The OCID of the compute capacity reservation this instance is launched under.
- cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the instance.
- compartment_
id str - The OCID of the compartment containing images to search
- create_
vnic_ Sequence[core.details Get Instance Configuration Instance Detail Launch Detail Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated_
vm_ strhost_ id - The OCID of the dedicated virtual machine host to place the instance on.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_
metadata Mapping[str, str] - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault_
domain str - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance_
options Sequence[core.Get Instance Configuration Instance Detail Launch Detail Instance Option] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe_
script str - This is an advanced option.
- is_
pv_ boolencryption_ in_ transit_ enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch_
mode str - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch_
options Sequence[core.Get Instance Configuration Instance Detail Launch Detail Launch Option] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata Mapping[str, str]
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform_
configs Sequence[core.Get Instance Configuration Instance Detail Launch Detail Platform Config] - The platform configuration requested for the instance.
- preemptible_
instance_ Sequence[core.configs Get Instance Configuration Instance Detail Launch Detail Preemptible Instance Config] - Configuration options for preemptible instances.
- preferred_
maintenance_ straction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape str
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape_
configs Sequence[core.Get Instance Configuration Instance Detail Launch Detail Shape Config] - The shape configuration requested for the instance.
- source_
details Sequence[core.Get Instance Configuration Instance Detail Launch Detail Source Detail]
- agent
Configs List<Property Map> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs List<Property Map> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation StringId - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- create
Vnic List<Property Map>Details - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm StringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata Map<String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options 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.
- ipxe
Script String - This is an advanced option.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode 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 theLaunchOptions
parameter.
- launch
Options List<Property Map> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata Map<String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs List<Property Map> - The platform configuration requested for the instance.
- preemptible
Instance List<Property Map>Configs - Configuration options for preemptible instances.
- preferred
Maintenance StringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs List<Property Map> - The shape configuration requested for the instance.
- source
Details List<Property Map>
GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfig
- Are
All boolPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management boolDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring boolDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs List<GetInstance Configuration Instance Detail Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- Are
All boolPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management boolDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring boolDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs []GetInstance Configuration Instance Detail Launch Detail Agent Config Plugins Config - The configuration of plugins associated with this instance.
- are
All BooleanPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management BooleanDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring BooleanDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs List<GetInstance Configuration Instance Detail Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- are
All booleanPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management booleanDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring booleanDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs GetInstance Configuration Instance Detail Launch Detail Agent Config Plugins Config[] - The configuration of plugins associated with this instance.
- are_
all_ boolplugins_ disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is_
management_ booldisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is_
monitoring_ booldisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins_
configs Sequence[core.Get Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config] - The configuration of plugins associated with this instance.
- are
All BooleanPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management BooleanDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring BooleanDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs List<Property Map> - The configuration of plugins associated with this instance.
GetInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig
- Desired
State string - Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Desired
State string - Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State String - Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State string - Whether the plugin should be enabled or disabled.
- name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_
state str - Whether the plugin should be enabled or disabled.
- name str
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State String - Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig
- Is
Live boolMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- Is
Live boolMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action 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 BooleanMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action 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 booleanMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is_
live_ boolmigration_ preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery_
action str - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live BooleanMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action 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.
GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids 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.
- Private
Ip string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet []GetCidr Pair Details Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids []string - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private booleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public booleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet GetCidr Pair Details Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids string[] - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source booleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ booldns_ record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ boolip - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip_
source_ booldest_ check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<Property Map>Cidr Pair Details - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOption
- Are
Legacy boolImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- Are
Legacy boolImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy BooleanImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy booleanImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_
legacy_ boolimds_ endpoints_ disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy BooleanImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOption
- Boot
Volume stringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent boolVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type 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.
- Remote
Data stringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Boot
Volume stringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent boolVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type 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.
- Remote
Data stringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume StringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent BooleanVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type 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.
- remote
Data StringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume stringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware string
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent booleanVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv booleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type 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.
- remote
Data stringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot_
volume_ strtype - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware str
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is_
consistent_ boolvolume_ naming_ enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is_
pv_ boolencryption_ in_ transit_ enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network_
type str - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote_
data_ strvolume_ type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume StringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent BooleanVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type 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.
- remote
Data StringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig
- Are
Virtual boolInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Config
Map Dictionary<string, string> - Instance Platform Configuration Configuration Map for flexible setting input.
- Is
Access boolControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input boolOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- Is
Measured boolBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory boolEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure boolBoot Enabled - Whether Secure Boot is enabled on the instance.
- Is
Symmetric boolMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted boolPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes stringPer Socket - The number of NUMA nodes per socket (NPS).
- Percentage
Of intCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Are
Virtual boolInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Config
Map map[string]string - Instance Platform Configuration Configuration Map for flexible setting input.
- Is
Access boolControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input boolOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- Is
Measured boolBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory boolEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure boolBoot Enabled - Whether Secure Boot is enabled on the instance.
- Is
Symmetric boolMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted boolPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes stringPer Socket - The number of NUMA nodes per socket (NPS).
- Percentage
Of intCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- are
Virtual BooleanInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config
Map Map<String,String> - Instance Platform Configuration Configuration Map for flexible setting input.
- is
Access BooleanControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input BooleanOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- is
Measured BooleanBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- is
Memory BooleanEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure BooleanBoot Enabled - Whether Secure Boot is enabled on the instance.
- is
Symmetric BooleanMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted BooleanPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes StringPer Socket - The number of NUMA nodes per socket (NPS).
- percentage
Of IntegerCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
- are
Virtual booleanInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config
Map {[key: string]: string} - Instance Platform Configuration Configuration Map for flexible setting input.
- is
Access booleanControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input booleanOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- is
Measured booleanBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- is
Memory booleanEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure booleanBoot Enabled - Whether Secure Boot is enabled on the instance.
- is
Symmetric booleanMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted booleanPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes stringPer Socket - The number of NUMA nodes per socket (NPS).
- percentage
Of numberCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type string
- The type of action to run when the instance is interrupted for eviction.
- are_
virtual_ boolinstructions_ enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config_
map Mapping[str, str] - Instance Platform Configuration Configuration Map for flexible setting input.
- is_
access_ boolcontrol_ service_ enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is_
input_ booloutput_ memory_ management_ unit_ enabled - Whether the input-output memory management unit is enabled.
- is_
measured_ boolboot_ enabled - Whether the Measured Boot feature is enabled on the instance.
- is_
memory_ boolencryption_ enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is_
secure_ boolboot_ enabled - Whether Secure Boot is enabled on the instance.
- is_
symmetric_ boolmulti_ threading_ enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is_
trusted_ boolplatform_ module_ enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa_
nodes_ strper_ socket - The number of NUMA nodes per socket (NPS).
- percentage_
of_ intcores_ enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type str
- The type of action to run when the instance is interrupted for eviction.
- are
Virtual BooleanInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config
Map Map<String> - Instance Platform Configuration Configuration Map for flexible setting input.
- is
Access BooleanControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input BooleanOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- is
Measured BooleanBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- is
Memory BooleanEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure BooleanBoot Enabled - Whether Secure Boot is enabled on the instance.
- is
Symmetric BooleanMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted BooleanPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes StringPer Socket - The number of NUMA nodes per socket (NPS).
- percentage
Of NumberCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig
- Preemption
Actions List<GetInstance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- Preemption
Actions []GetInstance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions List<GetInstance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions GetInstance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action[] - The action to run when the preemptible instance is interrupted for eviction.
- preemption_
actions Sequence[core.Get Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action] - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions List<Property Map> - The action to run when the preemptible instance is interrupted for eviction.
GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction
- Preserve
Boot boolVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Preserve
Boot boolVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- preserve
Boot BooleanVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- preserve
Boot booleanVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- preserve_
boot_ boolvolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- preserve
Boot BooleanVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfig
- Baseline
Ocpu stringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In doubleGbs - The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus double
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- Baseline
Ocpu stringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In float64Gbs - The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus float64
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu StringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In DoubleGbs - The total amount of memory available to the instance, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Double
- The total number of OCPUs available to the instance.
- vcpus Integer
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu stringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In numberGbs - The total amount of memory available to the instance, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the instance.
- vcpus number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_
ocpu_ strutilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory_
in_ floatgbs - The total amount of memory available to the instance, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus float
- The total number of OCPUs available to the instance.
- vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu StringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In NumberGbs - The total amount of memory available to the instance, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the instance.
- vcpus Number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetail
- Boot
Volume stringId - The OCID of the boot volume used to boot the instance.
- Boot
Volume stringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume stringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id string - The OCID of the image used to boot the instance.
- Instance
Source List<GetImage Filter Details Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- Boot
Volume stringId - The OCID of the boot volume used to boot the instance.
- Boot
Volume stringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume stringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id string - The OCID of the image used to boot the instance.
- Instance
Source []GetImage Filter Details Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume StringId - The OCID of the boot volume used to boot the instance.
- boot
Volume StringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume StringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id String - The OCID of the image used to boot the instance.
- instance
Source List<GetImage Filter Details Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume stringId - The OCID of the boot volume used to boot the instance.
- boot
Volume stringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume stringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id string - The OCID of the image used to boot the instance.
- instance
Source GetImage Filter Details Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail[] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot_
volume_ strid - The OCID of the boot volume used to boot the instance.
- boot_
volume_ strsize_ in_ gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot_
volume_ strvpus_ per_ gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image_
id str - The OCID of the image used to boot the instance.
- instance_
source_ Sequence[core.image_ filter_ details Get Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms_
key_ strid - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source_
type str - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume StringId - The OCID of the boot volume used to boot the instance.
- boot
Volume StringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume StringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id String - The OCID of the image used to boot the instance.
- instance
Source List<Property Map>Image Filter Details - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
GetInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail
- Compartment
Id string - The OCID of the compartment containing images to search
- Dictionary<string, string>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System string - The image's operating system. Example:
Oracle Linux
- Operating
System stringVersion - The image's operating system version. Example:
7.2
- Compartment
Id string - The OCID of the compartment containing images to search
- map[string]string
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System string - The image's operating system. Example:
Oracle Linux
- Operating
System stringVersion - The image's operating system version. Example:
7.2
- compartment
Id String - The OCID of the compartment containing images to search
- Map<String,String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System String - The image's operating system. Example:
Oracle Linux
- operating
System StringVersion - The image's operating system version. Example:
7.2
- compartment
Id string - The OCID of the compartment containing images to search
- {[key: string]: string}
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System string - The image's operating system. Example:
Oracle Linux
- operating
System stringVersion - The image's operating system version. Example:
7.2
- compartment_
id str - The OCID of the compartment containing images to search
- Mapping[str, str]
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_
system str - The image's operating system. Example:
Oracle Linux
- operating_
system_ strversion - The image's operating system version. Example:
7.2
- compartment
Id String - The OCID of the compartment containing images to search
- Map<String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System String - The image's operating system. Example:
Oracle Linux
- operating
System StringVersion - The image's operating system version. Example:
7.2
GetInstanceConfigurationInstanceDetailOption
- Block
Volumes List<GetInstance Configuration Instance Detail Option Block Volume> - Block volume parameters.
- Launch
Details List<GetInstance Configuration Instance Detail Option Launch Detail> - 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 List<GetInstance Configuration Instance Detail Option Secondary Vnic> - Secondary VNIC parameters.
- Block
Volumes []GetInstance Configuration Instance Detail Option Block Volume - Block volume parameters.
- Launch
Details []GetInstance Configuration Instance Detail Option Launch Detail - 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 []GetInstance Configuration Instance Detail Option Secondary Vnic - Secondary VNIC parameters.
- block
Volumes List<GetInstance Configuration Instance Detail Option Block Volume> - Block volume parameters.
- launch
Details List<GetInstance Configuration Instance Detail Option Launch Detail> - 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 List<GetInstance Configuration Instance Detail Option Secondary Vnic> - Secondary VNIC parameters.
- block
Volumes GetInstance Configuration Instance Detail Option Block Volume[] - Block volume parameters.
- launch
Details GetInstance Configuration Instance Detail Option Launch Detail[] - 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 GetInstance Configuration Instance Detail Option Secondary Vnic[] - Secondary VNIC parameters.
- block_
volumes Sequence[core.Get Instance Configuration Instance Detail Option Block Volume] - Block volume parameters.
- launch_
details Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail] - 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 Sequence[core.Get Instance Configuration Instance Detail Option Secondary Vnic] - Secondary VNIC parameters.
- block
Volumes List<Property Map> - Block volume parameters.
- launch
Details 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. - secondary
Vnics List<Property Map> - Secondary VNIC parameters.
GetInstanceConfigurationInstanceDetailOptionBlockVolume
- Attach
Details List<GetInstance Configuration Instance Detail Option Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details List<GetInstance Configuration Instance Detail Option Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id string - The OCID of the volume.
- Attach
Details []GetInstance Configuration Instance Detail Option Block Volume Attach Detail - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details []GetInstance Configuration Instance Detail Option Block Volume Create Detail - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id string - The OCID of the volume.
- attach
Details List<GetInstance Configuration Instance Detail Option Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details List<GetInstance Configuration Instance Detail Option Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id String - The OCID of the volume.
- attach
Details GetInstance Configuration Instance Detail Option Block Volume Attach Detail[] - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details GetInstance Configuration Instance Detail Option Block Volume Create Detail[] - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id string - The OCID of the volume.
- attach_
details Sequence[core.Get Instance Configuration Instance Detail Option Block Volume Attach Detail] - Volume attachmentDetails. Please see AttachVolumeDetails
- create_
details Sequence[core.Get Instance Configuration Instance Detail Option Block Volume Create Detail] - Creates a new block volume. Please see CreateVolumeDetails
- volume_
id str - The OCID of the volume.
- attach
Details List<Property Map> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details List<Property Map> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id String - The OCID of the volume.
GetInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail
- Device string
- The device name.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read boolOnly - Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Use
Chap bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- Device string
- The device name.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read boolOnly - Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Use
Chap bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read BooleanOnly - Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- use
Chap Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device string
- The device name.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv booleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read booleanOnly - Whether the attachment should be created in read-only mode.
- boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- use
Chap boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device str
- The device name.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is_
pv_ boolencryption_ in_ transit_ enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is_
read_ boolonly - Whether the attachment should be created in read-only mode.
- bool
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- use_
chap bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device String
- The device name.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read BooleanOnly - Whether the attachment should be created in read-only mode.
- Boolean
- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- use
Chap Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail
- Autotune
Policies List<GetInstance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy stringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume List<GetReplicas Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- 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"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto boolTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In stringGbs - The size of the volume in GBs.
- Source
Details List<GetInstance Configuration Instance Detail Option Block Volume Create Detail Source Detail> - Vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Autotune
Policies []GetInstance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy - The list of autotune policies enabled for this volume.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy stringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume []GetReplicas Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- 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"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto boolTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In stringGbs - The size of the volume in GBs.
- Source
Details []GetInstance Configuration Instance Detail Option Block Volume Create Detail Source Detail - Vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune
Policies List<GetInstance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy StringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume List<GetReplicas Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- 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"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto BooleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In StringGbs - The size of the volume in GBs.
- source
Details List<GetInstance Configuration Instance Detail Option Block Volume Create Detail Source Detail> - vpus
Per StringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune
Policies GetInstance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy[] - The list of autotune policies enabled for this volume.
- availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy stringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume GetReplicas Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica[] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id string - The OCID of the compartment containing images to search
- {[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"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto booleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In stringGbs - The size of the volume in GBs.
- source
Details GetInstance Configuration Instance Detail Option Block Volume Create Detail Source Detail[] - vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune_
policies Sequence[core.Get Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy] - The list of autotune policies enabled for this volume.
- availability_
domain str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup_
policy_ strid - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block_
volume_ Sequence[core.replicas Get Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the instance.
- compartment_
id str - The OCID of the compartment containing images to search
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is_
auto_ booltune_ enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms_
key_ strid - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size_
in_ strgbs - The size of the volume in GBs.
- source_
details Sequence[core.Get Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail] - vpus_
per_ strgb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- autotune
Policies List<Property Map> - The list of autotune policies enabled for this volume.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy StringId - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume List<Property Map>Replicas - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- 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"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto BooleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In StringGbs - The size of the volume in GBs.
- source
Details List<Property Map> - vpus
Per StringGb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy
- Autotune
Type string - This specifies the type of autotunes supported by OCI.
- Max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- Autotune
Type string - This specifies the type of autotunes supported by OCI.
- Max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type String - This specifies the type of autotunes supported by OCI.
- max
Vpus StringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type string - This specifies the type of autotunes supported by OCI.
- max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_
type str - This specifies the type of autotunes supported by OCI.
- max_
vpus_ strper_ gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type String - This specifies the type of autotunes supported by OCI.
- max
Vpus StringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_
domain str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail
GetInstanceConfigurationInstanceDetailOptionLaunchDetail
- Agent
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation stringId - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- Create
Vnic List<GetDetails Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm stringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata Dictionary<string, string> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options List<GetInstance Configuration Instance Detail Option Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script string - This is an advanced option.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode 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 theLaunchOptions
parameter.
- Launch
Options List<GetInstance Configuration Instance Detail Option Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Metadata Dictionary<string, string>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Platform Config> - The platform configuration requested for the instance.
- Preemptible
Instance List<GetConfigs Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- Preferred
Maintenance stringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Shape Config> - The shape configuration requested for the instance.
- Source
Details List<GetInstance Configuration Instance Detail Option Launch Detail Source Detail>
- Agent
Configs []GetInstance Configuration Instance Detail Option Launch Detail Agent Config - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs []GetInstance Configuration Instance Detail Option Launch Detail Availability Config - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation stringId - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- Compartment
Id string - The OCID of the compartment containing images to search
- Create
Vnic []GetDetails Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm stringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata map[string]string - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options []GetInstance Configuration Instance Detail Option Launch Detail Instance Option - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script string - This is an advanced option.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode 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 theLaunchOptions
parameter.
- Launch
Options []GetInstance Configuration Instance Detail Option Launch Detail Launch Option - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Metadata map[string]string
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs []GetInstance Configuration Instance Detail Option Launch Detail Platform Config - The platform configuration requested for the instance.
- Preemptible
Instance []GetConfigs Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config - Configuration options for preemptible instances.
- Preferred
Maintenance stringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs []GetInstance Configuration Instance Detail Option Launch Detail Shape Config - The shape configuration requested for the instance.
- Source
Details []GetInstance Configuration Instance Detail Option Launch Detail Source Detail
- agent
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation StringId - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- create
Vnic List<GetDetails Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm StringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata Map<String,String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options List<GetInstance Configuration Instance Detail Option Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script String - This is an advanced option.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode 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 theLaunchOptions
parameter.
- launch
Options List<GetInstance Configuration Instance Detail Option Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata Map<String,String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Platform Config> - The platform configuration requested for the instance.
- preemptible
Instance List<GetConfigs Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- preferred
Maintenance StringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Shape Config> - The shape configuration requested for the instance.
- source
Details List<GetInstance Configuration Instance Detail Option Launch Detail Source Detail>
- agent
Configs GetInstance Configuration Instance Detail Option Launch Detail Agent Config[] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs GetInstance Configuration Instance Detail Option Launch Detail Availability Config[] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation stringId - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id string - The OCID of the compartment containing images to search
- create
Vnic GetDetails Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm stringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata {[key: string]: string} - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options GetInstance Configuration Instance Detail Option Launch Detail Instance Option[] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script string - This is an advanced option.
- is
Pv booleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode 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 theLaunchOptions
parameter.
- launch
Options GetInstance Configuration Instance Detail Option Launch Detail Launch Option[] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata {[key: string]: string}
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs GetInstance Configuration Instance Detail Option Launch Detail Platform Config[] - The platform configuration requested for the instance.
- preemptible
Instance GetConfigs Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config[] - Configuration options for preemptible instances.
- preferred
Maintenance stringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape string
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs GetInstance Configuration Instance Detail Option Launch Detail Shape Config[] - The shape configuration requested for the instance.
- source
Details GetInstance Configuration Instance Detail Option Launch Detail Source Detail[]
- agent_
configs Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Agent Config] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability_
configs Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Availability Config] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_
domain str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity_
reservation_ strid - The OCID of the compute capacity reservation this instance is launched under.
- cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the instance.
- compartment_
id str - The OCID of the compartment containing images to search
- create_
vnic_ Sequence[core.details Get Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated_
vm_ strhost_ id - The OCID of the dedicated virtual machine host to place the instance on.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_
metadata Mapping[str, str] - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault_
domain str - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance_
options Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Instance Option] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe_
script str - This is an advanced option.
- is_
pv_ boolencryption_ in_ transit_ enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch_
mode str - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch_
options Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Launch Option] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata Mapping[str, str]
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform_
configs Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Platform Config] - The platform configuration requested for the instance.
- preemptible_
instance_ Sequence[core.configs Get Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config] - Configuration options for preemptible instances.
- preferred_
maintenance_ straction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape str
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape_
configs Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Shape Config] - The shape configuration requested for the instance.
- source_
details Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Source Detail]
- agent
Configs List<Property Map> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs List<Property Map> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation StringId - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the instance.
- compartment
Id String - The OCID of the compartment containing images to search
- create
Vnic List<Property Map>Details - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm StringHost Id - The OCID of the dedicated virtual machine host to place the instance on.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata Map<String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options 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.
- ipxe
Script String - This is an advanced option.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode 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 theLaunchOptions
parameter.
- launch
Options List<Property Map> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- metadata Map<String>
- Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs List<Property Map> - The platform configuration requested for the instance.
- preemptible
Instance List<Property Map>Configs - Configuration options for preemptible instances.
- preferred
Maintenance StringAction - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- shape String
- The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs List<Property Map> - The shape configuration requested for the instance.
- source
Details List<Property Map>
GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig
- Are
All boolPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management boolDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring boolDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- Are
All boolPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management boolDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring boolDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs []GetInstance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config - The configuration of plugins associated with this instance.
- are
All BooleanPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management BooleanDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring BooleanDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs List<GetInstance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- are
All booleanPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management booleanDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring booleanDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs GetInstance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config[] - The configuration of plugins associated with this instance.
- are_
all_ boolplugins_ disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is_
management_ booldisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is_
monitoring_ booldisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins_
configs Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config] - The configuration of plugins associated with this instance.
- are
All BooleanPlugins Disabled - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management BooleanDisabled - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring BooleanDisabled - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs List<Property Map> - The configuration of plugins associated with this instance.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig
- Desired
State string - Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Desired
State string - Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State String - Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State string - Whether the plugin should be enabled or disabled.
- name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_
state str - Whether the plugin should be enabled or disabled.
- name str
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State String - Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
- Is
Live boolMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- Is
Live boolMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action 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 BooleanMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action 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 booleanMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is_
live_ boolmigration_ preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery_
action str - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live BooleanMigration Preferred - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action 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.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids 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.
- Private
Ip string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet []GetCidr Pair Details Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids []string - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private booleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public booleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet GetCidr Pair Details Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids string[] - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source booleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ booldns_ record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ boolip - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip_
source_ booldest_ check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<Property Map>Cidr Pair Details - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption
- Are
Legacy boolImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- Are
Legacy boolImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy BooleanImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy booleanImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_
legacy_ boolimds_ endpoints_ disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy BooleanImds Endpoints Disabled - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption
- Boot
Volume stringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent boolVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type 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.
- Remote
Data stringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Boot
Volume stringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent boolVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv boolEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type 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.
- Remote
Data stringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume StringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent BooleanVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type 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.
- remote
Data StringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume stringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware string
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent booleanVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv booleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type 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.
- remote
Data stringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot_
volume_ strtype - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware str
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is_
consistent_ boolvolume_ naming_ enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is_
pv_ boolencryption_ in_ transit_ enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network_
type str - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote_
data_ strvolume_ type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume StringType - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent BooleanVolume Naming Enabled - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv BooleanEncryption In Transit Enabled - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type 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.
- remote
Data StringVolume Type - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig
- Are
Virtual boolInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Is
Access boolControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input boolOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- Is
Measured boolBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory boolEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure boolBoot Enabled - Whether Secure Boot is enabled on the instance.
- Is
Symmetric boolMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted boolPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes stringPer Socket - The number of NUMA nodes per socket (NPS).
- Percentage
Of intCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Are
Virtual boolInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Is
Access boolControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input boolOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- Is
Measured boolBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory boolEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure boolBoot Enabled - Whether Secure Boot is enabled on the instance.
- Is
Symmetric boolMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted boolPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes stringPer Socket - The number of NUMA nodes per socket (NPS).
- Percentage
Of intCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- are
Virtual BooleanInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is
Access BooleanControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input BooleanOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- is
Measured BooleanBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- is
Memory BooleanEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure BooleanBoot Enabled - Whether Secure Boot is enabled on the instance.
- is
Symmetric BooleanMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted BooleanPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes StringPer Socket - The number of NUMA nodes per socket (NPS).
- percentage
Of IntegerCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
- are
Virtual booleanInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is
Access booleanControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input booleanOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- is
Measured booleanBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- is
Memory booleanEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure booleanBoot Enabled - Whether Secure Boot is enabled on the instance.
- is
Symmetric booleanMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted booleanPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes stringPer Socket - The number of NUMA nodes per socket (NPS).
- percentage
Of numberCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type string
- The type of action to run when the instance is interrupted for eviction.
- are_
virtual_ boolinstructions_ enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is_
access_ boolcontrol_ service_ enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is_
input_ booloutput_ memory_ management_ unit_ enabled - Whether the input-output memory management unit is enabled.
- is_
measured_ boolboot_ enabled - Whether the Measured Boot feature is enabled on the instance.
- is_
memory_ boolencryption_ enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is_
secure_ boolboot_ enabled - Whether Secure Boot is enabled on the instance.
- is_
symmetric_ boolmulti_ threading_ enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is_
trusted_ boolplatform_ module_ enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa_
nodes_ strper_ socket - The number of NUMA nodes per socket (NPS).
- percentage_
of_ intcores_ enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type str
- The type of action to run when the instance is interrupted for eviction.
- are
Virtual BooleanInstructions Enabled - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is
Access BooleanControl Service Enabled - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input BooleanOutput Memory Management Unit Enabled - Whether the input-output memory management unit is enabled.
- is
Measured BooleanBoot Enabled - Whether the Measured Boot feature is enabled on the instance.
- is
Memory BooleanEncryption Enabled - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure BooleanBoot Enabled - Whether Secure Boot is enabled on the instance.
- is
Symmetric BooleanMulti Threading Enabled - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted BooleanPlatform Module Enabled - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes StringPer Socket - The number of NUMA nodes per socket (NPS).
- percentage
Of NumberCores Enabled - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig
- Preemption
Actions List<GetInstance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- Preemption
Actions []GetInstance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions List<GetInstance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions GetInstance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action[] - The action to run when the preemptible instance is interrupted for eviction.
- preemption_
actions Sequence[core.Get Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action] - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions List<Property Map> - The action to run when the preemptible instance is interrupted for eviction.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction
- Preserve
Boot boolVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- Preserve
Boot boolVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- The type of action to run when the instance is interrupted for eviction.
- preserve
Boot BooleanVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
- preserve
Boot booleanVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type string
- The type of action to run when the instance is interrupted for eviction.
- preserve_
boot_ boolvolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type str
- The type of action to run when the instance is interrupted for eviction.
- preserve
Boot BooleanVolume - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig
- Baseline
Ocpu stringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In doubleGbs - The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus double
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- Baseline
Ocpu stringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In float64Gbs - The total amount of memory available to the instance, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus float64
- The total number of OCPUs available to the instance.
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu StringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In DoubleGbs - The total amount of memory available to the instance, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Double
- The total number of OCPUs available to the instance.
- vcpus Integer
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu stringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In numberGbs - The total amount of memory available to the instance, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the instance.
- vcpus number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_
ocpu_ strutilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory_
in_ floatgbs - The total amount of memory available to the instance, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus float
- The total number of OCPUs available to the instance.
- vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu StringUtilization - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In NumberGbs - The total amount of memory available to the instance, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the instance.
- vcpus Number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail
- Boot
Volume stringId - The OCID of the boot volume used to boot the instance.
- Boot
Volume stringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume stringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id string - The OCID of the image used to boot the instance.
- Instance
Source List<GetImage Filter Details Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- Boot
Volume stringId - The OCID of the boot volume used to boot the instance.
- Boot
Volume stringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume stringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id string - The OCID of the image used to boot the instance.
- Instance
Source []GetImage Filter Details Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume StringId - The OCID of the boot volume used to boot the instance.
- boot
Volume StringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume StringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id String - The OCID of the image used to boot the instance.
- instance
Source List<GetImage Filter Details Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume stringId - The OCID of the boot volume used to boot the instance.
- boot
Volume stringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume stringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id string - The OCID of the image used to boot the instance.
- instance
Source GetImage Filter Details Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail[] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key stringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot_
volume_ strid - The OCID of the boot volume used to boot the instance.
- boot_
volume_ strsize_ in_ gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot_
volume_ strvpus_ per_ gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image_
id str - The OCID of the image used to boot the instance.
- instance_
source_ Sequence[core.image_ filter_ details Get Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms_
key_ strid - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source_
type str - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume StringId - The OCID of the boot volume used to boot the instance.
- boot
Volume StringSize In Gbs - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume StringVpus Per Gb - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id String - The OCID of the image used to boot the instance.
- instance
Source List<Property Map>Image Filter Details - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key StringId - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
GetInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail
- Compartment
Id string - The OCID of the compartment containing images to search
- Dictionary<string, string>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System string - The image's operating system. Example:
Oracle Linux
- Operating
System stringVersion - The image's operating system version. Example:
7.2
- Compartment
Id string - The OCID of the compartment containing images to search
- map[string]string
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System string - The image's operating system. Example:
Oracle Linux
- Operating
System stringVersion - The image's operating system version. Example:
7.2
- compartment
Id String - The OCID of the compartment containing images to search
- Map<String,String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System String - The image's operating system. Example:
Oracle Linux
- operating
System StringVersion - The image's operating system version. Example:
7.2
- compartment
Id string - The OCID of the compartment containing images to search
- {[key: string]: string}
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System string - The image's operating system. Example:
Oracle Linux
- operating
System stringVersion - The image's operating system version. Example:
7.2
- compartment_
id str - The OCID of the compartment containing images to search
- Mapping[str, str]
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_
system str - The image's operating system. Example:
Oracle Linux
- operating_
system_ strversion - The image's operating system version. Example:
7.2
- compartment
Id String - The OCID of the compartment containing images to search
- Map<String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System String - The image's operating system. Example:
Oracle Linux
- operating
System StringVersion - The image's operating system version. Example:
7.2
GetInstanceConfigurationInstanceDetailOptionSecondaryVnic
- Create
Vnic List<GetDetails Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- Create
Vnic []GetDetails Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic List<GetDetails Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index 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).
- create
Vnic GetDetails Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create_
vnic_ Sequence[core.details Get Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic_
index int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic List<Property Map>Details - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index Number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids 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.
- Private
Ip string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet []GetCidr Pair Details Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids []string - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private booleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public booleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet GetCidr Pair Details Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids string[] - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source booleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ booldns_ record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ boolip - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip_
source_ booldest_ check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<Property Map>Cidr Pair Details - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationInstanceDetailSecondaryVnic
- Create
Vnic List<GetDetails Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- Create
Vnic []GetDetails Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic List<GetDetails Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index 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).
- create
Vnic GetDetails Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create_
vnic_ Sequence[core.details Get Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic_
index int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic List<Property Map>Details - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index Number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids 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.
- Private
Ip string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private boolDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public boolIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet []GetCidr Pair Details Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids []string - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Skip
Source boolDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<GetCidr Pair Details Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private booleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public booleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet GetCidr Pair Details Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids string[] - 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 string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source booleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ booldns_ record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ boolip - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ Sequence[core.cidr_ pair_ details Get Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip_
source_ booldest_ check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip 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. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private BooleanDns Record - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public BooleanIp - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet List<Property Map>Cidr Pair Details - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids 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.
- private
Ip String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - skip
Source BooleanDest Check - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address string
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address str
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address String
- Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr 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.