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

intersight.getHciPhysicalGpu

Explore with Pulumi AI

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

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

    Using getHciPhysicalGpu

    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 getHciPhysicalGpu(args: GetHciPhysicalGpuArgs, opts?: InvokeOptions): Promise<GetHciPhysicalGpuResult>
    function getHciPhysicalGpuOutput(args: GetHciPhysicalGpuOutputArgs, opts?: InvokeOptions): Output<GetHciPhysicalGpuResult>
    def get_hci_physical_gpu(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             allocated_vm_ext_ids: Optional[Sequence[str]] = None,
                             allocated_vms: Optional[Sequence[GetHciPhysicalGpuAllocatedVm]] = None,
                             ancestors: Optional[Sequence[GetHciPhysicalGpuAncestor]] = None,
                             assignable: Optional[bool] = None,
                             class_id: Optional[str] = None,
                             cluster: Optional[GetHciPhysicalGpuCluster] = 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,
                             frame_buffer_size_bytes: Optional[float] = None,
                             id: Optional[str] = None,
                             is_in_use: Optional[bool] = None,
                             mod_time: Optional[str] = None,
                             mode: Optional[str] = None,
                             moid: Optional[str] = None,
                             numa_node: Optional[str] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetHciPhysicalGpuParent] = None,
                             permission_resources: Optional[Sequence[GetHciPhysicalGpuPermissionResource]] = None,
                             physical_gpu_ext_id: Optional[str] = None,
                             registered_device: Optional[GetHciPhysicalGpuRegisteredDevice] = None,
                             sbdf: Optional[str] = None,
                             shared_scope: Optional[str] = None,
                             tags: Optional[Sequence[GetHciPhysicalGpuTag]] = None,
                             type: Optional[str] = None,
                             vendor: Optional[str] = None,
                             version_context: Optional[GetHciPhysicalGpuVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetHciPhysicalGpuResult
    def get_hci_physical_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[GetHciPhysicalGpuAllocatedVmArgs]]]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciPhysicalGpuAncestorArgs]]]] = None,
                             assignable: Optional[pulumi.Input[bool]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             cluster: Optional[pulumi.Input[GetHciPhysicalGpuClusterArgs]] = 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,
                             frame_buffer_size_bytes: Optional[pulumi.Input[float]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             is_in_use: Optional[pulumi.Input[bool]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             mode: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             numa_node: Optional[pulumi.Input[str]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetHciPhysicalGpuParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciPhysicalGpuPermissionResourceArgs]]]] = None,
                             physical_gpu_ext_id: Optional[pulumi.Input[str]] = None,
                             registered_device: Optional[pulumi.Input[GetHciPhysicalGpuRegisteredDeviceArgs]] = None,
                             sbdf: Optional[pulumi.Input[str]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciPhysicalGpuTagArgs]]]] = None,
                             type: Optional[pulumi.Input[str]] = None,
                             vendor: Optional[pulumi.Input[str]] = None,
                             version_context: Optional[pulumi.Input[GetHciPhysicalGpuVersionContextArgs]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetHciPhysicalGpuResult]
    func LookupHciPhysicalGpu(ctx *Context, args *LookupHciPhysicalGpuArgs, opts ...InvokeOption) (*LookupHciPhysicalGpuResult, error)
    func LookupHciPhysicalGpuOutput(ctx *Context, args *LookupHciPhysicalGpuOutputArgs, opts ...InvokeOption) LookupHciPhysicalGpuResultOutput

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

    public static class GetHciPhysicalGpu 
    {
        public static Task<GetHciPhysicalGpuResult> InvokeAsync(GetHciPhysicalGpuArgs args, InvokeOptions? opts = null)
        public static Output<GetHciPhysicalGpuResult> Invoke(GetHciPhysicalGpuInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHciPhysicalGpuResult> getHciPhysicalGpu(GetHciPhysicalGpuArgs args, InvokeOptions options)
    public static Output<GetHciPhysicalGpuResult> getHciPhysicalGpu(GetHciPhysicalGpuArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHciPhysicalGpu:getHciPhysicalGpu
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds List<string>
    AllocatedVms List<GetHciPhysicalGpuAllocatedVm>
    Ancestors List<GetHciPhysicalGpuAncestor>
    Assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    ClassId string
    Cluster GetHciPhysicalGpuCluster
    ClusterExtId string
    The unique identifier of the cluster which owns this physical GPU.
    CreateTime string
    The time when this managed object was created.
    DeviceId double
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    DeviceName string
    The GPU type of the physical 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.
    FrameBufferSizeBytes double
    The frame buffer size in bytes of the physical GPU.
    Id string
    IsInUse bool
    The in use status of the physical GPU.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    ObjectType string
    Owners List<string>
    Parent GetHciPhysicalGpuParent
    PermissionResources List<GetHciPhysicalGpuPermissionResource>
    PhysicalGpuExtId string
    The unique identifier of the physical GPU.
    RegisteredDevice GetHciPhysicalGpuRegisteredDevice
    Sbdf string
    The SBDF address of the physical 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<GetHciPhysicalGpuTag>
    Type string
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the physical GPU.
    VersionContext GetHciPhysicalGpuVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds []string
    AllocatedVms []GetHciPhysicalGpuAllocatedVm
    Ancestors []GetHciPhysicalGpuAncestor
    Assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    ClassId string
    Cluster GetHciPhysicalGpuCluster
    ClusterExtId string
    The unique identifier of the cluster which owns this physical GPU.
    CreateTime string
    The time when this managed object was created.
    DeviceId float64
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    DeviceName string
    The GPU type of the physical 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.
    FrameBufferSizeBytes float64
    The frame buffer size in bytes of the physical GPU.
    Id string
    IsInUse bool
    The in use status of the physical GPU.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    ObjectType string
    Owners []string
    Parent GetHciPhysicalGpuParent
    PermissionResources []GetHciPhysicalGpuPermissionResource
    PhysicalGpuExtId string
    The unique identifier of the physical GPU.
    RegisteredDevice GetHciPhysicalGpuRegisteredDevice
    Sbdf string
    The SBDF address of the physical 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 []GetHciPhysicalGpuTag
    Type string
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the physical GPU.
    VersionContext GetHciPhysicalGpuVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<GetHciPhysicalGpuAllocatedVm>
    ancestors List<GetHciPhysicalGpuAncestor>
    assignable Boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId String
    cluster GetHciPhysicalGpuCluster
    clusterExtId String
    The unique identifier of the cluster which owns this physical GPU.
    createTime String
    The time when this managed object was created.
    deviceId Double
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    deviceName String
    The GPU type of the physical 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.
    frameBufferSizeBytes Double
    The frame buffer size in bytes of the physical GPU.
    id String
    isInUse Boolean
    The in use status of the physical GPU.
    modTime String
    The time when this managed object was last modified.
    mode String
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    objectType String
    owners List<String>
    parent GetHciPhysicalGpuParent
    permissionResources List<GetHciPhysicalGpuPermissionResource>
    physicalGpuExtId String
    The unique identifier of the physical GPU.
    registeredDevice GetHciPhysicalGpuRegisteredDevice
    sbdf String
    The SBDF address of the physical 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<GetHciPhysicalGpuTag>
    type String
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the physical GPU.
    versionContext GetHciPhysicalGpuVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    allocatedVmExtIds string[]
    allocatedVms GetHciPhysicalGpuAllocatedVm[]
    ancestors GetHciPhysicalGpuAncestor[]
    assignable boolean
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    classId string
    cluster GetHciPhysicalGpuCluster
    clusterExtId string
    The unique identifier of the cluster which owns this physical GPU.
    createTime string
    The time when this managed object was created.
    deviceId number
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    deviceName string
    The GPU type of the physical 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.
    frameBufferSizeBytes number
    The frame buffer size in bytes of the physical GPU.
    id string
    isInUse boolean
    The in use status of the physical GPU.
    modTime string
    The time when this managed object was last modified.
    mode string
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    objectType string
    owners string[]
    parent GetHciPhysicalGpuParent
    permissionResources GetHciPhysicalGpuPermissionResource[]
    physicalGpuExtId string
    The unique identifier of the physical GPU.
    registeredDevice GetHciPhysicalGpuRegisteredDevice
    sbdf string
    The SBDF address of the physical 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 GetHciPhysicalGpuTag[]
    type string
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor string
    The vendor name of the physical GPU.
    versionContext GetHciPhysicalGpuVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    allocated_vm_ext_ids Sequence[str]
    allocated_vms Sequence[GetHciPhysicalGpuAllocatedVm]
    ancestors Sequence[GetHciPhysicalGpuAncestor]
    assignable bool
    If the GPU resources is available to be allocated to virtual machines (VMs) within this cluster.
    class_id str
    cluster GetHciPhysicalGpuCluster
    cluster_ext_id str
    The unique identifier of the cluster which owns this physical GPU.
    create_time str
    The time when this managed object was created.
    device_id float
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    device_name str
    The GPU type of the physical 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.
    frame_buffer_size_bytes float
    The frame buffer size in bytes of the physical GPU.
    id str
    is_in_use bool
    The in use status of the physical GPU.
    mod_time str
    The time when this managed object was last modified.
    mode str
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    object_type str
    owners Sequence[str]
    parent GetHciPhysicalGpuParent
    permission_resources Sequence[GetHciPhysicalGpuPermissionResource]
    physical_gpu_ext_id str
    The unique identifier of the physical GPU.
    registered_device GetHciPhysicalGpuRegisteredDevice
    sbdf str
    The SBDF address of the physical 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[GetHciPhysicalGpuTag]
    type str
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor str
    The vendor name of the physical GPU.
    version_context GetHciPhysicalGpuVersionContext
    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 physical GPU.
    createTime String
    The time when this managed object was created.
    deviceId Number
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    deviceName String
    The GPU type of the physical 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.
    frameBufferSizeBytes Number
    The frame buffer size in bytes of the physical GPU.
    id String
    isInUse Boolean
    The in use status of the physical GPU.
    modTime String
    The time when this managed object was last modified.
    mode String
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    physicalGpuExtId String
    The unique identifier of the physical GPU.
    registeredDevice Property Map
    sbdf String
    The SBDF address of the physical 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 physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the physical GPU.
    versionContext Property Map

    getHciPhysicalGpu Result

    The following output properties are available:

    Supporting Types

    GetHciPhysicalGpuAllocatedVm

    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'.

    GetHciPhysicalGpuAncestor

    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'.

    GetHciPhysicalGpuCluster

    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'.

    GetHciPhysicalGpuParent

    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'.

    GetHciPhysicalGpuPermissionResource

    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'.

    GetHciPhysicalGpuRegisteredDevice

    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'.

    GetHciPhysicalGpuResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds List<string>
    AllocatedVms List<GetHciPhysicalGpuResultAllocatedVm>
    Ancestors List<GetHciPhysicalGpuResultAncestor>
    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 physical GPU.
    Clusters List<GetHciPhysicalGpuResultCluster>
    CreateTime string
    The time when this managed object was created.
    DeviceId double
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    DeviceName string
    The GPU type of the physical 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.
    FrameBufferSizeBytes double
    The frame buffer size in bytes of the physical GPU.
    IsInUse bool
    The in use status of the physical GPU.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    ObjectType string
    Owners List<string>
    Parents List<GetHciPhysicalGpuResultParent>
    PermissionResources List<GetHciPhysicalGpuResultPermissionResource>
    PhysicalGpuExtId string
    The unique identifier of the physical GPU.
    RegisteredDevices List<GetHciPhysicalGpuResultRegisteredDevice>
    Sbdf string
    The SBDF address of the physical 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<GetHciPhysicalGpuResultTag>
    Type string
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the physical GPU.
    VersionContexts List<GetHciPhysicalGpuResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AllocatedVmExtIds []string
    AllocatedVms []GetHciPhysicalGpuResultAllocatedVm
    Ancestors []GetHciPhysicalGpuResultAncestor
    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 physical GPU.
    Clusters []GetHciPhysicalGpuResultCluster
    CreateTime string
    The time when this managed object was created.
    DeviceId float64
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    DeviceName string
    The GPU type of the physical 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.
    FrameBufferSizeBytes float64
    The frame buffer size in bytes of the physical GPU.
    IsInUse bool
    The in use status of the physical GPU.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    ObjectType string
    Owners []string
    Parents []GetHciPhysicalGpuResultParent
    PermissionResources []GetHciPhysicalGpuResultPermissionResource
    PhysicalGpuExtId string
    The unique identifier of the physical GPU.
    RegisteredDevices []GetHciPhysicalGpuResultRegisteredDevice
    Sbdf string
    The SBDF address of the physical 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 []GetHciPhysicalGpuResultTag
    Type string
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    Vendor string
    The vendor name of the physical GPU.
    VersionContexts []GetHciPhysicalGpuResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    allocatedVmExtIds List<String>
    allocatedVms List<GetHciPhysicalGpuResultAllocatedVm>
    ancestors List<GetHciPhysicalGpuResultAncestor>
    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 physical GPU.
    clusters List<GetHciPhysicalGpuResultCluster>
    createTime String
    The time when this managed object was created.
    deviceId Double
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    deviceName String
    The GPU type of the physical 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.
    frameBufferSizeBytes Double
    The frame buffer size in bytes of the physical GPU.
    isInUse Boolean
    The in use status of the physical GPU.
    modTime String
    The time when this managed object was last modified.
    mode String
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    objectType String
    owners List<String>
    parents List<GetHciPhysicalGpuResultParent>
    permissionResources List<GetHciPhysicalGpuResultPermissionResource>
    physicalGpuExtId String
    The unique identifier of the physical GPU.
    registeredDevices List<GetHciPhysicalGpuResultRegisteredDevice>
    sbdf String
    The SBDF address of the physical 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<GetHciPhysicalGpuResultTag>
    type String
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the physical GPU.
    versionContexts List<GetHciPhysicalGpuResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    allocatedVmExtIds string[]
    allocatedVms GetHciPhysicalGpuResultAllocatedVm[]
    ancestors GetHciPhysicalGpuResultAncestor[]
    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 physical GPU.
    clusters GetHciPhysicalGpuResultCluster[]
    createTime string
    The time when this managed object was created.
    deviceId number
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    deviceName string
    The GPU type of the physical 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.
    frameBufferSizeBytes number
    The frame buffer size in bytes of the physical GPU.
    isInUse boolean
    The in use status of the physical GPU.
    modTime string
    The time when this managed object was last modified.
    mode string
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    objectType string
    owners string[]
    parents GetHciPhysicalGpuResultParent[]
    permissionResources GetHciPhysicalGpuResultPermissionResource[]
    physicalGpuExtId string
    The unique identifier of the physical GPU.
    registeredDevices GetHciPhysicalGpuResultRegisteredDevice[]
    sbdf string
    The SBDF address of the physical 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 GetHciPhysicalGpuResultTag[]
    type string
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor string
    The vendor name of the physical GPU.
    versionContexts GetHciPhysicalGpuResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    allocated_vm_ext_ids Sequence[str]
    allocated_vms Sequence[GetHciPhysicalGpuResultAllocatedVm]
    ancestors Sequence[GetHciPhysicalGpuResultAncestor]
    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 physical GPU.
    clusters Sequence[GetHciPhysicalGpuResultCluster]
    create_time str
    The time when this managed object was created.
    device_id float
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    device_name str
    The GPU type of the physical 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.
    frame_buffer_size_bytes float
    The frame buffer size in bytes of the physical GPU.
    is_in_use bool
    The in use status of the physical GPU.
    mod_time str
    The time when this managed object was last modified.
    mode str
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHciPhysicalGpuResultParent]
    permission_resources Sequence[GetHciPhysicalGpuResultPermissionResource]
    physical_gpu_ext_id str
    The unique identifier of the physical GPU.
    registered_devices Sequence[GetHciPhysicalGpuResultRegisteredDevice]
    sbdf str
    The SBDF address of the physical 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[GetHciPhysicalGpuResultTag]
    type str
    The type of the physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor str
    The vendor name of the physical GPU.
    version_contexts Sequence[GetHciPhysicalGpuResultVersionContext]
    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 physical GPU.
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    deviceId Number
    The GPU type of the physical GPU in an integer format. It is similar to DeviceNamewhich shows the GPU type in string format.
    deviceName String
    The GPU type of the physical 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.
    frameBufferSizeBytes Number
    The frame buffer size in bytes of the physical GPU.
    isInUse Boolean
    The in use status of the physical GPU.
    modTime String
    The time when this managed object was last modified.
    mode String
    The mode of the physical GPU. Possible values are - UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
    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.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    physicalGpuExtId String
    The unique identifier of the physical GPU.
    registeredDevices List<Property Map>
    sbdf String
    The SBDF address of the physical 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 physical GPU. Possible values are PASSTHROUGH_GRAPHICS, PASSTHROUGH_COMPUTE, VIRTUAL.
    vendor String
    The vendor name of the physical GPU.
    versionContexts List<Property Map>

    GetHciPhysicalGpuResultAllocatedVm

    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

    GetHciPhysicalGpuResultAncestor

    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

    GetHciPhysicalGpuResultCluster

    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

    GetHciPhysicalGpuResultParent

    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

    GetHciPhysicalGpuResultPermissionResource

    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

    GetHciPhysicalGpuResultRegisteredDevice

    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

    GetHciPhysicalGpuResultTag

    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

    GetHciPhysicalGpuResultVersionContext

    GetHciPhysicalGpuResultVersionContextInterestedMo

    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

    GetHciPhysicalGpuResultVersionContextRefMo

    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

    GetHciPhysicalGpuTag

    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.

    GetHciPhysicalGpuVersionContext

    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<GetHciPhysicalGpuVersionContextInterestedMo>
    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 GetHciPhysicalGpuVersionContextRefMo
    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 []GetHciPhysicalGpuVersionContextInterestedMo
    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 GetHciPhysicalGpuVersionContextRefMo
    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<GetHciPhysicalGpuVersionContextInterestedMo>
    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 GetHciPhysicalGpuVersionContextRefMo
    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 GetHciPhysicalGpuVersionContextInterestedMo[]
    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 GetHciPhysicalGpuVersionContextRefMo
    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[GetHciPhysicalGpuVersionContextInterestedMo]
    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 GetHciPhysicalGpuVersionContextRefMo
    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.

    GetHciPhysicalGpuVersionContextInterestedMo

    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'.

    GetHciPhysicalGpuVersionContextRefMo

    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