Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.CloudBridge.getAssets
Explore with Pulumi AI
This data source provides the list of Assets in Oracle Cloud Infrastructure Cloud Bridge service.
Returns a list of assets.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAssets = oci.CloudBridge.getAssets({
    compartmentId: compartmentId,
    assetId: testAsset.id,
    assetType: assetAssetType,
    displayName: assetDisplayName,
    externalAssetKey: assetExternalAssetKey,
    inventoryId: testInventory.id,
    sourceKey: assetSourceKey,
    state: assetState,
});
import pulumi
import pulumi_oci as oci
test_assets = oci.CloudBridge.get_assets(compartment_id=compartment_id,
    asset_id=test_asset["id"],
    asset_type=asset_asset_type,
    display_name=asset_display_name,
    external_asset_key=asset_external_asset_key,
    inventory_id=test_inventory["id"],
    source_key=asset_source_key,
    state=asset_state)
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.GetAssets(ctx, &cloudbridge.GetAssetsArgs{
			CompartmentId:    compartmentId,
			AssetId:          pulumi.StringRef(testAsset.Id),
			AssetType:        pulumi.StringRef(assetAssetType),
			DisplayName:      pulumi.StringRef(assetDisplayName),
			ExternalAssetKey: pulumi.StringRef(assetExternalAssetKey),
			InventoryId:      pulumi.StringRef(testInventory.Id),
			SourceKey:        pulumi.StringRef(assetSourceKey),
			State:            pulumi.StringRef(assetState),
		}, 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 testAssets = Oci.CloudBridge.GetAssets.Invoke(new()
    {
        CompartmentId = compartmentId,
        AssetId = testAsset.Id,
        AssetType = assetAssetType,
        DisplayName = assetDisplayName,
        ExternalAssetKey = assetExternalAssetKey,
        InventoryId = testInventory.Id,
        SourceKey = assetSourceKey,
        State = assetState,
    });
});
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.GetAssetsArgs;
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 testAssets = CloudBridgeFunctions.getAssets(GetAssetsArgs.builder()
            .compartmentId(compartmentId)
            .assetId(testAsset.id())
            .assetType(assetAssetType)
            .displayName(assetDisplayName)
            .externalAssetKey(assetExternalAssetKey)
            .inventoryId(testInventory.id())
            .sourceKey(assetSourceKey)
            .state(assetState)
            .build());
    }
}
variables:
  testAssets:
    fn::invoke:
      function: oci:CloudBridge:getAssets
      arguments:
        compartmentId: ${compartmentId}
        assetId: ${testAsset.id}
        assetType: ${assetAssetType}
        displayName: ${assetDisplayName}
        externalAssetKey: ${assetExternalAssetKey}
        inventoryId: ${testInventory.id}
        sourceKey: ${assetSourceKey}
        state: ${assetState}
Using getAssets
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 getAssets(args: GetAssetsArgs, opts?: InvokeOptions): Promise<GetAssetsResult>
function getAssetsOutput(args: GetAssetsOutputArgs, opts?: InvokeOptions): Output<GetAssetsResult>def get_assets(asset_id: Optional[str] = None,
               asset_type: Optional[str] = None,
               compartment_id: Optional[str] = None,
               display_name: Optional[str] = None,
               external_asset_key: Optional[str] = None,
               filters: Optional[Sequence[GetAssetsFilter]] = None,
               inventory_id: Optional[str] = None,
               source_key: Optional[str] = None,
               state: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetAssetsResult
def get_assets_output(asset_id: Optional[pulumi.Input[str]] = None,
               asset_type: Optional[pulumi.Input[str]] = None,
               compartment_id: Optional[pulumi.Input[str]] = None,
               display_name: Optional[pulumi.Input[str]] = None,
               external_asset_key: Optional[pulumi.Input[str]] = None,
               filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetsFilterArgs]]]] = None,
               inventory_id: Optional[pulumi.Input[str]] = None,
               source_key: Optional[pulumi.Input[str]] = None,
               state: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetAssetsResult]func GetAssets(ctx *Context, args *GetAssetsArgs, opts ...InvokeOption) (*GetAssetsResult, error)
func GetAssetsOutput(ctx *Context, args *GetAssetsOutputArgs, opts ...InvokeOption) GetAssetsResultOutput> Note: This function is named GetAssets in the Go SDK.
public static class GetAssets 
{
    public static Task<GetAssetsResult> InvokeAsync(GetAssetsArgs args, InvokeOptions? opts = null)
    public static Output<GetAssetsResult> Invoke(GetAssetsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAssetsResult> getAssets(GetAssetsArgs args, InvokeOptions options)
public static Output<GetAssetsResult> getAssets(GetAssetsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CloudBridge/getAssets:getAssets
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- AssetId string
- Unique asset identifier.
- AssetType string
- The type of asset.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- ExternalAsset stringKey 
- External asset key.
- Filters
List<GetAssets Filter> 
- InventoryId string
- Unique Inventory identifier.
- SourceKey string
- Source key from where the assets originate.
- State string
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- CompartmentId string
- The ID of the compartment in which to list resources.
- AssetId string
- Unique asset identifier.
- AssetType string
- The type of asset.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- ExternalAsset stringKey 
- External asset key.
- Filters
[]GetAssets Filter 
- InventoryId string
- Unique Inventory identifier.
- SourceKey string
- Source key from where the assets originate.
- State string
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- compartmentId String
- The ID of the compartment in which to list resources.
- assetId String
- Unique asset identifier.
- assetType String
- The type of asset.
- displayName String
- A filter to return only resources that match the entire display name given.
- externalAsset StringKey 
- External asset key.
- filters
List<GetAssets Filter> 
- inventoryId String
- Unique Inventory identifier.
- sourceKey String
- Source key from where the assets originate.
- state String
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- compartmentId string
- The ID of the compartment in which to list resources.
- assetId string
- Unique asset identifier.
- assetType string
- The type of asset.
- displayName string
- A filter to return only resources that match the entire display name given.
- externalAsset stringKey 
- External asset key.
- filters
GetAssets Filter[] 
- inventoryId string
- Unique Inventory identifier.
- sourceKey string
- Source key from where the assets originate.
- state string
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- compartment_id str
- The ID of the compartment in which to list resources.
- asset_id str
- Unique asset identifier.
- asset_type str
- The type of asset.
- display_name str
- A filter to return only resources that match the entire display name given.
- external_asset_ strkey 
- External asset key.
- filters
Sequence[GetAssets Filter] 
- inventory_id str
- Unique Inventory identifier.
- source_key str
- Source key from where the assets originate.
- state str
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- compartmentId String
- The ID of the compartment in which to list resources.
- assetId String
- Unique asset identifier.
- assetType String
- The type of asset.
- displayName String
- A filter to return only resources that match the entire display name given.
- externalAsset StringKey 
- External asset key.
- filters List<Property Map>
- inventoryId String
- Unique Inventory identifier.
- sourceKey String
- Source key from where the assets originate.
- state String
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
getAssets Result
The following output properties are available:
- AssetCollections List<GetAssets Asset Collection> 
- The list of asset_collection.
- CompartmentId string
- The OCID of the compartment to which an asset belongs to.
- Id string
- The provider-assigned unique ID for this managed resource.
- AssetId string
- AssetType string
- The type of asset.
- DisplayName string
- Asset display name.
- ExternalAsset stringKey 
- The key of the asset from the external environment.
- Filters
List<GetAssets Filter> 
- 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.
- AssetCollections []GetAssets Asset Collection 
- The list of asset_collection.
- CompartmentId string
- The OCID of the compartment to which an asset belongs to.
- Id string
- The provider-assigned unique ID for this managed resource.
- AssetId string
- AssetType string
- The type of asset.
- DisplayName string
- Asset display name.
- ExternalAsset stringKey 
- The key of the asset from the external environment.
- Filters
[]GetAssets Filter 
- 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.
- assetCollections List<GetAssets Asset Collection> 
- The list of asset_collection.
- compartmentId String
- The OCID of the compartment to which an asset belongs to.
- id String
- The provider-assigned unique ID for this managed resource.
- assetId String
- assetType String
- The type of asset.
- displayName String
- Asset display name.
- externalAsset StringKey 
- The key of the asset from the external environment.
- filters
List<GetAssets Filter> 
- 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.
- assetCollections GetAssets Asset Collection[] 
- The list of asset_collection.
- compartmentId string
- The OCID of the compartment to which an asset belongs to.
- id string
- The provider-assigned unique ID for this managed resource.
- assetId string
- assetType string
- The type of asset.
- displayName string
- Asset display name.
- externalAsset stringKey 
- The key of the asset from the external environment.
- filters
GetAssets Filter[] 
- 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.
- asset_collections Sequence[GetAssets Asset Collection] 
- The list of asset_collection.
- compartment_id str
- The OCID of the compartment to which an asset belongs to.
- id str
- The provider-assigned unique ID for this managed resource.
- asset_id str
- asset_type str
- The type of asset.
- display_name str
- Asset display name.
- external_asset_ strkey 
- The key of the asset from the external environment.
- filters
Sequence[GetAssets Filter] 
- 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.
- assetCollections List<Property Map>
- The list of asset_collection.
- compartmentId String
- The OCID of the compartment to which an asset belongs to.
- id String
- The provider-assigned unique ID for this managed resource.
- assetId String
- assetType String
- The type of asset.
- displayName String
- Asset display name.
- externalAsset StringKey 
- The key of the asset from the external environment.
- filters List<Property Map>
- 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.
Supporting Types
GetAssetsAssetCollection   
GetAssetsAssetCollectionItem    
- AssetSource List<string>Ids 
- List of asset source OCID.
- AssetType string
- The type of asset.
- CompartmentId string
- The ID of the compartment in which to list resources.
- Computes
List<GetAssets Asset Collection Item 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
- A filter to return only resources that match the entire display name given.
- ExternalAsset stringKey 
- External asset key.
- 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
- Unique Inventory identifier.
- SourceKey string
- Source key from where the assets originate.
- State string
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- 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<GetAssets Asset Collection Item Vm> 
- Virtual machine related properties.
- VmwareVcenters List<GetAssets Asset Collection Item Vmware Vcenter> 
- VMware vCenter related properties.
- VmwareVms List<GetAssets Asset Collection Item Vmware Vm> 
- VMware virtual machine related properties.
- AssetSource []stringIds 
- List of asset source OCID.
- AssetType string
- The type of asset.
- CompartmentId string
- The ID of the compartment in which to list resources.
- Computes
[]GetAssets Asset Collection Item 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
- A filter to return only resources that match the entire display name given.
- ExternalAsset stringKey 
- External asset key.
- 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
- Unique Inventory identifier.
- SourceKey string
- Source key from where the assets originate.
- State string
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- 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
[]GetAssets Asset Collection Item Vm 
- Virtual machine related properties.
- VmwareVcenters []GetAssets Asset Collection Item Vmware Vcenter 
- VMware vCenter related properties.
- VmwareVms []GetAssets Asset Collection Item Vmware Vm 
- VMware virtual machine related properties.
- assetSource List<String>Ids 
- List of asset source OCID.
- assetType String
- The type of asset.
- compartmentId String
- The ID of the compartment in which to list resources.
- computes
List<GetAssets Asset Collection Item 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
- A filter to return only resources that match the entire display name given.
- externalAsset StringKey 
- External asset key.
- 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
- Unique Inventory identifier.
- sourceKey String
- Source key from where the assets originate.
- state String
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- 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<GetAssets Asset Collection Item Vm> 
- Virtual machine related properties.
- vmwareVcenters List<GetAssets Asset Collection Item Vmware Vcenter> 
- VMware vCenter related properties.
- vmwareVms List<GetAssets Asset Collection Item Vmware Vm> 
- VMware virtual machine related properties.
- assetSource string[]Ids 
- List of asset source OCID.
- assetType string
- The type of asset.
- compartmentId string
- The ID of the compartment in which to list resources.
- computes
GetAssets Asset Collection Item 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
- A filter to return only resources that match the entire display name given.
- externalAsset stringKey 
- External asset key.
- {[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
- Unique Inventory identifier.
- sourceKey string
- Source key from where the assets originate.
- state string
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- {[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
GetAssets Asset Collection Item Vm[] 
- Virtual machine related properties.
- vmwareVcenters GetAssets Asset Collection Item Vmware Vcenter[] 
- VMware vCenter related properties.
- vmwareVms GetAssets Asset Collection Item Vmware Vm[] 
- VMware virtual machine related properties.
- asset_source_ Sequence[str]ids 
- List of asset source OCID.
- asset_type str
- The type of asset.
- compartment_id str
- The ID of the compartment in which to list resources.
- computes
Sequence[GetAssets Asset Collection Item 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
- A filter to return only resources that match the entire display name given.
- external_asset_ strkey 
- External asset key.
- 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
- Unique Inventory identifier.
- source_key str
- Source key from where the assets originate.
- state str
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- 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[GetAssets Asset Collection Item Vm] 
- Virtual machine related properties.
- vmware_vcenters Sequence[GetAssets Asset Collection Item Vmware Vcenter] 
- VMware vCenter related properties.
- vmware_vms Sequence[GetAssets Asset Collection Item Vmware Vm] 
- VMware virtual machine related properties.
- assetSource List<String>Ids 
- List of asset source OCID.
- assetType String
- The type of asset.
- compartmentId String
- The ID of the compartment in which to list resources.
- 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
- A filter to return only resources that match the entire display name given.
- externalAsset StringKey 
- External asset key.
- 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
- Unique Inventory identifier.
- sourceKey String
- Source key from where the assets originate.
- state String
- A filter to return only assets whose lifecycleState matches the given lifecycleState.
- 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.
GetAssetsAssetCollectionItemCompute     
- ConnectedNetworks int
- Number of connected networks.
- CoresCount int
- Number of GPU cores.
- CpuModel string
- CPU model name.
- Description string
- The tag description.
- Disks
List<GetAssets Asset Collection Item 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<GetAssets Asset Collection Item 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<GetAssets Asset Collection Item Compute Nic> 
- List of network ethernet cards attached to a virtual machine.
- NicsCount int
- Number of network ethernet cards.
- NvdimmControllers List<GetAssets Asset Collection Item Compute Nvdimm Controller> 
- The asset's NVDIMM configuration.
- Nvdimms
List<GetAssets Asset Collection Item 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<GetAssets Asset Collection Item 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
[]GetAssets Asset Collection Item 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 []GetAssets Asset Collection Item 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
[]GetAssets Asset Collection Item Compute Nic 
- List of network ethernet cards attached to a virtual machine.
- NicsCount int
- Number of network ethernet cards.
- NvdimmControllers []GetAssets Asset Collection Item Compute Nvdimm Controller 
- The asset's NVDIMM configuration.
- Nvdimms
[]GetAssets Asset Collection Item 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 []GetAssets Asset Collection Item 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<GetAssets Asset Collection Item 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<GetAssets Asset Collection Item 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<GetAssets Asset Collection Item Compute Nic> 
- List of network ethernet cards attached to a virtual machine.
- nicsCount Integer
- Number of network ethernet cards.
- nvdimmControllers List<GetAssets Asset Collection Item Compute Nvdimm Controller> 
- The asset's NVDIMM configuration.
- nvdimms
List<GetAssets Asset Collection Item 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<GetAssets Asset Collection Item 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
GetAssets Asset Collection Item 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 GetAssets Asset Collection Item 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
GetAssets Asset Collection Item Compute Nic[] 
- List of network ethernet cards attached to a virtual machine.
- nicsCount number
- Number of network ethernet cards.
- nvdimmControllers GetAssets Asset Collection Item Compute Nvdimm Controller[] 
- The asset's NVDIMM configuration.
- nvdimms
GetAssets Asset Collection Item 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 GetAssets Asset Collection Item 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[GetAssets Asset Collection Item 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[GetAssets Asset Collection Item 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[GetAssets Asset Collection Item Compute Nic] 
- List of network ethernet cards attached to a virtual machine.
- nics_count int
- Number of network ethernet cards.
- nvdimm_controllers Sequence[GetAssets Asset Collection Item Compute Nvdimm Controller] 
- The asset's NVDIMM configuration.
- nvdimms
Sequence[GetAssets Asset Collection Item 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[GetAssets Asset Collection Item 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.
GetAssetsAssetCollectionItemComputeDisk      
- 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.
GetAssetsAssetCollectionItemComputeGpuDevice       
- 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.
GetAssetsAssetCollectionItemComputeNic      
- 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.
GetAssetsAssetCollectionItemComputeNvdimm      
- 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.
GetAssetsAssetCollectionItemComputeNvdimmController       
- bus_number int
- Bus number.
- label str
- Provides a label and summary information for the device.
GetAssetsAssetCollectionItemComputeScsiController       
- 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.
GetAssetsAssetCollectionItemVm     
- 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.
GetAssetsAssetCollectionItemVmwareVcenter      
- 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.
GetAssetsAssetCollectionItemVmwareVm      
- Cluster string
- Cluster name.
- CustomerFields List<string>
- Customer fields.
- 
List<GetAssets Asset Collection Item 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.
- 
[]GetAssets Asset Collection Item 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<GetAssets Asset Collection Item 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.
- 
GetAssets Asset Collection Item 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[GetAssets Asset Collection Item 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.
GetAssetsAssetCollectionItemVmwareVmCustomerTag        
- 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.
GetAssetsFilter  
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.