Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
published on Friday, Apr 24, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
published on Friday, Apr 24, 2026 by Pulumi
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/v4/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:
- Asset
Id string - Unique asset identifier.
- Asset
Id string - Unique asset identifier.
- asset
Id String - Unique asset identifier.
- asset
Id string - Unique asset identifier.
- asset_
id str - Unique asset identifier.
- asset
Id String - Unique asset identifier.
getAsset Result
The following output properties are available:
- Asset
Class stringName - The class name of the asset.
- Asset
Class stringVersion - The version of the asset class.
- Asset
Details string - The details of the asset.
- Asset
Id string - Asset
Source List<string>Ids - List of asset source OCID.
- Asset
Type string - The type of asset.
- Attached
Ebs List<GetVolumes Costs Asset Attached Ebs Volumes Cost> - Aws
Ebs List<GetAsset Aws Eb> - Aws
Ec2costs List<GetAsset Aws Ec2cost> - Aws
Ec2s List<GetAsset Aws Ec2> - Compartment
Id string - The OCID of the compartment to which an asset belongs to.
- Computes
List<Get
Asset 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"} - Display
Name string - Asset display name.
- Environment
Type string - Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
- External
Asset 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.
- Inventory
Id string - Inventory ID to which an asset belongs to.
- Source
Key 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}} - Time
Created string - The time when the asset was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the asset was updated. An RFC3339 formatted datetime string.
- Vms
List<Get
Asset Vm> - Virtual machine related properties.
- Vmware
Vcenters List<GetAsset Vmware Vcenter> - VMware vCenter related properties.
- Vmware
Vms List<GetAsset Vmware Vm> - VMware virtual machine related properties.
- Asset
Class stringName - The class name of the asset.
- Asset
Class stringVersion - The version of the asset class.
- Asset
Details string - The details of the asset.
- Asset
Id string - Asset
Source []stringIds - List of asset source OCID.
- Asset
Type string - The type of asset.
- Attached
Ebs []GetVolumes Costs Asset Attached Ebs Volumes Cost - Aws
Ebs []GetAsset Aws Eb - Aws
Ec2costs []GetAsset Aws Ec2cost - Aws
Ec2s []GetAsset Aws Ec2 - Compartment
Id string - The OCID of the compartment to which an asset belongs to.
- Computes
[]Get
Asset 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"} - Display
Name string - Asset display name.
- Environment
Type string - Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
- External
Asset 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.
- Inventory
Id string - Inventory ID to which an asset belongs to.
- Source
Key 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}} - Time
Created string - The time when the asset was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time when the asset was updated. An RFC3339 formatted datetime string.
- Vms
[]Get
Asset Vm - Virtual machine related properties.
- Vmware
Vcenters []GetAsset Vmware Vcenter - VMware vCenter related properties.
- Vmware
Vms []GetAsset Vmware Vm - VMware virtual machine related properties.
- asset
Class StringName - The class name of the asset.
- asset
Class StringVersion - The version of the asset class.
- asset
Details String - The details of the asset.
- asset
Id String - asset
Source List<String>Ids - List of asset source OCID.
- asset
Type String - The type of asset.
- attached
Ebs List<GetVolumes Costs Asset Attached Ebs Volumes Cost> - aws
Ebs List<GetAsset Aws Eb> - aws
Ec2costs List<GetAsset Aws Ec2cost> - aws
Ec2s List<GetAsset Aws Ec2> - compartment
Id String - The OCID of the compartment to which an asset belongs to.
- computes
List<Get
Asset 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"} - display
Name String - Asset display name.
- environment
Type String - Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
- external
Asset 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.
- inventory
Id String - Inventory ID to which an asset belongs to.
- source
Key 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}} - time
Created String - The time when the asset was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the asset was updated. An RFC3339 formatted datetime string.
- vms
List<Get
Asset Vm> - Virtual machine related properties.
- vmware
Vcenters List<GetAsset Vmware Vcenter> - VMware vCenter related properties.
- vmware
Vms List<GetAsset Vmware Vm> - VMware virtual machine related properties.
- asset
Class stringName - The class name of the asset.
- asset
Class stringVersion - The version of the asset class.
- asset
Details string - The details of the asset.
- asset
Id string - asset
Source string[]Ids - List of asset source OCID.
- asset
Type string - The type of asset.
- attached
Ebs GetVolumes Costs Asset Attached Ebs Volumes Cost[] - aws
Ebs GetAsset Aws Eb[] - aws
Ec2costs GetAsset Aws Ec2cost[] - aws
Ec2s GetAsset Aws Ec2[] - compartment
Id string - The OCID of the compartment to which an asset belongs to.
- computes
Get
Asset 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"} - display
Name string - Asset display name.
- environment
Type string - Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
- external
Asset 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.
- inventory
Id string - Inventory ID to which an asset belongs to.
- source
Key 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}} - time
Created string - The time when the asset was created. An RFC3339 formatted datetime string.
- time
Updated string - The time when the asset was updated. An RFC3339 formatted datetime string.
- vms
Get
Asset Vm[] - Virtual machine related properties.
- vmware
Vcenters GetAsset Vmware Vcenter[] - VMware vCenter related properties.
- vmware
Vms GetAsset Vmware Vm[] - VMware virtual machine related properties.
- asset_
class_ strname - The class name of the asset.
- asset_
class_ strversion - The version of the asset class.
- asset_
details str - The details of the asset.
- asset_
id str - asset_
source_ Sequence[str]ids - List of asset source OCID.
- asset_
type str - The type of asset.
- attached_
ebs_ Sequence[Getvolumes_ costs Asset Attached Ebs Volumes Cost] - aws_
ebs Sequence[GetAsset Aws Eb] - aws_
ec2costs Sequence[GetAsset Aws Ec2cost] - aws_
ec2s Sequence[GetAsset Aws Ec2] - compartment_
id str - The OCID of the compartment to which an asset belongs to.
- computes
Sequence[Get
Asset 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.
- environment_
type str - Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
- 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[Get
Asset 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.
- asset
Class StringName - The class name of the asset.
- asset
Class StringVersion - The version of the asset class.
- asset
Details String - The details of the asset.
- asset
Id String - asset
Source List<String>Ids - List of asset source OCID.
- asset
Type String - The type of asset.
- attached
Ebs List<Property Map>Volumes Costs - aws
Ebs List<Property Map> - aws
Ec2costs List<Property Map> - aws
Ec2s List<Property Map> - compartment
Id 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"} - display
Name String - Asset display name.
- environment
Type String - Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.
- external
Asset 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.
- inventory
Id String - Inventory ID to which an asset belongs to.
- source
Key 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}} - time
Created String - The time when the asset was created. An RFC3339 formatted datetime string.
- time
Updated String - The time when the asset was updated. An RFC3339 formatted datetime string.
- vms List<Property Map>
- Virtual machine related properties.
- vmware
Vcenters List<Property Map> - VMware vCenter related properties.
- vmware
Vms List<Property Map> - VMware virtual machine related properties.
Supporting Types
GetAssetAttachedEbsVolumesCost
- Amount double
- Currency
Code string
- Amount float64
- Currency
Code string
- amount Double
- currency
Code String
- amount number
- currency
Code string
- amount float
- currency_
code str
- amount Number
- currency
Code String
GetAssetAwsEb
- Attachments
List<Get
Asset Aws Eb Attachment> - Availability
Zone string - Iops int
- Is
Encrypted bool - Is
Multi boolAttach Enabled - Size
In intGi Bs - Status string
-
List<Get
Asset Aws Eb Tag> - Throughput int
- Volume
Key string - Volume
Type string
- Attachments
[]Get
Asset Aws Eb Attachment - Availability
Zone string - Iops int
- Is
Encrypted bool - Is
Multi boolAttach Enabled - Size
In intGi Bs - Status string
-
[]Get
Asset Aws Eb Tag - Throughput int
- Volume
Key string - Volume
Type string
- attachments
List<Get
Asset Aws Eb Attachment> - availability
Zone String - iops Integer
- is
Encrypted Boolean - is
Multi BooleanAttach Enabled - size
In IntegerGi Bs - status String
-
List<Get
Asset Aws Eb Tag> - throughput Integer
- volume
Key String - volume
Type String
- attachments
Get
Asset Aws Eb Attachment[] - availability
Zone string - iops number
- is
Encrypted boolean - is
Multi booleanAttach Enabled - size
In numberGi Bs - status string
-
Get
Asset Aws Eb Tag[] - throughput number
- volume
Key string - volume
Type string
- attachments List<Property Map>
- availability
Zone String - iops Number
- is
Encrypted Boolean - is
Multi BooleanAttach Enabled - size
In NumberGi Bs - status String
- List<Property Map>
- throughput Number
- volume
Key String - volume
Type String
GetAssetAwsEbAttachment
- Device string
- Instance
Key string - Is
Delete boolOn Termination - Status string
- Volume
Key string
- Device string
- Instance
Key string - Is
Delete boolOn Termination - Status string
- Volume
Key string
- device String
- instance
Key String - is
Delete BooleanOn Termination - status String
- volume
Key String
- device string
- instance
Key string - is
Delete booleanOn Termination - status string
- volume
Key string
- device str
- instance_
key str - is_
delete_ boolon_ termination - status str
- volume_
key str
- device String
- instance
Key String - is
Delete BooleanOn Termination - status String
- volume
Key String
GetAssetAwsEbTag
GetAssetAwsEc2
- Architecture string
- Are
Elastic boolInference Accelerators Present - Boot
Mode string - Capacity
Reservation stringKey - Image
Key string - Instance
Key string - Instance
Lifecycle string - Instance
Type string - Ip
Address string - Ipv6address string
- Is
Enclave boolOptions - Is
Hibernation boolOptions - Is
Source boolDest Check - Is
Spot boolInstance - Kernel
Key string - Licenses List<string>
- Maintenance
Options string - Monitoring string
- Network
Interfaces List<GetAsset Aws Ec2Network Interface> - Placements
List<Get
Asset Aws Ec2Placement> - Private
Dns stringName - Private
Ip stringAddress - Root
Device stringName - Root
Device stringType - Security
Groups List<GetAsset Aws Ec2Security Group> - Sriov
Net stringSupport - States
List<Get
Asset Aws Ec2State> - The current state of the asset.
- Subnet
Key string -
List<Get
Asset Aws Ec2Tag> - Time
Launch string - Tpm
Support string - Virtualization
Type string - Vpc
Key string
- Architecture string
- Are
Elastic boolInference Accelerators Present - Boot
Mode string - Capacity
Reservation stringKey - Image
Key string - Instance
Key string - Instance
Lifecycle string - Instance
Type string - Ip
Address string - Ipv6address string
- Is
Enclave boolOptions - Is
Hibernation boolOptions - Is
Source boolDest Check - Is
Spot boolInstance - Kernel
Key string - Licenses []string
- Maintenance
Options string - Monitoring string
- Network
Interfaces []GetAsset Aws Ec2Network Interface - Placements
[]Get
Asset Aws Ec2Placement - Private
Dns stringName - Private
Ip stringAddress - Root
Device stringName - Root
Device stringType - Security
Groups []GetAsset Aws Ec2Security Group - Sriov
Net stringSupport - States
[]Get
Asset Aws Ec2State - The current state of the asset.
- Subnet
Key string -
[]Get
Asset Aws Ec2Tag - Time
Launch string - Tpm
Support string - Virtualization
Type string - Vpc
Key string
- architecture String
- are
Elastic BooleanInference Accelerators Present - boot
Mode String - capacity
Reservation StringKey - image
Key String - instance
Key String - instance
Lifecycle String - instance
Type String - ip
Address String - ipv6address String
- is
Enclave BooleanOptions - is
Hibernation BooleanOptions - is
Source BooleanDest Check - is
Spot BooleanInstance - kernel
Key String - licenses List<String>
- maintenance
Options String - monitoring String
- network
Interfaces List<GetAsset Aws Ec2Network Interface> - placements
List<Get
Asset Aws Ec2Placement> - private
Dns StringName - private
Ip StringAddress - root
Device StringName - root
Device StringType - security
Groups List<GetAsset Aws Ec2Security Group> - sriov
Net StringSupport - states
List<Get
Asset Aws Ec2State> - The current state of the asset.
- subnet
Key String -
List<Get
Asset Aws Ec2Tag> - time
Launch String - tpm
Support String - virtualization
Type String - vpc
Key String
- architecture string
- are
Elastic booleanInference Accelerators Present - boot
Mode string - capacity
Reservation stringKey - image
Key string - instance
Key string - instance
Lifecycle string - instance
Type string - ip
Address string - ipv6address string
- is
Enclave booleanOptions - is
Hibernation booleanOptions - is
Source booleanDest Check - is
Spot booleanInstance - kernel
Key string - licenses string[]
- maintenance
Options string - monitoring string
- network
Interfaces GetAsset Aws Ec2Network Interface[] - placements
Get
Asset Aws Ec2Placement[] - private
Dns stringName - private
Ip stringAddress - root
Device stringName - root
Device stringType - security
Groups GetAsset Aws Ec2Security Group[] - sriov
Net stringSupport - states
Get
Asset Aws Ec2State[] - The current state of the asset.
- subnet
Key string -
Get
Asset Aws Ec2Tag[] - time
Launch string - tpm
Support string - virtualization
Type string - vpc
Key string
- architecture str
- are_
elastic_ boolinference_ accelerators_ present - boot_
mode str - capacity_
reservation_ strkey - image_
key str - instance_
key str - instance_
lifecycle str - instance_
type str - ip_
address str - ipv6address str
- is_
enclave_ booloptions - is_
hibernation_ booloptions - is_
source_ booldest_ check - is_
spot_ boolinstance - kernel_
key str - licenses Sequence[str]
- maintenance_
options str - monitoring str
- network_
interfaces Sequence[GetAsset Aws Ec2Network Interface] - placements
Sequence[Get
Asset Aws Ec2Placement] - private_
dns_ strname - private_
ip_ straddress - root_
device_ strname - root_
device_ strtype - security_
groups Sequence[GetAsset Aws Ec2Security Group] - sriov_
net_ strsupport - states
Sequence[Get
Asset Aws Ec2State] - The current state of the asset.
- subnet_
key str -
Sequence[Get
Asset Aws Ec2Tag] - time_
launch str - tpm_
support str - virtualization_
type str - vpc_
key str
- architecture String
- are
Elastic BooleanInference Accelerators Present - boot
Mode String - capacity
Reservation StringKey - image
Key String - instance
Key String - instance
Lifecycle String - instance
Type String - ip
Address String - ipv6address String
- is
Enclave BooleanOptions - is
Hibernation BooleanOptions - is
Source BooleanDest Check - is
Spot BooleanInstance - kernel
Key String - licenses List<String>
- maintenance
Options String - monitoring String
- network
Interfaces List<Property Map> - placements List<Property Map>
- private
Dns StringName - private
Ip StringAddress - root
Device StringName - root
Device StringType - security
Groups List<Property Map> - sriov
Net StringSupport - states List<Property Map>
- The current state of the asset.
- subnet
Key String - List<Property Map>
- time
Launch String - tpm
Support String - virtualization
Type String - vpc
Key String
GetAssetAwsEc2NetworkInterface
- Associations
List<Get
Asset Aws Ec2Network Interface Association> - Attachments
List<Get
Asset Aws Ec2Network Interface Attachment> - Description string
- The tag description.
- Interface
Type string - Ipv4prefixes List<string>
- Ipv6addresses List<string>
- Ipv6prefixes List<string>
- Is
Source boolDest Check - Mac
Address string - Mac address of the VM.
- Network
Interface stringKey - Owner
Key string - Private
Ip List<GetAddresses Asset Aws Ec2Network Interface Private Ip Address> - Security
Groups List<GetAsset Aws Ec2Network Interface Security Group> - Status string
- Subnet
Key string
- Associations
[]Get
Asset Aws Ec2Network Interface Association - Attachments
[]Get
Asset Aws Ec2Network Interface Attachment - Description string
- The tag description.
- Interface
Type string - Ipv4prefixes []string
- Ipv6addresses []string
- Ipv6prefixes []string
- Is
Source boolDest Check - Mac
Address string - Mac address of the VM.
- Network
Interface stringKey - Owner
Key string - Private
Ip []GetAddresses Asset Aws Ec2Network Interface Private Ip Address - Security
Groups []GetAsset Aws Ec2Network Interface Security Group - Status string
- Subnet
Key string
- associations
List<Get
Asset Aws Ec2Network Interface Association> - attachments
List<Get
Asset Aws Ec2Network Interface Attachment> - description String
- The tag description.
- interface
Type String - ipv4prefixes List<String>
- ipv6addresses List<String>
- ipv6prefixes List<String>
- is
Source BooleanDest Check - mac
Address String - Mac address of the VM.
- network
Interface StringKey - owner
Key String - private
Ip List<GetAddresses Asset Aws Ec2Network Interface Private Ip Address> - security
Groups List<GetAsset Aws Ec2Network Interface Security Group> - status String
- subnet
Key String
- associations
Get
Asset Aws Ec2Network Interface Association[] - attachments
Get
Asset Aws Ec2Network Interface Attachment[] - description string
- The tag description.
- interface
Type string - ipv4prefixes string[]
- ipv6addresses string[]
- ipv6prefixes string[]
- is
Source booleanDest Check - mac
Address string - Mac address of the VM.
- network
Interface stringKey - owner
Key string - private
Ip GetAddresses Asset Aws Ec2Network Interface Private Ip Address[] - security
Groups GetAsset Aws Ec2Network Interface Security Group[] - status string
- subnet
Key string
- associations
Sequence[Get
Asset Aws Ec2Network Interface Association] - attachments
Sequence[Get
Asset Aws Ec2Network Interface Attachment] - description str
- The tag description.
- interface_
type str - ipv4prefixes Sequence[str]
- ipv6addresses Sequence[str]
- ipv6prefixes Sequence[str]
- is_
source_ booldest_ check - mac_
address str - Mac address of the VM.
- network_
interface_ strkey - owner_
key str - private_
ip_ Sequence[Getaddresses Asset Aws Ec2Network Interface Private Ip Address] - security_
groups Sequence[GetAsset Aws Ec2Network Interface Security Group] - status str
- subnet_
key str
- associations List<Property Map>
- attachments List<Property Map>
- description String
- The tag description.
- interface
Type String - ipv4prefixes List<String>
- ipv6addresses List<String>
- ipv6prefixes List<String>
- is
Source BooleanDest Check - mac
Address String - Mac address of the VM.
- network
Interface StringKey - owner
Key String - private
Ip List<Property Map>Addresses - security
Groups List<Property Map> - status String
- subnet
Key String
GetAssetAwsEc2NetworkInterfaceAssociation
- Carrier
Ip string - Customer
Owned stringIp - Ip
Owner stringKey - Public
Dns stringName - Public
Ip string
- Carrier
Ip string - Customer
Owned stringIp - Ip
Owner stringKey - Public
Dns stringName - Public
Ip string
- carrier
Ip String - customer
Owned StringIp - ip
Owner StringKey - public
Dns StringName - public
Ip String
- carrier
Ip string - customer
Owned stringIp - ip
Owner stringKey - public
Dns stringName - public
Ip string
- carrier_
ip str - customer_
owned_ strip - ip_
owner_ strkey - public_
dns_ strname - public_
ip str
- carrier
Ip String - customer
Owned StringIp - ip
Owner StringKey - public
Dns StringName - public
Ip String
GetAssetAwsEc2NetworkInterfaceAttachment
- Attachment
Key string - Device
Index int - Is
Delete boolOn Termination - Network
Card intIndex - Status string
- Time
Attach string
- Attachment
Key string - Device
Index int - Is
Delete boolOn Termination - Network
Card intIndex - Status string
- Time
Attach string
- attachment
Key String - device
Index Integer - is
Delete BooleanOn Termination - network
Card IntegerIndex - status String
- time
Attach String
- attachment
Key string - device
Index number - is
Delete booleanOn Termination - network
Card numberIndex - status string
- time
Attach string
- attachment_
key str - device_
index int - is_
delete_ boolon_ termination - network_
card_ intindex - status str
- time_
attach str
- attachment
Key String - device
Index Number - is
Delete BooleanOn Termination - network
Card NumberIndex - status String
- time
Attach String
GetAssetAwsEc2NetworkInterfacePrivateIpAddress
- associations List<Property Map>
- is
Primary Boolean - private
Dns StringName - private
Ip StringAddress
GetAssetAwsEc2NetworkInterfacePrivateIpAddressAssociation
- Carrier
Ip string - Customer
Owned stringIp - Ip
Owner stringKey - Public
Dns stringName - Public
Ip string
- Carrier
Ip string - Customer
Owned stringIp - Ip
Owner stringKey - Public
Dns stringName - Public
Ip string
- carrier
Ip String - customer
Owned StringIp - ip
Owner StringKey - public
Dns StringName - public
Ip String
- carrier
Ip string - customer
Owned stringIp - ip
Owner stringKey - public
Dns stringName - public
Ip string
- carrier_
ip str - customer_
owned_ strip - ip_
owner_ strkey - public_
dns_ strname - public_
ip str
- carrier
Ip String - customer
Owned StringIp - ip
Owner StringKey - public
Dns StringName - public
Ip String
GetAssetAwsEc2NetworkInterfaceSecurityGroup
- group_
key str - group_
name str
GetAssetAwsEc2Placement
- Affinity string
- Availability
Zone string - Group
Name string - Host
Key string - Host
Resource stringGroup Arn - Partition
Number int - Spread
Domain string - Tenancy string
- Affinity string
- Availability
Zone string - Group
Name string - Host
Key string - Host
Resource stringGroup Arn - Partition
Number int - Spread
Domain string - Tenancy string
- affinity String
- availability
Zone String - group
Name String - host
Key String - host
Resource StringGroup Arn - partition
Number Integer - spread
Domain String - tenancy String
- affinity string
- availability
Zone string - group
Name string - host
Key string - host
Resource stringGroup Arn - partition
Number number - spread
Domain string - tenancy string
- affinity str
- availability_
zone str - group_
name str - host_
key str - host_
resource_ strgroup_ arn - partition_
number int - spread_
domain str - tenancy str
- affinity String
- availability
Zone String - group
Name String - host
Key String - host
Resource StringGroup Arn - partition
Number Number - spread
Domain String - tenancy String
GetAssetAwsEc2SecurityGroup
- group_
key str - group_
name str
GetAssetAwsEc2State
GetAssetAwsEc2Tag
GetAssetAwsEc2cost
- Amount double
- Currency
Code string
- Amount float64
- Currency
Code string
- amount Double
- currency
Code String
- amount number
- currency
Code string
- amount float
- currency_
code str
- amount Number
- currency
Code String
GetAssetCompute
- Connected
Networks int - Number of connected networks.
- Cores
Count int - Number of GPU cores.
- Cpu
Model string - CPU model name.
- Description string
- The tag description.
- Disks
List<Get
Asset Compute Disk> - Lists the set of disks belonging to the virtual machine. This list is unordered.
- Disks
Count int - Number of disks.
- Dns
Name string - Fully Qualified DNS Name.
- Firmware string
- Information about firmware type for this virtual machine.
- Gpu
Devices List<GetAsset Compute Gpu Device> - List of GPU devices attached to a virtual machine.
- Gpu
Devices intCount - Number of GPU devices.
- Guest
State string - Guest state.
- Hardware
Version string - Hardware version.
- Host
Name string - 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 string - Latency sensitivity.
- Memory
In stringMbs - Memory size in MBs.
- Nics
List<Get
Asset Compute Nic> - List of network ethernet cards attached to a virtual machine.
- Nics
Count int - Number of network ethernet cards.
- Nvdimm
Controllers List<GetAsset Compute Nvdimm Controller> - The asset's NVDIMM configuration.
- Nvdimms
List<Get
Asset Compute Nvdimm> - The properties of the NVDIMMs attached to a virtual machine.
- Operating
System string - Operating system.
- Operating
System stringVersion - Operating system version.
- Pmem
In stringMbs - Pmem size in MBs.
- Power
State string - The current power state of the virtual machine.
- Primary
Ip string - Primary IP address of the compute instance.
- Scsi
Controllers List<GetAsset Compute Scsi Controller> - The assets SCSI controller.
- Storage
Provisioned stringIn Mbs - Provision storage size in MBs.
- Threads
Per intCore Count - Number of threads per core.
- Connected
Networks int - Number of connected networks.
- Cores
Count int - Number of GPU cores.
- Cpu
Model string - CPU model name.
- Description string
- The tag description.
- Disks
[]Get
Asset Compute Disk - Lists the set of disks belonging to the virtual machine. This list is unordered.
- Disks
Count int - Number of disks.
- Dns
Name string - Fully Qualified DNS Name.
- Firmware string
- Information about firmware type for this virtual machine.
- Gpu
Devices []GetAsset Compute Gpu Device - List of GPU devices attached to a virtual machine.
- Gpu
Devices intCount - Number of GPU devices.
- Guest
State string - Guest state.
- Hardware
Version string - Hardware version.
- Host
Name string - 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 string - Latency sensitivity.
- Memory
In stringMbs - Memory size in MBs.
- Nics
[]Get
Asset Compute Nic - List of network ethernet cards attached to a virtual machine.
- Nics
Count int - Number of network ethernet cards.
- Nvdimm
Controllers []GetAsset Compute Nvdimm Controller - The asset's NVDIMM configuration.
- Nvdimms
[]Get
Asset Compute Nvdimm - The properties of the NVDIMMs attached to a virtual machine.
- Operating
System string - Operating system.
- Operating
System stringVersion - Operating system version.
- Pmem
In stringMbs - Pmem size in MBs.
- Power
State string - The current power state of the virtual machine.
- Primary
Ip string - Primary IP address of the compute instance.
- Scsi
Controllers []GetAsset Compute Scsi Controller - The assets SCSI controller.
- Storage
Provisioned stringIn Mbs - Provision storage size in MBs.
- Threads
Per intCore Count - Number of threads per core.
- connected
Networks Integer - Number of connected networks.
- cores
Count Integer - Number of GPU cores.
- cpu
Model String - CPU model name.
- description String
- The tag description.
- disks
List<Get
Asset Compute Disk> - Lists the set of disks belonging to the virtual machine. This list is unordered.
- disks
Count Integer - Number of disks.
- dns
Name String - Fully Qualified DNS Name.
- firmware String
- Information about firmware type for this virtual machine.
- gpu
Devices List<GetAsset Compute Gpu Device> - List of GPU devices attached to a virtual machine.
- gpu
Devices IntegerCount - Number of GPU devices.
- guest
State String - Guest state.
- hardware
Version String - Hardware version.
- host
Name String - Host name of the VM.
- is
Pmem BooleanEnabled - Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- is
Tpm BooleanEnabled - Whether Trusted Platform Module (TPM) is enabled.
- latency
Sensitivity String - Latency sensitivity.
- memory
In StringMbs - Memory size in MBs.
- nics
List<Get
Asset Compute Nic> - List of network ethernet cards attached to a virtual machine.
- nics
Count Integer - Number of network ethernet cards.
- nvdimm
Controllers List<GetAsset Compute Nvdimm Controller> - The asset's NVDIMM configuration.
- nvdimms
List<Get
Asset Compute Nvdimm> - The properties of the NVDIMMs attached to a virtual machine.
- operating
System String - Operating system.
- operating
System StringVersion - Operating system version.
- pmem
In StringMbs - Pmem size in MBs.
- power
State String - The current power state of the virtual machine.
- primary
Ip String - Primary IP address of the compute instance.
- scsi
Controllers List<GetAsset Compute Scsi Controller> - The assets SCSI controller.
- storage
Provisioned StringIn Mbs - Provision storage size in MBs.
- threads
Per IntegerCore Count - Number of threads per core.
- connected
Networks number - Number of connected networks.
- cores
Count number - Number of GPU cores.
- cpu
Model string - CPU model name.
- description string
- The tag description.
- disks
Get
Asset Compute Disk[] - Lists the set of disks belonging to the virtual machine. This list is unordered.
- disks
Count number - Number of disks.
- dns
Name string - Fully Qualified DNS Name.
- firmware string
- Information about firmware type for this virtual machine.
- gpu
Devices GetAsset Compute Gpu Device[] - List of GPU devices attached to a virtual machine.
- gpu
Devices numberCount - Number of GPU devices.
- guest
State string - Guest state.
- hardware
Version string - Hardware version.
- host
Name string - Host name of the VM.
- is
Pmem booleanEnabled - Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- is
Tpm booleanEnabled - Whether Trusted Platform Module (TPM) is enabled.
- latency
Sensitivity string - Latency sensitivity.
- memory
In stringMbs - Memory size in MBs.
- nics
Get
Asset Compute Nic[] - List of network ethernet cards attached to a virtual machine.
- nics
Count number - Number of network ethernet cards.
- nvdimm
Controllers GetAsset Compute Nvdimm Controller[] - The asset's NVDIMM configuration.
- nvdimms
Get
Asset Compute Nvdimm[] - The properties of the NVDIMMs attached to a virtual machine.
- operating
System string - Operating system.
- operating
System stringVersion - Operating system version.
- pmem
In stringMbs - Pmem size in MBs.
- power
State string - The current power state of the virtual machine.
- primary
Ip string - Primary IP address of the compute instance.
- scsi
Controllers GetAsset Compute Scsi Controller[] - The assets SCSI controller.
- storage
Provisioned stringIn Mbs - Provision storage size in MBs.
- threads
Per 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[Get
Asset 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[Get
Asset 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[Get
Asset 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.
- connected
Networks Number - Number of connected networks.
- cores
Count Number - Number of GPU cores.
- cpu
Model 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.
- disks
Count Number - Number of disks.
- dns
Name String - Fully Qualified DNS Name.
- firmware String
- Information about firmware type for this virtual machine.
- gpu
Devices List<Property Map> - List of GPU devices attached to a virtual machine.
- gpu
Devices NumberCount - Number of GPU devices.
- guest
State String - Guest state.
- hardware
Version String - Hardware version.
- host
Name String - Host name of the VM.
- is
Pmem BooleanEnabled - Whether Pmem is enabled. Decides if NVDIMMs are used as a permanent memory.
- is
Tpm BooleanEnabled - Whether Trusted Platform Module (TPM) is enabled.
- latency
Sensitivity String - Latency sensitivity.
- memory
In StringMbs - Memory size in MBs.
- nics List<Property Map>
- List of network ethernet cards attached to a virtual machine.
- nics
Count Number - Number of network ethernet cards.
- nvdimm
Controllers List<Property Map> - The asset's NVDIMM configuration.
- nvdimms List<Property Map>
- The properties of the NVDIMMs attached to a virtual machine.
- operating
System String - Operating system.
- operating
System StringVersion - Operating system version.
- pmem
In StringMbs - Pmem size in MBs.
- power
State String - The current power state of the virtual machine.
- primary
Ip String - Primary IP address of the compute instance.
- scsi
Controllers List<Property Map> - The assets SCSI controller.
- storage
Provisioned StringIn Mbs - Provision storage size in MBs.
- threads
Per NumberCore Count - Number of threads per core.
GetAssetComputeDisk
- Boot
Order int - Order of boot volumes.
- Is
Cbt boolEnabled - Location string
- Location of the boot/data volume.
- Name string
- The tag name.
- Persistent
Mode string - The disk persistent mode.
- Size
In stringMbs - The size of the volume in MBs.
- Uuid string
- Disk UUID for the virtual disk, if available.
- Uuid
Lun string - Disk UUID LUN for the virtual disk, if available.
- Boot
Order int - Order of boot volumes.
- Is
Cbt boolEnabled - Location string
- Location of the boot/data volume.
- Name string
- The tag name.
- Persistent
Mode string - The disk persistent mode.
- Size
In stringMbs - The size of the volume in MBs.
- Uuid string
- Disk UUID for the virtual disk, if available.
- Uuid
Lun string - Disk UUID LUN for the virtual disk, if available.
- boot
Order Integer - Order of boot volumes.
- is
Cbt BooleanEnabled - location String
- Location of the boot/data volume.
- name String
- The tag name.
- persistent
Mode String - The disk persistent mode.
- size
In StringMbs - The size of the volume in MBs.
- uuid String
- Disk UUID for the virtual disk, if available.
- uuid
Lun String - Disk UUID LUN for the virtual disk, if available.
- boot
Order number - Order of boot volumes.
- is
Cbt booleanEnabled - location string
- Location of the boot/data volume.
- name string
- The tag name.
- persistent
Mode string - The disk persistent mode.
- size
In stringMbs - The size of the volume in MBs.
- uuid string
- Disk UUID for the virtual disk, if available.
- uuid
Lun string - Disk UUID LUN for the virtual disk, if available.
- boot_
order int - Order of boot volumes.
- is_
cbt_ boolenabled - 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.
- boot
Order Number - Order of boot volumes.
- is
Cbt BooleanEnabled - location String
- Location of the boot/data volume.
- name String
- The tag name.
- persistent
Mode String - The disk persistent mode.
- size
In StringMbs - The size of the volume in MBs.
- uuid String
- Disk UUID for the virtual disk, if available.
- uuid
Lun String - Disk UUID LUN for the virtual disk, if available.
GetAssetComputeGpuDevice
- Cores
Count int - Number of GPU cores.
- Description string
- The tag description.
- Manufacturer string
- The manufacturer of GPU.
- Memory
In stringMbs - Memory size in MBs.
- Name string
- The tag name.
- Cores
Count int - Number of GPU cores.
- Description string
- The tag description.
- Manufacturer string
- The manufacturer of GPU.
- Memory
In stringMbs - Memory size in MBs.
- Name string
- The tag name.
- cores
Count Integer - Number of GPU cores.
- description String
- The tag description.
- manufacturer String
- The manufacturer of GPU.
- memory
In StringMbs - Memory size in MBs.
- name String
- The tag name.
- cores
Count number - Number of GPU cores.
- description string
- The tag description.
- manufacturer string
- The manufacturer of GPU.
- memory
In 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.
- cores
Count Number - Number of GPU cores.
- description String
- The tag description.
- manufacturer String
- The manufacturer of GPU.
- memory
In StringMbs - Memory size in MBs.
- name String
- The tag name.
GetAssetComputeNic
- Ip
Addresses List<string> - List of IP addresses.
- Label string
- Provides a label and summary information for the device.
- Mac
Address string - Mac address of the VM.
- Mac
Address stringType - Mac address type.
- Network
Name string - Network name.
- Switch
Name string - Switch name.
- Ip
Addresses []string - List of IP addresses.
- Label string
- Provides a label and summary information for the device.
- Mac
Address string - Mac address of the VM.
- Mac
Address stringType - Mac address type.
- Network
Name string - Network name.
- Switch
Name string - Switch name.
- ip
Addresses List<String> - List of IP addresses.
- label String
- Provides a label and summary information for the device.
- mac
Address String - Mac address of the VM.
- mac
Address StringType - Mac address type.
- network
Name String - Network name.
- switch
Name String - Switch name.
- ip
Addresses string[] - List of IP addresses.
- label string
- Provides a label and summary information for the device.
- mac
Address string - Mac address of the VM.
- mac
Address stringType - Mac address type.
- network
Name string - Network name.
- switch
Name 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.
- ip
Addresses List<String> - List of IP addresses.
- label String
- Provides a label and summary information for the device.
- mac
Address String - Mac address of the VM.
- mac
Address StringType - Mac address type.
- network
Name String - Network name.
- switch
Name String - Switch name.
GetAssetComputeNvdimm
- Controller
Key int - Controller key.
- Label string
- Provides a label and summary information for the device.
- Unit
Number int - The unit number of the SCSI controller.
- Controller
Key int - Controller key.
- Label string
- Provides a label and summary information for the device.
- Unit
Number int - The unit number of the SCSI controller.
- controller
Key Integer - Controller key.
- label String
- Provides a label and summary information for the device.
- unit
Number Integer - The unit number of the SCSI controller.
- controller
Key number - Controller key.
- label string
- Provides a label and summary information for the device.
- unit
Number 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.
- controller
Key Number - Controller key.
- label String
- Provides a label and summary information for the device.
- unit
Number 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.
- Unit
Number int - The unit number of the SCSI controller.
- Label string
- Provides a label and summary information for the device.
- string
- 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.
- unit
Number Integer - The unit number of the SCSI controller.
- label string
- Provides a label and summary information for the device.
- string
- Shared bus.
- unit
Number 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.
- unit
Number Number - The unit number of the SCSI controller.
GetAssetVm
- Hypervisor
Host string - Host name/IP address of VM on which the host is running.
- Hypervisor
Vendor string - Hypervisor vendor.
- Hypervisor
Version string - Hypervisor version.
- Hypervisor
Host string - Host name/IP address of VM on which the host is running.
- Hypervisor
Vendor string - Hypervisor vendor.
- Hypervisor
Version string - Hypervisor version.
- hypervisor
Host String - Host name/IP address of VM on which the host is running.
- hypervisor
Vendor String - Hypervisor vendor.
- hypervisor
Version String - Hypervisor version.
- hypervisor
Host string - Host name/IP address of VM on which the host is running.
- hypervisor
Vendor string - Hypervisor vendor.
- hypervisor
Version 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.
- hypervisor
Host String - Host name/IP address of VM on which the host is running.
- hypervisor
Vendor String - Hypervisor vendor.
- hypervisor
Version String - Hypervisor version.
GetAssetVmwareVcenter
- Data
Center string - Data center name.
- Vcenter
Key string - vCenter unique key.
- Vcenter
Version string - Dot-separated version string.
- Data
Center string - Data center name.
- Vcenter
Key string - vCenter unique key.
- Vcenter
Version string - Dot-separated version string.
- data
Center String - Data center name.
- vcenter
Key String - vCenter unique key.
- vcenter
Version String - Dot-separated version string.
- data
Center string - Data center name.
- vcenter
Key string - vCenter unique key.
- vcenter
Version string - Dot-separated version string.
- data_
center str - Data center name.
- vcenter_
key str - vCenter unique key.
- vcenter_
version str - Dot-separated version string.
- data
Center String - Data center name.
- vcenter
Key String - vCenter unique key.
- vcenter
Version String - Dot-separated version string.
GetAssetVmwareVm
- Cluster string
- Cluster name.
- Customer
Fields List<string> - Customer fields.
-
List<Get
Asset Vmware Vm Customer Tag> - Customer defined tags.
- Fault
Tolerance intBandwidth - Fault tolerance bandwidth.
- Fault
Tolerance intSecondary Latency - Fault tolerance to secondary latency.
- Fault
Tolerance stringState - Fault tolerance state.
- Instance
Uuid string - 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 string
- Path directory of the asset.
- Vmware
Tools stringStatus - VMware tools status.
- Cluster string
- Cluster name.
- Customer
Fields []string - Customer fields.
-
[]Get
Asset Vmware Vm Customer Tag - Customer defined tags.
- Fault
Tolerance intBandwidth - Fault tolerance bandwidth.
- Fault
Tolerance intSecondary Latency - Fault tolerance to secondary latency.
- Fault
Tolerance stringState - Fault tolerance state.
- Instance
Uuid string - 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 string
- Path directory of the asset.
- Vmware
Tools stringStatus - VMware tools status.
- cluster String
- Cluster name.
- customer
Fields List<String> - Customer fields.
-
List<Get
Asset Vmware Vm Customer Tag> - Customer defined tags.
- fault
Tolerance IntegerBandwidth - Fault tolerance bandwidth.
- fault
Tolerance IntegerSecondary Latency - Fault tolerance to secondary latency.
- fault
Tolerance StringState - Fault tolerance state.
- instance
Uuid String - vCenter-specific identifier of the virtual machine.
- is
Disks 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.
- is
Disks BooleanUuid Enabled - Whether changed block tracking for this VM's disk is active.
- path String
- Path directory of the asset.
- vmware
Tools StringStatus - VMware tools status.
- cluster string
- Cluster name.
- customer
Fields string[] - Customer fields.
-
Get
Asset Vmware Vm Customer Tag[] - Customer defined tags.
- fault
Tolerance numberBandwidth - Fault tolerance bandwidth.
- fault
Tolerance numberSecondary Latency - Fault tolerance to secondary latency.
- fault
Tolerance stringState - Fault tolerance state.
- instance
Uuid string - vCenter-specific identifier of the virtual machine.
- is
Disks 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.
- is
Disks booleanUuid Enabled - Whether changed block tracking for this VM's disk is active.
- path string
- Path directory of the asset.
- vmware
Tools stringStatus - VMware tools status.
- cluster str
- Cluster name.
- customer_
fields Sequence[str] - Customer fields.
-
Sequence[Get
Asset 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.
- customer
Fields List<String> - Customer fields.
- List<Property Map>
- Customer defined tags.
- fault
Tolerance NumberBandwidth - Fault tolerance bandwidth.
- fault
Tolerance NumberSecondary Latency - Fault tolerance to secondary latency.
- fault
Tolerance StringState - Fault tolerance state.
- instance
Uuid String - vCenter-specific identifier of the virtual machine.
- is
Disks 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.
- is
Disks BooleanUuid Enabled - Whether changed block tracking for this VM's disk is active.
- path String
- Path directory of the asset.
- vmware
Tools 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.
Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
published on Friday, Apr 24, 2026 by Pulumi
