intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVirtualizationVmwareHostGpu
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Common attributes of a GPU device on a VMware host.
Using getVirtualizationVmwareHostGpu
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 getVirtualizationVmwareHostGpu(args: GetVirtualizationVmwareHostGpuArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareHostGpuResult>
function getVirtualizationVmwareHostGpuOutput(args: GetVirtualizationVmwareHostGpuOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareHostGpuResult>def get_virtualization_vmware_host_gpu(account_moid: Optional[str] = None,
                                       additional_properties: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetVirtualizationVmwareHostGpuAncestor]] = None,
                                       bus: Optional[float] = None,
                                       class_id: Optional[str] = None,
                                       cluster: Optional[GetVirtualizationVmwareHostGpuCluster] = None,
                                       create_time: Optional[str] = None,
                                       device_id: Optional[float] = None,
                                       device_name: Optional[str] = None,
                                       domain_group_moid: Optional[str] = None,
                                       function: Optional[float] = None,
                                       host: Optional[GetVirtualizationVmwareHostGpuHost] = None,
                                       id: Optional[str] = None,
                                       identity: Optional[str] = None,
                                       mod_time: Optional[str] = None,
                                       moid: Optional[str] = None,
                                       object_type: Optional[str] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetVirtualizationVmwareHostGpuParent] = None,
                                       passthrough_active: Optional[bool] = None,
                                       passthrough_enabled: Optional[bool] = None,
                                       pci_class_id: Optional[float] = None,
                                       pci_id: Optional[str] = None,
                                       permission_resources: Optional[Sequence[GetVirtualizationVmwareHostGpuPermissionResource]] = None,
                                       registered_device: Optional[GetVirtualizationVmwareHostGpuRegisteredDevice] = None,
                                       shared_scope: Optional[str] = None,
                                       slot: Optional[float] = None,
                                       sub_device_id: Optional[float] = None,
                                       sub_vendor_id: Optional[float] = None,
                                       tags: Optional[Sequence[GetVirtualizationVmwareHostGpuTag]] = None,
                                       vendor_id: Optional[float] = None,
                                       vendor_name: Optional[str] = None,
                                       version_context: Optional[GetVirtualizationVmwareHostGpuVersionContext] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareHostGpuResult
def get_virtualization_vmware_host_gpu_output(account_moid: Optional[pulumi.Input[str]] = None,
                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostGpuAncestorArgs]]]] = None,
                                       bus: Optional[pulumi.Input[float]] = None,
                                       class_id: Optional[pulumi.Input[str]] = None,
                                       cluster: Optional[pulumi.Input[GetVirtualizationVmwareHostGpuClusterArgs]] = None,
                                       create_time: Optional[pulumi.Input[str]] = None,
                                       device_id: Optional[pulumi.Input[float]] = None,
                                       device_name: Optional[pulumi.Input[str]] = None,
                                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                                       function: Optional[pulumi.Input[float]] = None,
                                       host: Optional[pulumi.Input[GetVirtualizationVmwareHostGpuHostArgs]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       identity: Optional[pulumi.Input[str]] = None,
                                       mod_time: Optional[pulumi.Input[str]] = None,
                                       moid: Optional[pulumi.Input[str]] = None,
                                       object_type: Optional[pulumi.Input[str]] = None,
                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       parent: Optional[pulumi.Input[GetVirtualizationVmwareHostGpuParentArgs]] = None,
                                       passthrough_active: Optional[pulumi.Input[bool]] = None,
                                       passthrough_enabled: Optional[pulumi.Input[bool]] = None,
                                       pci_class_id: Optional[pulumi.Input[float]] = None,
                                       pci_id: Optional[pulumi.Input[str]] = None,
                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostGpuPermissionResourceArgs]]]] = None,
                                       registered_device: Optional[pulumi.Input[GetVirtualizationVmwareHostGpuRegisteredDeviceArgs]] = None,
                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                       slot: Optional[pulumi.Input[float]] = None,
                                       sub_device_id: Optional[pulumi.Input[float]] = None,
                                       sub_vendor_id: Optional[pulumi.Input[float]] = None,
                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostGpuTagArgs]]]] = None,
                                       vendor_id: Optional[pulumi.Input[float]] = None,
                                       vendor_name: Optional[pulumi.Input[str]] = None,
                                       version_context: Optional[pulumi.Input[GetVirtualizationVmwareHostGpuVersionContextArgs]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareHostGpuResult]func LookupVirtualizationVmwareHostGpu(ctx *Context, args *LookupVirtualizationVmwareHostGpuArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareHostGpuResult, error)
func LookupVirtualizationVmwareHostGpuOutput(ctx *Context, args *LookupVirtualizationVmwareHostGpuOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareHostGpuResultOutput> Note: This function is named LookupVirtualizationVmwareHostGpu in the Go SDK.
public static class GetVirtualizationVmwareHostGpu 
{
    public static Task<GetVirtualizationVmwareHostGpuResult> InvokeAsync(GetVirtualizationVmwareHostGpuArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareHostGpuResult> Invoke(GetVirtualizationVmwareHostGpuInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVirtualizationVmwareHostGpuResult> getVirtualizationVmwareHostGpu(GetVirtualizationVmwareHostGpuArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareHostGpuResult> getVirtualizationVmwareHostGpu(GetVirtualizationVmwareHostGpuArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVirtualizationVmwareHostGpu:getVirtualizationVmwareHostGpu
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Host Gpu Ancestor> 
- Bus double
- The bus ID of this PCI device.
- ClassId string
- Cluster
GetVirtualization Vmware Host Gpu Cluster 
- CreateTime string
- The time when this managed object was created.
- DeviceId double
- The device ID of this PCI device.
- DeviceName string
- The device name of this PCI device.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Function double
- The function ID of this PCI device.
- Host
GetVirtualization Vmware Host Gpu Host 
- Id string
- Identity string
- The internally generated identity of this PCI device.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Host Gpu Parent 
- PassthroughActive bool
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- PassthroughEnabled bool
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- PciClass doubleId 
- The class ID of this PCI device.
- PciId string
- The ID of this PCI device.
- PermissionResources List<GetVirtualization Vmware Host Gpu Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Host Gpu Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Slot double
- The slot ID of this PCI device.
- SubDevice doubleId 
- The sub device ID of this PCI device.
- SubVendor doubleId 
- The sub vendor ID of this PCI device.
- 
List<GetVirtualization Vmware Host Gpu Tag> 
- VendorId double
- The vendor ID of this PCI device.
- VendorName string
- The vendor name of this PCI device.
- VersionContext GetVirtualization Vmware Host Gpu Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Host Gpu Ancestor 
- Bus float64
- The bus ID of this PCI device.
- ClassId string
- Cluster
GetVirtualization Vmware Host Gpu Cluster 
- CreateTime string
- The time when this managed object was created.
- DeviceId float64
- The device ID of this PCI device.
- DeviceName string
- The device name of this PCI device.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Function float64
- The function ID of this PCI device.
- Host
GetVirtualization Vmware Host Gpu Host 
- Id string
- Identity string
- The internally generated identity of this PCI device.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Host Gpu Parent 
- PassthroughActive bool
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- PassthroughEnabled bool
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- PciClass float64Id 
- The class ID of this PCI device.
- PciId string
- The ID of this PCI device.
- PermissionResources []GetVirtualization Vmware Host Gpu Permission Resource 
- RegisteredDevice GetVirtualization Vmware Host Gpu Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Slot float64
- The slot ID of this PCI device.
- SubDevice float64Id 
- The sub device ID of this PCI device.
- SubVendor float64Id 
- The sub vendor ID of this PCI device.
- 
[]GetVirtualization Vmware Host Gpu Tag 
- VendorId float64
- The vendor ID of this PCI device.
- VendorName string
- The vendor name of this PCI device.
- VersionContext GetVirtualization Vmware Host Gpu Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Host Gpu Ancestor> 
- bus Double
- The bus ID of this PCI device.
- classId String
- cluster
GetVirtualization Vmware Host Gpu Cluster 
- createTime String
- The time when this managed object was created.
- deviceId Double
- The device ID of this PCI device.
- deviceName String
- The device name of this PCI device.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- function Double
- The function ID of this PCI device.
- host
GetVirtualization Vmware Host Gpu Host 
- id String
- identity String
- The internally generated identity of this PCI device.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Host Gpu Parent 
- passthroughActive Boolean
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthroughEnabled Boolean
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pciClass DoubleId 
- The class ID of this PCI device.
- pciId String
- The ID of this PCI device.
- permissionResources List<GetVirtualization Vmware Host Gpu Permission Resource> 
- registeredDevice GetVirtualization Vmware Host Gpu Registered Device 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot Double
- The slot ID of this PCI device.
- subDevice DoubleId 
- The sub device ID of this PCI device.
- subVendor DoubleId 
- The sub vendor ID of this PCI device.
- 
List<GetVirtualization Vmware Host Gpu Tag> 
- vendorId Double
- The vendor ID of this PCI device.
- vendorName String
- The vendor name of this PCI device.
- versionContext GetVirtualization Vmware Host Gpu Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Host Gpu Ancestor[] 
- bus number
- The bus ID of this PCI device.
- classId string
- cluster
GetVirtualization Vmware Host Gpu Cluster 
- createTime string
- The time when this managed object was created.
- deviceId number
- The device ID of this PCI device.
- deviceName string
- The device name of this PCI device.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- function number
- The function ID of this PCI device.
- host
GetVirtualization Vmware Host Gpu Host 
- id string
- identity string
- The internally generated identity of this PCI device.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Host Gpu Parent 
- passthroughActive boolean
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthroughEnabled boolean
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pciClass numberId 
- The class ID of this PCI device.
- pciId string
- The ID of this PCI device.
- permissionResources GetVirtualization Vmware Host Gpu Permission Resource[] 
- registeredDevice GetVirtualization Vmware Host Gpu Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot number
- The slot ID of this PCI device.
- subDevice numberId 
- The sub device ID of this PCI device.
- subVendor numberId 
- The sub vendor ID of this PCI device.
- 
GetVirtualization Vmware Host Gpu Tag[] 
- vendorId number
- The vendor ID of this PCI device.
- vendorName string
- The vendor name of this PCI device.
- versionContext GetVirtualization Vmware Host Gpu Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Host Gpu Ancestor] 
- bus float
- The bus ID of this PCI device.
- class_id str
- cluster
GetVirtualization Vmware Host Gpu Cluster 
- create_time str
- The time when this managed object was created.
- device_id float
- The device ID of this PCI device.
- device_name str
- The device name of this PCI device.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- function float
- The function ID of this PCI device.
- host
GetVirtualization Vmware Host Gpu Host 
- id str
- identity str
- The internally generated identity of this PCI device.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Host Gpu Parent 
- passthrough_active bool
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthrough_enabled bool
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pci_class_ floatid 
- The class ID of this PCI device.
- pci_id str
- The ID of this PCI device.
- permission_resources Sequence[GetVirtualization Vmware Host Gpu Permission Resource] 
- registered_device GetVirtualization Vmware Host Gpu Registered Device 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot float
- The slot ID of this PCI device.
- sub_device_ floatid 
- The sub device ID of this PCI device.
- sub_vendor_ floatid 
- The sub vendor ID of this PCI device.
- 
Sequence[GetVirtualization Vmware Host Gpu Tag] 
- vendor_id float
- The vendor ID of this PCI device.
- vendor_name str
- The vendor name of this PCI device.
- version_context GetVirtualization Vmware Host Gpu Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- bus Number
- The bus ID of this PCI device.
- classId String
- cluster Property Map
- createTime String
- The time when this managed object was created.
- deviceId Number
- The device ID of this PCI device.
- deviceName String
- The device name of this PCI device.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- function Number
- The function ID of this PCI device.
- host Property Map
- id String
- identity String
- The internally generated identity of this PCI device.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- passthroughActive Boolean
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthroughEnabled Boolean
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pciClass NumberId 
- The class ID of this PCI device.
- pciId String
- The ID of this PCI device.
- permissionResources List<Property Map>
- registeredDevice Property Map
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot Number
- The slot ID of this PCI device.
- subDevice NumberId 
- The sub device ID of this PCI device.
- subVendor NumberId 
- The sub vendor ID of this PCI device.
- List<Property Map>
- vendorId Number
- The vendor ID of this PCI device.
- vendorName String
- The vendor name of this PCI device.
- versionContext Property Map
getVirtualizationVmwareHostGpu Result
The following output properties are available:
- Id string
- Results
List<GetVirtualization Vmware Host Gpu Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Host Gpu Ancestor> 
- Bus double
- ClassId string
- Cluster
GetVirtualization Vmware Host Gpu Cluster 
- CreateTime string
- DeviceId double
- DeviceName string
- DomainGroup stringMoid 
- Function double
- Host
GetVirtualization Vmware Host Gpu Host 
- Identity string
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetVirtualization Vmware Host Gpu Parent 
- PassthroughActive bool
- PassthroughEnabled bool
- PciClass doubleId 
- PciId string
- PermissionResources List<GetVirtualization Vmware Host Gpu Permission Resource> 
- RegisteredDevice GetVirtualization Vmware Host Gpu Registered Device 
- string
- Slot double
- SubDevice doubleId 
- SubVendor doubleId 
- 
List<GetVirtualization Vmware Host Gpu Tag> 
- VendorId double
- VendorName string
- VersionContext GetVirtualization Vmware Host Gpu Version Context 
- Id string
- Results
[]GetVirtualization Vmware Host Gpu Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Host Gpu Ancestor 
- Bus float64
- ClassId string
- Cluster
GetVirtualization Vmware Host Gpu Cluster 
- CreateTime string
- DeviceId float64
- DeviceName string
- DomainGroup stringMoid 
- Function float64
- Host
GetVirtualization Vmware Host Gpu Host 
- Identity string
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetVirtualization Vmware Host Gpu Parent 
- PassthroughActive bool
- PassthroughEnabled bool
- PciClass float64Id 
- PciId string
- PermissionResources []GetVirtualization Vmware Host Gpu Permission Resource 
- RegisteredDevice GetVirtualization Vmware Host Gpu Registered Device 
- string
- Slot float64
- SubDevice float64Id 
- SubVendor float64Id 
- 
[]GetVirtualization Vmware Host Gpu Tag 
- VendorId float64
- VendorName string
- VersionContext GetVirtualization Vmware Host Gpu Version Context 
- id String
- results
List<GetVirtualization Vmware Host Gpu Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Host Gpu Ancestor> 
- bus Double
- classId String
- cluster
GetVirtualization Vmware Host Gpu Cluster 
- createTime String
- deviceId Double
- deviceName String
- domainGroup StringMoid 
- function Double
- host
GetVirtualization Vmware Host Gpu Host 
- identity String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetVirtualization Vmware Host Gpu Parent 
- passthroughActive Boolean
- passthroughEnabled Boolean
- pciClass DoubleId 
- pciId String
- permissionResources List<GetVirtualization Vmware Host Gpu Permission Resource> 
- registeredDevice GetVirtualization Vmware Host Gpu Registered Device 
- String
- slot Double
- subDevice DoubleId 
- subVendor DoubleId 
- 
List<GetVirtualization Vmware Host Gpu Tag> 
- vendorId Double
- vendorName String
- versionContext GetVirtualization Vmware Host Gpu Version Context 
- id string
- results
GetVirtualization Vmware Host Gpu Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVirtualization Vmware Host Gpu Ancestor[] 
- bus number
- classId string
- cluster
GetVirtualization Vmware Host Gpu Cluster 
- createTime string
- deviceId number
- deviceName string
- domainGroup stringMoid 
- function number
- host
GetVirtualization Vmware Host Gpu Host 
- identity string
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetVirtualization Vmware Host Gpu Parent 
- passthroughActive boolean
- passthroughEnabled boolean
- pciClass numberId 
- pciId string
- permissionResources GetVirtualization Vmware Host Gpu Permission Resource[] 
- registeredDevice GetVirtualization Vmware Host Gpu Registered Device 
- string
- slot number
- subDevice numberId 
- subVendor numberId 
- 
GetVirtualization Vmware Host Gpu Tag[] 
- vendorId number
- vendorName string
- versionContext GetVirtualization Vmware Host Gpu Version Context 
- id str
- results
Sequence[GetVirtualization Vmware Host Gpu Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Host Gpu Ancestor] 
- bus float
- class_id str
- cluster
GetVirtualization Vmware Host Gpu Cluster 
- create_time str
- device_id float
- device_name str
- domain_group_ strmoid 
- function float
- host
GetVirtualization Vmware Host Gpu Host 
- identity str
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetVirtualization Vmware Host Gpu Parent 
- passthrough_active bool
- passthrough_enabled bool
- pci_class_ floatid 
- pci_id str
- permission_resources Sequence[GetVirtualization Vmware Host Gpu Permission Resource] 
- registered_device GetVirtualization Vmware Host Gpu Registered Device 
- str
- slot float
- sub_device_ floatid 
- sub_vendor_ floatid 
- 
Sequence[GetVirtualization Vmware Host Gpu Tag] 
- vendor_id float
- vendor_name str
- version_context GetVirtualization Vmware Host Gpu Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- bus Number
- classId String
- cluster Property Map
- createTime String
- deviceId Number
- deviceName String
- domainGroup StringMoid 
- function Number
- host Property Map
- identity String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- passthroughActive Boolean
- passthroughEnabled Boolean
- pciClass NumberId 
- pciId String
- permissionResources List<Property Map>
- registeredDevice Property Map
- String
- slot Number
- subDevice NumberId 
- subVendor NumberId 
- List<Property Map>
- vendorId Number
- vendorName String
- versionContext Property Map
Supporting Types
GetVirtualizationVmwareHostGpuAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuCluster     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuHost     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuRegisteredDevice      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVirtualization Vmware Host Gpu Result Ancestor> 
- Bus double
- The bus ID of this PCI device.
- ClassId string
- Clusters
List<GetVirtualization Vmware Host Gpu Result Cluster> 
- CreateTime string
- The time when this managed object was created.
- DeviceId double
- The device ID of this PCI device.
- DeviceName string
- The device name of this PCI device.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Function double
- The function ID of this PCI device.
- Hosts
List<GetVirtualization Vmware Host Gpu Result Host> 
- Identity string
- The internally generated identity of this PCI device.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetVirtualization Vmware Host Gpu Result Parent> 
- PassthroughActive bool
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- PassthroughEnabled bool
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- PciClass doubleId 
- The class ID of this PCI device.
- PciId string
- The ID of this PCI device.
- PermissionResources List<GetVirtualization Vmware Host Gpu Result Permission Resource> 
- RegisteredDevices List<GetVirtualization Vmware Host Gpu Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Slot double
- The slot ID of this PCI device.
- SubDevice doubleId 
- The sub device ID of this PCI device.
- SubVendor doubleId 
- The sub vendor ID of this PCI device.
- 
List<GetVirtualization Vmware Host Gpu Result Tag> 
- VendorId double
- The vendor ID of this PCI device.
- VendorName string
- The vendor name of this PCI device.
- VersionContexts List<GetVirtualization Vmware Host Gpu Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVirtualization Vmware Host Gpu Result Ancestor 
- Bus float64
- The bus ID of this PCI device.
- ClassId string
- Clusters
[]GetVirtualization Vmware Host Gpu Result Cluster 
- CreateTime string
- The time when this managed object was created.
- DeviceId float64
- The device ID of this PCI device.
- DeviceName string
- The device name of this PCI device.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Function float64
- The function ID of this PCI device.
- Hosts
[]GetVirtualization Vmware Host Gpu Result Host 
- Identity string
- The internally generated identity of this PCI device.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetVirtualization Vmware Host Gpu Result Parent 
- PassthroughActive bool
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- PassthroughEnabled bool
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- PciClass float64Id 
- The class ID of this PCI device.
- PciId string
- The ID of this PCI device.
- PermissionResources []GetVirtualization Vmware Host Gpu Result Permission Resource 
- RegisteredDevices []GetVirtualization Vmware Host Gpu Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Slot float64
- The slot ID of this PCI device.
- SubDevice float64Id 
- The sub device ID of this PCI device.
- SubVendor float64Id 
- The sub vendor ID of this PCI device.
- 
[]GetVirtualization Vmware Host Gpu Result Tag 
- VendorId float64
- The vendor ID of this PCI device.
- VendorName string
- The vendor name of this PCI device.
- VersionContexts []GetVirtualization Vmware Host Gpu Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVirtualization Vmware Host Gpu Result Ancestor> 
- bus Double
- The bus ID of this PCI device.
- classId String
- clusters
List<GetVirtualization Vmware Host Gpu Result Cluster> 
- createTime String
- The time when this managed object was created.
- deviceId Double
- The device ID of this PCI device.
- deviceName String
- The device name of this PCI device.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- function Double
- The function ID of this PCI device.
- hosts
List<GetVirtualization Vmware Host Gpu Result Host> 
- identity String
- The internally generated identity of this PCI device.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetVirtualization Vmware Host Gpu Result Parent> 
- passthroughActive Boolean
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthroughEnabled Boolean
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pciClass DoubleId 
- The class ID of this PCI device.
- pciId String
- The ID of this PCI device.
- permissionResources List<GetVirtualization Vmware Host Gpu Result Permission Resource> 
- registeredDevices List<GetVirtualization Vmware Host Gpu Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot Double
- The slot ID of this PCI device.
- subDevice DoubleId 
- The sub device ID of this PCI device.
- subVendor DoubleId 
- The sub vendor ID of this PCI device.
- 
List<GetVirtualization Vmware Host Gpu Result Tag> 
- vendorId Double
- The vendor ID of this PCI device.
- vendorName String
- The vendor name of this PCI device.
- versionContexts List<GetVirtualization Vmware Host Gpu Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVirtualization Vmware Host Gpu Result Ancestor[] 
- bus number
- The bus ID of this PCI device.
- classId string
- clusters
GetVirtualization Vmware Host Gpu Result Cluster[] 
- createTime string
- The time when this managed object was created.
- deviceId number
- The device ID of this PCI device.
- deviceName string
- The device name of this PCI device.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- function number
- The function ID of this PCI device.
- hosts
GetVirtualization Vmware Host Gpu Result Host[] 
- identity string
- The internally generated identity of this PCI device.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetVirtualization Vmware Host Gpu Result Parent[] 
- passthroughActive boolean
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthroughEnabled boolean
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pciClass numberId 
- The class ID of this PCI device.
- pciId string
- The ID of this PCI device.
- permissionResources GetVirtualization Vmware Host Gpu Result Permission Resource[] 
- registeredDevices GetVirtualization Vmware Host Gpu Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot number
- The slot ID of this PCI device.
- subDevice numberId 
- The sub device ID of this PCI device.
- subVendor numberId 
- The sub vendor ID of this PCI device.
- 
GetVirtualization Vmware Host Gpu Result Tag[] 
- vendorId number
- The vendor ID of this PCI device.
- vendorName string
- The vendor name of this PCI device.
- versionContexts GetVirtualization Vmware Host Gpu Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVirtualization Vmware Host Gpu Result Ancestor] 
- bus float
- The bus ID of this PCI device.
- class_id str
- clusters
Sequence[GetVirtualization Vmware Host Gpu Result Cluster] 
- create_time str
- The time when this managed object was created.
- device_id float
- The device ID of this PCI device.
- device_name str
- The device name of this PCI device.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- function float
- The function ID of this PCI device.
- hosts
Sequence[GetVirtualization Vmware Host Gpu Result Host] 
- identity str
- The internally generated identity of this PCI device.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVirtualization Vmware Host Gpu Result Parent] 
- passthrough_active bool
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthrough_enabled bool
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pci_class_ floatid 
- The class ID of this PCI device.
- pci_id str
- The ID of this PCI device.
- permission_resources Sequence[GetVirtualization Vmware Host Gpu Result Permission Resource] 
- registered_devices Sequence[GetVirtualization Vmware Host Gpu Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot float
- The slot ID of this PCI device.
- sub_device_ floatid 
- The sub device ID of this PCI device.
- sub_vendor_ floatid 
- The sub vendor ID of this PCI device.
- 
Sequence[GetVirtualization Vmware Host Gpu Result Tag] 
- vendor_id float
- The vendor ID of this PCI device.
- vendor_name str
- The vendor name of this PCI device.
- version_contexts Sequence[GetVirtualization Vmware Host Gpu Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- bus Number
- The bus ID of this PCI device.
- classId String
- clusters List<Property Map>
- createTime String
- The time when this managed object was created.
- deviceId Number
- The device ID of this PCI device.
- deviceName String
- The device name of this PCI device.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- function Number
- The function ID of this PCI device.
- hosts List<Property Map>
- identity String
- The internally generated identity of this PCI device.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- passthroughActive Boolean
- Indicates if passthrough is active for this PCI device (meaning enabled + rebooted).
- passthroughEnabled Boolean
- Indicates if passthrough feature is enabled for this PCI device.PCI passthrough feature enables you to access and manage hardware devices from a virtual machine.When PCI passthrough is configured, the PCI devices function as if they were physically attached to the guest operating system.
- pciClass NumberId 
- The class ID of this PCI device.
- pciId String
- The ID of this PCI device.
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- slot Number
- The slot ID of this PCI device.
- subDevice NumberId 
- The sub device ID of this PCI device.
- subVendor NumberId 
- The sub vendor ID of this PCI device.
- List<Property Map>
- vendorId Number
- The vendor ID of this PCI device.
- vendorName String
- The vendor name of this PCI device.
- versionContexts List<Property Map>
GetVirtualizationVmwareHostGpuResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultCluster      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultHost      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVirtualizationVmwareHostGpuResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVirtualizationVmwareHostGpuResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetVirtualizationVmwareHostGpuTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareHostGpuVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVirtualization Vmware Host Gpu Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Host Gpu Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVirtualization Vmware Host Gpu Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVirtualization Vmware Host Gpu Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVirtualization Vmware Host Gpu Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Host Gpu Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVirtualization Vmware Host Gpu Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVirtualization Vmware Host Gpu Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVirtualization Vmware Host Gpu Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVirtualization Vmware Host Gpu Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetVirtualizationVmwareHostGpuVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVirtualizationVmwareHostGpuVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet