1. Packages
  2. Intersight Provider
  3. API Docs
  4. getHciVirtualGpu
intersight 1.0.68 published on Tuesday, Aug 12, 2025 by ciscodevnet

intersight.getHciVirtualGpu

Explore with Pulumi AI

intersight logo
intersight 1.0.68 published on Tuesday, Aug 12, 2025 by ciscodevnet

    Virtual GPU managed by a cluster and reported by Prism Central.

    Using getHciVirtualGpu

    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 getHciVirtualGpu(args: GetHciVirtualGpuArgs, opts?: InvokeOptions): Promise<GetHciVirtualGpuResult>
    function getHciVirtualGpuOutput(args: GetHciVirtualGpuOutputArgs, opts?: InvokeOptions): Output<GetHciVirtualGpuResult>
    def get_hci_virtual_gpu(account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            allocated_vm_ext_ids: Optional[Sequence[str]] = None,
                            allocated_vms: Optional[Sequence[GetHciVirtualGpuAllocatedVm]] = None,
                            ancestors: Optional[Sequence[GetHciVirtualGpuAncestor]] = None,
                            assignable: Optional[bool] = None,
                            class_id: Optional[str] = None,
                            cluster: Optional[GetHciVirtualGpuCluster] = None,
                            cluster_ext_id: Optional[str] = None,
                            create_time: Optional[str] = None,
                            device_id: Optional[float] = None,
                            device_name: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            fraction: Optional[float] = None,
                            frame_buffer_size_bytes: Optional[float] = None,
                            guest_driver_version: Optional[str] = None,
                            id: Optional[str] = None,
                            is_in_use: Optional[bool] = None,
                            licenses: Optional[Sequence[str]] = None,
                            max_instances_per_vm: Optional[float] = None,
                            max_resolution: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            numa_node: Optional[str] = None,
                            number_of_virtual_display_heads: Optional[float] = None,
                            object_type: Optional[str] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetHciVirtualGpuParent] = None,
                            permission_resources: Optional[Sequence[GetHciVirtualGpuPermissionResource]] = None,
                            registered_device: Optional[GetHciVirtualGpuRegisteredDevice] = None,
                            sbdf: Optional[str] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[GetHciVirtualGpuTag]] = None,
                            type: Optional[str] = None,
                            vendor: Optional[str] = None,
                            version_context: Optional[GetHciVirtualGpuVersionContext] = None,
                            virtual_gpu_ext_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetHciVirtualGpuResult
    def get_hci_virtual_gpu_output(account_moid: Optional[pulumi.Input[str]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            allocated_vm_ext_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            allocated_vms: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciVirtualGpuAllocatedVmArgs]]]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciVirtualGpuAncestorArgs]]]] = None,
                            assignable: Optional[pulumi.Input[bool]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            cluster: Optional[pulumi.Input[GetHciVirtualGpuClusterArgs]] = None,
                            cluster_ext_id: Optional[pulumi.Input[str]] = 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,
                            fraction: Optional[pulumi.Input[float]] = None,
                            frame_buffer_size_bytes: Optional[pulumi.Input[float]] = None,
                            guest_driver_version: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            is_in_use: Optional[pulumi.Input[bool]] = None,
                            licenses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            max_instances_per_vm: Optional[pulumi.Input[float]] = None,
                            max_resolution: Optional[pulumi.Input[str]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            numa_node: Optional[pulumi.Input[str]] = None,
                            number_of_virtual_display_heads: Optional[pulumi.Input[float]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetHciVirtualGpuParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciVirtualGpuPermissionResourceArgs]]]] = None,
                            registered_device: Optional[pulumi.Input[GetHciVirtualGpuRegisteredDeviceArgs]] = None,
                            sbdf: Optional[pulumi.Input[str]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciVirtualGpuTagArgs]]]] = None,
                            type: Optional[pulumi.Input[str]] = None,
                            vendor: Optional[pulumi.Input[str]] = None,
                            version_context: Optional[pulumi.Input[GetHciVirtualGpuVersionContextArgs]] = None,
                            virtual_gpu_ext_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetHciVirtualGpuResult]
    func LookupHciVirtualGpu(ctx *Context, args *LookupHciVirtualGpuArgs, opts ...InvokeOption) (*LookupHciVirtualGpuResult, error)
    func LookupHciVirtualGpuOutput(ctx *Context, args *LookupHciVirtualGpuOutputArgs, opts ...InvokeOption) LookupHciVirtualGpuResultOutput

    > Note: This function is named LookupHciVirtualGpu in the Go SDK.

    public static class GetHciVirtualGpu 
    {
        public static Task<GetHciVirtualGpuResult> InvokeAsync(GetHciVirtualGpuArgs args, InvokeOptions? opts = null)
        public static Output<GetHciVirtualGpuResult> Invoke(GetHciVirtualGpuInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHciVirtualGpuResult> getHciVirtualGpu(GetHciVirtualGpuArgs args, InvokeOptions options)
    public static Output<GetHciVirtualGpuResult> getHciVirtualGpu(GetHciVirtualGpuArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHciVirtualGpu:getHciVirtualGpu
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds List<string>
    AllocatedVms List<GetHciVirtualGpuAllocatedVm>
    Ancestors List<GetHciVirtualGpuAncestor>
    Assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    ClassId string
    Cluster GetHciVirtualGpuCluster
    ClusterExtId string
    The unique identifier of the cluster which owns this virtual GPU.
    CreateTime string
    The time when this managed object was created.
    DeviceId double
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    DeviceName string
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fraction double
    The fraction of the physical GPU assigned.
    FrameBufferSizeBytes double
    The frame buffer size in bytes of the virtual GPU.
    GuestDriverVersion string
    The guest driver version of the virtual GPU.
    Id string
    IsInUse bool
    The in use status of the virtual GPU.
    Licenses List<string>
    MaxInstancesPerVm double
    The maximum instances per VM of the virtual GPU.
    MaxResolution string
    The maximum resolution of the virtual GPU.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumaNode string
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    NumberOfVirtualDisplayHeads double
    The number of virtual display heads of the virtual GPU.
    ObjectType string
    Owners List<string>
    Parent GetHciVirtualGpuParent
    PermissionResources List<GetHciVirtualGpuPermissionResource>
    RegisteredDevice GetHciVirtualGpuRegisteredDevice
    Sbdf string
    The SBDF address of the virtual GPU.
    SharedScope 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.
    Tags List<GetHciVirtualGpuTag>
    Type string
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the virtual GPU.
    VersionContext GetHciVirtualGpuVersionContext
    VirtualGpuExtId string
    The unique identifier of the virtual GPU.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds []string
    AllocatedVms []GetHciVirtualGpuAllocatedVm
    Ancestors []GetHciVirtualGpuAncestor
    Assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    ClassId string
    Cluster GetHciVirtualGpuCluster
    ClusterExtId string
    The unique identifier of the cluster which owns this virtual GPU.
    CreateTime string
    The time when this managed object was created.
    DeviceId float64
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    DeviceName string
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fraction float64
    The fraction of the physical GPU assigned.
    FrameBufferSizeBytes float64
    The frame buffer size in bytes of the virtual GPU.
    GuestDriverVersion string
    The guest driver version of the virtual GPU.
    Id string
    IsInUse bool
    The in use status of the virtual GPU.
    Licenses []string
    MaxInstancesPerVm float64
    The maximum instances per VM of the virtual GPU.
    MaxResolution string
    The maximum resolution of the virtual GPU.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumaNode string
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    NumberOfVirtualDisplayHeads float64
    The number of virtual display heads of the virtual GPU.
    ObjectType string
    Owners []string
    Parent GetHciVirtualGpuParent
    PermissionResources []GetHciVirtualGpuPermissionResource
    RegisteredDevice GetHciVirtualGpuRegisteredDevice
    Sbdf string
    The SBDF address of the virtual GPU.
    SharedScope 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.
    Tags []GetHciVirtualGpuTag
    Type string
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the virtual GPU.
    VersionContext GetHciVirtualGpuVersionContext
    VirtualGpuExtId string
    The unique identifier of the virtual GPU.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<GetHciVirtualGpuAllocatedVm>
    ancestors List<GetHciVirtualGpuAncestor>
    assignable Boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId String
    cluster GetHciVirtualGpuCluster
    clusterExtId String
    The unique identifier of the cluster which owns this virtual GPU.
    createTime String
    The time when this managed object was created.
    deviceId Double
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    deviceName String
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fraction Double
    The fraction of the physical GPU assigned.
    frameBufferSizeBytes Double
    The frame buffer size in bytes of the virtual GPU.
    guestDriverVersion String
    The guest driver version of the virtual GPU.
    id String
    isInUse Boolean
    The in use status of the virtual GPU.
    licenses List<String>
    maxInstancesPerVm Double
    The maximum instances per VM of the virtual GPU.
    maxResolution String
    The maximum resolution of the virtual GPU.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numaNode String
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    numberOfVirtualDisplayHeads Double
    The number of virtual display heads of the virtual GPU.
    objectType String
    owners List<String>
    parent GetHciVirtualGpuParent
    permissionResources List<GetHciVirtualGpuPermissionResource>
    registeredDevice GetHciVirtualGpuRegisteredDevice
    sbdf String
    The SBDF address of the virtual GPU.
    sharedScope 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.
    tags List<GetHciVirtualGpuTag>
    type String
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the virtual GPU.
    versionContext GetHciVirtualGpuVersionContext
    virtualGpuExtId String
    The unique identifier of the virtual GPU.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    allocatedVmExtIds string[]
    allocatedVms GetHciVirtualGpuAllocatedVm[]
    ancestors GetHciVirtualGpuAncestor[]
    assignable boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId string
    cluster GetHciVirtualGpuCluster
    clusterExtId string
    The unique identifier of the cluster which owns this virtual GPU.
    createTime string
    The time when this managed object was created.
    deviceId number
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    deviceName string
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fraction number
    The fraction of the physical GPU assigned.
    frameBufferSizeBytes number
    The frame buffer size in bytes of the virtual GPU.
    guestDriverVersion string
    The guest driver version of the virtual GPU.
    id string
    isInUse boolean
    The in use status of the virtual GPU.
    licenses string[]
    maxInstancesPerVm number
    The maximum instances per VM of the virtual GPU.
    maxResolution string
    The maximum resolution of the virtual GPU.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    numaNode string
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    numberOfVirtualDisplayHeads number
    The number of virtual display heads of the virtual GPU.
    objectType string
    owners string[]
    parent GetHciVirtualGpuParent
    permissionResources GetHciVirtualGpuPermissionResource[]
    registeredDevice GetHciVirtualGpuRegisteredDevice
    sbdf string
    The SBDF address of the virtual GPU.
    sharedScope 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.
    tags GetHciVirtualGpuTag[]
    type string
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor string
    The vendor name of the virtual GPU.
    versionContext GetHciVirtualGpuVersionContext
    virtualGpuExtId string
    The unique identifier of the virtual GPU.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    allocated_vm_ext_ids Sequence[str]
    allocated_vms Sequence[GetHciVirtualGpuAllocatedVm]
    ancestors Sequence[GetHciVirtualGpuAncestor]
    assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    class_id str
    cluster GetHciVirtualGpuCluster
    cluster_ext_id str
    The unique identifier of the cluster which owns this virtual GPU.
    create_time str
    The time when this managed object was created.
    device_id float
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    device_name str
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fraction float
    The fraction of the physical GPU assigned.
    frame_buffer_size_bytes float
    The frame buffer size in bytes of the virtual GPU.
    guest_driver_version str
    The guest driver version of the virtual GPU.
    id str
    is_in_use bool
    The in use status of the virtual GPU.
    licenses Sequence[str]
    max_instances_per_vm float
    The maximum instances per VM of the virtual GPU.
    max_resolution str
    The maximum resolution of the virtual GPU.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    numa_node str
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    number_of_virtual_display_heads float
    The number of virtual display heads of the virtual GPU.
    object_type str
    owners Sequence[str]
    parent GetHciVirtualGpuParent
    permission_resources Sequence[GetHciVirtualGpuPermissionResource]
    registered_device GetHciVirtualGpuRegisteredDevice
    sbdf str
    The SBDF address of the virtual GPU.
    shared_scope 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.
    tags Sequence[GetHciVirtualGpuTag]
    type str
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor str
    The vendor name of the virtual GPU.
    version_context GetHciVirtualGpuVersionContext
    virtual_gpu_ext_id str
    The unique identifier of the virtual GPU.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<Property Map>
    ancestors List<Property Map>
    assignable Boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId String
    cluster Property Map
    clusterExtId String
    The unique identifier of the cluster which owns this virtual GPU.
    createTime String
    The time when this managed object was created.
    deviceId Number
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    deviceName String
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fraction Number
    The fraction of the physical GPU assigned.
    frameBufferSizeBytes Number
    The frame buffer size in bytes of the virtual GPU.
    guestDriverVersion String
    The guest driver version of the virtual GPU.
    id String
    isInUse Boolean
    The in use status of the virtual GPU.
    licenses List<String>
    maxInstancesPerVm Number
    The maximum instances per VM of the virtual GPU.
    maxResolution String
    The maximum resolution of the virtual GPU.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numaNode String
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    numberOfVirtualDisplayHeads Number
    The number of virtual display heads of the virtual GPU.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    registeredDevice Property Map
    sbdf String
    The SBDF address of the virtual GPU.
    sharedScope 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.
    tags List<Property Map>
    type String
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the virtual GPU.
    versionContext Property Map
    virtualGpuExtId String
    The unique identifier of the virtual GPU.

    getHciVirtualGpu Result

    The following output properties are available:

    Id string
    Results List<GetHciVirtualGpuResult>
    AccountMoid string
    AdditionalProperties string
    AllocatedVmExtIds List<string>
    AllocatedVms List<GetHciVirtualGpuAllocatedVm>
    Ancestors List<GetHciVirtualGpuAncestor>
    Assignable bool
    ClassId string
    Cluster GetHciVirtualGpuCluster
    ClusterExtId string
    CreateTime string
    DeviceId double
    DeviceName string
    DomainGroupMoid string
    Fraction double
    FrameBufferSizeBytes double
    GuestDriverVersion string
    IsInUse bool
    Licenses List<string>
    MaxInstancesPerVm double
    MaxResolution string
    ModTime string
    Moid string
    NumaNode string
    NumberOfVirtualDisplayHeads double
    ObjectType string
    Owners List<string>
    Parent GetHciVirtualGpuParent
    PermissionResources List<GetHciVirtualGpuPermissionResource>
    RegisteredDevice GetHciVirtualGpuRegisteredDevice
    Sbdf string
    SharedScope string
    Tags List<GetHciVirtualGpuTag>
    Type string
    Vendor string
    VersionContext GetHciVirtualGpuVersionContext
    VirtualGpuExtId string
    Id string
    Results []GetHciVirtualGpuResult
    AccountMoid string
    AdditionalProperties string
    AllocatedVmExtIds []string
    AllocatedVms []GetHciVirtualGpuAllocatedVm
    Ancestors []GetHciVirtualGpuAncestor
    Assignable bool
    ClassId string
    Cluster GetHciVirtualGpuCluster
    ClusterExtId string
    CreateTime string
    DeviceId float64
    DeviceName string
    DomainGroupMoid string
    Fraction float64
    FrameBufferSizeBytes float64
    GuestDriverVersion string
    IsInUse bool
    Licenses []string
    MaxInstancesPerVm float64
    MaxResolution string
    ModTime string
    Moid string
    NumaNode string
    NumberOfVirtualDisplayHeads float64
    ObjectType string
    Owners []string
    Parent GetHciVirtualGpuParent
    PermissionResources []GetHciVirtualGpuPermissionResource
    RegisteredDevice GetHciVirtualGpuRegisteredDevice
    Sbdf string
    SharedScope string
    Tags []GetHciVirtualGpuTag
    Type string
    Vendor string
    VersionContext GetHciVirtualGpuVersionContext
    VirtualGpuExtId string
    id String
    results List<GetHciVirtualGpuResult>
    accountMoid String
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<GetHciVirtualGpuAllocatedVm>
    ancestors List<GetHciVirtualGpuAncestor>
    assignable Boolean
    classId String
    cluster GetHciVirtualGpuCluster
    clusterExtId String
    createTime String
    deviceId Double
    deviceName String
    domainGroupMoid String
    fraction Double
    frameBufferSizeBytes Double
    guestDriverVersion String
    isInUse Boolean
    licenses List<String>
    maxInstancesPerVm Double
    maxResolution String
    modTime String
    moid String
    numaNode String
    numberOfVirtualDisplayHeads Double
    objectType String
    owners List<String>
    parent GetHciVirtualGpuParent
    permissionResources List<GetHciVirtualGpuPermissionResource>
    registeredDevice GetHciVirtualGpuRegisteredDevice
    sbdf String
    sharedScope String
    tags List<GetHciVirtualGpuTag>
    type String
    vendor String
    versionContext GetHciVirtualGpuVersionContext
    virtualGpuExtId String
    id string
    results GetHciVirtualGpuResult[]
    accountMoid string
    additionalProperties string
    allocatedVmExtIds string[]
    allocatedVms GetHciVirtualGpuAllocatedVm[]
    ancestors GetHciVirtualGpuAncestor[]
    assignable boolean
    classId string
    cluster GetHciVirtualGpuCluster
    clusterExtId string
    createTime string
    deviceId number
    deviceName string
    domainGroupMoid string
    fraction number
    frameBufferSizeBytes number
    guestDriverVersion string
    isInUse boolean
    licenses string[]
    maxInstancesPerVm number
    maxResolution string
    modTime string
    moid string
    numaNode string
    numberOfVirtualDisplayHeads number
    objectType string
    owners string[]
    parent GetHciVirtualGpuParent
    permissionResources GetHciVirtualGpuPermissionResource[]
    registeredDevice GetHciVirtualGpuRegisteredDevice
    sbdf string
    sharedScope string
    tags GetHciVirtualGpuTag[]
    type string
    vendor string
    versionContext GetHciVirtualGpuVersionContext
    virtualGpuExtId string
    id str
    results Sequence[GetHciVirtualGpuResult]
    account_moid str
    additional_properties str
    allocated_vm_ext_ids Sequence[str]
    allocated_vms Sequence[GetHciVirtualGpuAllocatedVm]
    ancestors Sequence[GetHciVirtualGpuAncestor]
    assignable bool
    class_id str
    cluster GetHciVirtualGpuCluster
    cluster_ext_id str
    create_time str
    device_id float
    device_name str
    domain_group_moid str
    fraction float
    frame_buffer_size_bytes float
    guest_driver_version str
    is_in_use bool
    licenses Sequence[str]
    max_instances_per_vm float
    max_resolution str
    mod_time str
    moid str
    numa_node str
    number_of_virtual_display_heads float
    object_type str
    owners Sequence[str]
    parent GetHciVirtualGpuParent
    permission_resources Sequence[GetHciVirtualGpuPermissionResource]
    registered_device GetHciVirtualGpuRegisteredDevice
    sbdf str
    shared_scope str
    tags Sequence[GetHciVirtualGpuTag]
    type str
    vendor str
    version_context GetHciVirtualGpuVersionContext
    virtual_gpu_ext_id str

    Supporting Types

    GetHciVirtualGpuAllocatedVm

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuAncestor

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuCluster

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuParent

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuPermissionResource

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuRegisteredDevice

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds List<string>
    AllocatedVms List<GetHciVirtualGpuResultAllocatedVm>
    Ancestors List<GetHciVirtualGpuResultAncestor>
    Assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    ClassId string
    ClusterExtId string
    The unique identifier of the cluster which owns this virtual GPU.
    Clusters List<GetHciVirtualGpuResultCluster>
    CreateTime string
    The time when this managed object was created.
    DeviceId double
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    DeviceName string
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fraction double
    The fraction of the physical GPU assigned.
    FrameBufferSizeBytes double
    The frame buffer size in bytes of the virtual GPU.
    GuestDriverVersion string
    The guest driver version of the virtual GPU.
    IsInUse bool
    The in use status of the virtual GPU.
    Licenses List<string>
    MaxInstancesPerVm double
    The maximum instances per VM of the virtual GPU.
    MaxResolution string
    The maximum resolution of the virtual GPU.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumaNode string
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    NumberOfVirtualDisplayHeads double
    The number of virtual display heads of the virtual GPU.
    ObjectType string
    Owners List<string>
    Parents List<GetHciVirtualGpuResultParent>
    PermissionResources List<GetHciVirtualGpuResultPermissionResource>
    RegisteredDevices List<GetHciVirtualGpuResultRegisteredDevice>
    Sbdf string
    The SBDF address of the virtual GPU.
    SharedScope 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.
    Tags List<GetHciVirtualGpuResultTag>
    Type string
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the virtual GPU.
    VersionContexts List<GetHciVirtualGpuResultVersionContext>
    VirtualGpuExtId string
    The unique identifier of the virtual GPU.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds []string
    AllocatedVms []GetHciVirtualGpuResultAllocatedVm
    Ancestors []GetHciVirtualGpuResultAncestor
    Assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    ClassId string
    ClusterExtId string
    The unique identifier of the cluster which owns this virtual GPU.
    Clusters []GetHciVirtualGpuResultCluster
    CreateTime string
    The time when this managed object was created.
    DeviceId float64
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    DeviceName string
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fraction float64
    The fraction of the physical GPU assigned.
    FrameBufferSizeBytes float64
    The frame buffer size in bytes of the virtual GPU.
    GuestDriverVersion string
    The guest driver version of the virtual GPU.
    IsInUse bool
    The in use status of the virtual GPU.
    Licenses []string
    MaxInstancesPerVm float64
    The maximum instances per VM of the virtual GPU.
    MaxResolution string
    The maximum resolution of the virtual GPU.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumaNode string
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    NumberOfVirtualDisplayHeads float64
    The number of virtual display heads of the virtual GPU.
    ObjectType string
    Owners []string
    Parents []GetHciVirtualGpuResultParent
    PermissionResources []GetHciVirtualGpuResultPermissionResource
    RegisteredDevices []GetHciVirtualGpuResultRegisteredDevice
    Sbdf string
    The SBDF address of the virtual GPU.
    SharedScope 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.
    Tags []GetHciVirtualGpuResultTag
    Type string
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the virtual GPU.
    VersionContexts []GetHciVirtualGpuResultVersionContext
    VirtualGpuExtId string
    The unique identifier of the virtual GPU.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<GetHciVirtualGpuResultAllocatedVm>
    ancestors List<GetHciVirtualGpuResultAncestor>
    assignable Boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId String
    clusterExtId String
    The unique identifier of the cluster which owns this virtual GPU.
    clusters List<GetHciVirtualGpuResultCluster>
    createTime String
    The time when this managed object was created.
    deviceId Double
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    deviceName String
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fraction Double
    The fraction of the physical GPU assigned.
    frameBufferSizeBytes Double
    The frame buffer size in bytes of the virtual GPU.
    guestDriverVersion String
    The guest driver version of the virtual GPU.
    isInUse Boolean
    The in use status of the virtual GPU.
    licenses List<String>
    maxInstancesPerVm Double
    The maximum instances per VM of the virtual GPU.
    maxResolution String
    The maximum resolution of the virtual GPU.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numaNode String
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    numberOfVirtualDisplayHeads Double
    The number of virtual display heads of the virtual GPU.
    objectType String
    owners List<String>
    parents List<GetHciVirtualGpuResultParent>
    permissionResources List<GetHciVirtualGpuResultPermissionResource>
    registeredDevices List<GetHciVirtualGpuResultRegisteredDevice>
    sbdf String
    The SBDF address of the virtual GPU.
    sharedScope 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.
    tags List<GetHciVirtualGpuResultTag>
    type String
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the virtual GPU.
    versionContexts List<GetHciVirtualGpuResultVersionContext>
    virtualGpuExtId String
    The unique identifier of the virtual GPU.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    allocatedVmExtIds string[]
    allocatedVms GetHciVirtualGpuResultAllocatedVm[]
    ancestors GetHciVirtualGpuResultAncestor[]
    assignable boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId string
    clusterExtId string
    The unique identifier of the cluster which owns this virtual GPU.
    clusters GetHciVirtualGpuResultCluster[]
    createTime string
    The time when this managed object was created.
    deviceId number
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    deviceName string
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fraction number
    The fraction of the physical GPU assigned.
    frameBufferSizeBytes number
    The frame buffer size in bytes of the virtual GPU.
    guestDriverVersion string
    The guest driver version of the virtual GPU.
    isInUse boolean
    The in use status of the virtual GPU.
    licenses string[]
    maxInstancesPerVm number
    The maximum instances per VM of the virtual GPU.
    maxResolution string
    The maximum resolution of the virtual GPU.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    numaNode string
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    numberOfVirtualDisplayHeads number
    The number of virtual display heads of the virtual GPU.
    objectType string
    owners string[]
    parents GetHciVirtualGpuResultParent[]
    permissionResources GetHciVirtualGpuResultPermissionResource[]
    registeredDevices GetHciVirtualGpuResultRegisteredDevice[]
    sbdf string
    The SBDF address of the virtual GPU.
    sharedScope 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.
    tags GetHciVirtualGpuResultTag[]
    type string
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor string
    The vendor name of the virtual GPU.
    versionContexts GetHciVirtualGpuResultVersionContext[]
    virtualGpuExtId string
    The unique identifier of the virtual GPU.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    allocated_vm_ext_ids Sequence[str]
    allocated_vms Sequence[GetHciVirtualGpuResultAllocatedVm]
    ancestors Sequence[GetHciVirtualGpuResultAncestor]
    assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    class_id str
    cluster_ext_id str
    The unique identifier of the cluster which owns this virtual GPU.
    clusters Sequence[GetHciVirtualGpuResultCluster]
    create_time str
    The time when this managed object was created.
    device_id float
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    device_name str
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fraction float
    The fraction of the physical GPU assigned.
    frame_buffer_size_bytes float
    The frame buffer size in bytes of the virtual GPU.
    guest_driver_version str
    The guest driver version of the virtual GPU.
    is_in_use bool
    The in use status of the virtual GPU.
    licenses Sequence[str]
    max_instances_per_vm float
    The maximum instances per VM of the virtual GPU.
    max_resolution str
    The maximum resolution of the virtual GPU.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    numa_node str
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    number_of_virtual_display_heads float
    The number of virtual display heads of the virtual GPU.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHciVirtualGpuResultParent]
    permission_resources Sequence[GetHciVirtualGpuResultPermissionResource]
    registered_devices Sequence[GetHciVirtualGpuResultRegisteredDevice]
    sbdf str
    The SBDF address of the virtual GPU.
    shared_scope 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.
    tags Sequence[GetHciVirtualGpuResultTag]
    type str
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor str
    The vendor name of the virtual GPU.
    version_contexts Sequence[GetHciVirtualGpuResultVersionContext]
    virtual_gpu_ext_id str
    The unique identifier of the virtual GPU.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<Property Map>
    ancestors List<Property Map>
    assignable Boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId String
    clusterExtId String
    The unique identifier of the cluster which owns this virtual GPU.
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    deviceId Number
    The GPU type of the virtual GPU in an integer format. It is similar to DeviceName which shows the GPU type in string format.
    deviceName String
    The GPU type of the virtual GPU in string format. It is similar to DeviceId which shows the GPU type in integer format.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fraction Number
    The fraction of the physical GPU assigned.
    frameBufferSizeBytes Number
    The frame buffer size in bytes of the virtual GPU.
    guestDriverVersion String
    The guest driver version of the virtual GPU.
    isInUse Boolean
    The in use status of the virtual GPU.
    licenses List<String>
    maxInstancesPerVm Number
    The maximum instances per VM of the virtual GPU.
    maxResolution String
    The maximum resolution of the virtual GPU.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numaNode String
    Each GPU in a system may be physically connected to a specific CPU socket or NUMA node. The numaNode value specifies which node the GPU is associated with. In a NUMA system, a computer's memory is divided into multiple nodes. Each node is a combination of processors and a portion of the system's memory. While processors can access memory from all nodes, they have faster access to the memory in their own node compared to memory in other nodes.
    numberOfVirtualDisplayHeads Number
    The number of virtual display heads of the virtual GPU.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    registeredDevices List<Property Map>
    sbdf String
    The SBDF address of the virtual GPU.
    sharedScope 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.
    tags List<Property Map>
    type String
    The type of the irtual GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the virtual GPU.
    versionContexts List<Property Map>
    virtualGpuExtId String
    The unique identifier of the virtual GPU.

    GetHciVirtualGpuResultAllocatedVm

    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

    GetHciVirtualGpuResultAncestor

    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

    GetHciVirtualGpuResultCluster

    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

    GetHciVirtualGpuResultParent

    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

    GetHciVirtualGpuResultPermissionResource

    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

    GetHciVirtualGpuResultRegisteredDevice

    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

    GetHciVirtualGpuResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetHciVirtualGpuResultVersionContext

    GetHciVirtualGpuResultVersionContextInterestedMo

    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

    GetHciVirtualGpuResultVersionContextRefMo

    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

    GetHciVirtualGpuTag

    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.

    GetHciVirtualGpuVersionContext

    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<GetHciVirtualGpuVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetHciVirtualGpuVersionContextRefMo
    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 []GetHciVirtualGpuVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetHciVirtualGpuVersionContextRefMo
    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<GetHciVirtualGpuVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetHciVirtualGpuVersionContextRefMo
    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 GetHciVirtualGpuVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetHciVirtualGpuVersionContextRefMo
    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[GetHciVirtualGpuVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetHciVirtualGpuVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    GetHciVirtualGpuVersionContextInterestedMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetHciVirtualGpuVersionContextRefMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.68 published on Tuesday, Aug 12, 2025 by ciscodevnet