Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.CloudBridge.getAsset
Explore with Pulumi AI
This data source provides details about a specific Asset resource in Oracle Cloud Infrastructure Cloud Bridge service.
Gets an asset by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAsset = oci.CloudBridge.getAsset({
    assetId: testAssetOciCloudBridgeAsset.id,
});
import pulumi
import pulumi_oci as oci
test_asset = oci.CloudBridge.get_asset(asset_id=test_asset_oci_cloud_bridge_asset["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/cloudbridge"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudbridge.GetAsset(ctx, &cloudbridge.GetAssetArgs{
			AssetId: testAssetOciCloudBridgeAsset.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 testAsset = Oci.CloudBridge.GetAsset.Invoke(new()
    {
        AssetId = testAssetOciCloudBridgeAsset.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudBridge.CloudBridgeFunctions;
import com.pulumi.oci.CloudBridge.inputs.GetAssetArgs;
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 testAsset = CloudBridgeFunctions.getAsset(GetAssetArgs.builder()
            .assetId(testAssetOciCloudBridgeAsset.id())
            .build());
    }
}
variables:
  testAsset:
    fn::invoke:
      function: oci:CloudBridge:getAsset
      arguments:
        assetId: ${testAssetOciCloudBridgeAsset.id}
Using getAsset
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 getAsset(args: GetAssetArgs, opts?: InvokeOptions): Promise<GetAssetResult>
function getAssetOutput(args: GetAssetOutputArgs, opts?: InvokeOptions): Output<GetAssetResult>def get_asset(asset_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetAssetResult
def get_asset_output(asset_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetAssetResult]func LookupAsset(ctx *Context, args *LookupAssetArgs, opts ...InvokeOption) (*LookupAssetResult, error)
func LookupAssetOutput(ctx *Context, args *LookupAssetOutputArgs, opts ...InvokeOption) LookupAssetResultOutput> Note: This function is named LookupAsset in the Go SDK.
public static class GetAsset 
{
    public static Task<GetAssetResult> InvokeAsync(GetAssetArgs args, InvokeOptions? opts = null)
    public static Output<GetAssetResult> Invoke(GetAssetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAssetResult> getAsset(GetAssetArgs args, InvokeOptions options)
public static Output<GetAssetResult> getAsset(GetAssetArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CloudBridge/getAsset:getAsset
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AssetId string
- Unique asset identifier.
- AssetId string
- Unique asset identifier.
- assetId String
- Unique asset identifier.
- assetId string
- Unique asset identifier.
- asset_id str
- Unique asset identifier.
- assetId String
- Unique asset identifier.
getAsset Result
The following output properties are available:
- AssetId string
- AssetSource List<string>Ids 
- List of asset source OCID.
- AssetType string
- The type of asset.
- CompartmentId string
- The OCID of the compartment to which an asset belongs to.
- Computes
List<GetAsset Compute> 
- Compute related properties.
- Dictionary<string, string>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- Asset display name.
- ExternalAsset stringKey 
- The key of the asset from the external environment.
- Dictionary<string, string>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- Asset OCID that is immutable on creation.
- InventoryId string
- Inventory ID to which an asset belongs to.
- SourceKey string
- The source key that the asset belongs to.
- State string
- The current state of the asset.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- TimeCreated string
- The time when the asset was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the asset was updated. An RFC3339 formatted datetime string.
- Vms
List<GetAsset Vm> 
- Virtual machine related properties.
- VmwareVcenters List<GetAsset Vmware Vcenter> 
- VMware vCenter related properties.
- VmwareVms List<GetAsset Vmware Vm> 
- VMware virtual machine related properties.
- AssetId string
- AssetSource []stringIds 
- List of asset source OCID.
- AssetType string
- The type of asset.
- CompartmentId string
- The OCID of the compartment to which an asset belongs to.
- Computes
[]GetAsset Compute 
- Compute related properties.
- map[string]string
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- Asset display name.
- ExternalAsset stringKey 
- The key of the asset from the external environment.
- map[string]string
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- Asset OCID that is immutable on creation.
- InventoryId string
- Inventory ID to which an asset belongs to.
- SourceKey string
- The source key that the asset belongs to.
- State string
- The current state of the asset.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- TimeCreated string
- The time when the asset was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the asset was updated. An RFC3339 formatted datetime string.
- Vms
[]GetAsset Vm 
- Virtual machine related properties.
- VmwareVcenters []GetAsset Vmware Vcenter 
- VMware vCenter related properties.
- VmwareVms []GetAsset Vmware Vm 
- VMware virtual machine related properties.
- assetId String
- assetSource List<String>Ids 
- List of asset source OCID.
- assetType String
- The type of asset.
- compartmentId String
- The OCID of the compartment to which an asset belongs to.
- computes
List<GetAsset Compute> 
- Compute related properties.
- Map<String,String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- Asset display name.
- externalAsset StringKey 
- The key of the asset from the external environment.
- Map<String,String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- Asset OCID that is immutable on creation.
- inventoryId String
- Inventory ID to which an asset belongs to.
- sourceKey String
- The source key that the asset belongs to.
- state String
- The current state of the asset.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated String
- The time when the asset was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the asset was updated. An RFC3339 formatted datetime string.
- vms
List<GetAsset Vm> 
- Virtual machine related properties.
- vmwareVcenters List<GetAsset Vmware Vcenter> 
- VMware vCenter related properties.
- vmwareVms List<GetAsset Vmware Vm> 
- VMware virtual machine related properties.
- assetId string
- assetSource string[]Ids 
- List of asset source OCID.
- assetType string
- The type of asset.
- compartmentId string
- The OCID of the compartment to which an asset belongs to.
- computes
GetAsset Compute[] 
- Compute related properties.
- {[key: string]: string}
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- Asset display name.
- externalAsset stringKey 
- The key of the asset from the external environment.
- {[key: string]: string}
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- Asset OCID that is immutable on creation.
- inventoryId string
- Inventory ID to which an asset belongs to.
- sourceKey string
- The source key that the asset belongs to.
- state string
- The current state of the asset.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated string
- The time when the asset was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time when the asset was updated. An RFC3339 formatted datetime string.
- vms
GetAsset Vm[] 
- Virtual machine related properties.
- vmwareVcenters GetAsset Vmware Vcenter[] 
- VMware vCenter related properties.
- vmwareVms GetAsset Vmware Vm[] 
- VMware virtual machine related properties.
- asset_id str
- asset_source_ Sequence[str]ids 
- List of asset source OCID.
- asset_type str
- The type of asset.
- compartment_id str
- The OCID of the compartment to which an asset belongs to.
- computes
Sequence[GetAsset Compute] 
- Compute related properties.
- Mapping[str, str]
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- Asset display name.
- external_asset_ strkey 
- The key of the asset from the external environment.
- Mapping[str, str]
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- Asset OCID that is immutable on creation.
- inventory_id str
- Inventory ID to which an asset belongs to.
- source_key str
- The source key that the asset belongs to.
- state str
- The current state of the asset.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- time_created str
- The time when the asset was created. An RFC3339 formatted datetime string.
- time_updated str
- The time when the asset was updated. An RFC3339 formatted datetime string.
- vms
Sequence[GetAsset Vm] 
- Virtual machine related properties.
- vmware_vcenters Sequence[GetAsset Vmware Vcenter] 
- VMware vCenter related properties.
- vmware_vms Sequence[GetAsset Vmware Vm] 
- VMware virtual machine related properties.
- assetId String
- assetSource List<String>Ids 
- List of asset source OCID.
- assetType String
- The type of asset.
- compartmentId String
- The OCID of the compartment to which an asset belongs to.
- computes List<Property Map>
- Compute related properties.
- Map<String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- Asset display name.
- externalAsset StringKey 
- The key of the asset from the external environment.
- Map<String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- Asset OCID that is immutable on creation.
- inventoryId String
- Inventory ID to which an asset belongs to.
- sourceKey String
- The source key that the asset belongs to.
- state String
- The current state of the asset.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated String
- The time when the asset was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the asset was updated. An RFC3339 formatted datetime string.
- vms List<Property Map>
- Virtual machine related properties.
- vmwareVcenters List<Property Map>
- VMware vCenter related properties.
- vmwareVms List<Property Map>
- VMware virtual machine related properties.
Supporting Types
GetAssetCompute  
- ConnectedNetworks int
- Number of connected networks.
- CoresCount int
- Number of GPU cores.
- CpuModel string
- CPU model name.
- Description string
- The tag description.
- Disks
List<GetAsset Compute Disk> 
- Lists the set of disks belonging to the virtual machine. This list is unordered.
- DisksCount int
- Number of disks.
- DnsName string
- Fully Qualified DNS Name.
- Firmware string
- Information about firmware type for this virtual machine.
- GpuDevices List<GetAsset Compute Gpu Device> 
- List of GPU devices attached to a virtual machine.
- GpuDevices intCount 
- Number of GPU devices.
- GuestState string
- Guest state.
- HardwareVersion string
- Hardware version.
- HostName string
- Host name of the VM.
- IsPmem boolEnabled 
- Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- IsTpm boolEnabled 
- Whether Trusted Platform Module (TPM) is enabled.
- LatencySensitivity string
- Latency sensitivity.
- MemoryIn stringMbs 
- Memory size in MBs.
- Nics
List<GetAsset Compute Nic> 
- List of network ethernet cards attached to a virtual machine.
- NicsCount int
- Number of network ethernet cards.
- NvdimmControllers List<GetAsset Compute Nvdimm Controller> 
- The asset's NVDIMM configuration.
- Nvdimms
List<GetAsset Compute Nvdimm> 
- The properties of the NVDIMMs attached to a virtual machine.
- OperatingSystem string
- Operating system.
- OperatingSystem stringVersion 
- Operating system version.
- PmemIn stringMbs 
- Pmem size in MBs.
- PowerState string
- The current power state of the virtual machine.
- PrimaryIp string
- Primary IP address of the compute instance.
- ScsiControllers List<GetAsset Compute Scsi Controller> 
- The assets SCSI controller.
- StorageProvisioned stringIn Mbs 
- Provision storage size in MBs.
- ThreadsPer intCore Count 
- Number of threads per core.
- ConnectedNetworks int
- Number of connected networks.
- CoresCount int
- Number of GPU cores.
- CpuModel string
- CPU model name.
- Description string
- The tag description.
- Disks
[]GetAsset Compute Disk 
- Lists the set of disks belonging to the virtual machine. This list is unordered.
- DisksCount int
- Number of disks.
- DnsName string
- Fully Qualified DNS Name.
- Firmware string
- Information about firmware type for this virtual machine.
- GpuDevices []GetAsset Compute Gpu Device 
- List of GPU devices attached to a virtual machine.
- GpuDevices intCount 
- Number of GPU devices.
- GuestState string
- Guest state.
- HardwareVersion string
- Hardware version.
- HostName string
- Host name of the VM.
- IsPmem boolEnabled 
- Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- IsTpm boolEnabled 
- Whether Trusted Platform Module (TPM) is enabled.
- LatencySensitivity string
- Latency sensitivity.
- MemoryIn stringMbs 
- Memory size in MBs.
- Nics
[]GetAsset Compute Nic 
- List of network ethernet cards attached to a virtual machine.
- NicsCount int
- Number of network ethernet cards.
- NvdimmControllers []GetAsset Compute Nvdimm Controller 
- The asset's NVDIMM configuration.
- Nvdimms
[]GetAsset Compute Nvdimm 
- The properties of the NVDIMMs attached to a virtual machine.
- OperatingSystem string
- Operating system.
- OperatingSystem stringVersion 
- Operating system version.
- PmemIn stringMbs 
- Pmem size in MBs.
- PowerState string
- The current power state of the virtual machine.
- PrimaryIp string
- Primary IP address of the compute instance.
- ScsiControllers []GetAsset Compute Scsi Controller 
- The assets SCSI controller.
- StorageProvisioned stringIn Mbs 
- Provision storage size in MBs.
- ThreadsPer intCore Count 
- Number of threads per core.
- connectedNetworks Integer
- Number of connected networks.
- coresCount Integer
- Number of GPU cores.
- cpuModel String
- CPU model name.
- description String
- The tag description.
- disks
List<GetAsset Compute Disk> 
- Lists the set of disks belonging to the virtual machine. This list is unordered.
- disksCount Integer
- Number of disks.
- dnsName String
- Fully Qualified DNS Name.
- firmware String
- Information about firmware type for this virtual machine.
- gpuDevices List<GetAsset Compute Gpu Device> 
- List of GPU devices attached to a virtual machine.
- gpuDevices IntegerCount 
- Number of GPU devices.
- guestState String
- Guest state.
- hardwareVersion String
- Hardware version.
- hostName String
- Host name of the VM.
- isPmem BooleanEnabled 
- Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- isTpm BooleanEnabled 
- Whether Trusted Platform Module (TPM) is enabled.
- latencySensitivity String
- Latency sensitivity.
- memoryIn StringMbs 
- Memory size in MBs.
- nics
List<GetAsset Compute Nic> 
- List of network ethernet cards attached to a virtual machine.
- nicsCount Integer
- Number of network ethernet cards.
- nvdimmControllers List<GetAsset Compute Nvdimm Controller> 
- The asset's NVDIMM configuration.
- nvdimms
List<GetAsset Compute Nvdimm> 
- The properties of the NVDIMMs attached to a virtual machine.
- operatingSystem String
- Operating system.
- operatingSystem StringVersion 
- Operating system version.
- pmemIn StringMbs 
- Pmem size in MBs.
- powerState String
- The current power state of the virtual machine.
- primaryIp String
- Primary IP address of the compute instance.
- scsiControllers List<GetAsset Compute Scsi Controller> 
- The assets SCSI controller.
- storageProvisioned StringIn Mbs 
- Provision storage size in MBs.
- threadsPer IntegerCore Count 
- Number of threads per core.
- connectedNetworks number
- Number of connected networks.
- coresCount number
- Number of GPU cores.
- cpuModel string
- CPU model name.
- description string
- The tag description.
- disks
GetAsset Compute Disk[] 
- Lists the set of disks belonging to the virtual machine. This list is unordered.
- disksCount number
- Number of disks.
- dnsName string
- Fully Qualified DNS Name.
- firmware string
- Information about firmware type for this virtual machine.
- gpuDevices GetAsset Compute Gpu Device[] 
- List of GPU devices attached to a virtual machine.
- gpuDevices numberCount 
- Number of GPU devices.
- guestState string
- Guest state.
- hardwareVersion string
- Hardware version.
- hostName string
- Host name of the VM.
- isPmem booleanEnabled 
- Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- isTpm booleanEnabled 
- Whether Trusted Platform Module (TPM) is enabled.
- latencySensitivity string
- Latency sensitivity.
- memoryIn stringMbs 
- Memory size in MBs.
- nics
GetAsset Compute Nic[] 
- List of network ethernet cards attached to a virtual machine.
- nicsCount number
- Number of network ethernet cards.
- nvdimmControllers GetAsset Compute Nvdimm Controller[] 
- The asset's NVDIMM configuration.
- nvdimms
GetAsset Compute Nvdimm[] 
- The properties of the NVDIMMs attached to a virtual machine.
- operatingSystem string
- Operating system.
- operatingSystem stringVersion 
- Operating system version.
- pmemIn stringMbs 
- Pmem size in MBs.
- powerState string
- The current power state of the virtual machine.
- primaryIp string
- Primary IP address of the compute instance.
- scsiControllers GetAsset Compute Scsi Controller[] 
- The assets SCSI controller.
- storageProvisioned stringIn Mbs 
- Provision storage size in MBs.
- threadsPer numberCore Count 
- Number of threads per core.
- connected_networks int
- Number of connected networks.
- cores_count int
- Number of GPU cores.
- cpu_model str
- CPU model name.
- description str
- The tag description.
- disks
Sequence[GetAsset Compute Disk] 
- Lists the set of disks belonging to the virtual machine. This list is unordered.
- disks_count int
- Number of disks.
- dns_name str
- Fully Qualified DNS Name.
- firmware str
- Information about firmware type for this virtual machine.
- gpu_devices Sequence[GetAsset Compute Gpu Device] 
- List of GPU devices attached to a virtual machine.
- gpu_devices_ intcount 
- Number of GPU devices.
- guest_state str
- Guest state.
- hardware_version str
- Hardware version.
- host_name str
- Host name of the VM.
- is_pmem_ boolenabled 
- Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- is_tpm_ boolenabled 
- Whether Trusted Platform Module (TPM) is enabled.
- latency_sensitivity str
- Latency sensitivity.
- memory_in_ strmbs 
- Memory size in MBs.
- nics
Sequence[GetAsset Compute Nic] 
- List of network ethernet cards attached to a virtual machine.
- nics_count int
- Number of network ethernet cards.
- nvdimm_controllers Sequence[GetAsset Compute Nvdimm Controller] 
- The asset's NVDIMM configuration.
- nvdimms
Sequence[GetAsset Compute Nvdimm] 
- The properties of the NVDIMMs attached to a virtual machine.
- operating_system str
- Operating system.
- operating_system_ strversion 
- Operating system version.
- pmem_in_ strmbs 
- Pmem size in MBs.
- power_state str
- The current power state of the virtual machine.
- primary_ip str
- Primary IP address of the compute instance.
- scsi_controllers Sequence[GetAsset Compute Scsi Controller] 
- The assets SCSI controller.
- storage_provisioned_ strin_ mbs 
- Provision storage size in MBs.
- threads_per_ intcore_ count 
- Number of threads per core.
- connectedNetworks Number
- Number of connected networks.
- coresCount Number
- Number of GPU cores.
- cpuModel String
- CPU model name.
- description String
- The tag description.
- disks List<Property Map>
- Lists the set of disks belonging to the virtual machine. This list is unordered.
- disksCount Number
- Number of disks.
- dnsName String
- Fully Qualified DNS Name.
- firmware String
- Information about firmware type for this virtual machine.
- gpuDevices List<Property Map>
- List of GPU devices attached to a virtual machine.
- gpuDevices NumberCount 
- Number of GPU devices.
- guestState String
- Guest state.
- hardwareVersion String
- Hardware version.
- hostName String
- Host name of the VM.
- isPmem BooleanEnabled 
- Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- isTpm BooleanEnabled 
- Whether Trusted Platform Module (TPM) is enabled.
- latencySensitivity String
- Latency sensitivity.
- memoryIn StringMbs 
- Memory size in MBs.
- nics List<Property Map>
- List of network ethernet cards attached to a virtual machine.
- nicsCount Number
- Number of network ethernet cards.
- nvdimmControllers List<Property Map>
- The asset's NVDIMM configuration.
- nvdimms List<Property Map>
- The properties of the NVDIMMs attached to a virtual machine.
- operatingSystem String
- Operating system.
- operatingSystem StringVersion 
- Operating system version.
- pmemIn StringMbs 
- Pmem size in MBs.
- powerState String
- The current power state of the virtual machine.
- primaryIp String
- Primary IP address of the compute instance.
- scsiControllers List<Property Map>
- The assets SCSI controller.
- storageProvisioned StringIn Mbs 
- Provision storage size in MBs.
- threadsPer NumberCore Count 
- Number of threads per core.
GetAssetComputeDisk   
- BootOrder int
- Order of boot volumes.
- Location string
- Location of the boot/data volume.
- Name string
- The tag name.
- PersistentMode string
- The disk persistent mode.
- SizeIn stringMbs 
- The size of the volume in MBs.
- Uuid string
- Disk UUID for the virtual disk, if available.
- UuidLun string
- Disk UUID LUN for the virtual disk, if available.
- BootOrder int
- Order of boot volumes.
- Location string
- Location of the boot/data volume.
- Name string
- The tag name.
- PersistentMode string
- The disk persistent mode.
- SizeIn stringMbs 
- The size of the volume in MBs.
- Uuid string
- Disk UUID for the virtual disk, if available.
- UuidLun string
- Disk UUID LUN for the virtual disk, if available.
- bootOrder Integer
- Order of boot volumes.
- location String
- Location of the boot/data volume.
- name String
- The tag name.
- persistentMode String
- The disk persistent mode.
- sizeIn StringMbs 
- The size of the volume in MBs.
- uuid String
- Disk UUID for the virtual disk, if available.
- uuidLun String
- Disk UUID LUN for the virtual disk, if available.
- bootOrder number
- Order of boot volumes.
- location string
- Location of the boot/data volume.
- name string
- The tag name.
- persistentMode string
- The disk persistent mode.
- sizeIn stringMbs 
- The size of the volume in MBs.
- uuid string
- Disk UUID for the virtual disk, if available.
- uuidLun string
- Disk UUID LUN for the virtual disk, if available.
- boot_order int
- Order of boot volumes.
- location str
- Location of the boot/data volume.
- name str
- The tag name.
- persistent_mode str
- The disk persistent mode.
- size_in_ strmbs 
- The size of the volume in MBs.
- uuid str
- Disk UUID for the virtual disk, if available.
- uuid_lun str
- Disk UUID LUN for the virtual disk, if available.
- bootOrder Number
- Order of boot volumes.
- location String
- Location of the boot/data volume.
- name String
- The tag name.
- persistentMode String
- The disk persistent mode.
- sizeIn StringMbs 
- The size of the volume in MBs.
- uuid String
- Disk UUID for the virtual disk, if available.
- uuidLun String
- Disk UUID LUN for the virtual disk, if available.
GetAssetComputeGpuDevice    
- CoresCount int
- Number of GPU cores.
- Description string
- The tag description.
- Manufacturer string
- The manufacturer of GPU.
- MemoryIn stringMbs 
- Memory size in MBs.
- Name string
- The tag name.
- CoresCount int
- Number of GPU cores.
- Description string
- The tag description.
- Manufacturer string
- The manufacturer of GPU.
- MemoryIn stringMbs 
- Memory size in MBs.
- Name string
- The tag name.
- coresCount Integer
- Number of GPU cores.
- description String
- The tag description.
- manufacturer String
- The manufacturer of GPU.
- memoryIn StringMbs 
- Memory size in MBs.
- name String
- The tag name.
- coresCount number
- Number of GPU cores.
- description string
- The tag description.
- manufacturer string
- The manufacturer of GPU.
- memoryIn stringMbs 
- Memory size in MBs.
- name string
- The tag name.
- cores_count int
- Number of GPU cores.
- description str
- The tag description.
- manufacturer str
- The manufacturer of GPU.
- memory_in_ strmbs 
- Memory size in MBs.
- name str
- The tag name.
- coresCount Number
- Number of GPU cores.
- description String
- The tag description.
- manufacturer String
- The manufacturer of GPU.
- memoryIn StringMbs 
- Memory size in MBs.
- name String
- The tag name.
GetAssetComputeNic   
- IpAddresses List<string>
- List of IP addresses.
- Label string
- Provides a label and summary information for the device.
- MacAddress string
- Mac address of the VM.
- MacAddress stringType 
- Mac address type.
- NetworkName string
- Network name.
- SwitchName string
- Switch name.
- IpAddresses []string
- List of IP addresses.
- Label string
- Provides a label and summary information for the device.
- MacAddress string
- Mac address of the VM.
- MacAddress stringType 
- Mac address type.
- NetworkName string
- Network name.
- SwitchName string
- Switch name.
- ipAddresses List<String>
- List of IP addresses.
- label String
- Provides a label and summary information for the device.
- macAddress String
- Mac address of the VM.
- macAddress StringType 
- Mac address type.
- networkName String
- Network name.
- switchName String
- Switch name.
- ipAddresses string[]
- List of IP addresses.
- label string
- Provides a label and summary information for the device.
- macAddress string
- Mac address of the VM.
- macAddress stringType 
- Mac address type.
- networkName string
- Network name.
- switchName string
- Switch name.
- ip_addresses Sequence[str]
- List of IP addresses.
- label str
- Provides a label and summary information for the device.
- mac_address str
- Mac address of the VM.
- mac_address_ strtype 
- Mac address type.
- network_name str
- Network name.
- switch_name str
- Switch name.
- ipAddresses List<String>
- List of IP addresses.
- label String
- Provides a label and summary information for the device.
- macAddress String
- Mac address of the VM.
- macAddress StringType 
- Mac address type.
- networkName String
- Network name.
- switchName String
- Switch name.
GetAssetComputeNvdimm   
- ControllerKey int
- Controller key.
- Label string
- Provides a label and summary information for the device.
- UnitNumber int
- The unit number of the SCSI controller.
- ControllerKey int
- Controller key.
- Label string
- Provides a label and summary information for the device.
- UnitNumber int
- The unit number of the SCSI controller.
- controllerKey Integer
- Controller key.
- label String
- Provides a label and summary information for the device.
- unitNumber Integer
- The unit number of the SCSI controller.
- controllerKey number
- Controller key.
- label string
- Provides a label and summary information for the device.
- unitNumber number
- The unit number of the SCSI controller.
- controller_key int
- Controller key.
- label str
- Provides a label and summary information for the device.
- unit_number int
- The unit number of the SCSI controller.
- controllerKey Number
- Controller key.
- label String
- Provides a label and summary information for the device.
- unitNumber Number
- The unit number of the SCSI controller.
GetAssetComputeNvdimmController    
- bus_number int
- Bus number.
- label str
- Provides a label and summary information for the device.
GetAssetComputeScsiController    
- Label string
- Provides a label and summary information for the device.
- string
- Shared bus.
- UnitNumber int
- The unit number of the SCSI controller.
- Label string
- Provides a label and summary information for the device.
- string
- Shared bus.
- UnitNumber int
- The unit number of the SCSI controller.
- label String
- Provides a label and summary information for the device.
- String
- Shared bus.
- unitNumber Integer
- The unit number of the SCSI controller.
- label string
- Provides a label and summary information for the device.
- string
- Shared bus.
- unitNumber number
- The unit number of the SCSI controller.
- label str
- Provides a label and summary information for the device.
- str
- Shared bus.
- unit_number int
- The unit number of the SCSI controller.
- label String
- Provides a label and summary information for the device.
- String
- Shared bus.
- unitNumber Number
- The unit number of the SCSI controller.
GetAssetVm  
- HypervisorHost string
- Host name/IP address of VM on which the host is running.
- HypervisorVendor string
- Hypervisor vendor.
- HypervisorVersion string
- Hypervisor version.
- HypervisorHost string
- Host name/IP address of VM on which the host is running.
- HypervisorVendor string
- Hypervisor vendor.
- HypervisorVersion string
- Hypervisor version.
- hypervisorHost String
- Host name/IP address of VM on which the host is running.
- hypervisorVendor String
- Hypervisor vendor.
- hypervisorVersion String
- Hypervisor version.
- hypervisorHost string
- Host name/IP address of VM on which the host is running.
- hypervisorVendor string
- Hypervisor vendor.
- hypervisorVersion string
- Hypervisor version.
- hypervisor_host str
- Host name/IP address of VM on which the host is running.
- hypervisor_vendor str
- Hypervisor vendor.
- hypervisor_version str
- Hypervisor version.
- hypervisorHost String
- Host name/IP address of VM on which the host is running.
- hypervisorVendor String
- Hypervisor vendor.
- hypervisorVersion String
- Hypervisor version.
GetAssetVmwareVcenter   
- DataCenter string
- Data center name.
- VcenterKey string
- vCenter unique key.
- VcenterVersion string
- Dot-separated version string.
- DataCenter string
- Data center name.
- VcenterKey string
- vCenter unique key.
- VcenterVersion string
- Dot-separated version string.
- dataCenter String
- Data center name.
- vcenterKey String
- vCenter unique key.
- vcenterVersion String
- Dot-separated version string.
- dataCenter string
- Data center name.
- vcenterKey string
- vCenter unique key.
- vcenterVersion string
- Dot-separated version string.
- data_center str
- Data center name.
- vcenter_key str
- vCenter unique key.
- vcenter_version str
- Dot-separated version string.
- dataCenter String
- Data center name.
- vcenterKey String
- vCenter unique key.
- vcenterVersion String
- Dot-separated version string.
GetAssetVmwareVm   
- Cluster string
- Cluster name.
- CustomerFields List<string>
- Customer fields.
- 
List<GetAsset Vmware Vm Customer Tag> 
- Customer defined tags.
- FaultTolerance intBandwidth 
- Fault tolerance bandwidth.
- FaultTolerance intSecondary Latency 
- Fault tolerance to secondary latency.
- FaultTolerance stringState 
- Fault tolerance state.
- InstanceUuid string
- vCenter-specific identifier of the virtual machine.
- IsDisks boolCbt Enabled 
- Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- IsDisks boolUuid Enabled 
- Whether changed block tracking for this VM's disk is active.
- Path string
- Path directory of the asset.
- VmwareTools stringStatus 
- VMware tools status.
- Cluster string
- Cluster name.
- CustomerFields []string
- Customer fields.
- 
[]GetAsset Vmware Vm Customer Tag 
- Customer defined tags.
- FaultTolerance intBandwidth 
- Fault tolerance bandwidth.
- FaultTolerance intSecondary Latency 
- Fault tolerance to secondary latency.
- FaultTolerance stringState 
- Fault tolerance state.
- InstanceUuid string
- vCenter-specific identifier of the virtual machine.
- IsDisks boolCbt Enabled 
- Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- IsDisks boolUuid Enabled 
- Whether changed block tracking for this VM's disk is active.
- Path string
- Path directory of the asset.
- VmwareTools stringStatus 
- VMware tools status.
- cluster String
- Cluster name.
- customerFields List<String>
- Customer fields.
- 
List<GetAsset Vmware Vm Customer Tag> 
- Customer defined tags.
- faultTolerance IntegerBandwidth 
- Fault tolerance bandwidth.
- faultTolerance IntegerSecondary Latency 
- Fault tolerance to secondary latency.
- faultTolerance StringState 
- Fault tolerance state.
- instanceUuid String
- vCenter-specific identifier of the virtual machine.
- isDisks BooleanCbt Enabled 
- Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- isDisks BooleanUuid Enabled 
- Whether changed block tracking for this VM's disk is active.
- path String
- Path directory of the asset.
- vmwareTools StringStatus 
- VMware tools status.
- cluster string
- Cluster name.
- customerFields string[]
- Customer fields.
- 
GetAsset Vmware Vm Customer Tag[] 
- Customer defined tags.
- faultTolerance numberBandwidth 
- Fault tolerance bandwidth.
- faultTolerance numberSecondary Latency 
- Fault tolerance to secondary latency.
- faultTolerance stringState 
- Fault tolerance state.
- instanceUuid string
- vCenter-specific identifier of the virtual machine.
- isDisks booleanCbt Enabled 
- Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- isDisks booleanUuid Enabled 
- Whether changed block tracking for this VM's disk is active.
- path string
- Path directory of the asset.
- vmwareTools stringStatus 
- VMware tools status.
- cluster str
- Cluster name.
- customer_fields Sequence[str]
- Customer fields.
- 
Sequence[GetAsset Vmware Vm Customer Tag] 
- Customer defined tags.
- fault_tolerance_ intbandwidth 
- Fault tolerance bandwidth.
- fault_tolerance_ intsecondary_ latency 
- Fault tolerance to secondary latency.
- fault_tolerance_ strstate 
- Fault tolerance state.
- instance_uuid str
- vCenter-specific identifier of the virtual machine.
- is_disks_ boolcbt_ enabled 
- Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- is_disks_ booluuid_ enabled 
- Whether changed block tracking for this VM's disk is active.
- path str
- Path directory of the asset.
- vmware_tools_ strstatus 
- VMware tools status.
- cluster String
- Cluster name.
- customerFields List<String>
- Customer fields.
- List<Property Map>
- Customer defined tags.
- faultTolerance NumberBandwidth 
- Fault tolerance bandwidth.
- faultTolerance NumberSecondary Latency 
- Fault tolerance to secondary latency.
- faultTolerance StringState 
- Fault tolerance state.
- instanceUuid String
- vCenter-specific identifier of the virtual machine.
- isDisks BooleanCbt Enabled 
- Indicates that change tracking is supported for virtual disks of this virtual machine. However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- isDisks BooleanUuid Enabled 
- Whether changed block tracking for this VM's disk is active.
- path String
- Path directory of the asset.
- vmwareTools StringStatus 
- VMware tools status.
GetAssetVmwareVmCustomerTag     
- Description string
- The tag description.
- Name string
- The tag name.
- Description string
- The tag description.
- Name string
- The tag name.
- description String
- The tag description.
- name String
- The tag name.
- description string
- The tag description.
- name string
- The tag name.
- description str
- The tag description.
- name str
- The tag name.
- description String
- The tag description.
- name String
- The tag name.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.