intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getGraphicsCard
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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>
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,
equipment_enclosure_element: Optional[GetGraphicsCardEquipmentEnclosureElement] = 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,
equipment_enclosure_element: Optional[pulumi.Input[GetGraphicsCardEquipmentEnclosureElementArgs]] = 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]
func LookupGraphicsCard(ctx *Context, args *LookupGraphicsCardArgs, opts ...InvokeOption) (*LookupGraphicsCardResult, error)
func LookupGraphicsCardOutput(ctx *Context, args *LookupGraphicsCardOutputArgs, opts ...InvokeOption) LookupGraphicsCardResultOutput
> 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)
}
public static CompletableFuture<GetGraphicsCardResult> getGraphicsCard(GetGraphicsCardArgs args, InvokeOptions options)
public static Output<GetGraphicsCardResult> getGraphicsCard(GetGraphicsCardArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getGraphicsCard:getGraphicsCard
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Graphics Card Ancestor> - Card
Id double - The id of the graphics card.
- Class
Id string - Compute
Blade GetGraphics Card Compute Blade - Compute
Board GetGraphics Card Compute Board - Compute
Rack GetUnit Graphics Card Compute Rack Unit - Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- Device
Id double - The device id of the graphics card.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - Expander
Slot string - The expander slot information of the card.
- Firmware
Version string - The firmware version of the graphics card.
- Gpu
Id string - The identifier of the graphics processor unit.
- Graphics
Controllers List<GetGraphics Card Graphics Controller> - Id string
- Inventory
Device GetInfo Graphics Card Inventory Device Info - Is
Platform boolSupported - 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 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.
- Num
Gpus string - The number of controllers under each card.
- Object
Type string - Oper
Reasons List<string> - Oper
State string - The current operational state of the graphics card.
- Owners List<string>
- Parent
Get
Graphics Card Parent - Part
Number string - This field displays the part number of the Graphics Processing Unit.
- Pci
Address string - The PCI address of the graphics card.
- Pci
Address stringList - This list contains the PCI address of all controllers for corresponding card.
- Pci
Device GetGraphics Card Pci Device - Pci
Node GetGraphics Card Pci Node - Pci
Slot string - The PCI slot name of the graphics card.
- Permission
Resources List<GetGraphics Card Permission Resource> - 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.
- Previous
Fru GetGraphics Card Previous Fru - Registered
Device GetGraphics Card Registered Device - 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.
- Running
Firmwares List<GetGraphics Card Running Firmware> - Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Sub
Device doubleId - The sub device id of the graphics processor unit.
- Sub
Vendor doubleId - The sub vendor id of the graphics processor unit.
- List<Get
Graphics Card Tag> - Vendor string
- This field displays the vendor information of the associated component or hardware.
- Vendor
Id double - The vendor id of the graphics processor unit.
- Version
Context GetGraphics Card Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Graphics Card Ancestor - Card
Id float64 - The id of the graphics card.
- Class
Id string - Compute
Blade GetGraphics Card Compute Blade - Compute
Board GetGraphics Card Compute Board - Compute
Rack GetUnit Graphics Card Compute Rack Unit - Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- Device
Id float64 - The device id of the graphics card.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - Expander
Slot string - The expander slot information of the card.
- Firmware
Version string - The firmware version of the graphics card.
- Gpu
Id string - The identifier of the graphics processor unit.
- Graphics
Controllers []GetGraphics Card Graphics Controller - Id string
- Inventory
Device GetInfo Graphics Card Inventory Device Info - Is
Platform boolSupported - 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 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.
- Num
Gpus string - The number of controllers under each card.
- Object
Type string - Oper
Reasons []string - Oper
State string - The current operational state of the graphics card.
- Owners []string
- Parent
Get
Graphics Card Parent - Part
Number string - This field displays the part number of the Graphics Processing Unit.
- Pci
Address string - The PCI address of the graphics card.
- Pci
Address stringList - This list contains the PCI address of all controllers for corresponding card.
- Pci
Device GetGraphics Card Pci Device - Pci
Node GetGraphics Card Pci Node - Pci
Slot string - The PCI slot name of the graphics card.
- Permission
Resources []GetGraphics Card Permission Resource - 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.
- Previous
Fru GetGraphics Card Previous Fru - Registered
Device GetGraphics Card Registered Device - 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.
- Running
Firmwares []GetGraphics Card Running Firmware - Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Sub
Device float64Id - The sub device id of the graphics processor unit.
- Sub
Vendor float64Id - The sub vendor id of the graphics processor unit.
- []Get
Graphics Card Tag - Vendor string
- This field displays the vendor information of the associated component or hardware.
- Vendor
Id float64 - The vendor id of the graphics processor unit.
- Version
Context GetGraphics Card Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Graphics Card Ancestor> - card
Id Double - The id of the graphics card.
- class
Id String - compute
Blade GetGraphics Card Compute Blade - compute
Board GetGraphics Card Compute Board - compute
Rack GetUnit Graphics Card Compute Rack Unit - create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- device
Id Double - The device id of the graphics card.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - expander
Slot String - The expander slot information of the card.
- firmware
Version String - The firmware version of the graphics card.
- gpu
Id String - The identifier of the graphics processor unit.
- graphics
Controllers List<GetGraphics Card Graphics Controller> - id String
- inventory
Device GetInfo Graphics Card Inventory Device Info - is
Platform BooleanSupported - This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time 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.
- num
Gpus String - The number of controllers under each card.
- object
Type String - oper
Reasons List<String> - oper
State String - The current operational state of the graphics card.
- owners List<String>
- parent
Get
Graphics Card Parent - part
Number String - This field displays the part number of the Graphics Processing Unit.
- pci
Address String - The PCI address of the graphics card.
- pci
Address StringList - This list contains the PCI address of all controllers for corresponding card.
- pci
Device GetGraphics Card Pci Device - pci
Node GetGraphics Card Pci Node - pci
Slot String - The PCI slot name of the graphics card.
- permission
Resources List<GetGraphics Card Permission Resource> - 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.
- previous
Fru GetGraphics Card Previous Fru - registered
Device GetGraphics Card Registered Device - 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.
- running
Firmwares List<GetGraphics Card Running Firmware> - serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- sub
Device DoubleId - The sub device id of the graphics processor unit.
- sub
Vendor DoubleId - The sub vendor id of the graphics processor unit.
- List<Get
Graphics Card Tag> - vendor String
- This field displays the vendor information of the associated component or hardware.
- vendor
Id Double - The vendor id of the graphics processor unit.
- version
Context GetGraphics Card Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Graphics Card Ancestor[] - card
Id number - The id of the graphics card.
- class
Id string - compute
Blade GetGraphics Card Compute Blade - compute
Board GetGraphics Card Compute Board - compute
Rack GetUnit Graphics Card Compute Rack Unit - create
Time string - The time when this managed object was created.
- description string
- This field displays the description of the Graphics Processing Unit.
- device
Id number - The device id of the graphics card.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - expander
Slot string - The expander slot information of the card.
- firmware
Version string - The firmware version of the graphics card.
- gpu
Id string - The identifier of the graphics processor unit.
- graphics
Controllers GetGraphics Card Graphics Controller[] - id string
- inventory
Device GetInfo Graphics Card Inventory Device Info - is
Platform booleanSupported - This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time 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.
- num
Gpus string - The number of controllers under each card.
- object
Type string - oper
Reasons string[] - oper
State string - The current operational state of the graphics card.
- owners string[]
- parent
Get
Graphics Card Parent - part
Number string - This field displays the part number of the Graphics Processing Unit.
- pci
Address string - The PCI address of the graphics card.
- pci
Address stringList - This list contains the PCI address of all controllers for corresponding card.
- pci
Device GetGraphics Card Pci Device - pci
Node GetGraphics Card Pci Node - pci
Slot string - The PCI slot name of the graphics card.
- permission
Resources GetGraphics Card Permission Resource[] - 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.
- previous
Fru GetGraphics Card Previous Fru - registered
Device GetGraphics Card Registered Device - 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.
- running
Firmwares GetGraphics Card Running Firmware[] - serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- sub
Device numberId - The sub device id of the graphics processor unit.
- sub
Vendor numberId - The sub vendor id of the graphics processor unit.
- Get
Graphics Card Tag[] - vendor string
- This field displays the vendor information of the associated component or hardware.
- vendor
Id number - The vendor id of the graphics processor unit.
- version
Context GetGraphics Card Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Graphics Card Ancestor] - card_
id float - The id of the graphics card.
- class_
id str - compute_
blade GetGraphics Card Compute Blade - compute_
board GetGraphics Card Compute Board - compute_
rack_ Getunit Graphics Card Compute Rack Unit - 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_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- equipment_
enclosure_ Getelement Graphics Card Equipment Enclosure Element - 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[GetGraphics Card Graphics Controller] - id str
- inventory_
device_ Getinfo Graphics Card Inventory Device Info - is_
platform_ boolsupported - 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
Get
Graphics Card Parent - 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_ strlist - This list contains the PCI address of all controllers for corresponding card.
- pci_
device GetGraphics Card Pci Device - pci_
node GetGraphics Card Pci Node - pci_
slot str - The PCI slot name of the graphics card.
- permission_
resources Sequence[GetGraphics Card Permission Resource] - 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 GetGraphics Card Previous Fru - registered_
device GetGraphics Card Registered Device - 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[GetGraphics Card Running Firmware] - serial str
- This field displays the serial number of the associated component or hardware.
- 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_ floatid - The sub device id of the graphics processor unit.
- sub_
vendor_ floatid - The sub vendor id of the graphics processor unit.
- Sequence[Get
Graphics Card Tag] - 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 GetGraphics Card Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- card
Id Number - The id of the graphics card.
- class
Id String - compute
Blade Property Map - compute
Board Property Map - compute
Rack Property MapUnit - create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- device
Id Number - The device id of the graphics card.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Enclosure Property MapElement - expander
Slot String - The expander slot information of the card.
- firmware
Version String - The firmware version of the graphics card.
- gpu
Id String - The identifier of the graphics processor unit.
- graphics
Controllers List<Property Map> - id String
- inventory
Device Property MapInfo - is
Platform BooleanSupported - This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time 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.
- num
Gpus String - The number of controllers under each card.
- object
Type String - oper
Reasons List<String> - oper
State String - The current operational state of the graphics card.
- owners List<String>
- parent Property Map
- part
Number String - This field displays the part number of the Graphics Processing Unit.
- pci
Address String - The PCI address of the graphics card.
- pci
Address StringList - This list contains the PCI address of all controllers for corresponding card.
- pci
Device Property Map - pci
Node Property Map - pci
Slot String - The PCI slot name of the graphics card.
- permission
Resources 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.
- previous
Fru Property Map - registered
Device 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.
- running
Firmwares List<Property Map> - serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- sub
Device NumberId - The sub device id of the graphics processor unit.
- sub
Vendor NumberId - The sub vendor id of the graphics processor unit.
- List<Property Map>
- vendor String
- This field displays the vendor information of the associated component or hardware.
- vendor
Id Number - The vendor id of the graphics processor unit.
- version
Context Property Map
getGraphicsCard Result
The following output properties are available:
- Id string
- Results
List<Get
Graphics Card Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Graphics Card Ancestor> - Card
Id double - Class
Id string - Compute
Blade GetGraphics Card Compute Blade - Compute
Board GetGraphics Card Compute Board - Compute
Rack GetUnit Graphics Card Compute Rack Unit - Create
Time string - Description string
- Device
Id double - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - Expander
Slot string - Firmware
Version string - Gpu
Id string - Graphics
Controllers List<GetGraphics Card Graphics Controller> - Inventory
Device GetInfo Graphics Card Inventory Device Info - Is
Platform boolSupported - Is
Upgraded bool - Mod
Time string - Mode string
- Model string
- Moid string
- Num
Gpus string - Object
Type string - Oper
Reasons List<string> - Oper
State string - Owners List<string>
- Parent
Get
Graphics Card Parent - Part
Number string - Pci
Address string - Pci
Address stringList - Pci
Device GetGraphics Card Pci Device - Pci
Node GetGraphics Card Pci Node - Pci
Slot string - Permission
Resources List<GetGraphics Card Permission Resource> - Pid string
- Presence string
- Previous
Fru GetGraphics Card Previous Fru - Registered
Device GetGraphics Card Registered Device - Revision string
- Rn string
- Running
Firmwares List<GetGraphics Card Running Firmware> - Serial string
- string
- Sub
Device doubleId - Sub
Vendor doubleId - List<Get
Graphics Card Tag> - Vendor string
- Vendor
Id double - Version
Context GetGraphics Card Version Context
- Id string
- Results
[]Get
Graphics Card Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Graphics Card Ancestor - Card
Id float64 - Class
Id string - Compute
Blade GetGraphics Card Compute Blade - Compute
Board GetGraphics Card Compute Board - Compute
Rack GetUnit Graphics Card Compute Rack Unit - Create
Time string - Description string
- Device
Id float64 - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - Expander
Slot string - Firmware
Version string - Gpu
Id string - Graphics
Controllers []GetGraphics Card Graphics Controller - Inventory
Device GetInfo Graphics Card Inventory Device Info - Is
Platform boolSupported - Is
Upgraded bool - Mod
Time string - Mode string
- Model string
- Moid string
- Num
Gpus string - Object
Type string - Oper
Reasons []string - Oper
State string - Owners []string
- Parent
Get
Graphics Card Parent - Part
Number string - Pci
Address string - Pci
Address stringList - Pci
Device GetGraphics Card Pci Device - Pci
Node GetGraphics Card Pci Node - Pci
Slot string - Permission
Resources []GetGraphics Card Permission Resource - Pid string
- Presence string
- Previous
Fru GetGraphics Card Previous Fru - Registered
Device GetGraphics Card Registered Device - Revision string
- Rn string
- Running
Firmwares []GetGraphics Card Running Firmware - Serial string
- string
- Sub
Device float64Id - Sub
Vendor float64Id - []Get
Graphics Card Tag - Vendor string
- Vendor
Id float64 - Version
Context GetGraphics Card Version Context
- id String
- results
List<Get
Graphics Card Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Graphics Card Ancestor> - card
Id Double - class
Id String - compute
Blade GetGraphics Card Compute Blade - compute
Board GetGraphics Card Compute Board - compute
Rack GetUnit Graphics Card Compute Rack Unit - create
Time String - description String
- device
Id Double - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - expander
Slot String - firmware
Version String - gpu
Id String - graphics
Controllers List<GetGraphics Card Graphics Controller> - inventory
Device GetInfo Graphics Card Inventory Device Info - is
Platform BooleanSupported - is
Upgraded Boolean - mod
Time String - mode String
- model String
- moid String
- num
Gpus String - object
Type String - oper
Reasons List<String> - oper
State String - owners List<String>
- parent
Get
Graphics Card Parent - part
Number String - pci
Address String - pci
Address StringList - pci
Device GetGraphics Card Pci Device - pci
Node GetGraphics Card Pci Node - pci
Slot String - permission
Resources List<GetGraphics Card Permission Resource> - pid String
- presence String
- previous
Fru GetGraphics Card Previous Fru - registered
Device GetGraphics Card Registered Device - revision String
- rn String
- running
Firmwares List<GetGraphics Card Running Firmware> - serial String
- String
- sub
Device DoubleId - sub
Vendor DoubleId - List<Get
Graphics Card Tag> - vendor String
- vendor
Id Double - version
Context GetGraphics Card Version Context
- id string
- results
Get
Graphics Card Result[] - account
Moid string - additional
Properties string - ancestors
Get
Graphics Card Ancestor[] - card
Id number - class
Id string - compute
Blade GetGraphics Card Compute Blade - compute
Board GetGraphics Card Compute Board - compute
Rack GetUnit Graphics Card Compute Rack Unit - create
Time string - description string
- device
Id number - device
Mo stringId - dn string
- domain
Group stringMoid - equipment
Enclosure GetElement Graphics Card Equipment Enclosure Element - expander
Slot string - firmware
Version string - gpu
Id string - graphics
Controllers GetGraphics Card Graphics Controller[] - inventory
Device GetInfo Graphics Card Inventory Device Info - is
Platform booleanSupported - is
Upgraded boolean - mod
Time string - mode string
- model string
- moid string
- num
Gpus string - object
Type string - oper
Reasons string[] - oper
State string - owners string[]
- parent
Get
Graphics Card Parent - part
Number string - pci
Address string - pci
Address stringList - pci
Device GetGraphics Card Pci Device - pci
Node GetGraphics Card Pci Node - pci
Slot string - permission
Resources GetGraphics Card Permission Resource[] - pid string
- presence string
- previous
Fru GetGraphics Card Previous Fru - registered
Device GetGraphics Card Registered Device - revision string
- rn string
- running
Firmwares GetGraphics Card Running Firmware[] - serial string
- string
- sub
Device numberId - sub
Vendor numberId - Get
Graphics Card Tag[] - vendor string
- vendor
Id number - version
Context GetGraphics Card Version Context
- id str
- results
Sequence[Get
Graphics Card Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Graphics Card Ancestor] - card_
id float - class_
id str - compute_
blade GetGraphics Card Compute Blade - compute_
board GetGraphics Card Compute Board - compute_
rack_ Getunit Graphics Card Compute Rack Unit - create_
time str - description str
- device_
id float - device_
mo_ strid - dn str
- domain_
group_ strmoid - equipment_
enclosure_ Getelement Graphics Card Equipment Enclosure Element - expander_
slot str - firmware_
version str - gpu_
id str - graphics_
controllers Sequence[GetGraphics Card Graphics Controller] - inventory_
device_ Getinfo Graphics Card Inventory Device Info - is_
platform_ boolsupported - 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
Get
Graphics Card Parent - part_
number str - pci_
address str - pci_
address_ strlist - pci_
device GetGraphics Card Pci Device - pci_
node GetGraphics Card Pci Node - pci_
slot str - permission_
resources Sequence[GetGraphics Card Permission Resource] - pid str
- presence str
- previous_
fru GetGraphics Card Previous Fru - registered_
device GetGraphics Card Registered Device - revision str
- rn str
- running_
firmwares Sequence[GetGraphics Card Running Firmware] - serial str
- str
- sub_
device_ floatid - sub_
vendor_ floatid - Sequence[Get
Graphics Card Tag] - vendor str
- vendor_
id float - version_
context GetGraphics Card Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- card
Id Number - class
Id String - compute
Blade Property Map - compute
Board Property Map - compute
Rack Property MapUnit - create
Time String - description String
- device
Id Number - device
Mo StringId - dn String
- domain
Group StringMoid - equipment
Enclosure Property MapElement - expander
Slot String - firmware
Version String - gpu
Id String - graphics
Controllers List<Property Map> - inventory
Device Property MapInfo - is
Platform BooleanSupported - is
Upgraded Boolean - mod
Time String - mode String
- model String
- moid String
- num
Gpus String - object
Type String - oper
Reasons List<String> - oper
State String - owners List<String>
- parent Property Map
- part
Number String - pci
Address String - pci
Address StringList - pci
Device Property Map - pci
Node Property Map - pci
Slot String - permission
Resources List<Property Map> - pid String
- presence String
- previous
Fru Property Map - registered
Device Property Map - revision String
- rn String
- running
Firmwares List<Property Map> - serial String
- String
- sub
Device NumberId - sub
Vendor NumberId - List<Property Map>
- vendor String
- vendor
Id Number - version
Context Property Map
Supporting Types
GetGraphicsCardAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardComputeBlade
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardComputeBoard
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardComputeRackUnit
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardEquipmentEnclosureElement
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardGraphicsController
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardInventoryDeviceInfo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardParent
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardPciDevice
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardPciNode
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardPermissionResource
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardPreviousFru
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardRegisteredDevice
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Graphics Card Result Ancestor> - Card
Id double - The id of the graphics card.
- Class
Id string - Compute
Blades List<GetGraphics Card Result Compute Blade> - Compute
Boards List<GetGraphics Card Result Compute Board> - Compute
Rack List<GetUnits Graphics Card Result Compute Rack Unit> - Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- Device
Id double - The device id of the graphics card.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Enclosure List<GetElements Graphics Card Result Equipment Enclosure Element> - Expander
Slot string - The expander slot information of the card.
- Firmware
Version string - The firmware version of the graphics card.
- Gpu
Id string - The identifier of the graphics processor unit.
- Graphics
Controllers List<GetGraphics Card Result Graphics Controller> - Inventory
Device List<GetInfos Graphics Card Result Inventory Device Info> - Is
Platform boolSupported - 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 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.
- Num
Gpus string - The number of controllers under each card.
- Object
Type string - Oper
Reasons List<string> - Oper
State string - The current operational state of the graphics card.
- Owners List<string>
- Parents
List<Get
Graphics Card Result Parent> - Part
Number string - This field displays the part number of the Graphics Processing Unit.
- Pci
Address string - The PCI address of the graphics card.
- Pci
Address stringList - This list contains the PCI address of all controllers for corresponding card.
- Pci
Devices List<GetGraphics Card Result Pci Device> - Pci
Nodes List<GetGraphics Card Result Pci Node> - Pci
Slot string - The PCI slot name of the graphics card.
- Permission
Resources List<GetGraphics Card Result Permission Resource> - 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.
- Previous
Frus List<GetGraphics Card Result Previous Frus> - Registered
Devices List<GetGraphics Card Result Registered Device> - 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.
- Running
Firmwares List<GetGraphics Card Result Running Firmware> - Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Sub
Device doubleId - The sub device id of the graphics processor unit.
- Sub
Vendor doubleId - The sub vendor id of the graphics processor unit.
- List<Get
Graphics Card Result Tag> - Vendor string
- This field displays the vendor information of the associated component or hardware.
- Vendor
Id double - The vendor id of the graphics processor unit.
- Version
Contexts List<GetGraphics Card Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Graphics Card Result Ancestor - Card
Id float64 - The id of the graphics card.
- Class
Id string - Compute
Blades []GetGraphics Card Result Compute Blade - Compute
Boards []GetGraphics Card Result Compute Board - Compute
Rack []GetUnits Graphics Card Result Compute Rack Unit - Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- Device
Id float64 - The device id of the graphics card.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Equipment
Enclosure []GetElements Graphics Card Result Equipment Enclosure Element - Expander
Slot string - The expander slot information of the card.
- Firmware
Version string - The firmware version of the graphics card.
- Gpu
Id string - The identifier of the graphics processor unit.
- Graphics
Controllers []GetGraphics Card Result Graphics Controller - Inventory
Device []GetInfos Graphics Card Result Inventory Device Info - Is
Platform boolSupported - 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 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.
- Num
Gpus string - The number of controllers under each card.
- Object
Type string - Oper
Reasons []string - Oper
State string - The current operational state of the graphics card.
- Owners []string
- Parents
[]Get
Graphics Card Result Parent - Part
Number string - This field displays the part number of the Graphics Processing Unit.
- Pci
Address string - The PCI address of the graphics card.
- Pci
Address stringList - This list contains the PCI address of all controllers for corresponding card.
- Pci
Devices []GetGraphics Card Result Pci Device - Pci
Nodes []GetGraphics Card Result Pci Node - Pci
Slot string - The PCI slot name of the graphics card.
- Permission
Resources []GetGraphics Card Result Permission Resource - 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.
- Previous
Frus []GetGraphics Card Result Previous Frus - Registered
Devices []GetGraphics Card Result Registered Device - 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.
- Running
Firmwares []GetGraphics Card Result Running Firmware - Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Sub
Device float64Id - The sub device id of the graphics processor unit.
- Sub
Vendor float64Id - The sub vendor id of the graphics processor unit.
- []Get
Graphics Card Result Tag - Vendor string
- This field displays the vendor information of the associated component or hardware.
- Vendor
Id float64 - The vendor id of the graphics processor unit.
- Version
Contexts []GetGraphics Card Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Graphics Card Result Ancestor> - card
Id Double - The id of the graphics card.
- class
Id String - compute
Blades List<GetGraphics Card Result Compute Blade> - compute
Boards List<GetGraphics Card Result Compute Board> - compute
Rack List<GetUnits Graphics Card Result Compute Rack Unit> - create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- device
Id Double - The device id of the graphics card.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Enclosure List<GetElements Graphics Card Result Equipment Enclosure Element> - expander
Slot String - The expander slot information of the card.
- firmware
Version String - The firmware version of the graphics card.
- gpu
Id String - The identifier of the graphics processor unit.
- graphics
Controllers List<GetGraphics Card Result Graphics Controller> - inventory
Device List<GetInfos Graphics Card Result Inventory Device Info> - is
Platform BooleanSupported - This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time 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.
- num
Gpus String - The number of controllers under each card.
- object
Type String - oper
Reasons List<String> - oper
State String - The current operational state of the graphics card.
- owners List<String>
- parents
List<Get
Graphics Card Result Parent> - part
Number String - This field displays the part number of the Graphics Processing Unit.
- pci
Address String - The PCI address of the graphics card.
- pci
Address StringList - This list contains the PCI address of all controllers for corresponding card.
- pci
Devices List<GetGraphics Card Result Pci Device> - pci
Nodes List<GetGraphics Card Result Pci Node> - pci
Slot String - The PCI slot name of the graphics card.
- permission
Resources List<GetGraphics Card Result Permission Resource> - 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.
- previous
Frus List<GetGraphics Card Result Previous Frus> - registered
Devices List<GetGraphics Card Result Registered Device> - 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.
- running
Firmwares List<GetGraphics Card Result Running Firmware> - serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- sub
Device DoubleId - The sub device id of the graphics processor unit.
- sub
Vendor DoubleId - The sub vendor id of the graphics processor unit.
- List<Get
Graphics Card Result Tag> - vendor String
- This field displays the vendor information of the associated component or hardware.
- vendor
Id Double - The vendor id of the graphics processor unit.
- version
Contexts List<GetGraphics Card Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Graphics Card Result Ancestor[] - card
Id number - The id of the graphics card.
- class
Id string - compute
Blades GetGraphics Card Result Compute Blade[] - compute
Boards GetGraphics Card Result Compute Board[] - compute
Rack GetUnits Graphics Card Result Compute Rack Unit[] - create
Time string - The time when this managed object was created.
- description string
- This field displays the description of the Graphics Processing Unit.
- device
Id number - The device id of the graphics card.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- equipment
Enclosure GetElements Graphics Card Result Equipment Enclosure Element[] - expander
Slot string - The expander slot information of the card.
- firmware
Version string - The firmware version of the graphics card.
- gpu
Id string - The identifier of the graphics processor unit.
- graphics
Controllers GetGraphics Card Result Graphics Controller[] - inventory
Device GetInfos Graphics Card Result Inventory Device Info[] - is
Platform booleanSupported - This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time 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.
- num
Gpus string - The number of controllers under each card.
- object
Type string - oper
Reasons string[] - oper
State string - The current operational state of the graphics card.
- owners string[]
- parents
Get
Graphics Card Result Parent[] - part
Number string - This field displays the part number of the Graphics Processing Unit.
- pci
Address string - The PCI address of the graphics card.
- pci
Address stringList - This list contains the PCI address of all controllers for corresponding card.
- pci
Devices GetGraphics Card Result Pci Device[] - pci
Nodes GetGraphics Card Result Pci Node[] - pci
Slot string - The PCI slot name of the graphics card.
- permission
Resources GetGraphics Card Result Permission Resource[] - 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.
- previous
Frus GetGraphics Card Result Previous Frus[] - registered
Devices GetGraphics Card Result Registered Device[] - 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.
- running
Firmwares GetGraphics Card Result Running Firmware[] - serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- sub
Device numberId - The sub device id of the graphics processor unit.
- sub
Vendor numberId - The sub vendor id of the graphics processor unit.
- Get
Graphics Card Result Tag[] - vendor string
- This field displays the vendor information of the associated component or hardware.
- vendor
Id number - The vendor id of the graphics processor unit.
- version
Contexts GetGraphics Card Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Graphics Card Result Ancestor] - card_
id float - The id of the graphics card.
- class_
id str - compute_
blades Sequence[GetGraphics Card Result Compute Blade] - compute_
boards Sequence[GetGraphics Card Result Compute Board] - compute_
rack_ Sequence[Getunits Graphics Card Result Compute Rack Unit] - 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_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- equipment_
enclosure_ Sequence[Getelements Graphics Card Result Equipment Enclosure Element] - 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[GetGraphics Card Result Graphics Controller] - inventory_
device_ Sequence[Getinfos Graphics Card Result Inventory Device Info] - is_
platform_ boolsupported - 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]
- parents
Sequence[Get
Graphics Card Result Parent] - 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_ strlist - This list contains the PCI address of all controllers for corresponding card.
- pci_
devices Sequence[GetGraphics Card Result Pci Device] - pci_
nodes Sequence[GetGraphics Card Result Pci Node] - pci_
slot str - The PCI slot name of the graphics card.
- permission_
resources Sequence[GetGraphics Card Result Permission Resource] - 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_
frus Sequence[GetGraphics Card Result Previous Frus] - registered_
devices Sequence[GetGraphics Card Result Registered Device] - 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[GetGraphics Card Result Running Firmware] - serial str
- This field displays the serial number of the associated component or hardware.
- 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_ floatid - The sub device id of the graphics processor unit.
- sub_
vendor_ floatid - The sub vendor id of the graphics processor unit.
- Sequence[Get
Graphics Card Result Tag] - 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_
contexts Sequence[GetGraphics Card Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- card
Id Number - The id of the graphics card.
- class
Id String - compute
Blades List<Property Map> - compute
Boards List<Property Map> - compute
Rack List<Property Map>Units - create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- device
Id Number - The device id of the graphics card.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- equipment
Enclosure List<Property Map>Elements - expander
Slot String - The expander slot information of the card.
- firmware
Version String - The firmware version of the graphics card.
- gpu
Id String - The identifier of the graphics processor unit.
- graphics
Controllers List<Property Map> - inventory
Device List<Property Map>Infos - is
Platform BooleanSupported - This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time 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.
- num
Gpus String - The number of controllers under each card.
- object
Type String - oper
Reasons List<String> - oper
State String - The current operational state of the graphics card.
- owners List<String>
- parents List<Property Map>
- part
Number String - This field displays the part number of the Graphics Processing Unit.
- pci
Address String - The PCI address of the graphics card.
- pci
Address StringList - This list contains the PCI address of all controllers for corresponding card.
- pci
Devices List<Property Map> - pci
Nodes List<Property Map> - pci
Slot String - The PCI slot name of the graphics card.
- permission
Resources 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.
- previous
Frus List<Property Map> - registered
Devices List<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.
- running
Firmwares List<Property Map> - serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- sub
Device NumberId - The sub device id of the graphics processor unit.
- sub
Vendor NumberId - The sub vendor id of the graphics processor unit.
- List<Property Map>
- vendor String
- This field displays the vendor information of the associated component or hardware.
- vendor
Id Number - The vendor id of the graphics processor unit.
- version
Contexts List<Property Map>
GetGraphicsCardResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultComputeBlade
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultComputeBoard
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultComputeRackUnit
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultEquipmentEnclosureElement
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultGraphicsController
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultInventoryDeviceInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultPciDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultPciNode
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultPreviousFrus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultRunningFirmware
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetGraphicsCardResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos []GetGraphics Card Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetGraphics Card Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetGraphics Card Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetGraphics Card Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetGraphics Card Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetGraphics Card Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetGraphicsCardResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetGraphicsCardRunningFirmware
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetGraphicsCardVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetGraphics Card Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetGraphics Card Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetGraphics Card Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetGraphics Card Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetGraphics Card Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetGraphics Card Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetGraphics Card Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetGraphics Card Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetGraphics Card Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetGraphics Card Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetGraphicsCardVersionContextRefMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet