1. Packages
  2. Intersight Provider
  3. API Docs
  4. getGraphicsCard
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getGraphicsCard

Explore with Pulumi AI

intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

Graphics Card present in a server.

Using getGraphicsCard

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 getGraphicsCard(args: GetGraphicsCardArgs, opts?: InvokeOptions): Promise<GetGraphicsCardResult>
function getGraphicsCardOutput(args: GetGraphicsCardOutputArgs, opts?: InvokeOptions): Output<GetGraphicsCardResult>
Copy
def get_graphics_card(account_moid: Optional[str] = None,
                      additional_properties: Optional[str] = None,
                      ancestors: Optional[Sequence[GetGraphicsCardAncestor]] = None,
                      card_id: Optional[float] = None,
                      class_id: Optional[str] = None,
                      compute_blade: Optional[GetGraphicsCardComputeBlade] = None,
                      compute_board: Optional[GetGraphicsCardComputeBoard] = None,
                      compute_rack_unit: Optional[GetGraphicsCardComputeRackUnit] = None,
                      create_time: Optional[str] = None,
                      description: Optional[str] = None,
                      device_id: Optional[float] = None,
                      device_mo_id: Optional[str] = None,
                      dn: Optional[str] = None,
                      domain_group_moid: Optional[str] = None,
                      expander_slot: Optional[str] = None,
                      firmware_version: Optional[str] = None,
                      gpu_id: Optional[str] = None,
                      graphics_controllers: Optional[Sequence[GetGraphicsCardGraphicsController]] = None,
                      id: Optional[str] = None,
                      inventory_device_info: Optional[GetGraphicsCardInventoryDeviceInfo] = None,
                      is_platform_supported: Optional[bool] = None,
                      is_upgraded: Optional[bool] = None,
                      mod_time: Optional[str] = None,
                      mode: Optional[str] = None,
                      model: Optional[str] = None,
                      moid: Optional[str] = None,
                      num_gpus: Optional[str] = None,
                      object_type: Optional[str] = None,
                      oper_reasons: Optional[Sequence[str]] = None,
                      oper_state: Optional[str] = None,
                      owners: Optional[Sequence[str]] = None,
                      parent: Optional[GetGraphicsCardParent] = None,
                      part_number: Optional[str] = None,
                      pci_address: Optional[str] = None,
                      pci_address_list: Optional[str] = None,
                      pci_device: Optional[GetGraphicsCardPciDevice] = None,
                      pci_node: Optional[GetGraphicsCardPciNode] = None,
                      pci_slot: Optional[str] = None,
                      permission_resources: Optional[Sequence[GetGraphicsCardPermissionResource]] = None,
                      pid: Optional[str] = None,
                      presence: Optional[str] = None,
                      previous_fru: Optional[GetGraphicsCardPreviousFru] = None,
                      registered_device: Optional[GetGraphicsCardRegisteredDevice] = None,
                      revision: Optional[str] = None,
                      rn: Optional[str] = None,
                      running_firmwares: Optional[Sequence[GetGraphicsCardRunningFirmware]] = None,
                      serial: Optional[str] = None,
                      shared_scope: Optional[str] = None,
                      sub_device_id: Optional[float] = None,
                      sub_vendor_id: Optional[float] = None,
                      tags: Optional[Sequence[GetGraphicsCardTag]] = None,
                      vendor: Optional[str] = None,
                      vendor_id: Optional[float] = None,
                      version_context: Optional[GetGraphicsCardVersionContext] = None,
                      opts: Optional[InvokeOptions] = None) -> GetGraphicsCardResult
def get_graphics_card_output(account_moid: Optional[pulumi.Input[str]] = None,
                      additional_properties: Optional[pulumi.Input[str]] = None,
                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardAncestorArgs]]]] = None,
                      card_id: Optional[pulumi.Input[float]] = None,
                      class_id: Optional[pulumi.Input[str]] = None,
                      compute_blade: Optional[pulumi.Input[GetGraphicsCardComputeBladeArgs]] = None,
                      compute_board: Optional[pulumi.Input[GetGraphicsCardComputeBoardArgs]] = None,
                      compute_rack_unit: Optional[pulumi.Input[GetGraphicsCardComputeRackUnitArgs]] = None,
                      create_time: Optional[pulumi.Input[str]] = None,
                      description: Optional[pulumi.Input[str]] = None,
                      device_id: Optional[pulumi.Input[float]] = None,
                      device_mo_id: Optional[pulumi.Input[str]] = None,
                      dn: Optional[pulumi.Input[str]] = None,
                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                      expander_slot: Optional[pulumi.Input[str]] = None,
                      firmware_version: Optional[pulumi.Input[str]] = None,
                      gpu_id: Optional[pulumi.Input[str]] = None,
                      graphics_controllers: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardGraphicsControllerArgs]]]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      inventory_device_info: Optional[pulumi.Input[GetGraphicsCardInventoryDeviceInfoArgs]] = None,
                      is_platform_supported: Optional[pulumi.Input[bool]] = None,
                      is_upgraded: Optional[pulumi.Input[bool]] = None,
                      mod_time: Optional[pulumi.Input[str]] = None,
                      mode: Optional[pulumi.Input[str]] = None,
                      model: Optional[pulumi.Input[str]] = None,
                      moid: Optional[pulumi.Input[str]] = None,
                      num_gpus: Optional[pulumi.Input[str]] = None,
                      object_type: Optional[pulumi.Input[str]] = None,
                      oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                      oper_state: Optional[pulumi.Input[str]] = None,
                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                      parent: Optional[pulumi.Input[GetGraphicsCardParentArgs]] = None,
                      part_number: Optional[pulumi.Input[str]] = None,
                      pci_address: Optional[pulumi.Input[str]] = None,
                      pci_address_list: Optional[pulumi.Input[str]] = None,
                      pci_device: Optional[pulumi.Input[GetGraphicsCardPciDeviceArgs]] = None,
                      pci_node: Optional[pulumi.Input[GetGraphicsCardPciNodeArgs]] = None,
                      pci_slot: Optional[pulumi.Input[str]] = None,
                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardPermissionResourceArgs]]]] = None,
                      pid: Optional[pulumi.Input[str]] = None,
                      presence: Optional[pulumi.Input[str]] = None,
                      previous_fru: Optional[pulumi.Input[GetGraphicsCardPreviousFruArgs]] = None,
                      registered_device: Optional[pulumi.Input[GetGraphicsCardRegisteredDeviceArgs]] = None,
                      revision: Optional[pulumi.Input[str]] = None,
                      rn: Optional[pulumi.Input[str]] = None,
                      running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardRunningFirmwareArgs]]]] = None,
                      serial: Optional[pulumi.Input[str]] = None,
                      shared_scope: Optional[pulumi.Input[str]] = None,
                      sub_device_id: Optional[pulumi.Input[float]] = None,
                      sub_vendor_id: Optional[pulumi.Input[float]] = None,
                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardTagArgs]]]] = None,
                      vendor: Optional[pulumi.Input[str]] = None,
                      vendor_id: Optional[pulumi.Input[float]] = None,
                      version_context: Optional[pulumi.Input[GetGraphicsCardVersionContextArgs]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetGraphicsCardResult]
Copy
func LookupGraphicsCard(ctx *Context, args *LookupGraphicsCardArgs, opts ...InvokeOption) (*LookupGraphicsCardResult, error)
func LookupGraphicsCardOutput(ctx *Context, args *LookupGraphicsCardOutputArgs, opts ...InvokeOption) LookupGraphicsCardResultOutput
Copy

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

public static class GetGraphicsCard 
{
    public static Task<GetGraphicsCardResult> InvokeAsync(GetGraphicsCardArgs args, InvokeOptions? opts = null)
    public static Output<GetGraphicsCardResult> Invoke(GetGraphicsCardInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGraphicsCardResult> getGraphicsCard(GetGraphicsCardArgs args, InvokeOptions options)
public static Output<GetGraphicsCardResult> getGraphicsCard(GetGraphicsCardArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getGraphicsCard:getGraphicsCard
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetGraphicsCardAncestor>
CardId double
The id of the graphics card.
ClassId string
ComputeBlade GetGraphicsCardComputeBlade
ComputeBoard GetGraphicsCardComputeBoard
ComputeRackUnit GetGraphicsCardComputeRackUnit
CreateTime string
The time when this managed object was created.
Description string
This field displays the description of the Graphics Processing Unit.
DeviceId double
The device id of the graphics card.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
ExpanderSlot string
The expander slot information of the card.
FirmwareVersion string
The firmware version of the graphics card.
GpuId string
The identifier of the graphics processor unit.
GraphicsControllers List<GetGraphicsCardGraphicsController>
Id string
InventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
IsPlatformSupported bool
This field indicates whether the Graphics Processing Unit is supported on the server or not.
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime string
The time when this managed object was last modified.
Mode string
The current mode of the graphics card.
Model string
This field displays the model number of the associated component or hardware.
Moid string
The unique identifier of this Managed Object instance.
NumGpus string
The number of controllers under each card.
ObjectType string
OperReasons List<string>
OperState string
The current operational state of the graphics card.
Owners List<string>
Parent GetGraphicsCardParent
PartNumber string
This field displays the part number of the Graphics Processing Unit.
PciAddress string
The PCI address of the graphics card.
PciAddressList string
This list contains the PCI address of all controllers for corresponding card.
PciDevice GetGraphicsCardPciDevice
PciNode GetGraphicsCardPciNode
PciSlot string
The PCI slot name of the graphics card.
PermissionResources List<GetGraphicsCardPermissionResource>
Pid string
This field displays the product ID of the Graphics Processing Unit.
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetGraphicsCardPreviousFru
RegisteredDevice GetGraphicsCardRegisteredDevice
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
RunningFirmwares List<GetGraphicsCardRunningFirmware>
Serial string
This field displays the serial number of the associated component or hardware.
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.
SubDeviceId double
The sub device id of the graphics processor unit.
SubVendorId double
The sub vendor id of the graphics processor unit.
Tags List<GetGraphicsCardTag>
Vendor string
This field displays the vendor information of the associated component or hardware.
VendorId double
The vendor id of the graphics processor unit.
VersionContext GetGraphicsCardVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetGraphicsCardAncestor
CardId float64
The id of the graphics card.
ClassId string
ComputeBlade GetGraphicsCardComputeBlade
ComputeBoard GetGraphicsCardComputeBoard
ComputeRackUnit GetGraphicsCardComputeRackUnit
CreateTime string
The time when this managed object was created.
Description string
This field displays the description of the Graphics Processing Unit.
DeviceId float64
The device id of the graphics card.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
ExpanderSlot string
The expander slot information of the card.
FirmwareVersion string
The firmware version of the graphics card.
GpuId string
The identifier of the graphics processor unit.
GraphicsControllers []GetGraphicsCardGraphicsController
Id string
InventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
IsPlatformSupported bool
This field indicates whether the Graphics Processing Unit is supported on the server or not.
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime string
The time when this managed object was last modified.
Mode string
The current mode of the graphics card.
Model string
This field displays the model number of the associated component or hardware.
Moid string
The unique identifier of this Managed Object instance.
NumGpus string
The number of controllers under each card.
ObjectType string
OperReasons []string
OperState string
The current operational state of the graphics card.
Owners []string
Parent GetGraphicsCardParent
PartNumber string
This field displays the part number of the Graphics Processing Unit.
PciAddress string
The PCI address of the graphics card.
PciAddressList string
This list contains the PCI address of all controllers for corresponding card.
PciDevice GetGraphicsCardPciDevice
PciNode GetGraphicsCardPciNode
PciSlot string
The PCI slot name of the graphics card.
PermissionResources []GetGraphicsCardPermissionResource
Pid string
This field displays the product ID of the Graphics Processing Unit.
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetGraphicsCardPreviousFru
RegisteredDevice GetGraphicsCardRegisteredDevice
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
RunningFirmwares []GetGraphicsCardRunningFirmware
Serial string
This field displays the serial number of the associated component or hardware.
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.
SubDeviceId float64
The sub device id of the graphics processor unit.
SubVendorId float64
The sub vendor id of the graphics processor unit.
Tags []GetGraphicsCardTag
Vendor string
This field displays the vendor information of the associated component or hardware.
VendorId float64
The vendor id of the graphics processor unit.
VersionContext GetGraphicsCardVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetGraphicsCardAncestor>
cardId Double
The id of the graphics card.
classId String
computeBlade GetGraphicsCardComputeBlade
computeBoard GetGraphicsCardComputeBoard
computeRackUnit GetGraphicsCardComputeRackUnit
createTime String
The time when this managed object was created.
description String
This field displays the description of the Graphics Processing Unit.
deviceId Double
The device id of the graphics card.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
expanderSlot String
The expander slot information of the card.
firmwareVersion String
The firmware version of the graphics card.
gpuId String
The identifier of the graphics processor unit.
graphicsControllers List<GetGraphicsCardGraphicsController>
id String
inventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
isPlatformSupported Boolean
This field indicates whether the Graphics Processing Unit is supported on the server or not.
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime String
The time when this managed object was last modified.
mode String
The current mode of the graphics card.
model String
This field displays the model number of the associated component or hardware.
moid String
The unique identifier of this Managed Object instance.
numGpus String
The number of controllers under each card.
objectType String
operReasons List<String>
operState String
The current operational state of the graphics card.
owners List<String>
parent GetGraphicsCardParent
partNumber String
This field displays the part number of the Graphics Processing Unit.
pciAddress String
The PCI address of the graphics card.
pciAddressList String
This list contains the PCI address of all controllers for corresponding card.
pciDevice GetGraphicsCardPciDevice
pciNode GetGraphicsCardPciNode
pciSlot String
The PCI slot name of the graphics card.
permissionResources List<GetGraphicsCardPermissionResource>
pid String
This field displays the product ID of the Graphics Processing Unit.
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetGraphicsCardPreviousFru
registeredDevice GetGraphicsCardRegisteredDevice
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
runningFirmwares List<GetGraphicsCardRunningFirmware>
serial String
This field displays the serial number of the associated component or hardware.
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.
subDeviceId Double
The sub device id of the graphics processor unit.
subVendorId Double
The sub vendor id of the graphics processor unit.
tags List<GetGraphicsCardTag>
vendor String
This field displays the vendor information of the associated component or hardware.
vendorId Double
The vendor id of the graphics processor unit.
versionContext GetGraphicsCardVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetGraphicsCardAncestor[]
cardId number
The id of the graphics card.
classId string
computeBlade GetGraphicsCardComputeBlade
computeBoard GetGraphicsCardComputeBoard
computeRackUnit GetGraphicsCardComputeRackUnit
createTime string
The time when this managed object was created.
description string
This field displays the description of the Graphics Processing Unit.
deviceId number
The device id of the graphics card.
deviceMoId string
The database identifier of the registered device of an object.
dn string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid string
The DomainGroup ID for this managed object.
expanderSlot string
The expander slot information of the card.
firmwareVersion string
The firmware version of the graphics card.
gpuId string
The identifier of the graphics processor unit.
graphicsControllers GetGraphicsCardGraphicsController[]
id string
inventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
isPlatformSupported boolean
This field indicates whether the Graphics Processing Unit is supported on the server or not.
isUpgraded boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime string
The time when this managed object was last modified.
mode string
The current mode of the graphics card.
model string
This field displays the model number of the associated component or hardware.
moid string
The unique identifier of this Managed Object instance.
numGpus string
The number of controllers under each card.
objectType string
operReasons string[]
operState string
The current operational state of the graphics card.
owners string[]
parent GetGraphicsCardParent
partNumber string
This field displays the part number of the Graphics Processing Unit.
pciAddress string
The PCI address of the graphics card.
pciAddressList string
This list contains the PCI address of all controllers for corresponding card.
pciDevice GetGraphicsCardPciDevice
pciNode GetGraphicsCardPciNode
pciSlot string
The PCI slot name of the graphics card.
permissionResources GetGraphicsCardPermissionResource[]
pid string
This field displays the product ID of the Graphics Processing Unit.
presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetGraphicsCardPreviousFru
registeredDevice GetGraphicsCardRegisteredDevice
revision string
This field displays the revised version of the associated component or hardware (if any).
rn string
The Relative Name uniquely identifies an object within a given context.
runningFirmwares GetGraphicsCardRunningFirmware[]
serial string
This field displays the serial number of the associated component or hardware.
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.
subDeviceId number
The sub device id of the graphics processor unit.
subVendorId number
The sub vendor id of the graphics processor unit.
tags GetGraphicsCardTag[]
vendor string
This field displays the vendor information of the associated component or hardware.
vendorId number
The vendor id of the graphics processor unit.
versionContext GetGraphicsCardVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetGraphicsCardAncestor]
card_id float
The id of the graphics card.
class_id str
compute_blade GetGraphicsCardComputeBlade
compute_board GetGraphicsCardComputeBoard
compute_rack_unit GetGraphicsCardComputeRackUnit
create_time str
The time when this managed object was created.
description str
This field displays the description of the Graphics Processing Unit.
device_id float
The device id of the graphics card.
device_mo_id str
The database identifier of the registered device of an object.
dn str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid str
The DomainGroup ID for this managed object.
expander_slot str
The expander slot information of the card.
firmware_version str
The firmware version of the graphics card.
gpu_id str
The identifier of the graphics processor unit.
graphics_controllers Sequence[GetGraphicsCardGraphicsController]
id str
inventory_device_info GetGraphicsCardInventoryDeviceInfo
is_platform_supported bool
This field indicates whether the Graphics Processing Unit is supported on the server or not.
is_upgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
mod_time str
The time when this managed object was last modified.
mode str
The current mode of the graphics card.
model str
This field displays the model number of the associated component or hardware.
moid str
The unique identifier of this Managed Object instance.
num_gpus str
The number of controllers under each card.
object_type str
oper_reasons Sequence[str]
oper_state str
The current operational state of the graphics card.
owners Sequence[str]
parent GetGraphicsCardParent
part_number str
This field displays the part number of the Graphics Processing Unit.
pci_address str
The PCI address of the graphics card.
pci_address_list str
This list contains the PCI address of all controllers for corresponding card.
pci_device GetGraphicsCardPciDevice
pci_node GetGraphicsCardPciNode
pci_slot str
The PCI slot name of the graphics card.
permission_resources Sequence[GetGraphicsCardPermissionResource]
pid str
This field displays the product ID of the Graphics Processing Unit.
presence str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_fru GetGraphicsCardPreviousFru
registered_device GetGraphicsCardRegisteredDevice
revision str
This field displays the revised version of the associated component or hardware (if any).
rn str
The Relative Name uniquely identifies an object within a given context.
running_firmwares Sequence[GetGraphicsCardRunningFirmware]
serial str
This field displays the serial number of the associated component or hardware.
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.
sub_device_id float
The sub device id of the graphics processor unit.
sub_vendor_id float
The sub vendor id of the graphics processor unit.
tags Sequence[GetGraphicsCardTag]
vendor str
This field displays the vendor information of the associated component or hardware.
vendor_id float
The vendor id of the graphics processor unit.
version_context GetGraphicsCardVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
cardId Number
The id of the graphics card.
classId String
computeBlade Property Map
computeBoard Property Map
computeRackUnit Property Map
createTime String
The time when this managed object was created.
description String
This field displays the description of the Graphics Processing Unit.
deviceId Number
The device id of the graphics card.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
expanderSlot String
The expander slot information of the card.
firmwareVersion String
The firmware version of the graphics card.
gpuId String
The identifier of the graphics processor unit.
graphicsControllers List<Property Map>
id String
inventoryDeviceInfo Property Map
isPlatformSupported Boolean
This field indicates whether the Graphics Processing Unit is supported on the server or not.
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime String
The time when this managed object was last modified.
mode String
The current mode of the graphics card.
model String
This field displays the model number of the associated component or hardware.
moid String
The unique identifier of this Managed Object instance.
numGpus String
The number of controllers under each card.
objectType String
operReasons List<String>
operState String
The current operational state of the graphics card.
owners List<String>
parent Property Map
partNumber String
This field displays the part number of the Graphics Processing Unit.
pciAddress String
The PCI address of the graphics card.
pciAddressList String
This list contains the PCI address of all controllers for corresponding card.
pciDevice Property Map
pciNode Property Map
pciSlot String
The PCI slot name of the graphics card.
permissionResources List<Property Map>
pid String
This field displays the product ID of the Graphics Processing Unit.
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru Property Map
registeredDevice Property Map
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
runningFirmwares List<Property Map>
serial String
This field displays the serial number of the associated component or hardware.
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.
subDeviceId Number
The sub device id of the graphics processor unit.
subVendorId Number
The sub vendor id of the graphics processor unit.
tags List<Property Map>
vendor String
This field displays the vendor information of the associated component or hardware.
vendorId Number
The vendor id of the graphics processor unit.
versionContext Property Map

getGraphicsCard Result

The following output properties are available:

Id string
Results List<GetGraphicsCardResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetGraphicsCardAncestor>
CardId double
ClassId string
ComputeBlade GetGraphicsCardComputeBlade
ComputeBoard GetGraphicsCardComputeBoard
ComputeRackUnit GetGraphicsCardComputeRackUnit
CreateTime string
Description string
DeviceId double
DeviceMoId string
Dn string
DomainGroupMoid string
ExpanderSlot string
FirmwareVersion string
GpuId string
GraphicsControllers List<GetGraphicsCardGraphicsController>
InventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
IsPlatformSupported bool
IsUpgraded bool
ModTime string
Mode string
Model string
Moid string
NumGpus string
ObjectType string
OperReasons List<string>
OperState string
Owners List<string>
Parent GetGraphicsCardParent
PartNumber string
PciAddress string
PciAddressList string
PciDevice GetGraphicsCardPciDevice
PciNode GetGraphicsCardPciNode
PciSlot string
PermissionResources List<GetGraphicsCardPermissionResource>
Pid string
Presence string
PreviousFru GetGraphicsCardPreviousFru
RegisteredDevice GetGraphicsCardRegisteredDevice
Revision string
Rn string
RunningFirmwares List<GetGraphicsCardRunningFirmware>
Serial string
SharedScope string
SubDeviceId double
SubVendorId double
Tags List<GetGraphicsCardTag>
Vendor string
VendorId double
VersionContext GetGraphicsCardVersionContext
Id string
Results []GetGraphicsCardResult
AccountMoid string
AdditionalProperties string
Ancestors []GetGraphicsCardAncestor
CardId float64
ClassId string
ComputeBlade GetGraphicsCardComputeBlade
ComputeBoard GetGraphicsCardComputeBoard
ComputeRackUnit GetGraphicsCardComputeRackUnit
CreateTime string
Description string
DeviceId float64
DeviceMoId string
Dn string
DomainGroupMoid string
ExpanderSlot string
FirmwareVersion string
GpuId string
GraphicsControllers []GetGraphicsCardGraphicsController
InventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
IsPlatformSupported bool
IsUpgraded bool
ModTime string
Mode string
Model string
Moid string
NumGpus string
ObjectType string
OperReasons []string
OperState string
Owners []string
Parent GetGraphicsCardParent
PartNumber string
PciAddress string
PciAddressList string
PciDevice GetGraphicsCardPciDevice
PciNode GetGraphicsCardPciNode
PciSlot string
PermissionResources []GetGraphicsCardPermissionResource
Pid string
Presence string
PreviousFru GetGraphicsCardPreviousFru
RegisteredDevice GetGraphicsCardRegisteredDevice
Revision string
Rn string
RunningFirmwares []GetGraphicsCardRunningFirmware
Serial string
SharedScope string
SubDeviceId float64
SubVendorId float64
Tags []GetGraphicsCardTag
Vendor string
VendorId float64
VersionContext GetGraphicsCardVersionContext
id String
results List<GetGraphicsCardResult>
accountMoid String
additionalProperties String
ancestors List<GetGraphicsCardAncestor>
cardId Double
classId String
computeBlade GetGraphicsCardComputeBlade
computeBoard GetGraphicsCardComputeBoard
computeRackUnit GetGraphicsCardComputeRackUnit
createTime String
description String
deviceId Double
deviceMoId String
dn String
domainGroupMoid String
expanderSlot String
firmwareVersion String
gpuId String
graphicsControllers List<GetGraphicsCardGraphicsController>
inventoryDeviceInfo GetGraphicsCardInventoryDeviceInfo
isPlatformSupported Boolean
isUpgraded Boolean
modTime String
mode String
model String
moid String
numGpus String
objectType String
operReasons List<String>
operState String
owners List<String>
parent GetGraphicsCardParent
partNumber String
pciAddress String
pciAddressList String
pciDevice GetGraphicsCardPciDevice
pciNode GetGraphicsCardPciNode
pciSlot String
permissionResources List<GetGraphicsCardPermissionResource>
pid String
presence String
previousFru GetGraphicsCardPreviousFru
registeredDevice GetGraphicsCardRegisteredDevice
revision String
rn String
runningFirmwares List<GetGraphicsCardRunningFirmware>
serial String
sharedScope String
subDeviceId Double
subVendorId Double
tags List<GetGraphicsCardTag>
vendor String
vendorId Double
versionContext GetGraphicsCardVersionContext
id str
results Sequence[GetGraphicsCardResult]
account_moid str
additional_properties str
ancestors Sequence[GetGraphicsCardAncestor]
card_id float
class_id str
compute_blade GetGraphicsCardComputeBlade
compute_board GetGraphicsCardComputeBoard
compute_rack_unit GetGraphicsCardComputeRackUnit
create_time str
description str
device_id float
device_mo_id str
dn str
domain_group_moid str
expander_slot str
firmware_version str
gpu_id str
graphics_controllers Sequence[GetGraphicsCardGraphicsController]
inventory_device_info GetGraphicsCardInventoryDeviceInfo
is_platform_supported bool
is_upgraded bool
mod_time str
mode str
model str
moid str
num_gpus str
object_type str
oper_reasons Sequence[str]
oper_state str
owners Sequence[str]
parent GetGraphicsCardParent
part_number str
pci_address str
pci_address_list str
pci_device GetGraphicsCardPciDevice
pci_node GetGraphicsCardPciNode
pci_slot str
permission_resources Sequence[GetGraphicsCardPermissionResource]
pid str
presence str
previous_fru GetGraphicsCardPreviousFru
registered_device GetGraphicsCardRegisteredDevice
revision str
rn str
running_firmwares Sequence[GetGraphicsCardRunningFirmware]
serial str
shared_scope str
sub_device_id float
sub_vendor_id float
tags Sequence[GetGraphicsCardTag]
vendor str
vendor_id float
version_context GetGraphicsCardVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
cardId Number
classId String
computeBlade Property Map
computeBoard Property Map
computeRackUnit Property Map
createTime String
description String
deviceId Number
deviceMoId String
dn String
domainGroupMoid String
expanderSlot String
firmwareVersion String
gpuId String
graphicsControllers List<Property Map>
inventoryDeviceInfo Property Map
isPlatformSupported Boolean
isUpgraded Boolean
modTime String
mode String
model String
moid String
numGpus String
objectType String
operReasons List<String>
operState String
owners List<String>
parent Property Map
partNumber String
pciAddress String
pciAddressList String
pciDevice Property Map
pciNode Property Map
pciSlot String
permissionResources List<Property Map>
pid String
presence String
previousFru Property Map
registeredDevice Property Map
revision String
rn String
runningFirmwares List<Property Map>
serial String
sharedScope String
subDeviceId Number
subVendorId Number
tags List<Property Map>
vendor String
vendorId Number
versionContext Property Map

Supporting Types

GetGraphicsCardAncestor

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

GetGraphicsCardComputeBlade

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

GetGraphicsCardComputeBoard

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

GetGraphicsCardComputeRackUnit

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

GetGraphicsCardGraphicsController

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

GetGraphicsCardInventoryDeviceInfo

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

GetGraphicsCardParent

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

GetGraphicsCardPciDevice

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

GetGraphicsCardPciNode

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

GetGraphicsCardPermissionResource

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

GetGraphicsCardPreviousFru

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

GetGraphicsCardRegisteredDevice

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

GetGraphicsCardResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetGraphicsCardResultAncestor>
CardId This property is required. double
The id of the graphics card.
ClassId This property is required. string
ComputeBlades This property is required. List<GetGraphicsCardResultComputeBlade>
ComputeBoards This property is required. List<GetGraphicsCardResultComputeBoard>
ComputeRackUnits This property is required. List<GetGraphicsCardResultComputeRackUnit>
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
This field displays the description of the Graphics Processing Unit.
DeviceId This property is required. double
The device id of the graphics card.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ExpanderSlot This property is required. string
The expander slot information of the card.
FirmwareVersion This property is required. string
The firmware version of the graphics card.
GpuId This property is required. string
The identifier of the graphics processor unit.
GraphicsControllers This property is required. List<GetGraphicsCardResultGraphicsController>
InventoryDeviceInfos This property is required. List<GetGraphicsCardResultInventoryDeviceInfo>
IsPlatformSupported This property is required. bool
This field indicates whether the Graphics Processing Unit is supported on the server or not.
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime This property is required. string
The time when this managed object was last modified.
Mode This property is required. string
The current mode of the graphics card.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NumGpus This property is required. string
The number of controllers under each card.
ObjectType This property is required. string
OperReasons This property is required. List<string>
OperState This property is required. string
The current operational state of the graphics card.
Owners This property is required. List<string>
Parents This property is required. List<GetGraphicsCardResultParent>
PartNumber This property is required. string
This field displays the part number of the Graphics Processing Unit.
PciAddress This property is required. string
The PCI address of the graphics card.
PciAddressList This property is required. string
This list contains the PCI address of all controllers for corresponding card.
PciDevices This property is required. List<GetGraphicsCardResultPciDevice>
PciNodes This property is required. List<GetGraphicsCardResultPciNode>
PciSlot This property is required. string
The PCI slot name of the graphics card.
PermissionResources This property is required. List<GetGraphicsCardResultPermissionResource>
Pid This property is required. string
This field displays the product ID of the Graphics Processing Unit.
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. List<GetGraphicsCardResultPreviousFrus>
RegisteredDevices This property is required. List<GetGraphicsCardResultRegisteredDevice>
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
RunningFirmwares This property is required. List<GetGraphicsCardResultRunningFirmware>
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. 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.
SubDeviceId This property is required. double
The sub device id of the graphics processor unit.
SubVendorId This property is required. double
The sub vendor id of the graphics processor unit.
Tags This property is required. List<GetGraphicsCardResultTag>
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VendorId This property is required. double
The vendor id of the graphics processor unit.
VersionContexts This property is required. List<GetGraphicsCardResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetGraphicsCardResultAncestor
CardId This property is required. float64
The id of the graphics card.
ClassId This property is required. string
ComputeBlades This property is required. []GetGraphicsCardResultComputeBlade
ComputeBoards This property is required. []GetGraphicsCardResultComputeBoard
ComputeRackUnits This property is required. []GetGraphicsCardResultComputeRackUnit
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
This field displays the description of the Graphics Processing Unit.
DeviceId This property is required. float64
The device id of the graphics card.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ExpanderSlot This property is required. string
The expander slot information of the card.
FirmwareVersion This property is required. string
The firmware version of the graphics card.
GpuId This property is required. string
The identifier of the graphics processor unit.
GraphicsControllers This property is required. []GetGraphicsCardResultGraphicsController
InventoryDeviceInfos This property is required. []GetGraphicsCardResultInventoryDeviceInfo
IsPlatformSupported This property is required. bool
This field indicates whether the Graphics Processing Unit is supported on the server or not.
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime This property is required. string
The time when this managed object was last modified.
Mode This property is required. string
The current mode of the graphics card.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NumGpus This property is required. string
The number of controllers under each card.
ObjectType This property is required. string
OperReasons This property is required. []string
OperState This property is required. string
The current operational state of the graphics card.
Owners This property is required. []string
Parents This property is required. []GetGraphicsCardResultParent
PartNumber This property is required. string
This field displays the part number of the Graphics Processing Unit.
PciAddress This property is required. string
The PCI address of the graphics card.
PciAddressList This property is required. string
This list contains the PCI address of all controllers for corresponding card.
PciDevices This property is required. []GetGraphicsCardResultPciDevice
PciNodes This property is required. []GetGraphicsCardResultPciNode
PciSlot This property is required. string
The PCI slot name of the graphics card.
PermissionResources This property is required. []GetGraphicsCardResultPermissionResource
Pid This property is required. string
This field displays the product ID of the Graphics Processing Unit.
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. []GetGraphicsCardResultPreviousFrus
RegisteredDevices This property is required. []GetGraphicsCardResultRegisteredDevice
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
RunningFirmwares This property is required. []GetGraphicsCardResultRunningFirmware
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. 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.
SubDeviceId This property is required. float64
The sub device id of the graphics processor unit.
SubVendorId This property is required. float64
The sub vendor id of the graphics processor unit.
Tags This property is required. []GetGraphicsCardResultTag
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VendorId This property is required. float64
The vendor id of the graphics processor unit.
VersionContexts This property is required. []GetGraphicsCardResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetGraphicsCardResultAncestor>
cardId This property is required. Double
The id of the graphics card.
classId This property is required. String
computeBlades This property is required. List<GetGraphicsCardResultComputeBlade>
computeBoards This property is required. List<GetGraphicsCardResultComputeBoard>
computeRackUnits This property is required. List<GetGraphicsCardResultComputeRackUnit>
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
This field displays the description of the Graphics Processing Unit.
deviceId This property is required. Double
The device id of the graphics card.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
expanderSlot This property is required. String
The expander slot information of the card.
firmwareVersion This property is required. String
The firmware version of the graphics card.
gpuId This property is required. String
The identifier of the graphics processor unit.
graphicsControllers This property is required. List<GetGraphicsCardResultGraphicsController>
inventoryDeviceInfos This property is required. List<GetGraphicsCardResultInventoryDeviceInfo>
isPlatformSupported This property is required. Boolean
This field indicates whether the Graphics Processing Unit is supported on the server or not.
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime This property is required. String
The time when this managed object was last modified.
mode This property is required. String
The current mode of the graphics card.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
numGpus This property is required. String
The number of controllers under each card.
objectType This property is required. String
operReasons This property is required. List<String>
operState This property is required. String
The current operational state of the graphics card.
owners This property is required. List<String>
parents This property is required. List<GetGraphicsCardResultParent>
partNumber This property is required. String
This field displays the part number of the Graphics Processing Unit.
pciAddress This property is required. String
The PCI address of the graphics card.
pciAddressList This property is required. String
This list contains the PCI address of all controllers for corresponding card.
pciDevices This property is required. List<GetGraphicsCardResultPciDevice>
pciNodes This property is required. List<GetGraphicsCardResultPciNode>
pciSlot This property is required. String
The PCI slot name of the graphics card.
permissionResources This property is required. List<GetGraphicsCardResultPermissionResource>
pid This property is required. String
This field displays the product ID of the Graphics Processing Unit.
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<GetGraphicsCardResultPreviousFrus>
registeredDevices This property is required. List<GetGraphicsCardResultRegisteredDevice>
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
runningFirmwares This property is required. List<GetGraphicsCardResultRunningFirmware>
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. 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.
subDeviceId This property is required. Double
The sub device id of the graphics processor unit.
subVendorId This property is required. Double
The sub vendor id of the graphics processor unit.
tags This property is required. List<GetGraphicsCardResultTag>
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
vendorId This property is required. Double
The vendor id of the graphics processor unit.
versionContexts This property is required. List<GetGraphicsCardResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetGraphicsCardResultAncestor[]
cardId This property is required. number
The id of the graphics card.
classId This property is required. string
computeBlades This property is required. GetGraphicsCardResultComputeBlade[]
computeBoards This property is required. GetGraphicsCardResultComputeBoard[]
computeRackUnits This property is required. GetGraphicsCardResultComputeRackUnit[]
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
This field displays the description of the Graphics Processing Unit.
deviceId This property is required. number
The device id of the graphics card.
deviceMoId This property is required. string
The database identifier of the registered device of an object.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
expanderSlot This property is required. string
The expander slot information of the card.
firmwareVersion This property is required. string
The firmware version of the graphics card.
gpuId This property is required. string
The identifier of the graphics processor unit.
graphicsControllers This property is required. GetGraphicsCardResultGraphicsController[]
inventoryDeviceInfos This property is required. GetGraphicsCardResultInventoryDeviceInfo[]
isPlatformSupported This property is required. boolean
This field indicates whether the Graphics Processing Unit is supported on the server or not.
isUpgraded This property is required. boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime This property is required. string
The time when this managed object was last modified.
mode This property is required. string
The current mode of the graphics card.
model This property is required. string
This field displays the model number of the associated component or hardware.
moid This property is required. string
The unique identifier of this Managed Object instance.
numGpus This property is required. string
The number of controllers under each card.
objectType This property is required. string
operReasons This property is required. string[]
operState This property is required. string
The current operational state of the graphics card.
owners This property is required. string[]
parents This property is required. GetGraphicsCardResultParent[]
partNumber This property is required. string
This field displays the part number of the Graphics Processing Unit.
pciAddress This property is required. string
The PCI address of the graphics card.
pciAddressList This property is required. string
This list contains the PCI address of all controllers for corresponding card.
pciDevices This property is required. GetGraphicsCardResultPciDevice[]
pciNodes This property is required. GetGraphicsCardResultPciNode[]
pciSlot This property is required. string
The PCI slot name of the graphics card.
permissionResources This property is required. GetGraphicsCardResultPermissionResource[]
pid This property is required. string
This field displays the product ID of the Graphics Processing Unit.
presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. GetGraphicsCardResultPreviousFrus[]
registeredDevices This property is required. GetGraphicsCardResultRegisteredDevice[]
revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
runningFirmwares This property is required. GetGraphicsCardResultRunningFirmware[]
serial This property is required. string
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. 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.
subDeviceId This property is required. number
The sub device id of the graphics processor unit.
subVendorId This property is required. number
The sub vendor id of the graphics processor unit.
tags This property is required. GetGraphicsCardResultTag[]
vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
vendorId This property is required. number
The vendor id of the graphics processor unit.
versionContexts This property is required. GetGraphicsCardResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetGraphicsCardResultAncestor]
card_id This property is required. float
The id of the graphics card.
class_id This property is required. str
compute_blades This property is required. Sequence[GetGraphicsCardResultComputeBlade]
compute_boards This property is required. Sequence[GetGraphicsCardResultComputeBoard]
compute_rack_units This property is required. Sequence[GetGraphicsCardResultComputeRackUnit]
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
This field displays the description of the Graphics Processing Unit.
device_id This property is required. float
The device id of the graphics card.
device_mo_id This property is required. str
The database identifier of the registered device of an object.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
expander_slot This property is required. str
The expander slot information of the card.
firmware_version This property is required. str
The firmware version of the graphics card.
gpu_id This property is required. str
The identifier of the graphics processor unit.
graphics_controllers This property is required. Sequence[GetGraphicsCardResultGraphicsController]
inventory_device_infos This property is required. Sequence[GetGraphicsCardResultInventoryDeviceInfo]
is_platform_supported This property is required. bool
This field indicates whether the Graphics Processing Unit is supported on the server or not.
is_upgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
mod_time This property is required. str
The time when this managed object was last modified.
mode This property is required. str
The current mode of the graphics card.
model This property is required. str
This field displays the model number of the associated component or hardware.
moid This property is required. str
The unique identifier of this Managed Object instance.
num_gpus This property is required. str
The number of controllers under each card.
object_type This property is required. str
oper_reasons This property is required. Sequence[str]
oper_state This property is required. str
The current operational state of the graphics card.
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetGraphicsCardResultParent]
part_number This property is required. str
This field displays the part number of the Graphics Processing Unit.
pci_address This property is required. str
The PCI address of the graphics card.
pci_address_list This property is required. str
This list contains the PCI address of all controllers for corresponding card.
pci_devices This property is required. Sequence[GetGraphicsCardResultPciDevice]
pci_nodes This property is required. Sequence[GetGraphicsCardResultPciNode]
pci_slot This property is required. str
The PCI slot name of the graphics card.
permission_resources This property is required. Sequence[GetGraphicsCardResultPermissionResource]
pid This property is required. str
This field displays the product ID of the Graphics Processing Unit.
presence This property is required. str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_frus This property is required. Sequence[GetGraphicsCardResultPreviousFrus]
registered_devices This property is required. Sequence[GetGraphicsCardResultRegisteredDevice]
revision This property is required. str
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
running_firmwares This property is required. Sequence[GetGraphicsCardResultRunningFirmware]
serial This property is required. str
This field displays the serial number of the associated component or hardware.
shared_scope This property is required. 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.
sub_device_id This property is required. float
The sub device id of the graphics processor unit.
sub_vendor_id This property is required. float
The sub vendor id of the graphics processor unit.
tags This property is required. Sequence[GetGraphicsCardResultTag]
vendor This property is required. str
This field displays the vendor information of the associated component or hardware.
vendor_id This property is required. float
The vendor id of the graphics processor unit.
version_contexts This property is required. Sequence[GetGraphicsCardResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
cardId This property is required. Number
The id of the graphics card.
classId This property is required. String
computeBlades This property is required. List<Property Map>
computeBoards This property is required. List<Property Map>
computeRackUnits This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
This field displays the description of the Graphics Processing Unit.
deviceId This property is required. Number
The device id of the graphics card.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
expanderSlot This property is required. String
The expander slot information of the card.
firmwareVersion This property is required. String
The firmware version of the graphics card.
gpuId This property is required. String
The identifier of the graphics processor unit.
graphicsControllers This property is required. List<Property Map>
inventoryDeviceInfos This property is required. List<Property Map>
isPlatformSupported This property is required. Boolean
This field indicates whether the Graphics Processing Unit is supported on the server or not.
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime This property is required. String
The time when this managed object was last modified.
mode This property is required. String
The current mode of the graphics card.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
numGpus This property is required. String
The number of controllers under each card.
objectType This property is required. String
operReasons This property is required. List<String>
operState This property is required. String
The current operational state of the graphics card.
owners This property is required. List<String>
parents This property is required. List<Property Map>
partNumber This property is required. String
This field displays the part number of the Graphics Processing Unit.
pciAddress This property is required. String
The PCI address of the graphics card.
pciAddressList This property is required. String
This list contains the PCI address of all controllers for corresponding card.
pciDevices This property is required. List<Property Map>
pciNodes This property is required. List<Property Map>
pciSlot This property is required. String
The PCI slot name of the graphics card.
permissionResources This property is required. List<Property Map>
pid This property is required. String
This field displays the product ID of the Graphics Processing Unit.
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
runningFirmwares This property is required. List<Property Map>
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. 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.
subDeviceId This property is required. Number
The sub device id of the graphics processor unit.
subVendorId This property is required. Number
The sub vendor id of the graphics processor unit.
tags This property is required. List<Property Map>
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
vendorId This property is required. Number
The vendor id of the graphics processor unit.
versionContexts This property is required. List<Property Map>

GetGraphicsCardResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultComputeBlade

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultComputeBoard

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultComputeRackUnit

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultGraphicsController

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultInventoryDeviceInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultPciDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultPciNode

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultPreviousFrus

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultRegisteredDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultRunningFirmware

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetGraphicsCardResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetGraphicsCardResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetGraphicsCardResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetGraphicsCardResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetGraphicsCardResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetGraphicsCardResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetGraphicsCardResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetGraphicsCardResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetGraphicsCardResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetGraphicsCardResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetGraphicsCardResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetGraphicsCardResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetGraphicsCardRunningFirmware

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

GetGraphicsCardTag

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.

GetGraphicsCardVersionContext

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<GetGraphicsCardVersionContextInterestedMo>
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 GetGraphicsCardVersionContextRefMo
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 []GetGraphicsCardVersionContextInterestedMo
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 GetGraphicsCardVersionContextRefMo
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<GetGraphicsCardVersionContextInterestedMo>
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 GetGraphicsCardVersionContextRefMo
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 GetGraphicsCardVersionContextInterestedMo[]
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 GetGraphicsCardVersionContextRefMo
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[GetGraphicsCardVersionContextInterestedMo]
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 GetGraphicsCardVersionContextRefMo
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.

GetGraphicsCardVersionContextInterestedMo

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

GetGraphicsCardVersionContextRefMo

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 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet