oci.Core.getInstance
Explore with Pulumi AI
This data source provides details about a specific Instance resource in Oracle Cloud Infrastructure Core service.
Gets information about the specified instance.
Note: To retrieve public and private IP addresses for an instance, use the ListVnicAttachments operation to get the VNIC ID for the instance, and then call GetVnic with the VNIC ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInstance = oci.Core.getInstance({
    instanceId: testInstanceOciCoreInstance.id,
});
import pulumi
import pulumi_oci as oci
test_instance = oci.Core.get_instance(instance_id=test_instance_oci_core_instance["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.GetInstance(ctx, &core.GetInstanceArgs{
			InstanceId: testInstanceOciCoreInstance.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testInstance = Oci.Core.GetInstance.Invoke(new()
    {
        InstanceId = testInstanceOciCoreInstance.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetInstanceArgs;
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 testInstance = CoreFunctions.getInstance(GetInstanceArgs.builder()
            .instanceId(testInstanceOciCoreInstance.id())
            .build());
    }
}
variables:
  testInstance:
    fn::invoke:
      function: oci:Core:getInstance
      arguments:
        instanceId: ${testInstanceOciCoreInstance.id}
Using getInstance
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 getInstance(args: GetInstanceArgs, opts?: InvokeOptions): Promise<GetInstanceResult>
function getInstanceOutput(args: GetInstanceOutputArgs, opts?: InvokeOptions): Output<GetInstanceResult>def get_instance(instance_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetInstanceResult
def get_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetInstanceResult]func LookupInstance(ctx *Context, args *LookupInstanceArgs, opts ...InvokeOption) (*LookupInstanceResult, error)
func LookupInstanceOutput(ctx *Context, args *LookupInstanceOutputArgs, opts ...InvokeOption) LookupInstanceResultOutput> Note: This function is named LookupInstance in the Go SDK.
public static class GetInstance 
{
    public static Task<GetInstanceResult> InvokeAsync(GetInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetInstanceResult> Invoke(GetInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
public static Output<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getInstance:getInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- InstanceId string
- The OCID of the instance.
- InstanceId string
- The OCID of the instance.
- instanceId String
- The OCID of the instance.
- instanceId string
- The OCID of the instance.
- instance_id str
- The OCID of the instance.
- instanceId String
- The OCID of the instance.
getInstance Result
The following output properties are available:
- AgentConfigs List<GetInstance Agent Config> 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- Async bool
- AvailabilityConfigs List<GetInstance Availability Config> 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- AvailabilityDomain string
- The availability domain the instance is running in. Example: Uocm:PHX-AD-1
- BootVolume stringId 
- The OCID of the attached boot volume. If the source_typeisbootVolume, this will be the same OCID as thesource_id.
- CapacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see Capacity Reservations.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment containing images to search
- ComputeCluster stringId 
- CreateVnic List<GetDetails Instance Create Vnic Detail> 
- DedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host that the instance is placed on.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- ExtendedMetadata Dictionary<string, string>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- FaultDomain string
- The name of the fault domain the instance is running in.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the instance VNIC's primary private IP.
- Id string
- The OCID of the instance.
- Image string
- Deprecated. Use sourceDetailsinstead.
- InstanceConfiguration stringId 
- The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
- InstanceId string
- InstanceOptions List<GetInstance Instance Option> 
- Optional mutable instance options
- IpxeScript string
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
- IsCross boolNuma Node 
- Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- LaunchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- LaunchOptions List<GetInstance Launch Option> 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- LaunchVolume List<GetAttachments Instance Launch Volume Attachment> 
- LicensingConfigs List<GetInstance Licensing Config> 
- List of licensing configurations associated with the instance.
- Metadata Dictionary<string, string>
- Custom metadata that you provide.
- PlatformConfigs List<GetInstance Platform Config> 
- The platform configuration for the instance.
- PreemptibleInstance List<GetConfigs Instance Preemptible Instance Config> 
- (Optional) Configuration options for preemptible instances.
- PreserveBoot boolVolume 
- (Optional) 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.
- PreserveData boolVolumes Created At Launch 
- PrivateIp string
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- PublicIp string
- The public IP address of instance VNIC (if enabled).
- Region string
- The region that contains the availability domain the instance is running in.
- SecurityAttributes Dictionary<string, string>
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- SecurityAttributes stringState 
- The lifecycle state of the securityAttributes
- Shape string
- The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling ListShapes.
- ShapeConfigs List<GetInstance Shape Config> 
- The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
- SourceDetails List<GetInstance Source Detail> 
- State string
- The current state of the instance.
- SubnetId string
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- TimeCreated string
- The date and time the instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeMaintenance stringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339. After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: 2018-05-25T21:10:29.600Z
- UpdateOperation stringConstraint 
- AgentConfigs []GetInstance Agent Config 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- Async bool
- AvailabilityConfigs []GetInstance Availability Config 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- AvailabilityDomain string
- The availability domain the instance is running in. Example: Uocm:PHX-AD-1
- BootVolume stringId 
- The OCID of the attached boot volume. If the source_typeisbootVolume, this will be the same OCID as thesource_id.
- CapacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see Capacity Reservations.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- CompartmentId string
- The OCID of the compartment containing images to search
- ComputeCluster stringId 
- CreateVnic []GetDetails Instance Create Vnic Detail 
- DedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host that the instance is placed on.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- ExtendedMetadata map[string]string
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- FaultDomain string
- The name of the fault domain the instance is running in.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the instance VNIC's primary private IP.
- Id string
- The OCID of the instance.
- Image string
- Deprecated. Use sourceDetailsinstead.
- InstanceConfiguration stringId 
- The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
- InstanceId string
- InstanceOptions []GetInstance Instance Option 
- Optional mutable instance options
- IpxeScript string
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
- IsCross boolNuma Node 
- Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- LaunchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- LaunchOptions []GetInstance Launch Option 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- LaunchVolume []GetAttachments Instance Launch Volume Attachment 
- LicensingConfigs []GetInstance Licensing Config 
- List of licensing configurations associated with the instance.
- Metadata map[string]string
- Custom metadata that you provide.
- PlatformConfigs []GetInstance Platform Config 
- The platform configuration for the instance.
- PreemptibleInstance []GetConfigs Instance Preemptible Instance Config 
- (Optional) Configuration options for preemptible instances.
- PreserveBoot boolVolume 
- (Optional) 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.
- PreserveData boolVolumes Created At Launch 
- PrivateIp string
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- PublicIp string
- The public IP address of instance VNIC (if enabled).
- Region string
- The region that contains the availability domain the instance is running in.
- SecurityAttributes map[string]string
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- SecurityAttributes stringState 
- The lifecycle state of the securityAttributes
- Shape string
- The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling ListShapes.
- ShapeConfigs []GetInstance Shape Config 
- The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
- SourceDetails []GetInstance Source Detail 
- State string
- The current state of the instance.
- SubnetId string
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- TimeCreated string
- The date and time the instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeMaintenance stringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339. After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: 2018-05-25T21:10:29.600Z
- UpdateOperation stringConstraint 
- agentConfigs List<GetInstance Agent Config> 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- async Boolean
- availabilityConfigs List<GetInstance Availability Config> 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain String
- The availability domain the instance is running in. Example: Uocm:PHX-AD-1
- bootVolume StringId 
- The OCID of the attached boot volume. If the source_typeisbootVolume, this will be the same OCID as thesource_id.
- capacityReservation StringId 
- The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see Capacity Reservations.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment containing images to search
- computeCluster StringId 
- createVnic List<GetDetails Instance Create Vnic Detail> 
- dedicatedVm StringHost Id 
- The OCID of the dedicated virtual machine host that the instance is placed on.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata Map<String,String>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain String
- The name of the fault domain the instance is running in.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the instance VNIC's primary private IP.
- id String
- The OCID of the instance.
- image String
- Deprecated. Use sourceDetailsinstead.
- instanceConfiguration StringId 
- The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
- instanceId String
- instanceOptions List<GetInstance Instance Option> 
- Optional mutable instance options
- ipxeScript String
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
- isCross BooleanNuma Node 
- Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- launchMode String
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions List<GetInstance Launch Option> 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- launchVolume List<GetAttachments Instance Launch Volume Attachment> 
- licensingConfigs List<GetInstance Licensing Config> 
- List of licensing configurations associated with the instance.
- metadata Map<String,String>
- Custom metadata that you provide.
- platformConfigs List<GetInstance Platform Config> 
- The platform configuration for the instance.
- preemptibleInstance List<GetConfigs Instance Preemptible Instance Config> 
- (Optional) Configuration options for preemptible instances.
- preserveBoot BooleanVolume 
- (Optional) 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.
- preserveData BooleanVolumes Created At Launch 
- privateIp String
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- publicIp String
- The public IP address of instance VNIC (if enabled).
- region String
- The region that contains the availability domain the instance is running in.
- securityAttributes Map<String,String>
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- securityAttributes StringState 
- The lifecycle state of the securityAttributes
- shape String
- The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling ListShapes.
- shapeConfigs List<GetInstance Shape Config> 
- The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
- sourceDetails List<GetInstance Source Detail> 
- state String
- The current state of the instance.
- subnetId String
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- timeCreated String
- The date and time the instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeMaintenance StringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339. After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: 2018-05-25T21:10:29.600Z
- updateOperation StringConstraint 
- agentConfigs GetInstance Agent Config[] 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- async boolean
- availabilityConfigs GetInstance Availability Config[] 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain string
- The availability domain the instance is running in. Example: Uocm:PHX-AD-1
- bootVolume stringId 
- The OCID of the attached boot volume. If the source_typeisbootVolume, this will be the same OCID as thesource_id.
- capacityReservation stringId 
- The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see Capacity Reservations.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId string
- The OCID of the compartment containing images to search
- computeCluster stringId 
- createVnic GetDetails Instance Create Vnic Detail[] 
- dedicatedVm stringHost Id 
- The OCID of the dedicated virtual machine host that the instance is placed on.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata {[key: string]: string}
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain string
- The name of the fault domain the instance is running in.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname for the instance VNIC's primary private IP.
- id string
- The OCID of the instance.
- image string
- Deprecated. Use sourceDetailsinstead.
- instanceConfiguration stringId 
- The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
- instanceId string
- instanceOptions GetInstance Instance Option[] 
- Optional mutable instance options
- ipxeScript string
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
- isCross booleanNuma Node 
- Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- launchMode string
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions GetInstance Launch Option[] 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- launchVolume GetAttachments Instance Launch Volume Attachment[] 
- licensingConfigs GetInstance Licensing Config[] 
- List of licensing configurations associated with the instance.
- metadata {[key: string]: string}
- Custom metadata that you provide.
- platformConfigs GetInstance Platform Config[] 
- The platform configuration for the instance.
- preemptibleInstance GetConfigs Instance Preemptible Instance Config[] 
- (Optional) Configuration options for preemptible instances.
- preserveBoot booleanVolume 
- (Optional) 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.
- preserveData booleanVolumes Created At Launch 
- privateIp string
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- publicIp string
- The public IP address of instance VNIC (if enabled).
- region string
- The region that contains the availability domain the instance is running in.
- securityAttributes {[key: string]: string}
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- securityAttributes stringState 
- The lifecycle state of the securityAttributes
- shape string
- The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling ListShapes.
- shapeConfigs GetInstance Shape Config[] 
- The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
- sourceDetails GetInstance Source Detail[] 
- state string
- The current state of the instance.
- subnetId string
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- timeCreated string
- The date and time the instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeMaintenance stringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339. After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: 2018-05-25T21:10:29.600Z
- updateOperation stringConstraint 
- agent_configs Sequence[GetInstance Agent Config] 
- Configuration options for the Oracle Cloud Agent software running on the instance.
- async_ bool
- availability_configs Sequence[GetInstance Availability Config] 
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availability_domain str
- The availability domain the instance is running in. Example: Uocm:PHX-AD-1
- boot_volume_ strid 
- The OCID of the attached boot volume. If the source_typeisbootVolume, this will be the same OCID as thesource_id.
- capacity_reservation_ strid 
- The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see Capacity Reservations.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the instance.
- compartment_id str
- The OCID of the compartment containing images to search
- compute_cluster_ strid 
- create_vnic_ Sequence[Getdetails Instance Create Vnic Detail] 
- dedicated_vm_ strhost_ id 
- The OCID of the dedicated virtual machine host that the instance is placed on.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extended_metadata Mapping[str, str]
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- fault_domain str
- The name of the fault domain the instance is running in.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostname_label str
- The hostname for the instance VNIC's primary private IP.
- id str
- The OCID of the instance.
- image str
- Deprecated. Use sourceDetailsinstead.
- instance_configuration_ strid 
- The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
- instance_id str
- instance_options Sequence[GetInstance Instance Option] 
- Optional mutable instance options
- ipxe_script str
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
- is_cross_ boolnuma_ node 
- Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- launch_mode str
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launch_options Sequence[GetInstance Launch Option] 
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- launch_volume_ Sequence[Getattachments Instance Launch Volume Attachment] 
- licensing_configs Sequence[GetInstance Licensing Config] 
- List of licensing configurations associated with the instance.
- metadata Mapping[str, str]
- Custom metadata that you provide.
- platform_configs Sequence[GetInstance Platform Config] 
- The platform configuration for the instance.
- preemptible_instance_ Sequence[Getconfigs Instance Preemptible Instance Config] 
- (Optional) Configuration options for preemptible instances.
- preserve_boot_ boolvolume 
- (Optional) 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.
- preserve_data_ boolvolumes_ created_ at_ launch 
- private_ip str
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- public_ip str
- The public IP address of instance VNIC (if enabled).
- region str
- The region that contains the availability domain the instance is running in.
- security_attributes Mapping[str, str]
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- security_attributes_ strstate 
- The lifecycle state of the securityAttributes
- shape str
- The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling ListShapes.
- shape_configs Sequence[GetInstance Shape Config] 
- The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
- source_details Sequence[GetInstance Source Detail] 
- state str
- The current state of the instance.
- subnet_id str
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- time_created str
- The date and time the instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- time_maintenance_ strreboot_ due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339. After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: 2018-05-25T21:10:29.600Z
- update_operation_ strconstraint 
- agentConfigs List<Property Map>
- Configuration options for the Oracle Cloud Agent software running on the instance.
- async Boolean
- availabilityConfigs List<Property Map>
- Options for defining the availabiity of a VM instance after a maintenance event that impacts the underlying hardware.
- availabilityDomain String
- The availability domain the instance is running in. Example: Uocm:PHX-AD-1
- bootVolume StringId 
- The OCID of the attached boot volume. If the source_typeisbootVolume, this will be the same OCID as thesource_id.
- capacityReservation StringId 
- The OCID of the compute capacity reservation this instance is launched under. When this field contains an empty string or is null, the instance is not currently in a capacity reservation. For more information, see Capacity Reservations.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the instance.
- compartmentId String
- The OCID of the compartment containing images to search
- computeCluster StringId 
- createVnic List<Property Map>Details 
- dedicatedVm StringHost Id 
- The OCID of the dedicated virtual machine host that the instance is placed on.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- extendedMetadata Map<String>
- Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the metadataobject.
- faultDomain String
- The name of the fault domain the instance is running in.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the instance VNIC's primary private IP.
- id String
- The OCID of the instance.
- image String
- Deprecated. Use sourceDetailsinstead.
- instanceConfiguration StringId 
- The OCID of the Instance Configuration used to source launch details for this instance. Any other fields supplied in the instance launch request override the details stored in the Instance Configuration for this instance launch.
- instanceId String
- instanceOptions List<Property Map>
- Optional mutable instance options
- ipxeScript String
- When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.
- isCross BooleanNuma Node 
- Whether the instance’s OCPUs and memory are distributed across multiple NUMA nodes.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- launchMode String
- Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:- NATIVE- VM instances launch with iSCSI boot and VFIO devices. The default value for platform images.
- EMULATED- VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
- CUSTOM- VM instances launch with custom configuration settings specified in the- LaunchOptionsparameter.
 
- launchOptions List<Property Map>
- Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
- launchVolume List<Property Map>Attachments 
- licensingConfigs List<Property Map>
- List of licensing configurations associated with the instance.
- metadata Map<String>
- Custom metadata that you provide.
- platformConfigs List<Property Map>
- The platform configuration for the instance.
- preemptibleInstance List<Property Map>Configs 
- (Optional) Configuration options for preemptible instances.
- preserveBoot BooleanVolume 
- (Optional) 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.
- preserveData BooleanVolumes Created At Launch 
- privateIp String
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- publicIp String
- The public IP address of instance VNIC (if enabled).
- region String
- The region that contains the availability domain the instance is running in.
- securityAttributes Map<String>
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- securityAttributes StringState 
- The lifecycle state of the securityAttributes
- shape String
- The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling ListShapes.
- shapeConfigs List<Property Map>
- The shape configuration for an instance. The shape configuration determines the resources allocated to an instance.
- sourceDetails List<Property Map>
- state String
- The current state of the instance.
- subnetId String
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- timeCreated String
- The date and time the instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeMaintenance StringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339. After that time if instance hasn't been rebooted, Oracle will reboot the instance within 24 hours of the due time. Regardless of how the instance was stopped, the flag will be reset to empty as soon as instance reaches Stopped state. Example: 2018-05-25T21:10:29.600Z
- updateOperation StringConstraint 
Supporting Types
GetInstanceAgentConfig   
- AreAll boolPlugins Disabled 
- Whether Oracle Cloud Agent can run all of the available plugins. This includes the management and monitoring plugins.
- IsManagement boolDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins.
- IsMonitoring boolDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins.
- PluginsConfigs List<GetInstance Agent Config Plugins Config> 
- The configuration of plugins associated with this instance.
- AreAll boolPlugins Disabled 
- Whether Oracle Cloud Agent can run all of the available plugins. This includes the management and monitoring plugins.
- IsManagement boolDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins.
- IsMonitoring boolDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins.
- PluginsConfigs []GetInstance Agent Config Plugins Config 
- The configuration of plugins associated with this instance.
- areAll BooleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all of the available plugins. This includes the management and monitoring plugins.
- isManagement BooleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins.
- isMonitoring BooleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins.
- pluginsConfigs List<GetInstance Agent Config Plugins Config> 
- The configuration of plugins associated with this instance.
- areAll booleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all of the available plugins. This includes the management and monitoring plugins.
- isManagement booleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins.
- isMonitoring booleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins.
- pluginsConfigs GetInstance Agent Config Plugins Config[] 
- The configuration of plugins associated with this instance.
- are_all_ boolplugins_ disabled 
- Whether Oracle Cloud Agent can run all of the available plugins. This includes the management and monitoring plugins.
- is_management_ booldisabled 
- Whether Oracle Cloud Agent can run all the available management plugins.
- is_monitoring_ booldisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins.
- plugins_configs Sequence[GetInstance Agent Config Plugins Config] 
- The configuration of plugins associated with this instance.
- areAll BooleanPlugins Disabled 
- Whether Oracle Cloud Agent can run all of the available plugins. This includes the management and monitoring plugins.
- isManagement BooleanDisabled 
- Whether Oracle Cloud Agent can run all the available management plugins.
- isMonitoring BooleanDisabled 
- Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the monitoring plugins.
- pluginsConfigs List<Property Map>
- The configuration of plugins associated with this instance.
GetInstanceAgentConfigPluginsConfig     
- DesiredState string
- Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- DesiredState string
- Whether the plugin should be enabled or disabled.
- Name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState String
- Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState string
- Whether the plugin should be enabled or disabled.
- name string
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desired_state str
- Whether the plugin should be enabled or disabled.
- name str
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
- desiredState String
- Whether the plugin should be enabled or disabled.
- name String
- The plugin name. To get a list of available plugins, use the ListInstanceagentAvailablePlugins operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent.
GetInstanceAvailabilityConfig   
- IsLive boolMigration Preferred 
- Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- RecoveryAction 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.
 
- IsLive boolMigration Preferred 
- Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- RecoveryAction 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.
 
- isLive BooleanMigration Preferred 
- Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recoveryAction 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.
 
- isLive booleanMigration Preferred 
- Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recoveryAction string
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- RESTORE_INSTANCE- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- is_live_ boolmigration_ preferred 
- Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recovery_action str
- The lifecycle state for an instance when it is recovered after infrastructure maintenance.- RESTORE_INSTANCE- The instance is restored to the lifecycle state it was in before the maintenance event. If the instance was running, it is automatically rebooted. This is the default action when a value is not set.
- STOP_INSTANCE- The instance is recovered in the stopped state.
 
- isLive BooleanMigration Preferred 
- Whether to live migrate supported VM instances to a healthy physical VM host without disrupting running instances during infrastructure maintenance events. If null, Oracle chooses the best option for migrating the VM during infrastructure maintenance events.
- recoveryAction 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.
 
GetInstanceCreateVnicDetail    
- AssignIpv6ip bool
- AssignPrivate boolDns Record 
- AssignPublic stringIp 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the instance VNIC's primary private IP.
- Ipv6addressIpv6subnet List<GetCidr Pair Details Instance Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- NsgIds List<string>
- PrivateIp string
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- SecurityAttributes Dictionary<string, string>
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- SkipSource boolDest Check 
- SubnetId string
- VlanId string
- AssignIpv6ip bool
- AssignPrivate boolDns Record 
- AssignPublic stringIp 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname for the instance VNIC's primary private IP.
- Ipv6addressIpv6subnet []GetCidr Pair Details Instance Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail 
- NsgIds []string
- PrivateIp string
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- SecurityAttributes map[string]string
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- SkipSource boolDest Check 
- SubnetId string
- VlanId string
- assignIpv6ip Boolean
- assignPrivate BooleanDns Record 
- assignPublic StringIp 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the instance VNIC's primary private IP.
- ipv6addressIpv6subnet List<GetCidr Pair Details Instance Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail> 
- nsgIds List<String>
- privateIp String
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- securityAttributes Map<String,String>
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- skipSource BooleanDest Check 
- subnetId String
- vlanId String
- assignIpv6ip boolean
- assignPrivate booleanDns Record 
- assignPublic stringIp 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname for the instance VNIC's primary private IP.
- ipv6addressIpv6subnet GetCidr Pair Details Instance Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail[] 
- nsgIds string[]
- privateIp string
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- securityAttributes {[key: string]: string}
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- skipSource booleanDest Check 
- subnetId string
- vlanId string
- assign_ipv6ip bool
- assign_private_ booldns_ record 
- assign_public_ strip 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostname_label str
- The hostname for the instance VNIC's primary private IP.
- ipv6address_ipv6subnet_ Sequence[Getcidr_ pair_ details Instance Create Vnic Detail Ipv6address Ipv6subnet Cidr Pair Detail] 
- nsg_ids Sequence[str]
- private_ip str
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- security_attributes Mapping[str, str]
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- skip_source_ booldest_ check 
- subnet_id str
- vlan_id str
- assignIpv6ip Boolean
- assignPrivate BooleanDns Record 
- assignPublic StringIp 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname for the instance VNIC's primary private IP.
- ipv6addressIpv6subnet List<Property Map>Cidr Pair Details 
- nsgIds List<String>
- privateIp String
- The private IP address of instance VNIC. To set the private IP address, use the private_ipargument in create_vnic_details.
- securityAttributes Map<String>
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: {"Oracle-DataSecurity-ZPR.MaxEgressCount.value": "42", "Oracle-DataSecurity-ZPR.MaxEgressCount.mode": "audit"}
- skipSource BooleanDest Check 
- subnetId String
- vlanId String
GetInstanceCreateVnicDetailIpv6addressIpv6subnetCidrPairDetail         
- Ipv6address string
- Ipv6subnetCidr string
- Ipv6address string
- Ipv6subnetCidr string
- ipv6address String
- ipv6subnetCidr String
- ipv6address string
- ipv6subnetCidr string
- ipv6address str
- ipv6subnet_cidr str
- ipv6address String
- ipv6subnetCidr String
GetInstanceInstanceOption   
- AreLegacy boolImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- AreLegacy boolImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy BooleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy booleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- are_legacy_ boolimds_ endpoints_ disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
- areLegacy BooleanImds Endpoints Disabled 
- Whether to disable the legacy (/v1) instance metadata service endpoints. Customers who have migrated to /v2 should set this to true for added security. Default is false.
GetInstanceLaunchOption   
- BootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- IsConsistent boolVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- NetworkType 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.
 
- RemoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- BootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- Firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- IsConsistent boolVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- NetworkType 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.
 
- RemoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume StringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent BooleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- networkType 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.
 
- remoteData StringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume stringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware string
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent booleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- networkType 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.
 
- remoteData stringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- boot_volume_ strtype 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware str
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- is_consistent_ boolvolume_ naming_ enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- network_type str
- Emulation type for the physical network interface card (NIC).- E1000- Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
- VFIO- Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
- PARAVIRTUALIZED- VM instances launch with paravirtualized devices using VirtIO drivers.
 
- remote_data_ strvolume_ type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- bootVolume StringType 
- Emulation type for the boot volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
- firmware String
- Firmware used to boot VM. Select the option that matches your operating system.- BIOS- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
- UEFI_64- Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for platform images.
 
- isConsistent BooleanVolume Naming Enabled 
- Whether to enable consistent volume naming feature. Defaults to false.
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- networkType 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.
 
- remoteData StringVolume Type 
- Emulation type for volume.- ISCSI- ISCSI attached block storage device.
- SCSI- Emulated SCSI disk.
- IDE- Emulated IDE disk.
- VFIO- Direct attached Virtual Function storage. This is the default option for local data volumes on platform images.
- PARAVIRTUALIZED- Paravirtualized disk. This is the default for boot volumes and remote block storage volumes on platform images.
 
GetInstanceLaunchVolumeAttachment    
- Device string
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- EncryptionIn stringTransit Type 
- IsAgent boolAuto Iscsi Login Enabled 
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- IsRead boolOnly 
- bool
- LaunchCreate List<GetVolume Details Instance Launch Volume Attachment Launch Create Volume Detail> 
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- UseChap bool
- VolumeId string
- Device string
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- EncryptionIn stringTransit Type 
- IsAgent boolAuto Iscsi Login Enabled 
- IsPv boolEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- IsRead boolOnly 
- bool
- LaunchCreate []GetVolume Details Instance Launch Volume Attachment Launch Create Volume Detail 
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- UseChap bool
- VolumeId string
- device String
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- encryptionIn StringTransit Type 
- isAgent BooleanAuto Iscsi Login Enabled 
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- isRead BooleanOnly 
- Boolean
- launchCreate List<GetVolume Details Instance Launch Volume Attachment Launch Create Volume Detail> 
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
- useChap Boolean
- volumeId String
- device string
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- encryptionIn stringTransit Type 
- isAgent booleanAuto Iscsi Login Enabled 
- isPv booleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- isRead booleanOnly 
- boolean
- launchCreate GetVolume Details Instance Launch Volume Attachment Launch Create Volume Detail[] 
- type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- useChap boolean
- volumeId string
- device str
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- encryption_in_ strtransit_ type 
- is_agent_ boolauto_ iscsi_ login_ enabled 
- is_pv_ boolencryption_ in_ transit_ enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- is_read_ boolonly 
- bool
- launch_create_ Sequence[Getvolume_ details Instance Launch Volume Attachment Launch Create Volume Detail] 
- type str
- (Required) The type of action to run when the instance is interrupted for eviction.
- use_chap bool
- volume_id str
- device String
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- encryptionIn StringTransit Type 
- isAgent BooleanAuto Iscsi Login Enabled 
- isPv BooleanEncryption In Transit Enabled 
- Deprecated. Instead use isPvEncryptionInTransitEnabledin LaunchInstanceDetails.
- isRead BooleanOnly 
- Boolean
- launchCreate List<Property Map>Volume Details 
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
- useChap Boolean
- volumeId String
GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetail        
- CompartmentId string
- The OCID of the compartment containing images to search
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- SizeIn stringGbs 
- VolumeCreation stringType 
- VpusPer stringGb 
- CompartmentId string
- The OCID of the compartment containing images to search
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- SizeIn stringGbs 
- VolumeCreation stringType 
- VpusPer stringGb 
- compartmentId String
- The OCID of the compartment containing images to search
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- sizeIn StringGbs 
- volumeCreation StringType 
- vpusPer StringGb 
- compartmentId string
- The OCID of the compartment containing images to search
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- sizeIn stringGbs 
- volumeCreation stringType 
- vpusPer stringGb 
- compartment_id str
- The OCID of the compartment containing images to search
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- size_in_ strgbs 
- volume_creation_ strtype 
- vpus_per_ strgb 
- compartmentId String
- The OCID of the compartment containing images to search
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- sizeIn StringGbs 
- volumeCreation StringType 
- vpusPer StringGb 
GetInstanceLicensingConfig   
- LicenseType 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.
 
- OsVersion string
- The Operating System version of the license config.
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- LicenseType 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.
 
- OsVersion string
- The Operating System version of the license config.
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- licenseType 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.
 
- osVersion String
- The Operating System version of the license config.
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
- licenseType 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.
 
- osVersion string
- The Operating System version of the license config.
- type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- license_type 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.
 
- os_version str
- The Operating System version of the license config.
- type str
- (Required) The type of action to run when the instance is interrupted for eviction.
- licenseType 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.
 
- osVersion String
- The Operating System version of the license config.
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
GetInstancePlatformConfig   
- AreVirtual boolInstructions Enabled 
- Whether virtualization instructions are available.
- ConfigMap Dictionary<string, string>
- Instance Platform Configuration Configuration Map for flexible setting input.
- IsAccess boolControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device passthrough.
- IsInput boolOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- IsMeasured boolBoot Enabled 
- Whether the Measured Boot is to be enabled on the instance
- IsMemory boolEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- IsSecure boolBoot Enabled 
- Whether the Secure Boot is to be enabled on the instance.
- IsSymmetric boolMulti Threading Enabled 
- Whether symmetric multi-threading is enabled on the instance.
- IsTrusted boolPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is to be enabled on the instance.
- NumaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- PercentageOf intCores Enabled 
- The percentage of cores enabled.
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- AreVirtual boolInstructions Enabled 
- Whether virtualization instructions are available.
- ConfigMap map[string]string
- Instance Platform Configuration Configuration Map for flexible setting input.
- IsAccess boolControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device passthrough.
- IsInput boolOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- IsMeasured boolBoot Enabled 
- Whether the Measured Boot is to be enabled on the instance
- IsMemory boolEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- IsSecure boolBoot Enabled 
- Whether the Secure Boot is to be enabled on the instance.
- IsSymmetric boolMulti Threading Enabled 
- Whether symmetric multi-threading is enabled on the instance.
- IsTrusted boolPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is to be enabled on the instance.
- NumaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- PercentageOf intCores Enabled 
- The percentage of cores enabled.
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- areVirtual BooleanInstructions Enabled 
- Whether virtualization instructions are available.
- configMap Map<String,String>
- Instance Platform Configuration Configuration Map for flexible setting input.
- isAccess BooleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device passthrough.
- isInput BooleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured BooleanBoot Enabled 
- Whether the Measured Boot is to be enabled on the instance
- isMemory BooleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure BooleanBoot Enabled 
- Whether the Secure Boot is to be enabled on the instance.
- isSymmetric BooleanMulti Threading Enabled 
- Whether symmetric multi-threading is enabled on the instance.
- isTrusted BooleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is to be enabled on the instance.
- numaNodes StringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf IntegerCores Enabled 
- The percentage of cores enabled.
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
- areVirtual booleanInstructions Enabled 
- Whether virtualization instructions are available.
- configMap {[key: string]: string}
- Instance Platform Configuration Configuration Map for flexible setting input.
- isAccess booleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device passthrough.
- isInput booleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured booleanBoot Enabled 
- Whether the Measured Boot is to be enabled on the instance
- isMemory booleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure booleanBoot Enabled 
- Whether the Secure Boot is to be enabled on the instance.
- isSymmetric booleanMulti Threading Enabled 
- Whether symmetric multi-threading is enabled on the instance.
- isTrusted booleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is to be enabled on the instance.
- numaNodes stringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf numberCores Enabled 
- The percentage of cores enabled.
- type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- are_virtual_ boolinstructions_ enabled 
- Whether virtualization instructions are available.
- config_map Mapping[str, str]
- Instance Platform Configuration Configuration Map for flexible setting input.
- is_access_ boolcontrol_ service_ enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device passthrough.
- is_input_ booloutput_ memory_ management_ unit_ enabled 
- Whether the input-output memory management unit is enabled.
- is_measured_ boolboot_ enabled 
- Whether the Measured Boot is to be enabled on the instance
- is_memory_ boolencryption_ enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- is_secure_ boolboot_ enabled 
- Whether the Secure Boot is to be enabled on the instance.
- is_symmetric_ boolmulti_ threading_ enabled 
- Whether symmetric multi-threading is enabled on the instance.
- is_trusted_ boolplatform_ module_ enabled 
- Whether the Trusted Platform Module (TPM) is to be enabled on the instance.
- numa_nodes_ strper_ socket 
- The number of NUMA nodes per socket (NPS).
- percentage_of_ intcores_ enabled 
- The percentage of cores enabled.
- type str
- (Required) The type of action to run when the instance is interrupted for eviction.
- areVirtual BooleanInstructions Enabled 
- Whether virtualization instructions are available.
- configMap Map<String>
- Instance Platform Configuration Configuration Map for flexible setting input.
- isAccess BooleanControl Service Enabled 
- Whether the Access Control Service is enabled on the instance. When enabled, the platform can enforce PCIe device isolation, required for VFIO device passthrough.
- isInput BooleanOutput Memory Management Unit Enabled 
- Whether the input-output memory management unit is enabled.
- isMeasured BooleanBoot Enabled 
- Whether the Measured Boot is to be enabled on the instance
- isMemory BooleanEncryption Enabled 
- Whether the instance is a confidential instance. If this value is true, the instance is a confidential instance. The default value isfalse.
- isSecure BooleanBoot Enabled 
- Whether the Secure Boot is to be enabled on the instance.
- isSymmetric BooleanMulti Threading Enabled 
- Whether symmetric multi-threading is enabled on the instance.
- isTrusted BooleanPlatform Module Enabled 
- Whether the Trusted Platform Module (TPM) is to be enabled on the instance.
- numaNodes StringPer Socket 
- The number of NUMA nodes per socket (NPS).
- percentageOf NumberCores Enabled 
- The percentage of cores enabled.
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
GetInstancePreemptibleInstanceConfig    
- PreemptionActions List<GetInstance Preemptible Instance Config Preemption Action> 
- (Required) The action to run when the preemptible instance is interrupted for eviction.
- PreemptionActions []GetInstance Preemptible Instance Config Preemption Action 
- (Required) The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions List<GetInstance Preemptible Instance Config Preemption Action> 
- (Required) The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions GetInstance Preemptible Instance Config Preemption Action[] 
- (Required) The action to run when the preemptible instance is interrupted for eviction.
- preemption_actions Sequence[GetInstance Preemptible Instance Config Preemption Action] 
- (Required) The action to run when the preemptible instance is interrupted for eviction.
- preemptionActions List<Property Map>
- (Required) The action to run when the preemptible instance is interrupted for eviction.
GetInstancePreemptibleInstanceConfigPreemptionAction      
- PreserveBoot boolVolume 
- (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- PreserveBoot boolVolume 
- (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- Type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- preserveBoot BooleanVolume 
- (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
- preserveBoot booleanVolume 
- (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type string
- (Required) The type of action to run when the instance is interrupted for eviction.
- preserve_boot_ boolvolume 
- (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type str
- (Required) The type of action to run when the instance is interrupted for eviction.
- preserveBoot BooleanVolume 
- (Optional) Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified.
- type String
- (Required) The type of action to run when the instance is interrupted for eviction.
GetInstanceShapeConfig   
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- GpuDescription string
- A short description of the instance's graphics processing unit (GPU).
- Gpus int
- The number of GPUs available to the instance.
- LocalDisk stringDescription 
- A short description of the local disks available to this instance.
- LocalDisks int
- The number of local disks available to the instance.
- LocalDisks doubleTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes.
- MaxVnic intAttachments 
- The maximum number of VNIC attachments for the instance.
- MemoryIn doubleGbs 
- The total amount of memory available to the instance, in gigabytes.
- NetworkingBandwidth doubleIn Gbps 
- The networking bandwidth available to the instance, in gigabits per second.
- Nvmes int
- Ocpus double
- The total number of OCPUs available to the instance.
- ProcessorDescription string
- A short description of the instance's processor (CPU).
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- GpuDescription string
- A short description of the instance's graphics processing unit (GPU).
- Gpus int
- The number of GPUs available to the instance.
- LocalDisk stringDescription 
- A short description of the local disks available to this instance.
- LocalDisks int
- The number of local disks available to the instance.
- LocalDisks float64Total Size In Gbs 
- The aggregate size of all local disks, in gigabytes.
- MaxVnic intAttachments 
- The maximum number of VNIC attachments for the instance.
- MemoryIn float64Gbs 
- The total amount of memory available to the instance, in gigabytes.
- NetworkingBandwidth float64In Gbps 
- The networking bandwidth available to the instance, in gigabits per second.
- Nvmes int
- Ocpus float64
- The total number of OCPUs available to the instance.
- ProcessorDescription string
- A short description of the instance's processor (CPU).
- Vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- gpuDescription String
- A short description of the instance's graphics processing unit (GPU).
- gpus Integer
- The number of GPUs available to the instance.
- localDisk StringDescription 
- A short description of the local disks available to this instance.
- localDisks Integer
- The number of local disks available to the instance.
- localDisks DoubleTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes.
- maxVnic IntegerAttachments 
- The maximum number of VNIC attachments for the instance.
- memoryIn DoubleGbs 
- The total amount of memory available to the instance, in gigabytes.
- networkingBandwidth DoubleIn Gbps 
- The networking bandwidth available to the instance, in gigabits per second.
- nvmes Integer
- ocpus Double
- The total number of OCPUs available to the instance.
- processorDescription String
- A short description of the instance's processor (CPU).
- vcpus Integer
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- gpuDescription string
- A short description of the instance's graphics processing unit (GPU).
- gpus number
- The number of GPUs available to the instance.
- localDisk stringDescription 
- A short description of the local disks available to this instance.
- localDisks number
- The number of local disks available to the instance.
- localDisks numberTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes.
- maxVnic numberAttachments 
- The maximum number of VNIC attachments for the instance.
- memoryIn numberGbs 
- The total amount of memory available to the instance, in gigabytes.
- networkingBandwidth numberIn Gbps 
- The networking bandwidth available to the instance, in gigabits per second.
- nvmes number
- ocpus number
- The total number of OCPUs available to the instance.
- processorDescription string
- A short description of the instance's processor (CPU).
- vcpus number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baseline_ocpu_ strutilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- gpu_description str
- A short description of the instance's graphics processing unit (GPU).
- gpus int
- The number of GPUs available to the instance.
- local_disk_ strdescription 
- A short description of the local disks available to this instance.
- local_disks int
- The number of local disks available to the instance.
- local_disks_ floattotal_ size_ in_ gbs 
- The aggregate size of all local disks, in gigabytes.
- max_vnic_ intattachments 
- The maximum number of VNIC attachments for the instance.
- memory_in_ floatgbs 
- The total amount of memory available to the instance, in gigabytes.
- networking_bandwidth_ floatin_ gbps 
- The networking bandwidth available to the instance, in gigabits per second.
- nvmes int
- ocpus float
- The total number of OCPUs available to the instance.
- processor_description str
- A short description of the instance's processor (CPU).
- vcpus int
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1.
- gpuDescription String
- A short description of the instance's graphics processing unit (GPU).
- gpus Number
- The number of GPUs available to the instance.
- localDisk StringDescription 
- A short description of the local disks available to this instance.
- localDisks Number
- The number of local disks available to the instance.
- localDisks NumberTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes.
- maxVnic NumberAttachments 
- The maximum number of VNIC attachments for the instance.
- memoryIn NumberGbs 
- The total amount of memory available to the instance, in gigabytes.
- networkingBandwidth NumberIn Gbps 
- The networking bandwidth available to the instance, in gigabits per second.
- nvmes Number
- ocpus Number
- The total number of OCPUs available to the instance.
- processorDescription String
- A short description of the instance's processor (CPU).
- vcpus Number
- The total number of VCPUs available to the instance. This can be used instead of OCPUs, in which case the actual number of OCPUs will be calculated based on this value and the actual hardware. This must be a multiple of 2.
GetInstanceSourceDetail   
- BootVolume stringSize In Gbs 
- The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
- BootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- InstanceSource List<GetImage Filter Details Instance Source Detail Instance Source Image Filter Detail> 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- IsPreserve boolBoot Volume Enabled 
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- SourceId string
- The OCID of the boot volume used to boot the instance.
- SourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- BootVolume stringSize In Gbs 
- The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
- BootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- InstanceSource []GetImage Filter Details Instance Source Detail Instance Source Image Filter Detail 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- IsPreserve boolBoot Volume Enabled 
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- SourceId string
- The OCID of the boot volume used to boot the instance.
- SourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume StringSize In Gbs 
- The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
- bootVolume StringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- instanceSource List<GetImage Filter Details Instance Source Detail Instance Source Image Filter Detail> 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- isPreserve BooleanBoot Volume Enabled 
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- sourceId String
- The OCID of the boot volume used to boot the instance.
- sourceType String
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume stringSize In Gbs 
- The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
- bootVolume stringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- instanceSource GetImage Filter Details Instance Source Detail Instance Source Image Filter Detail[] 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- isPreserve booleanBoot Volume Enabled 
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- sourceId string
- The OCID of the boot volume used to boot the instance.
- sourceType string
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- boot_volume_ strsize_ in_ gbs 
- The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
- boot_volume_ strvpus_ per_ gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- instance_source_ Sequence[Getimage_ filter_ details Instance Source Detail Instance Source Image Filter Detail] 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- is_preserve_ boolboot_ volume_ enabled 
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- source_id str
- The OCID of the boot volume used to boot the instance.
- source_type str
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
- bootVolume StringSize In Gbs 
- The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 32,768 GB (32 TB).
- bootVolume StringVpus Per Gb 
- The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- instanceSource List<Property Map>Image Filter Details 
- These are the criteria for selecting an image. This is required if imageId is not specified.
- isPreserve BooleanBoot Volume Enabled 
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the boot volume.
- sourceId String
- The OCID of the boot volume used to boot the instance.
- sourceType String
- The source type for the instance. Use imagewhen specifying the image OCID. UsebootVolumewhen specifying the boot volume OCID.
GetInstanceSourceDetailInstanceSourceImageFilterDetail        
- CompartmentId string
- The OCID of the compartment containing images to search
- Dictionary<string, string>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- OperatingSystem string
- The image's operating system. Example: Oracle Linux
- OperatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- CompartmentId string
- The OCID of the compartment containing images to search
- map[string]string
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- OperatingSystem string
- The image's operating system. Example: Oracle Linux
- OperatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- compartmentId String
- The OCID of the compartment containing images to search
- Map<String,String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem String
- The image's operating system. Example: Oracle Linux
- operatingSystem StringVersion 
- The image's operating system version. Example: 7.2
- compartmentId string
- The OCID of the compartment containing images to search
- {[key: string]: string}
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem string
- The image's operating system. Example: Oracle Linux
- operatingSystem stringVersion 
- The image's operating system version. Example: 7.2
- compartment_id str
- The OCID of the compartment containing images to search
- Mapping[str, str]
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operating_system str
- The image's operating system. Example: Oracle Linux
- operating_system_ strversion 
- The image's operating system version. Example: 7.2
- compartmentId String
- The OCID of the compartment containing images to search
- Map<String>
- Filter based on these defined tags. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- operatingSystem String
- The image's operating system. Example: Oracle Linux
- operatingSystem StringVersion 
- The image's operating system version. Example: 7.2
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.