Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Core.getInstanceConfigurations
Explore with Pulumi AI
This data source provides the list of Instance Configurations in Oracle Cloud Infrastructure Core service.
Lists the instance configurations in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInstanceConfigurations = oci.Core.getInstanceConfigurations({
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_instance_configurations = oci.Core.get_instance_configurations(compartment_id=compartment_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := core.GetInstanceConfigurations(ctx, &core.GetInstanceConfigurationsArgs{
CompartmentId: compartmentId,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testInstanceConfigurations = Oci.Core.GetInstanceConfigurations.Invoke(new()
{
CompartmentId = compartmentId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetInstanceConfigurationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testInstanceConfigurations = CoreFunctions.getInstanceConfigurations(GetInstanceConfigurationsArgs.builder()
.compartmentId(compartmentId)
.build());
}
}
variables:
testInstanceConfigurations:
fn::invoke:
function: oci:Core:getInstanceConfigurations
arguments:
compartmentId: ${compartmentId}
Using getInstanceConfigurations
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInstanceConfigurations(args: GetInstanceConfigurationsArgs, opts?: InvokeOptions): Promise<GetInstanceConfigurationsResult>
function getInstanceConfigurationsOutput(args: GetInstanceConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetInstanceConfigurationsResult>
def get_instance_configurations(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_core.GetInstanceConfigurationsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceConfigurationsResult
def get_instance_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetInstanceConfigurationsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstanceConfigurationsResult]
func GetInstanceConfigurations(ctx *Context, args *GetInstanceConfigurationsArgs, opts ...InvokeOption) (*GetInstanceConfigurationsResult, error)
func GetInstanceConfigurationsOutput(ctx *Context, args *GetInstanceConfigurationsOutputArgs, opts ...InvokeOption) GetInstanceConfigurationsResultOutput
> Note: This function is named GetInstanceConfigurations
in the Go SDK.
public static class GetInstanceConfigurations
{
public static Task<GetInstanceConfigurationsResult> InvokeAsync(GetInstanceConfigurationsArgs args, InvokeOptions? opts = null)
public static Output<GetInstanceConfigurationsResult> Invoke(GetInstanceConfigurationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInstanceConfigurationsResult> getInstanceConfigurations(GetInstanceConfigurationsArgs args, InvokeOptions options)
public static Output<GetInstanceConfigurationsResult> getInstanceConfigurations(GetInstanceConfigurationsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Core/getInstanceConfigurations:getInstanceConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment.
- Filters
Changes to this property will trigger replacement.
Instance Configurations Filter>
- Compartment
Id This property is required. string - The OCID of the compartment.
- Filters
Changes to this property will trigger replacement.
Instance Configurations Filter
- compartment
Id This property is required. String - The OCID of the compartment.
- filters
Changes to this property will trigger replacement.
Instance Configurations Filter>
- compartment
Id This property is required. string - The OCID of the compartment.
- filters
Changes to this property will trigger replacement.
Instance Configurations Filter[]
- compartment_
id This property is required. str - The OCID of the compartment.
- filters
Changes to this property will trigger replacement.
Get Instance Configurations Filter]
- compartment
Id This property is required. String - The OCID of the compartment.
- filters
Changes to this property will trigger replacement.
getInstanceConfigurations Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment containing images to search
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Configurations List<GetInstance Configurations Instance Configuration> - The list of instance_configurations.
- Filters
List<Get
Instance Configurations Filter>
- Compartment
Id string - The OCID of the compartment containing images to search
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Configurations []GetInstance Configurations Instance Configuration - The list of instance_configurations.
- Filters
[]Get
Instance Configurations Filter
- compartment
Id String - The OCID of the compartment containing images to search
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Configurations List<GetInstance Configurations Instance Configuration> - The list of instance_configurations.
- filters
List<Get
Instance Configurations Filter>
- compartment
Id string - The OCID of the compartment containing images to search
- id string
- The provider-assigned unique ID for this managed resource.
- instance
Configurations GetInstance Configurations Instance Configuration[] - The list of instance_configurations.
- filters
Get
Instance Configurations Filter[]
- compartment_
id str - The OCID of the compartment containing images to search
- id str
- The provider-assigned unique ID for this managed resource.
- instance_
configurations Sequence[core.Get Instance Configurations Instance Configuration] - The list of instance_configurations.
- filters
Sequence[core.
Get Instance Configurations Filter]
- compartment
Id String - The OCID of the compartment containing images to search
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Configurations List<Property Map> - The list of instance_configurations.
- filters List<Property Map>
Supporting Types
GetInstanceConfigurationsFilter
- Name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Values
This property is required. List<string> - Regex bool
- Name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Values
This property is required. []string - Regex bool
- name
This property is required. String - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values
This property is required. List<String> - regex Boolean
- name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values
This property is required. string[] - regex boolean
- name
This property is required. str - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values
This property is required. Sequence[str] - regex bool
- name
This property is required. String - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- values
This property is required. List<String> - regex Boolean
GetInstanceConfigurationsInstanceConfiguration
- Compartment
Id This property is required. string - The OCID of the compartment.
- Deferred
Fields This property is required. List<string> - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the volume backup.
- Instance
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail> - Instance
Id This property is required. string - Source
This property is required. string - Time
Created This property is required. string - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id This property is required. string - The OCID of the compartment.
- Deferred
Fields This property is required. []string - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the volume backup.
- Instance
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail - Instance
Id This property is required. string - Source
This property is required. string - Time
Created This property is required. string - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id This property is required. String - The OCID of the compartment.
- deferred
Fields This property is required. List<String> - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the volume backup.
- instance
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail> - instance
Id This property is required. String - source
This property is required. String - time
Created This property is required. String - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id This property is required. string - The OCID of the compartment.
- deferred
Fields This property is required. string[] - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - The OCID of the volume backup.
- instance
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail[] - instance
Id This property is required. string - source
This property is required. string - time
Created This property is required. string - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id This property is required. str - The OCID of the compartment.
- deferred_
fields This property is required. Sequence[str] - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - The OCID of the volume backup.
- instance_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail] - instance_
id This property is required. str - source
This property is required. str - time_
created This property is required. str - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id This property is required. String - The OCID of the compartment.
- deferred
Fields This property is required. List<String> - Parameters that were not specified when the instance configuration was created, but that are required to launch an instance from the instance configuration. See the LaunchInstanceConfiguration operation.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the volume backup.
- instance
Details This property is required. List<Property Map> - instance
Id This property is required. String - source
This property is required. String - time
Created This property is required. String - The date and time the instance configuration was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
GetInstanceConfigurationsInstanceConfigurationInstanceDetail
- Block
Volumes This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume> - Block volume parameters.
- Instance
Type This property is required. string - The type of instance details. Supported instanceType is compute
- Launch
Details This property is required. List<GetInstance Configurations 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
This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option> - Multiple Compute Instance Configuration instance details.
- Secondary
Vnics This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic> - Secondary VNIC parameters.
- Block
Volumes This property is required. []GetInstance Configurations Instance Configuration Instance Detail Block Volume - Block volume parameters.
- Instance
Type This property is required. string - The type of instance details. Supported instanceType is compute
- Launch
Details This property is required. []GetInstance Configurations 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
This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option - Multiple Compute Instance Configuration instance details.
- Secondary
Vnics This property is required. []GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic - Secondary VNIC parameters.
- block
Volumes This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume> - Block volume parameters.
- instance
Type This property is required. String - The type of instance details. Supported instanceType is compute
- launch
Details This property is required. List<GetInstance Configurations 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
This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option> - Multiple Compute Instance Configuration instance details.
- secondary
Vnics This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic> - Secondary VNIC parameters.
- block
Volumes This property is required. GetInstance Configurations Instance Configuration Instance Detail Block Volume[] - Block volume parameters.
- instance
Type This property is required. string - The type of instance details. Supported instanceType is compute
- launch
Details This property is required. GetInstance Configurations 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
This property is required. GetInstance Configurations Instance Configuration Instance Detail Option[] - Multiple Compute Instance Configuration instance details.
- secondary
Vnics This property is required. GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic[] - Secondary VNIC parameters.
- block_
volumes This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Block Volume] - Block volume parameters.
- instance_
type This property is required. str - The type of instance details. Supported instanceType is compute
- launch_
details This property is required. Sequence[core.Get Instance Configurations 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
This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option] - Multiple Compute Instance Configuration instance details.
- secondary_
vnics This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Secondary Vnic] - Secondary VNIC parameters.
- block
Volumes This property is required. List<Property Map> - Block volume parameters.
- instance
Type This property is required. String - The type of instance details. Supported instanceType is compute
- launch
Details This property is required. List<Property Map> - Instance launch details for creating an instance from an instance configuration. Use the
sourceDetails
parameter to specify whether a boot volume or an image should be used to launch a new instance. - options
This property is required. List<Property Map> - Multiple Compute Instance Configuration instance details.
- secondary
Vnics This property is required. List<Property Map> - Secondary VNIC parameters.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolume
- Attach
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id This property is required. string - The OCID of the volume.
- Attach
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id This property is required. string - The OCID of the volume.
- attach
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id This property is required. String - The OCID of the volume.
- attach
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Block Volume Attach Detail[] - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail[] - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id This property is required. string - The OCID of the volume.
- attach_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Block Volume Attach Detail] - Volume attachmentDetails. Please see AttachVolumeDetails
- create_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail] - Creates a new block volume. Please see CreateVolumeDetails
- volume_
id This property is required. str - The OCID of the volume.
- attach
Details This property is required. List<Property Map> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details This property is required. List<Property Map> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id This property is required. String - The OCID of the volume.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeAttachDetail
- Device
This property is required. string - The device name.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read Only This property is required. bool - Whether the attachment should be created in read-only mode.
This property is required. bool- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Use
Chap This property is required. bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- Device
This property is required. string - The device name.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read Only This property is required. bool - Whether the attachment should be created in read-only mode.
This property is required. bool- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Use
Chap This property is required. bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. String - The device name.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read Only This property is required. Boolean - Whether the attachment should be created in read-only mode.
This property is required. Boolean- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- use
Chap This property is required. Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. string - The device name.
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv Encryption In Transit Enabled This property is required. boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read Only This property is required. boolean - Whether the attachment should be created in read-only mode.
This property is required. boolean- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- use
Chap This property is required. boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. str - The device name.
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is_
pv_ encryption_ in_ transit_ enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is_
read_ only This property is required. bool - Whether the attachment should be created in read-only mode.
This property is required. bool- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- use_
chap This property is required. bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. String - The device name.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read Only This property is required. Boolean - Whether the attachment should be created in read-only mode.
This property is required. Boolean- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- use
Chap This property is required. Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetail
- Autotune
Policies This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy Id This property is required. string - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume Replicas This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto Tune Enabled This property is required. bool - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In Gbs This property is required. string - The size of the volume in GBs.
- Source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail> - Vpus
Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Xrc
Kms Key Id This property is required. string - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- Autotune
Policies This property is required. []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy - The list of autotune policies enabled for this volume.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy Id This property is required. string - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume Replicas This property is required. []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto Tune Enabled This property is required. bool - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In Gbs This property is required. string - The size of the volume in GBs.
- Source
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail - Vpus
Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Xrc
Kms Key Id This property is required. string - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune
Policies This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy Id This property is required. String - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume Replicas This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto Tune Enabled This property is required. Boolean - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In Gbs This property is required. String - The size of the volume in GBs.
- source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail> - vpus
Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc
Kms Key Id This property is required. String - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune
Policies This property is required. GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy[] - The list of autotune policies enabled for this volume.
- availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy Id This property is required. string - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume Replicas This property is required. GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica[] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. string - The OCID of the compartment.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto Tune Enabled This property is required. boolean - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In Gbs This property is required. string - The size of the volume in GBs.
- source
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail[] - vpus
Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc
Kms Key Id This property is required. string - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune_
policies This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Autotune Policy] - The list of autotune policies enabled for this volume.
- availability_
domain This property is required. str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup_
policy_ id This property is required. str - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block_
volume_ replicas This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Block Volume Replica] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster_
placement_ group_ id This property is required. str - The OCID of the cluster placement group of the instance.
- compartment_
id This property is required. str - The OCID of the compartment.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is_
auto_ tune_ enabled This property is required. bool - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms_
key_ id This property is required. str - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size_
in_ gbs This property is required. str - The size of the volume in GBs.
- source_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Block Volume Create Detail Source Detail] - vpus_
per_ gb This property is required. str - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc_
kms_ key_ id This property is required. str - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune
Policies This property is required. List<Property Map> - The list of autotune policies enabled for this volume.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy Id This property is required. String - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume Replicas This property is required. List<Property Map> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto Tune Enabled This property is required. Boolean - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In Gbs This property is required. String - The size of the volume in GBs.
- source
Details This property is required. List<Property Map> - vpus
Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc
Kms Key Id This property is required. String - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailAutotunePolicy
- Autotune
Type This property is required. string - This specifies the type of autotunes supported by OCI.
- Max
Vpus Per Gb This property is required. string - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- Autotune
Type This property is required. string - This specifies the type of autotunes supported by OCI.
- Max
Vpus Per Gb This property is required. string - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type This property is required. String - This specifies the type of autotunes supported by OCI.
- max
Vpus Per Gb This property is required. String - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type This property is required. string - This specifies the type of autotunes supported by OCI.
- max
Vpus Per Gb This property is required. string - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_
type This property is required. str - This specifies the type of autotunes supported by OCI.
- max_
vpus_ per_ gb This property is required. str - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type This property is required. String - This specifies the type of autotunes supported by OCI.
- max
Vpus Per Gb This property is required. String - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailBlockVolumeReplica
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_
domain This property is required. str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailBlockVolumeCreateDetailSourceDetail
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetail
- Agent
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation Id This property is required. string - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm Host Id This property is required. string - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata This property is required. Dictionary<string, string> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain This property is required. string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script This property is required. string - This is an advanced option.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode This property is required. 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 This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Licensing
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config> - List of licensing configurations associated with target launch values.
- Metadata
This property is required. Dictionary<string, string> - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config> - The platform configuration requested for the instance.
- Preemptible
Instance Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- Preferred
Maintenance Action This property is required. string - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Security
Attributes This property is required. Dictionary<string, string> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape
This property is required. string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config> - The shape configuration requested for the instance.
- Source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail>
- Agent
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation Id This property is required. string - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Create
Vnic Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm Host Id This property is required. string - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata This property is required. map[string]string - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain This property is required. string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script This property is required. string - This is an advanced option.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode This property is required. 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 This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Licensing
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config - List of licensing configurations associated with target launch values.
- Metadata
This property is required. map[string]string - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config - The platform configuration requested for the instance.
- Preemptible
Instance Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config - Configuration options for preemptible instances.
- Preferred
Maintenance Action This property is required. string - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Security
Attributes This property is required. map[string]string - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape
This property is required. string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config - The shape configuration requested for the instance.
- Source
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail
- agent
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation Id This property is required. String - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
- create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm Host Id This property is required. String - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata This property is required. Map<String,String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain This property is required. String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script This property is required. String - This is an advanced option.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode This property is required. String - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch
Options This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config> - List of licensing configurations associated with target launch values.
- metadata
This property is required. Map<String,String> - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config> - The platform configuration requested for the instance.
- preemptible
Instance Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- preferred
Maintenance Action This property is required. String - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security
Attributes This property is required. Map<String,String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. String - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config> - The shape configuration requested for the instance.
- source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail>
- agent
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config[] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Availability Config[] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation Id This property is required. string - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. string - The OCID of the compartment.
- create
Vnic Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm Host Id This property is required. string - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata This property is required. {[key: string]: string} - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain This property is required. string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Instance Option[] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script This property is required. string - This is an advanced option.
- is
Pv Encryption In Transit Enabled This property is required. boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode This property is required. string - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch
Options This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Launch Option[] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config[] - List of licensing configurations associated with target launch values.
- metadata
This property is required. {[key: string]: string} - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Platform Config[] - The platform configuration requested for the instance.
- preemptible
Instance Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config[] - Configuration options for preemptible instances.
- preferred
Maintenance Action This property is required. string - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security
Attributes This property is required. {[key: string]: string} - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Shape Config[] - The shape configuration requested for the instance.
- source
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail[]
- agent_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Agent Config] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Availability Config] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_
domain This property is required. str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity_
reservation_ id This property is required. str - The OCID of the compute capacity reservation this instance is launched under.
- cluster_
placement_ group_ id This property is required. str - The OCID of the cluster placement group of the instance.
- compartment_
id This property is required. str - The OCID of the compartment.
- create_
vnic_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated_
vm_ host_ id This property is required. str - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_
metadata This property is required. Mapping[str, str] - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault_
domain This property is required. str - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance_
options This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Instance Option] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe_
script This property is required. str - This is an advanced option.
- is_
pv_ encryption_ in_ transit_ enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch_
mode This property is required. str - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch_
options This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Launch Option] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Licensing Config] - List of licensing configurations associated with target launch values.
- metadata
This property is required. Mapping[str, str] - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Platform Config] - The platform configuration requested for the instance.
- preemptible_
instance_ configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config] - Configuration options for preemptible instances.
- preferred_
maintenance_ action This property is required. str - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security_
attributes This property is required. Mapping[str, str] - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. str - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Shape Config] - The shape configuration requested for the instance.
- source_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail]
- agent
Configs This property is required. List<Property Map> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs This property is required. List<Property Map> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation Id This property is required. String - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
- create
Vnic Details This property is required. List<Property Map> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm Host Id This property is required. String - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata This property is required. Map<String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain This property is required. String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options This property is required. List<Property Map> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script This property is required. String - This is an advanced option.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode This property is required. String - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch
Options This property is required. List<Property Map> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing
Configs This property is required. List<Property Map> - List of licensing configurations associated with target launch values.
- metadata
This property is required. Map<String> - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs This property is required. List<Property Map> - The platform configuration requested for the instance.
- preemptible
Instance Configs This property is required. List<Property Map> - Configuration options for preemptible instances.
- preferred
Maintenance Action This property is required. String - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security
Attributes This property is required. Map<String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. String - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs This property is required. List<Property Map> - The shape configuration requested for the instance.
- source
Details This property is required. List<Property Map>
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfig
- Are
All Plugins Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring Disabled This property is required. bool - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- Are
All Plugins Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring Disabled This property is required. bool - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config - The configuration of plugins associated with this instance.
- are
All Plugins Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring Disabled This property is required. Boolean - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- are
All Plugins Disabled This property is required. boolean - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management Disabled This property is required. boolean - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring Disabled This property is required. boolean - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config[] - The configuration of plugins associated with this instance.
- are_
all_ plugins_ disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is_
management_ disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is_
monitoring_ disabled This property is required. bool - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Agent Config Plugins Config] - The configuration of plugins associated with this instance.
- are
All Plugins Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring Disabled This property is required. Boolean - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs This property is required. List<Property Map> - The configuration of plugins associated with this instance.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAgentConfigPluginsConfig
- Desired
State This property is required. string - Whether the plugin should be enabled or disabled.
- Name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Desired
State This property is required. string - Whether the plugin should be enabled or disabled.
- Name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State This property is required. String - Whether the plugin should be enabled or disabled.
- name
This property is required. String - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State This property is required. string - Whether the plugin should be enabled or disabled.
- name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_
state This property is required. str - Whether the plugin should be enabled or disabled.
- name
This property is required. str - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State This property is required. String - Whether the plugin should be enabled or disabled.
- name
This property is required. String - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailAvailabilityConfig
- Is
Live Migration Preferred This property is required. bool - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action This property is required. string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- Is
Live Migration Preferred This property is required. bool - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action This property is required. string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live Migration Preferred This property is required. Boolean - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action This property is required. String - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live Migration Preferred This property is required. boolean - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action This property is required. string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is_
live_ migration_ preferred This property is required. bool - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery_
action This property is required. str - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live Migration Preferred This property is required. Boolean - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action This property is required. String - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetail
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. List<string> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. Dictionary<string, string> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. []string - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. map[string]string - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String,String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. string[] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. {[key: string]: string} - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ dns_ record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label This property is required. str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ cidr_ pair_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids This property is required. Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip This property is required. str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security_
attributes This property is required. Mapping[str, str] - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_
source_ dest_ check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id This property is required. str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. Boolean - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<Property Map> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. str - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr This property is required. str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOption
- Are
Legacy Imds Endpoints Disabled This property is required. bool - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- Are
Legacy Imds Endpoints Disabled This property is required. bool - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy Imds Endpoints Disabled This property is required. Boolean - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy Imds Endpoints Disabled This property is required. boolean - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_
legacy_ imds_ endpoints_ disabled This property is required. bool - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy Imds Endpoints Disabled This property is required. Boolean - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOption
- Boot
Volume Type This property is required. string - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware
This property is required. string - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent Volume Naming Enabled This property is required. bool - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type This property is required. 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 Volume Type This property is required. string - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Boot
Volume Type This property is required. string - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware
This property is required. string - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent Volume Naming Enabled This property is required. bool - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type This property is required. 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 Volume Type This property is required. string - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume Type This property is required. String - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. String - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent Volume Naming Enabled This property is required. Boolean - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type This property is required. String - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote
Data Volume Type This property is required. String - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume Type This property is required. string - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. string - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent Volume Naming Enabled This property is required. boolean - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv Encryption In Transit Enabled This property is required. boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type This property is required. string - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote
Data Volume Type This property is required. string - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot_
volume_ type This property is required. str - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. str - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is_
consistent_ volume_ naming_ enabled This property is required. bool - Whether to enable consistent volume naming feature. Defaults to false.
- is_
pv_ encryption_ in_ transit_ enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network_
type This property is required. str - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote_
data_ volume_ type This property is required. str - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume Type This property is required. String - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. String - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent Volume Naming Enabled This property is required. Boolean - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type This property is required. String - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote
Data Volume Type This property is required. String - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfig
- License
Type This property is required. string - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- License
Type This property is required. string - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- license
Type This property is required. String - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- license
Type This property is required. string - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- license_
type This property is required. str - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- license
Type This property is required. String - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfig
- Are
Virtual Instructions Enabled This property is required. bool - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Config
Map This property is required. Dictionary<string, string> - Instance Platform Configuration Configuration Map for flexible setting input.
- Is
Access Control Service Enabled This property is required. bool - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input Output Memory Management Unit Enabled This property is required. bool - Whether the input-output memory management unit is enabled.
- Is
Measured Boot Enabled This property is required. bool - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory Encryption Enabled This property is required. bool - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure Boot Enabled This property is required. bool - Whether Secure Boot is enabled on the instance.
- Is
Symmetric Multi Threading Enabled This property is required. bool - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted Platform Module Enabled This property is required. bool - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes Per Socket This property is required. string - The number of NUMA nodes per socket (NPS).
- Percentage
Of Cores Enabled This property is required. int - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Are
Virtual Instructions Enabled This property is required. bool - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Config
Map This property is required. map[string]string - Instance Platform Configuration Configuration Map for flexible setting input.
- Is
Access Control Service Enabled This property is required. bool - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input Output Memory Management Unit Enabled This property is required. bool - Whether the input-output memory management unit is enabled.
- Is
Measured Boot Enabled This property is required. bool - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory Encryption Enabled This property is required. bool - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure Boot Enabled This property is required. bool - Whether Secure Boot is enabled on the instance.
- Is
Symmetric Multi Threading Enabled This property is required. bool - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted Platform Module Enabled This property is required. bool - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes Per Socket This property is required. string - The number of NUMA nodes per socket (NPS).
- Percentage
Of Cores Enabled This property is required. int - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- are
Virtual Instructions Enabled This property is required. Boolean - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config
Map This property is required. Map<String,String> - Instance Platform Configuration Configuration Map for flexible setting input.
- is
Access Control Service Enabled This property is required. Boolean - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input Output Memory Management Unit Enabled This property is required. Boolean - Whether the input-output memory management unit is enabled.
- is
Measured Boot Enabled This property is required. Boolean - Whether the Measured Boot feature is enabled on the instance.
- is
Memory Encryption Enabled This property is required. Boolean - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure Boot Enabled This property is required. Boolean - Whether Secure Boot is enabled on the instance.
- is
Symmetric Multi Threading Enabled This property is required. Boolean - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted Platform Module Enabled This property is required. Boolean - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes Per Socket This property is required. String - The number of NUMA nodes per socket (NPS).
- percentage
Of Cores Enabled This property is required. Integer - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- are
Virtual Instructions Enabled This property is required. boolean - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config
Map This property is required. {[key: string]: string} - Instance Platform Configuration Configuration Map for flexible setting input.
- is
Access Control Service Enabled This property is required. boolean - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input Output Memory Management Unit Enabled This property is required. boolean - Whether the input-output memory management unit is enabled.
- is
Measured Boot Enabled This property is required. boolean - Whether the Measured Boot feature is enabled on the instance.
- is
Memory Encryption Enabled This property is required. boolean - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure Boot Enabled This property is required. boolean - Whether Secure Boot is enabled on the instance.
- is
Symmetric Multi Threading Enabled This property is required. boolean - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted Platform Module Enabled This property is required. boolean - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes Per Socket This property is required. string - The number of NUMA nodes per socket (NPS).
- percentage
Of Cores Enabled This property is required. number - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- are_
virtual_ instructions_ enabled This property is required. bool - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config_
map This property is required. Mapping[str, str] - Instance Platform Configuration Configuration Map for flexible setting input.
- is_
access_ control_ service_ enabled This property is required. bool - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is_
input_ output_ memory_ management_ unit_ enabled This property is required. bool - Whether the input-output memory management unit is enabled.
- is_
measured_ boot_ enabled This property is required. bool - Whether the Measured Boot feature is enabled on the instance.
- is_
memory_ encryption_ enabled This property is required. bool - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is_
secure_ boot_ enabled This property is required. bool - Whether Secure Boot is enabled on the instance.
- is_
symmetric_ multi_ threading_ enabled This property is required. bool - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is_
trusted_ platform_ module_ enabled This property is required. bool - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa_
nodes_ per_ socket This property is required. str - The number of NUMA nodes per socket (NPS).
- percentage_
of_ cores_ enabled This property is required. int - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- are
Virtual Instructions Enabled This property is required. Boolean - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- config
Map This property is required. Map<String> - Instance Platform Configuration Configuration Map for flexible setting input.
- is
Access Control Service Enabled This property is required. Boolean - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input Output Memory Management Unit Enabled This property is required. Boolean - Whether the input-output memory management unit is enabled.
- is
Measured Boot Enabled This property is required. Boolean - Whether the Measured Boot feature is enabled on the instance.
- is
Memory Encryption Enabled This property is required. Boolean - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure Boot Enabled This property is required. Boolean - Whether Secure Boot is enabled on the instance.
- is
Symmetric Multi Threading Enabled This property is required. Boolean - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted Platform Module Enabled This property is required. Boolean - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes Per Socket This property is required. String - The number of NUMA nodes per socket (NPS).
- percentage
Of Cores Enabled This property is required. Number - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfig
- Preemption
Actions This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- Preemption
Actions This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action[] - The action to run when the preemptible instance is interrupted for eviction.
- preemption_
actions This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Preemptible Instance Config Preemption Action] - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions This property is required. List<Property Map> - The action to run when the preemptible instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionAction
- Preserve
Boot Volume This property is required. bool - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Preserve
Boot Volume This property is required. bool - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- preserve
Boot Volume This property is required. Boolean - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- preserve
Boot Volume This property is required. boolean - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- preserve_
boot_ volume This property is required. bool - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- preserve
Boot Volume This property is required. Boolean - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfig
- Baseline
Ocpu Utilization This property is required. string - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In Gbs This property is required. double - The total amount of memory available to the instance, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. double - The total number of OCPUs available to the instance.
- Vcpus
This property is required. int - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- Baseline
Ocpu Utilization This property is required. string - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In Gbs This property is required. float64 - The total amount of memory available to the instance, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. float64 - The total number of OCPUs available to the instance.
- Vcpus
This property is required. int - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu Utilization This property is required. String - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In Gbs This property is required. Double - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Double - The total number of OCPUs available to the instance.
- vcpus
This property is required. Integer - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu Utilization This property is required. string - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In Gbs This property is required. number - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the instance.
- vcpus
This property is required. number - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_
ocpu_ utilization This property is required. str - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory_
in_ gbs This property is required. float - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. float - The total number of OCPUs available to the instance.
- vcpus
This property is required. int - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu Utilization This property is required. String - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In Gbs This property is required. Number - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the instance.
- vcpus
This property is required. Number - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetail
- Boot
Volume Id This property is required. string - The OCID of the boot volume used to boot the instance.
- Boot
Volume Size In Gbs This property is required. string - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume Vpus Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id This property is required. string - The OCID of the image used to boot the instance.
- Instance
Source Image Filter Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type This property is required. string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- Boot
Volume Id This property is required. string - The OCID of the boot volume used to boot the instance.
- Boot
Volume Size In Gbs This property is required. string - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume Vpus Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id This property is required. string - The OCID of the image used to boot the instance.
- Instance
Source Image Filter Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type This property is required. string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume Id This property is required. String - The OCID of the boot volume used to boot the instance.
- boot
Volume Size In Gbs This property is required. String - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume Vpus Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id This property is required. String - The OCID of the image used to boot the instance.
- instance
Source Image Filter Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type This property is required. String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume Id This property is required. string - The OCID of the boot volume used to boot the instance.
- boot
Volume Size In Gbs This property is required. string - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume Vpus Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id This property is required. string - The OCID of the image used to boot the instance.
- instance
Source Image Filter Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail[] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type This property is required. string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot_
volume_ id This property is required. str - The OCID of the boot volume used to boot the instance.
- boot_
volume_ size_ in_ gbs This property is required. str - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot_
volume_ vpus_ per_ gb This property is required. str - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image_
id This property is required. str - The OCID of the image used to boot the instance.
- instance_
source_ image_ filter_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Launch Detail Source Detail Instance Source Image Filter Detail] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms_
key_ id This property is required. str - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source_
type This property is required. str - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume Id This property is required. String - The OCID of the boot volume used to boot the instance.
- boot
Volume Size In Gbs This property is required. String - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume Vpus Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id This property is required. String - The OCID of the image used to boot the instance.
- instance
Source Image Filter Details This property is required. List<Property Map> - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type This property is required. String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailSourceDetailInstanceSourceImageFilterDetail
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. Dictionary<string, string>- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System This property is required. string - The image's operating system. Example:
Oracle Linux
- Operating
System Version This property is required. string - The image's operating system version. Example:
7.2
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. map[string]string- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System This property is required. string - The image's operating system. Example:
Oracle Linux
- Operating
System Version This property is required. string - The image's operating system version. Example:
7.2
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String,String>- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System This property is required. String - The image's operating system. Example:
Oracle Linux
- operating
System Version This property is required. String - The image's operating system version. Example:
7.2
- compartment
Id This property is required. string - The OCID of the compartment.
This property is required. {[key: string]: string}- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System This property is required. string - The image's operating system. Example:
Oracle Linux
- operating
System Version This property is required. string - The image's operating system version. Example:
7.2
- compartment_
id This property is required. str - The OCID of the compartment.
This property is required. Mapping[str, str]- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_
system This property is required. str - The image's operating system. Example:
Oracle Linux
- operating_
system_ version This property is required. str - The image's operating system version. Example:
7.2
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String>- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System This property is required. String - The image's operating system. Example:
Oracle Linux
- operating
System Version This property is required. String - The image's operating system version. Example:
7.2
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOption
- Block
Volumes This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume> - Block volume parameters.
- Launch
Details This property is required. List<GetInstance Configurations 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 This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic> - Secondary VNIC parameters.
- Block
Volumes This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume - Block volume parameters.
- Launch
Details This property is required. []GetInstance Configurations 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 This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic - Secondary VNIC parameters.
- block
Volumes This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume> - Block volume parameters.
- launch
Details This property is required. List<GetInstance Configurations 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 This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic> - Secondary VNIC parameters.
- block
Volumes This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Block Volume[] - Block volume parameters.
- launch
Details This property is required. GetInstance Configurations 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 This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic[] - Secondary VNIC parameters.
- block_
volumes This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Block Volume] - Block volume parameters.
- launch_
details This property is required. Sequence[core.Get Instance Configurations 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 This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic] - Secondary VNIC parameters.
- block
Volumes This property is required. List<Property Map> - Block volume parameters.
- launch
Details This property is required. List<Property Map> - Instance launch details for creating an instance from an instance configuration. Use the
sourceDetails
parameter to specify whether a boot volume or an image should be used to launch a new instance. - secondary
Vnics This property is required. List<Property Map> - Secondary VNIC parameters.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolume
- Attach
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id This property is required. string - The OCID of the volume.
- Attach
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail - Volume attachmentDetails. Please see AttachVolumeDetails
- Create
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail - Creates a new block volume. Please see CreateVolumeDetails
- Volume
Id This property is required. string - The OCID of the volume.
- attach
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id This property is required. String - The OCID of the volume.
- attach
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail[] - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail[] - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id This property is required. string - The OCID of the volume.
- attach_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Block Volume Attach Detail] - Volume attachmentDetails. Please see AttachVolumeDetails
- create_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail] - Creates a new block volume. Please see CreateVolumeDetails
- volume_
id This property is required. str - The OCID of the volume.
- attach
Details This property is required. List<Property Map> - Volume attachmentDetails. Please see AttachVolumeDetails
- create
Details This property is required. List<Property Map> - Creates a new block volume. Please see CreateVolumeDetails
- volume
Id This property is required. String - The OCID of the volume.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeAttachDetail
- Device
This property is required. string - The device name.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read Only This property is required. bool - Whether the attachment should be created in read-only mode.
This property is required. bool- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Use
Chap This property is required. bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- Device
This property is required. string - The device name.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Is
Read Only This property is required. bool - Whether the attachment should be created in read-only mode.
This property is required. bool- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Use
Chap This property is required. bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. String - The device name.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read Only This property is required. Boolean - Whether the attachment should be created in read-only mode.
This property is required. Boolean- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- use
Chap This property is required. Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. string - The device name.
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv Encryption In Transit Enabled This property is required. boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read Only This property is required. boolean - Whether the attachment should be created in read-only mode.
This property is required. boolean- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- use
Chap This property is required. boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. str - The device name.
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is_
pv_ encryption_ in_ transit_ enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is_
read_ only This property is required. bool - Whether the attachment should be created in read-only mode.
This property is required. bool- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- use_
chap This property is required. bool - Whether to use CHAP authentication for the volume attachment. Defaults to false.
- device
This property is required. String - The device name.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - is
Read Only This property is required. Boolean - Whether the attachment should be created in read-only mode.
This property is required. Boolean- Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- use
Chap This property is required. Boolean - Whether to use CHAP authentication for the volume attachment. Defaults to false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetail
- Autotune
Policies This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy Id This property is required. string - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume Replicas This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto Tune Enabled This property is required. bool - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In Gbs This property is required. string - The size of the volume in GBs.
- Source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail> - Vpus
Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Xrc
Kms Key Id This property is required. string - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- Autotune
Policies This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy - The list of autotune policies enabled for this volume.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Backup
Policy Id This property is required. string - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- Block
Volume Replicas This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Is
Auto Tune Enabled This property is required. bool - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Size
In Gbs This property is required. string - The size of the volume in GBs.
- Source
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail - Vpus
Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Xrc
Kms Key Id This property is required. string - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune
Policies This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy> - The list of autotune policies enabled for this volume.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy Id This property is required. String - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume Replicas This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto Tune Enabled This property is required. Boolean - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In Gbs This property is required. String - The size of the volume in GBs.
- source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail> - vpus
Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc
Kms Key Id This property is required. String - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune
Policies This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy[] - The list of autotune policies enabled for this volume.
- availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy Id This property is required. string - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume Replicas This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica[] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. string - The OCID of the compartment.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto Tune Enabled This property is required. boolean - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In Gbs This property is required. string - The size of the volume in GBs.
- source
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail[] - vpus
Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc
Kms Key Id This property is required. string - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune_
policies This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Autotune Policy] - The list of autotune policies enabled for this volume.
- availability_
domain This property is required. str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup_
policy_ id This property is required. str - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block_
volume_ replicas This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Block Volume Replica] - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster_
placement_ group_ id This property is required. str - The OCID of the cluster placement group of the instance.
- compartment_
id This property is required. str - The OCID of the compartment.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is_
auto_ tune_ enabled This property is required. bool - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms_
key_ id This property is required. str - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size_
in_ gbs This property is required. str - The size of the volume in GBs.
- source_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Block Volume Create Detail Source Detail] - vpus_
per_ gb This property is required. str - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc_
kms_ key_ id This property is required. str - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- autotune
Policies This property is required. List<Property Map> - The list of autotune policies enabled for this volume.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- backup
Policy Id This property is required. String - If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
- block
Volume Replicas This property is required. List<Property Map> - The list of block volume replicas to be enabled for this volume in the specified destination availability domains.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- is
Auto Tune Enabled This property is required. Boolean - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
InstanceConfigurationDetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- size
In Gbs This property is required. String - The size of the volume in GBs.
- source
Details This property is required. List<Property Map> - vpus
Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- xrc
Kms Key Id This property is required. String - The OCID of the Vault service key which is the master encryption key for the block volume cross region backups, which will be used in the destination region to encrypt the backup's encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailAutotunePolicy
- Autotune
Type This property is required. string - This specifies the type of autotunes supported by OCI.
- Max
Vpus Per Gb This property is required. string - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- Autotune
Type This property is required. string - This specifies the type of autotunes supported by OCI.
- Max
Vpus Per Gb This property is required. string - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type This property is required. String - This specifies the type of autotunes supported by OCI.
- max
Vpus Per Gb This property is required. String - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type This property is required. string - This specifies the type of autotunes supported by OCI.
- max
Vpus Per Gb This property is required. string - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_
type This property is required. str - This specifies the type of autotunes supported by OCI.
- max_
vpus_ per_ gb This property is required. str - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type This property is required. String - This specifies the type of autotunes supported by OCI.
- max
Vpus Per Gb This property is required. String - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailBlockVolumeReplica
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_
domain This property is required. str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionBlockVolumeCreateDetailSourceDetail
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetail
- Agent
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation Id This property is required. string - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm Host Id This property is required. string - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata This property is required. Dictionary<string, string> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain This property is required. string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script This property is required. string - This is an advanced option.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode This property is required. 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 This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Licensing
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config> - List of licensing configurations associated with target launch values.
- Metadata
This property is required. Dictionary<string, string> - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config> - The platform configuration requested for the instance.
- Preemptible
Instance Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- Preferred
Maintenance Action This property is required. string - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Security
Attributes This property is required. Dictionary<string, string> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape
This property is required. string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config> - The shape configuration requested for the instance.
- Source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail>
- Agent
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config - Configuration options for the Oracle Cloud Agent software running on the instance.
- Availability
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- Availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- Capacity
Reservation Id This property is required. string - The OCID of the compute capacity reservation this instance is launched under.
- Cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Create
Vnic Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Dedicated
Vm Host Id This property is required. string - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Extended
Metadata This property is required. map[string]string - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - Fault
Domain This property is required. string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Instance
Options This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- Ipxe
Script This property is required. string - This is an advanced option.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Launch
Mode This property is required. 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 This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- Licensing
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config - List of licensing configurations associated with target launch values.
- Metadata
This property is required. map[string]string - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- Platform
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config - The platform configuration requested for the instance.
- Preemptible
Instance Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config - Configuration options for preemptible instances.
- Preferred
Maintenance Action This property is required. string - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- Security
Attributes This property is required. map[string]string - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Shape
This property is required. string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- Shape
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config - The shape configuration requested for the instance.
- Source
Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail
- agent
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation Id This property is required. String - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
- create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm Host Id This property is required. String - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata This property is required. Map<String,String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain This property is required. String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script This property is required. String - This is an advanced option.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode This property is required. String - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch
Options This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config> - List of licensing configurations associated with target launch values.
- metadata
This property is required. Map<String,String> - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config> - The platform configuration requested for the instance.
- preemptible
Instance Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config> - Configuration options for preemptible instances.
- preferred
Maintenance Action This property is required. String - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security
Attributes This property is required. Map<String,String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. String - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config> - The shape configuration requested for the instance.
- source
Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail>
- agent
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config[] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config[] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain This property is required. string - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation Id This property is required. string - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement Group Id This property is required. string - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. string - The OCID of the compartment.
- create
Vnic Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm Host Id This property is required. string - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata This property is required. {[key: string]: string} - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain This property is required. string - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option[] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script This property is required. string - This is an advanced option.
- is
Pv Encryption In Transit Enabled This property is required. boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode This property is required. string - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch
Options This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option[] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config[] - List of licensing configurations associated with target launch values.
- metadata
This property is required. {[key: string]: string} - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config[] - The platform configuration requested for the instance.
- preemptible
Instance Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config[] - Configuration options for preemptible instances.
- preferred
Maintenance Action This property is required. string - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security
Attributes This property is required. {[key: string]: string} - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config[] - The shape configuration requested for the instance.
- source
Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail[]
- agent_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config] - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Availability Config] - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_
domain This property is required. str - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity_
reservation_ id This property is required. str - The OCID of the compute capacity reservation this instance is launched under.
- cluster_
placement_ group_ id This property is required. str - The OCID of the cluster placement group of the instance.
- compartment_
id This property is required. str - The OCID of the compartment.
- create_
vnic_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated_
vm_ host_ id This property is required. str - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_
metadata This property is required. Mapping[str, str] - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault_
domain This property is required. str - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance_
options This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Instance Option] - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe_
script This property is required. str - This is an advanced option.
- is_
pv_ encryption_ in_ transit_ enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch_
mode This property is required. str - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch_
options This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Launch Option] - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Licensing Config] - List of licensing configurations associated with target launch values.
- metadata
This property is required. Mapping[str, str] - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Platform Config] - The platform configuration requested for the instance.
- preemptible_
instance_ configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config] - Configuration options for preemptible instances.
- preferred_
maintenance_ action This property is required. str - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security_
attributes This property is required. Mapping[str, str] - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. str - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Shape Config] - The shape configuration requested for the instance.
- source_
details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail]
- agent
Configs This property is required. List<Property Map> - Configuration options for the Oracle Cloud Agent software running on the instance.
- availability
Configs This property is required. List<Property Map> - Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability
Domain This property is required. String - The availability domain of the instance. Example:
Uocm:PHX-AD-1
- capacity
Reservation Id This property is required. String - The OCID of the compute capacity reservation this instance is launched under.
- cluster
Placement Group Id This property is required. String - The OCID of the cluster placement group of the instance.
- compartment
Id This property is required. String - The OCID of the compartment.
- create
Vnic Details This property is required. List<Property Map> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- dedicated
Vm Host Id This property is required. String - The OCID of the dedicated virtual machine host to place the instance on.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended
Metadata This property is required. Map<String> - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the
metadata
object. - fault
Domain This property is required. String - A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains let you distribute your instances so that they are not on the same physical hardware within a single availability domain. A hardware failure or Compute hardware maintenance that affects one fault domain does not affect instances in other fault domains.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- instance
Options This property is required. List<Property Map> - Optional mutable instance options. As a part of Instance Metadata Service Security Header, This allows user to disable the legacy imds endpoints.
- ipxe
Script This property is required. String - This is an advanced option.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - launch
Mode This property is required. String - Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
NATIVE
- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.EMULATED
- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.CUSTOM
- VM instances launch with custom configuration settings specified in theLaunchOptions
parameter.
- launch
Options This property is required. List<Property Map> - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- licensing
Configs This property is required. List<Property Map> - List of licensing configurations associated with target launch values.
- metadata
This property is required. Map<String> - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
- platform
Configs This property is required. List<Property Map> - The platform configuration requested for the instance.
- preemptible
Instance Configs This property is required. List<Property Map> - Configuration options for preemptible instances.
- preferred
Maintenance Action This property is required. String - The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
LIVE_MIGRATE
- Run maintenance using a live migration.REBOOT
- Run maintenance using a reboot.
- security
Attributes This property is required. Map<String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- shape
This property is required. String - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
- shape
Configs This property is required. List<Property Map> - The shape configuration requested for the instance.
- source
Details This property is required. List<Property Map>
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfig
- Are
All Plugins Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring Disabled This property is required. bool - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- Are
All Plugins Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- Is
Management Disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- Is
Monitoring Disabled This property is required. bool - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- Plugins
Configs This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config - The configuration of plugins associated with this instance.
- are
All Plugins Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring Disabled This property is required. Boolean - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config> - The configuration of plugins associated with this instance.
- are
All Plugins Disabled This property is required. boolean - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management Disabled This property is required. boolean - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring Disabled This property is required. boolean - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config[] - The configuration of plugins associated with this instance.
- are_
all_ plugins_ disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is_
management_ disabled This property is required. bool - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is_
monitoring_ disabled This property is required. bool - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins_
configs This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Agent Config Plugins Config] - The configuration of plugins associated with this instance.
- are
All Plugins Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available plugins. This includes the management and monitoring plugins.
- is
Management Disabled This property is required. Boolean - Whether Oracle Cloud Agent can run all the available management plugins. Default value is false (management plugins are enabled).
- is
Monitoring Disabled This property is required. Boolean - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins. Default value is false (monitoring plugins are enabled).
- plugins
Configs This property is required. List<Property Map> - The configuration of plugins associated with this instance.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAgentConfigPluginsConfig
- Desired
State This property is required. string - Whether the plugin should be enabled or disabled.
- Name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- Desired
State This property is required. string - Whether the plugin should be enabled or disabled.
- Name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State This property is required. String - Whether the plugin should be enabled or disabled.
- name
This property is required. String - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State This property is required. string - Whether the plugin should be enabled or disabled.
- name
This property is required. string - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_
state This property is required. str - Whether the plugin should be enabled or disabled.
- name
This property is required. str - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired
State This property is required. String - Whether the plugin should be enabled or disabled.
- name
This property is required. String - The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailAvailabilityConfig
- Is
Live Migration Preferred This property is required. bool - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action This property is required. string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- Is
Live Migration Preferred This property is required. bool - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- Recovery
Action This property is required. string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live Migration Preferred This property is required. Boolean - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action This property is required. String - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live Migration Preferred This property is required. boolean - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action This property is required. string - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is_
live_ migration_ preferred This property is required. bool - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery_
action This property is required. str - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
- is
Live Migration Preferred This property is required. Boolean - Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery
Action This property is required. String - The lifecycle state for an instance when it is recovered after infrastructure maintenance.
RESTORE_INSTANCE
- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.STOP_INSTANCE
- The instance is recovered in the stopped state.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetail
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. List<string> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. Dictionary<string, string> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. []string - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. map[string]string - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String,String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. string[] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. {[key: string]: string} - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ dns_ record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label This property is required. str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ cidr_ pair_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids This property is required. Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip This property is required. str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security_
attributes This property is required. Mapping[str, str] - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_
source_ dest_ check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id This property is required. str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. Boolean - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<Property Map> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. str - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr This property is required. str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOption
- Are
Legacy Imds Endpoints Disabled This property is required. bool - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- Are
Legacy Imds Endpoints Disabled This property is required. bool - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy Imds Endpoints Disabled This property is required. Boolean - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy Imds Endpoints Disabled This property is required. boolean - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_
legacy_ imds_ endpoints_ disabled This property is required. bool - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are
Legacy Imds Endpoints Disabled This property is required. Boolean - Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOption
- Boot
Volume Type This property is required. string - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware
This property is required. string - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent Volume Naming Enabled This property is required. bool - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type This property is required. 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 Volume Type This property is required. string - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Boot
Volume Type This property is required. string - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- Firmware
This property is required. string - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- Is
Consistent Volume Naming Enabled This property is required. bool - Whether to enable consistent volume naming feature. Defaults to false.
- Is
Pv Encryption In Transit Enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - Network
Type This property is required. 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 Volume Type This property is required. string - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume Type This property is required. String - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. String - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent Volume Naming Enabled This property is required. Boolean - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type This property is required. String - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote
Data Volume Type This property is required. String - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume Type This property is required. string - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. string - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent Volume Naming Enabled This property is required. boolean - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv Encryption In Transit Enabled This property is required. boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type This property is required. string - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote
Data Volume Type This property is required. string - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot_
volume_ type This property is required. str - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. str - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is_
consistent_ volume_ naming_ enabled This property is required. bool - Whether to enable consistent volume naming feature. Defaults to false.
- is_
pv_ encryption_ in_ transit_ enabled This property is required. bool - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network_
type This property is required. str - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote_
data_ volume_ type This property is required. str - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- boot
Volume Type This property is required. String - Emulation type for the boot volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
- firmware
This property is required. String - Firmware used to boot VM. Select the option that matches your operating system.
BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.UEFI_64
- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
- is
Consistent Volume Naming Enabled This property is required. Boolean - Whether to enable consistent volume naming feature. Defaults to false.
- is
Pv Encryption In Transit Enabled This property is required. Boolean - Deprecated. Instead use
isPvEncryptionInTransitEnabled
in InstanceConfigurationLaunchInstanceDetails. - network
Type This property is required. String - Emulation type for the physical network interface card (NIC).
E1000
- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.VFIO
- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.PARAVIRTUALIZED
- VM instances launch with paravirtualized devices using VirtIO drivers.
- remote
Data Volume Type This property is required. String - Emulation type for volume.
ISCSI
- ISCSI attached block storage device.SCSI
- Emulated SCSI disk.IDE
- Emulated IDE disk.VFIO
- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.PARAVIRTUALIZED
- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfig
- License
Type This property is required. string - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- License
Type This property is required. string - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- license
Type This property is required. String - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- license
Type This property is required. string - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- license_
type This property is required. str - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- license
Type This property is required. String - License Type for the OS license.
OCI_PROVIDED
- Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).BRING_YOUR_OWN_LICENSE
- Bring your own license.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfig
- Are
Virtual Instructions Enabled This property is required. bool - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Is
Access Control Service Enabled This property is required. bool - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input Output Memory Management Unit Enabled This property is required. bool - Whether the input-output memory management unit is enabled.
- Is
Measured Boot Enabled This property is required. bool - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory Encryption Enabled This property is required. bool - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure Boot Enabled This property is required. bool - Whether Secure Boot is enabled on the instance.
- Is
Symmetric Multi Threading Enabled This property is required. bool - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted Platform Module Enabled This property is required. bool - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes Per Socket This property is required. string - The number of NUMA nodes per socket (NPS).
- Percentage
Of Cores Enabled This property is required. int - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Are
Virtual Instructions Enabled This property is required. bool - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- Is
Access Control Service Enabled This property is required. bool - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- Is
Input Output Memory Management Unit Enabled This property is required. bool - Whether the input-output memory management unit is enabled.
- Is
Measured Boot Enabled This property is required. bool - Whether the Measured Boot feature is enabled on the instance.
- Is
Memory Encryption Enabled This property is required. bool - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - Is
Secure Boot Enabled This property is required. bool - Whether Secure Boot is enabled on the instance.
- Is
Symmetric Multi Threading Enabled This property is required. bool - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- Is
Trusted Platform Module Enabled This property is required. bool - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- Numa
Nodes Per Socket This property is required. string - The number of NUMA nodes per socket (NPS).
- Percentage
Of Cores Enabled This property is required. int - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- are
Virtual Instructions Enabled This property is required. Boolean - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is
Access Control Service Enabled This property is required. Boolean - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input Output Memory Management Unit Enabled This property is required. Boolean - Whether the input-output memory management unit is enabled.
- is
Measured Boot Enabled This property is required. Boolean - Whether the Measured Boot feature is enabled on the instance.
- is
Memory Encryption Enabled This property is required. Boolean - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure Boot Enabled This property is required. Boolean - Whether Secure Boot is enabled on the instance.
- is
Symmetric Multi Threading Enabled This property is required. Boolean - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted Platform Module Enabled This property is required. Boolean - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes Per Socket This property is required. String - The number of NUMA nodes per socket (NPS).
- percentage
Of Cores Enabled This property is required. Integer - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- are
Virtual Instructions Enabled This property is required. boolean - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is
Access Control Service Enabled This property is required. boolean - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input Output Memory Management Unit Enabled This property is required. boolean - Whether the input-output memory management unit is enabled.
- is
Measured Boot Enabled This property is required. boolean - Whether the Measured Boot feature is enabled on the instance.
- is
Memory Encryption Enabled This property is required. boolean - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure Boot Enabled This property is required. boolean - Whether Secure Boot is enabled on the instance.
- is
Symmetric Multi Threading Enabled This property is required. boolean - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted Platform Module Enabled This property is required. boolean - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes Per Socket This property is required. string - The number of NUMA nodes per socket (NPS).
- percentage
Of Cores Enabled This property is required. number - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- are_
virtual_ instructions_ enabled This property is required. bool - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is_
access_ control_ service_ enabled This property is required. bool - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is_
input_ output_ memory_ management_ unit_ enabled This property is required. bool - Whether the input-output memory management unit is enabled.
- is_
measured_ boot_ enabled This property is required. bool - Whether the Measured Boot feature is enabled on the instance.
- is_
memory_ encryption_ enabled This property is required. bool - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is_
secure_ boot_ enabled This property is required. bool - Whether Secure Boot is enabled on the instance.
- is_
symmetric_ multi_ threading_ enabled This property is required. bool - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is_
trusted_ platform_ module_ enabled This property is required. bool - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa_
nodes_ per_ socket This property is required. str - The number of NUMA nodes per socket (NPS).
- percentage_
of_ cores_ enabled This property is required. int - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- are
Virtual Instructions Enabled This property is required. Boolean - Whether virtualization instructions are available. For example, Secure Virtual Machine for AMD shapes or VT-x for Intel shapes.
- is
Access Control Service Enabled This property is required. Boolean - Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device pass-through.
- is
Input Output Memory Management Unit Enabled This property is required. Boolean - Whether the input-output memory management unit is enabled.
- is
Measured Boot Enabled This property is required. Boolean - Whether the Measured Boot feature is enabled on the instance.
- is
Memory Encryption Enabled This property is required. Boolean - Whether the instance is a confidential instance. If this value is
true
, the instance is a confidential instance. The default value isfalse
. - is
Secure Boot Enabled This property is required. Boolean - Whether Secure Boot is enabled on the instance.
- is
Symmetric Multi Threading Enabled This property is required. Boolean - Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
- is
Trusted Platform Module Enabled This property is required. Boolean - Whether the Trusted Platform Module (TPM) is enabled on the instance.
- numa
Nodes Per Socket This property is required. String - The number of NUMA nodes per socket (NPS).
- percentage
Of Cores Enabled This property is required. Number - The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfig
- Preemption
Actions This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- Preemption
Actions This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action> - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action[] - The action to run when the preemptible instance is interrupted for eviction.
- preemption_
actions This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Preemptible Instance Config Preemption Action] - The action to run when the preemptible instance is interrupted for eviction.
- preemption
Actions This property is required. List<Property Map> - The action to run when the preemptible instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionAction
- Preserve
Boot Volume This property is required. bool - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- Preserve
Boot Volume This property is required. bool - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- preserve
Boot Volume This property is required. Boolean - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
- preserve
Boot Volume This property is required. boolean - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. string - The type of action to run when the instance is interrupted for eviction.
- preserve_
boot_ volume This property is required. bool - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. str - The type of action to run when the instance is interrupted for eviction.
- preserve
Boot Volume This property is required. Boolean - Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type
This property is required. String - The type of action to run when the instance is interrupted for eviction.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfig
- Baseline
Ocpu Utilization This property is required. string - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In Gbs This property is required. double - The total amount of memory available to the instance, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. double - The total number of OCPUs available to the instance.
- Vcpus
This property is required. int - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- Baseline
Ocpu Utilization This property is required. string - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - Memory
In Gbs This property is required. float64 - The total amount of memory available to the instance, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. float64 - The total number of OCPUs available to the instance.
- Vcpus
This property is required. int - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu Utilization This property is required. String - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In Gbs This property is required. Double - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Double - The total number of OCPUs available to the instance.
- vcpus
This property is required. Integer - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu Utilization This property is required. string - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In Gbs This property is required. number - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the instance.
- vcpus
This property is required. number - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_
ocpu_ utilization This property is required. str - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory_
in_ gbs This property is required. float - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. float - The total number of OCPUs available to the instance.
- vcpus
This property is required. int - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline
Ocpu Utilization This property is required. String - The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with
BASELINE_1_1
. - memory
In Gbs This property is required. Number - The total amount of memory available to the instance, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the instance.
- vcpus
This property is required. Number - The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetail
- Boot
Volume Id This property is required. string - The OCID of the boot volume used to boot the instance.
- Boot
Volume Size In Gbs This property is required. string - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume Vpus Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id This property is required. string - The OCID of the image used to boot the instance.
- Instance
Source Image Filter Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type This property is required. string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- Boot
Volume Id This property is required. string - The OCID of the boot volume used to boot the instance.
- Boot
Volume Size In Gbs This property is required. string - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- Boot
Volume Vpus Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Image
Id This property is required. string - The OCID of the image used to boot the instance.
- Instance
Source Image Filter Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail - These are the criteria for selecting an image. This is required if imageId is not specified.
- Kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- Source
Type This property is required. string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume Id This property is required. String - The OCID of the boot volume used to boot the instance.
- boot
Volume Size In Gbs This property is required. String - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume Vpus Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id This property is required. String - The OCID of the image used to boot the instance.
- instance
Source Image Filter Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail> - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type This property is required. String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume Id This property is required. string - The OCID of the boot volume used to boot the instance.
- boot
Volume Size In Gbs This property is required. string - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume Vpus Per Gb This property is required. string - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id This property is required. string - The OCID of the image used to boot the instance.
- instance
Source Image Filter Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail[] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key Id This property is required. string - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type This property is required. string - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot_
volume_ id This property is required. str - The OCID of the boot volume used to boot the instance.
- boot_
volume_ size_ in_ gbs This property is required. str - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot_
volume_ vpus_ per_ gb This property is required. str - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image_
id This property is required. str - The OCID of the image used to boot the instance.
- instance_
source_ image_ filter_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Launch Detail Source Detail Instance Source Image Filter Detail] - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms_
key_ id This property is required. str - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source_
type This property is required. str - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
- boot
Volume Id This property is required. String - The OCID of the boot volume used to boot the instance.
- boot
Volume Size In Gbs This property is required. String - The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
- boot
Volume Vpus Per Gb This property is required. String - The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- image
Id This property is required. String - The OCID of the image used to boot the instance.
- instance
Source Image Filter Details This property is required. List<Property Map> - These are the criteria for selecting an image. This is required if imageId is not specified.
- kms
Key Id This property is required. String - The OCID of the Vault service key to assign as the master encryption key for the volume.
- source
Type This property is required. String - The source type for the instance. Use
image
when specifying the image OCID. UsebootVolume
when specifying the boot volume OCID.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailSourceDetailInstanceSourceImageFilterDetail
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. Dictionary<string, string>- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System This property is required. string - The image's operating system. Example:
Oracle Linux
- Operating
System Version This property is required. string - The image's operating system version. Example:
7.2
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. map[string]string- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Operating
System This property is required. string - The image's operating system. Example:
Oracle Linux
- Operating
System Version This property is required. string - The image's operating system version. Example:
7.2
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String,String>- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System This property is required. String - The image's operating system. Example:
Oracle Linux
- operating
System Version This property is required. String - The image's operating system version. Example:
7.2
- compartment
Id This property is required. string - The OCID of the compartment.
This property is required. {[key: string]: string}- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System This property is required. string - The image's operating system. Example:
Oracle Linux
- operating
System Version This property is required. string - The image's operating system version. Example:
7.2
- compartment_
id This property is required. str - The OCID of the compartment.
This property is required. Mapping[str, str]- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_
system This property is required. str - The image's operating system. Example:
Oracle Linux
- operating_
system_ version This property is required. str - The image's operating system version. Example:
7.2
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String>- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating
System This property is required. String - The image's operating system. Example:
Oracle Linux
- operating
System Version This property is required. String - The image's operating system version. Example:
7.2
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnic
- Create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index This property is required. int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- Create
Vnic Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index This property is required. int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index This property is required. Integer - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index This property is required. number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create_
vnic_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic_
index This property is required. int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic Details This property is required. List<Property Map> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index This property is required. Number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetail
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. List<string> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. Dictionary<string, string> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. []string - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. map[string]string - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String,String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. string[] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. {[key: string]: string} - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ dns_ record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label This property is required. str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ cidr_ pair_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Option Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids This property is required. Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip This property is required. str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security_
attributes This property is required. Mapping[str, str] - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_
source_ dest_ check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id This property is required. str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. Boolean - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<Property Map> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. str - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr This property is required. str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnic
- Create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index This property is required. int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- Create
Vnic Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Nic
Index This property is required. int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index This property is required. Integer - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail[] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index This property is required. number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create_
vnic_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail] - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic_
index This property is required. int - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
- create
Vnic Details This property is required. List<Property Map> - Contains the properties of the VNIC for an instance configuration. See CreateVnicDetails and Instance Configurations for more information.
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- nic
Index This property is required. Number - Which physical network interface card (NIC) the VNIC will use. Defaults to 0. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetail
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. List<string> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. Dictionary<string, string> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- Assign
Ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - Assign
Private Dns Record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - Assign
Public Ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - Ipv6address
Ipv6subnet Cidr Pair Details This property is required. []GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- Nsg
Ids This property is required. []string - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - Security
Attributes This property is required. map[string]string - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- Skip
Source Dest Check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - Subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String,String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. 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 Dns Record This property is required. boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. string - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. GetInstance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. string[] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. string - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. {[key: string]: string} - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. string - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign_
ipv6ip This property is required. bool - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign_
private_ dns_ record This property is required. bool - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign_
public_ ip This property is required. bool - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name This property is required. str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname_
label This property is required. str - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address_
ipv6subnet_ cidr_ pair_ details This property is required. Sequence[core.Get Instance Configurations Instance Configuration Instance Detail Secondary Vnic Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg_
ids This property is required. Sequence[str] - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private_
ip This property is required. str - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security_
attributes This property is required. Mapping[str, str] - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip_
source_ dest_ check This property is required. bool - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet_
id This property is required. str - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
- assign
Ipv6ip This property is required. Boolean - Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (
ipv6SubnetCidr
) of your choice to assign the IPv6 address from. Ifipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you. - assign
Private Dns Record This property is required. Boolean - Whether the VNIC should be assigned a private DNS record. See the
assignPrivateDnsRecord
attribute of CreateVnicDetails for more information. - assign
Public Ip This property is required. Boolean - Whether the VNIC should be assigned a public IP address. See the
assignPublicIp
attribute of CreateVnicDetails for more information. This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name This property is required. String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
Label This property is required. String - The hostname for the VNIC's primary private IP. See the
hostnameLabel
attribute of CreateVnicDetails for more information. - ipv6address
Ipv6subnet Cidr Pair Details This property is required. List<Property Map> - A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
- nsg
Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see NetworkSecurityGroup.
- private
Ip This property is required. String - A private IP address of your choice to assign to the VNIC. See the
privateIp
attribute of CreateVnicDetails for more information. - security
Attributes This property is required. Map<String> - Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources. Example:
{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}
- skip
Source Dest Check This property is required. Boolean - Whether the source/destination check is disabled on the VNIC. See the
skipSourceDestCheck
attribute of CreateVnicDetails for more information. - subnet
Id This property is required. String - The OCID of the subnet to create the VNIC in. See the
subnetId
attribute of CreateVnicDetails for more information.
GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- Ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- Ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. string - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. string - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. str - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet_
cidr This property is required. str - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
- ipv6address
This property is required. String - Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
- ipv6subnet
Cidr This property is required. String - Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.