intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getCapabilityAdapterUnitDescriptor
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Descriptor that uniquely identifies an adapter.
Using getCapabilityAdapterUnitDescriptor
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 getCapabilityAdapterUnitDescriptor(args: GetCapabilityAdapterUnitDescriptorArgs, opts?: InvokeOptions): Promise<GetCapabilityAdapterUnitDescriptorResult>
function getCapabilityAdapterUnitDescriptorOutput(args: GetCapabilityAdapterUnitDescriptorOutputArgs, opts?: InvokeOptions): Output<GetCapabilityAdapterUnitDescriptorResult>
def get_capability_adapter_unit_descriptor(account_moid: Optional[str] = None,
adapter_generation: Optional[float] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetCapabilityAdapterUnitDescriptorAncestor]] = None,
capabilities: Optional[Sequence[GetCapabilityAdapterUnitDescriptorCapability]] = None,
class_id: Optional[str] = None,
connectivity_order: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
ethernet_port_speed: Optional[float] = None,
features: Optional[Sequence[GetCapabilityAdapterUnitDescriptorFeature]] = None,
fibre_channel_port_speed: Optional[float] = None,
fibre_channel_scsi_ioq_limit: Optional[float] = None,
id: Optional[str] = None,
is_azure_qos_supported: Optional[bool] = None,
is_geneve_supported: Optional[bool] = None,
is_secure_boot_supported: Optional[bool] = None,
max_eth_rx_ring_size: Optional[float] = None,
max_eth_tx_ring_size: Optional[float] = None,
max_rocev2_interfaces: Optional[float] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
nr_version: Optional[str] = None,
num_dce_ports: Optional[float] = None,
number_of_pci_links: Optional[float] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetCapabilityAdapterUnitDescriptorParent] = None,
pci_link: Optional[float] = None,
permission_resources: Optional[Sequence[GetCapabilityAdapterUnitDescriptorPermissionResource]] = None,
prom_card_type: Optional[str] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetCapabilityAdapterUnitDescriptorTag]] = None,
vendor: Optional[str] = None,
version_context: Optional[GetCapabilityAdapterUnitDescriptorVersionContext] = None,
vic_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCapabilityAdapterUnitDescriptorResult
def get_capability_adapter_unit_descriptor_output(account_moid: Optional[pulumi.Input[str]] = None,
adapter_generation: Optional[pulumi.Input[float]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorAncestorArgs]]]] = None,
capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorCapabilityArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
connectivity_order: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
ethernet_port_speed: Optional[pulumi.Input[float]] = None,
features: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorFeatureArgs]]]] = None,
fibre_channel_port_speed: Optional[pulumi.Input[float]] = None,
fibre_channel_scsi_ioq_limit: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
is_azure_qos_supported: Optional[pulumi.Input[bool]] = None,
is_geneve_supported: Optional[pulumi.Input[bool]] = None,
is_secure_boot_supported: Optional[pulumi.Input[bool]] = None,
max_eth_rx_ring_size: Optional[pulumi.Input[float]] = None,
max_eth_tx_ring_size: Optional[pulumi.Input[float]] = None,
max_rocev2_interfaces: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
nr_version: Optional[pulumi.Input[str]] = None,
num_dce_ports: Optional[pulumi.Input[float]] = None,
number_of_pci_links: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetCapabilityAdapterUnitDescriptorParentArgs]] = None,
pci_link: Optional[pulumi.Input[float]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorPermissionResourceArgs]]]] = None,
prom_card_type: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorTagArgs]]]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetCapabilityAdapterUnitDescriptorVersionContextArgs]] = None,
vic_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCapabilityAdapterUnitDescriptorResult]
func LookupCapabilityAdapterUnitDescriptor(ctx *Context, args *LookupCapabilityAdapterUnitDescriptorArgs, opts ...InvokeOption) (*LookupCapabilityAdapterUnitDescriptorResult, error)
func LookupCapabilityAdapterUnitDescriptorOutput(ctx *Context, args *LookupCapabilityAdapterUnitDescriptorOutputArgs, opts ...InvokeOption) LookupCapabilityAdapterUnitDescriptorResultOutput
> Note: This function is named LookupCapabilityAdapterUnitDescriptor
in the Go SDK.
public static class GetCapabilityAdapterUnitDescriptor
{
public static Task<GetCapabilityAdapterUnitDescriptorResult> InvokeAsync(GetCapabilityAdapterUnitDescriptorArgs args, InvokeOptions? opts = null)
public static Output<GetCapabilityAdapterUnitDescriptorResult> Invoke(GetCapabilityAdapterUnitDescriptorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCapabilityAdapterUnitDescriptorResult> getCapabilityAdapterUnitDescriptor(GetCapabilityAdapterUnitDescriptorArgs args, InvokeOptions options)
public static Output<GetCapabilityAdapterUnitDescriptorResult> getCapabilityAdapterUnitDescriptor(GetCapabilityAdapterUnitDescriptorArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getCapabilityAdapterUnitDescriptor:getCapabilityAdapterUnitDescriptor
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Adapter
Generation double - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - Additional
Properties string - Ancestors
List<Get
Capability Adapter Unit Descriptor Ancestor> - Capabilities
List<Get
Capability Adapter Unit Descriptor Capability> - Class
Id string - Connectivity
Order string - Order in which the ports are connected; sequential or cyclic.
- Create
Time string - The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Port doubleSpeed - The port speed for ethernet ports in Mbps.
- Features
List<Get
Capability Adapter Unit Descriptor Feature> - Fibre
Channel doublePort Speed - The port speed for fibre channel ports in Mbps.
- Fibre
Channel doubleScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- Id string
- Is
Azure boolQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- Is
Geneve boolSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- Is
Secure boolBoot Supported - Indicates support for secure boot.
- Max
Eth doubleRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- Max
Eth doubleTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- Max
Rocev2Interfaces double - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- Num
Dce doublePorts - Number of Dce Ports for the adapter.
- Number
Of doublePci Links - Indicates number of PCI Links of the adapter.
- Object
Type string - Owners List<string>
- Parent
Get
Capability Adapter Unit Descriptor Parent - Pci
Link double - Indicates PCI Link status of adapter.
- Permission
Resources List<GetCapability Adapter Unit Descriptor Permission Resource> - Prom
Card stringType - Prom card type for the adapter.
- 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.
- List<Get
Capability Adapter Unit Descriptor Tag> - Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- Version
Context GetCapability Adapter Unit Descriptor Version Context - Vic
Id string - Vic Id assigned for the adapter.
- Account
Moid string - The Account ID for this managed object.
- Adapter
Generation float64 - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - Additional
Properties string - Ancestors
[]Get
Capability Adapter Unit Descriptor Ancestor - Capabilities
[]Get
Capability Adapter Unit Descriptor Capability - Class
Id string - Connectivity
Order string - Order in which the ports are connected; sequential or cyclic.
- Create
Time string - The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Port float64Speed - The port speed for ethernet ports in Mbps.
- Features
[]Get
Capability Adapter Unit Descriptor Feature - Fibre
Channel float64Port Speed - The port speed for fibre channel ports in Mbps.
- Fibre
Channel float64Scsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- Id string
- Is
Azure boolQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- Is
Geneve boolSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- Is
Secure boolBoot Supported - Indicates support for secure boot.
- Max
Eth float64Rx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- Max
Eth float64Tx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- Max
Rocev2Interfaces float64 - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- Num
Dce float64Ports - Number of Dce Ports for the adapter.
- Number
Of float64Pci Links - Indicates number of PCI Links of the adapter.
- Object
Type string - Owners []string
- Parent
Get
Capability Adapter Unit Descriptor Parent - Pci
Link float64 - Indicates PCI Link status of adapter.
- Permission
Resources []GetCapability Adapter Unit Descriptor Permission Resource - Prom
Card stringType - Prom card type for the adapter.
- 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.
- []Get
Capability Adapter Unit Descriptor Tag - Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- Version
Context GetCapability Adapter Unit Descriptor Version Context - Vic
Id string - Vic Id assigned for the adapter.
- account
Moid String - The Account ID for this managed object.
- adapter
Generation Double - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional
Properties String - ancestors
List<Get
Capability Adapter Unit Descriptor Ancestor> - capabilities
List<Get
Capability Adapter Unit Descriptor Capability> - class
Id String - connectivity
Order String - Order in which the ports are connected; sequential or cyclic.
- create
Time String - The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Port DoubleSpeed - The port speed for ethernet ports in Mbps.
- features
List<Get
Capability Adapter Unit Descriptor Feature> - fibre
Channel DoublePort Speed - The port speed for fibre channel ports in Mbps.
- fibre
Channel DoubleScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- id String
- is
Azure BooleanQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is
Geneve BooleanSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is
Secure BooleanBoot Supported - Indicates support for secure boot.
- max
Eth DoubleRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- max
Eth DoubleTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- max
Rocev2Interfaces Double - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Version String - The firmware or software version of the endpoint, for which this capability information is applicable.
- num
Dce DoublePorts - Number of Dce Ports for the adapter.
- number
Of DoublePci Links - Indicates number of PCI Links of the adapter.
- object
Type String - owners List<String>
- parent
Get
Capability Adapter Unit Descriptor Parent - pci
Link Double - Indicates PCI Link status of adapter.
- permission
Resources List<GetCapability Adapter Unit Descriptor Permission Resource> - prom
Card StringType - Prom card type for the adapter.
- 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.
- List<Get
Capability Adapter Unit Descriptor Tag> - vendor String
- The vendor of the endpoint, for which this capability information is applicable.
- version
Context GetCapability Adapter Unit Descriptor Version Context - vic
Id String - Vic Id assigned for the adapter.
- account
Moid string - The Account ID for this managed object.
- adapter
Generation number - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional
Properties string - ancestors
Get
Capability Adapter Unit Descriptor Ancestor[] - capabilities
Get
Capability Adapter Unit Descriptor Capability[] - class
Id string - connectivity
Order string - Order in which the ports are connected; sequential or cyclic.
- create
Time string - The time when this managed object was created.
- description string
- Detailed information about the endpoint.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ethernet
Port numberSpeed - The port speed for ethernet ports in Mbps.
- features
Get
Capability Adapter Unit Descriptor Feature[] - fibre
Channel numberPort Speed - The port speed for fibre channel ports in Mbps.
- fibre
Channel numberScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- id string
- is
Azure booleanQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is
Geneve booleanSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is
Secure booleanBoot Supported - Indicates support for secure boot.
- max
Eth numberRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- max
Eth numberTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- max
Rocev2Interfaces number - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod
Time string - The time when this managed object was last modified.
- model string
- The model of the endpoint, for which this capability information is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- num
Dce numberPorts - Number of Dce Ports for the adapter.
- number
Of numberPci Links - Indicates number of PCI Links of the adapter.
- object
Type string - owners string[]
- parent
Get
Capability Adapter Unit Descriptor Parent - pci
Link number - Indicates PCI Link status of adapter.
- permission
Resources GetCapability Adapter Unit Descriptor Permission Resource[] - prom
Card stringType - Prom card type for the adapter.
- 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.
- Get
Capability Adapter Unit Descriptor Tag[] - vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- version
Context GetCapability Adapter Unit Descriptor Version Context - vic
Id string - Vic Id assigned for the adapter.
- account_
moid str - The Account ID for this managed object.
- adapter_
generation float - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional_
properties str - ancestors
Sequence[Get
Capability Adapter Unit Descriptor Ancestor] - capabilities
Sequence[Get
Capability Adapter Unit Descriptor Capability] - class_
id str - connectivity_
order str - Order in which the ports are connected; sequential or cyclic.
- create_
time str - The time when this managed object was created.
- description str
- Detailed information about the endpoint.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ethernet_
port_ floatspeed - The port speed for ethernet ports in Mbps.
- features
Sequence[Get
Capability Adapter Unit Descriptor Feature] - fibre_
channel_ floatport_ speed - The port speed for fibre channel ports in Mbps.
- fibre_
channel_ floatscsi_ ioq_ limit - The number of SCSI I/O Queue resources to allocate.
- id str
- is_
azure_ boolqos_ supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is_
geneve_ boolsupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is_
secure_ boolboot_ supported - Indicates support for secure boot.
- max_
eth_ floatrx_ ring_ size - Maximum Ring Size value for vNIC Receive Queue.
- max_
eth_ floattx_ ring_ size - Maximum Ring Size value for vNIC Transmit Queue.
- max_
rocev2_ floatinterfaces - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod_
time str - The time when this managed object was last modified.
- model str
- The model of the endpoint, for which this capability information is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
version str - The firmware or software version of the endpoint, for which this capability information is applicable.
- num_
dce_ floatports - Number of Dce Ports for the adapter.
- number_
of_ floatpci_ links - Indicates number of PCI Links of the adapter.
- object_
type str - owners Sequence[str]
- parent
Get
Capability Adapter Unit Descriptor Parent - pci_
link float - Indicates PCI Link status of adapter.
- permission_
resources Sequence[GetCapability Adapter Unit Descriptor Permission Resource] - prom_
card_ strtype - Prom card type for the adapter.
- 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.
- Sequence[Get
Capability Adapter Unit Descriptor Tag] - vendor str
- The vendor of the endpoint, for which this capability information is applicable.
- version_
context GetCapability Adapter Unit Descriptor Version Context - vic_
id str - Vic Id assigned for the adapter.
- account
Moid String - The Account ID for this managed object.
- adapter
Generation Number - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional
Properties String - ancestors List<Property Map>
- capabilities List<Property Map>
- class
Id String - connectivity
Order String - Order in which the ports are connected; sequential or cyclic.
- create
Time String - The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Port NumberSpeed - The port speed for ethernet ports in Mbps.
- features List<Property Map>
- fibre
Channel NumberPort Speed - The port speed for fibre channel ports in Mbps.
- fibre
Channel NumberScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- id String
- is
Azure BooleanQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is
Geneve BooleanSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is
Secure BooleanBoot Supported - Indicates support for secure boot.
- max
Eth NumberRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- max
Eth NumberTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- max
Rocev2Interfaces Number - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Version String - The firmware or software version of the endpoint, for which this capability information is applicable.
- num
Dce NumberPorts - Number of Dce Ports for the adapter.
- number
Of NumberPci Links - Indicates number of PCI Links of the adapter.
- object
Type String - owners List<String>
- parent Property Map
- pci
Link Number - Indicates PCI Link status of adapter.
- permission
Resources List<Property Map> - prom
Card StringType - Prom card type for the adapter.
- 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.
- List<Property Map>
- vendor String
- The vendor of the endpoint, for which this capability information is applicable.
- version
Context Property Map - vic
Id String - Vic Id assigned for the adapter.
getCapabilityAdapterUnitDescriptor Result
The following output properties are available:
- Id string
- Results
List<Get
Capability Adapter Unit Descriptor Result> - Account
Moid string - Adapter
Generation double - Additional
Properties string - Ancestors
List<Get
Capability Adapter Unit Descriptor Ancestor> - Capabilities
List<Get
Capability Adapter Unit Descriptor Capability> - Class
Id string - Connectivity
Order string - Create
Time string - Description string
- Domain
Group stringMoid - Ethernet
Port doubleSpeed - Features
List<Get
Capability Adapter Unit Descriptor Feature> - Fibre
Channel doublePort Speed - Fibre
Channel doubleScsi Ioq Limit - Is
Azure boolQos Supported - Is
Geneve boolSupported - Is
Secure boolBoot Supported - Max
Eth doubleRx Ring Size - Max
Eth doubleTx Ring Size - Max
Rocev2Interfaces double - Mod
Time string - Model string
- Moid string
- Nr
Version string - Num
Dce doublePorts - Number
Of doublePci Links - Object
Type string - Owners List<string>
- Parent
Get
Capability Adapter Unit Descriptor Parent - Pci
Link double - Permission
Resources List<GetCapability Adapter Unit Descriptor Permission Resource> - Prom
Card stringType - string
- List<Get
Capability Adapter Unit Descriptor Tag> - Vendor string
- Version
Context GetCapability Adapter Unit Descriptor Version Context - Vic
Id string
- Id string
- Results
[]Get
Capability Adapter Unit Descriptor Result - Account
Moid string - Adapter
Generation float64 - Additional
Properties string - Ancestors
[]Get
Capability Adapter Unit Descriptor Ancestor - Capabilities
[]Get
Capability Adapter Unit Descriptor Capability - Class
Id string - Connectivity
Order string - Create
Time string - Description string
- Domain
Group stringMoid - Ethernet
Port float64Speed - Features
[]Get
Capability Adapter Unit Descriptor Feature - Fibre
Channel float64Port Speed - Fibre
Channel float64Scsi Ioq Limit - Is
Azure boolQos Supported - Is
Geneve boolSupported - Is
Secure boolBoot Supported - Max
Eth float64Rx Ring Size - Max
Eth float64Tx Ring Size - Max
Rocev2Interfaces float64 - Mod
Time string - Model string
- Moid string
- Nr
Version string - Num
Dce float64Ports - Number
Of float64Pci Links - Object
Type string - Owners []string
- Parent
Get
Capability Adapter Unit Descriptor Parent - Pci
Link float64 - Permission
Resources []GetCapability Adapter Unit Descriptor Permission Resource - Prom
Card stringType - string
- []Get
Capability Adapter Unit Descriptor Tag - Vendor string
- Version
Context GetCapability Adapter Unit Descriptor Version Context - Vic
Id string
- id String
- results
List<Get
Capability Adapter Unit Descriptor Result> - account
Moid String - adapter
Generation Double - additional
Properties String - ancestors
List<Get
Capability Adapter Unit Descriptor Ancestor> - capabilities
List<Get
Capability Adapter Unit Descriptor Capability> - class
Id String - connectivity
Order String - create
Time String - description String
- domain
Group StringMoid - ethernet
Port DoubleSpeed - features
List<Get
Capability Adapter Unit Descriptor Feature> - fibre
Channel DoublePort Speed - fibre
Channel DoubleScsi Ioq Limit - is
Azure BooleanQos Supported - is
Geneve BooleanSupported - is
Secure BooleanBoot Supported - max
Eth DoubleRx Ring Size - max
Eth DoubleTx Ring Size - max
Rocev2Interfaces Double - mod
Time String - model String
- moid String
- nr
Version String - num
Dce DoublePorts - number
Of DoublePci Links - object
Type String - owners List<String>
- parent
Get
Capability Adapter Unit Descriptor Parent - pci
Link Double - permission
Resources List<GetCapability Adapter Unit Descriptor Permission Resource> - prom
Card StringType - String
- List<Get
Capability Adapter Unit Descriptor Tag> - vendor String
- version
Context GetCapability Adapter Unit Descriptor Version Context - vic
Id String
- id string
- results
Get
Capability Adapter Unit Descriptor Result[] - account
Moid string - adapter
Generation number - additional
Properties string - ancestors
Get
Capability Adapter Unit Descriptor Ancestor[] - capabilities
Get
Capability Adapter Unit Descriptor Capability[] - class
Id string - connectivity
Order string - create
Time string - description string
- domain
Group stringMoid - ethernet
Port numberSpeed - features
Get
Capability Adapter Unit Descriptor Feature[] - fibre
Channel numberPort Speed - fibre
Channel numberScsi Ioq Limit - is
Azure booleanQos Supported - is
Geneve booleanSupported - is
Secure booleanBoot Supported - max
Eth numberRx Ring Size - max
Eth numberTx Ring Size - max
Rocev2Interfaces number - mod
Time string - model string
- moid string
- nr
Version string - num
Dce numberPorts - number
Of numberPci Links - object
Type string - owners string[]
- parent
Get
Capability Adapter Unit Descriptor Parent - pci
Link number - permission
Resources GetCapability Adapter Unit Descriptor Permission Resource[] - prom
Card stringType - string
- Get
Capability Adapter Unit Descriptor Tag[] - vendor string
- version
Context GetCapability Adapter Unit Descriptor Version Context - vic
Id string
- id str
- results
Sequence[Get
Capability Adapter Unit Descriptor Result] - account_
moid str - adapter_
generation float - additional_
properties str - ancestors
Sequence[Get
Capability Adapter Unit Descriptor Ancestor] - capabilities
Sequence[Get
Capability Adapter Unit Descriptor Capability] - class_
id str - connectivity_
order str - create_
time str - description str
- domain_
group_ strmoid - ethernet_
port_ floatspeed - features
Sequence[Get
Capability Adapter Unit Descriptor Feature] - fibre_
channel_ floatport_ speed - fibre_
channel_ floatscsi_ ioq_ limit - is_
azure_ boolqos_ supported - is_
geneve_ boolsupported - is_
secure_ boolboot_ supported - max_
eth_ floatrx_ ring_ size - max_
eth_ floattx_ ring_ size - max_
rocev2_ floatinterfaces - mod_
time str - model str
- moid str
- nr_
version str - num_
dce_ floatports - number_
of_ floatpci_ links - object_
type str - owners Sequence[str]
- parent
Get
Capability Adapter Unit Descriptor Parent - pci_
link float - permission_
resources Sequence[GetCapability Adapter Unit Descriptor Permission Resource] - prom_
card_ strtype - str
- Sequence[Get
Capability Adapter Unit Descriptor Tag] - vendor str
- version_
context GetCapability Adapter Unit Descriptor Version Context - vic_
id str
- id String
- results List<Property Map>
- account
Moid String - adapter
Generation Number - additional
Properties String - ancestors List<Property Map>
- capabilities List<Property Map>
- class
Id String - connectivity
Order String - create
Time String - description String
- domain
Group StringMoid - ethernet
Port NumberSpeed - features List<Property Map>
- fibre
Channel NumberPort Speed - fibre
Channel NumberScsi Ioq Limit - is
Azure BooleanQos Supported - is
Geneve BooleanSupported - is
Secure BooleanBoot Supported - max
Eth NumberRx Ring Size - max
Eth NumberTx Ring Size - max
Rocev2Interfaces Number - mod
Time String - model String
- moid String
- nr
Version String - num
Dce NumberPorts - number
Of NumberPci Links - object
Type String - owners List<String>
- parent Property Map
- pci
Link Number - permission
Resources List<Property Map> - prom
Card StringType - String
- List<Property Map>
- vendor String
- version
Context Property Map - vic
Id String
Supporting Types
GetCapabilityAdapterUnitDescriptorAncestor
- 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'.
GetCapabilityAdapterUnitDescriptorCapability
- 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'.
GetCapabilityAdapterUnitDescriptorFeature
- 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.
- Feature
Name string - Name of the feature that identifies the specific adapter configuration.
RoCEv2
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.RoCEv1
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.VMQ
- Capability indicator of the Virtual Machine Queue (VMQ) feature.VMMQ
- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.VMQInterrupts
- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.NVGRE
- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.ARFS
- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.VXLAN
- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.usNIC
- Capability indicator of the User Space NIC (usNIC) feature.Advanced Filter
- Capability indicator of the Advanced Filter feature.Azure Stack Host QOS
- Capability indicator of the Azure Stack Host QOS feature.GENEVE Offload
- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.QinQ
- Capability indicator of the QinQ feature.SRIOV
- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
- Min
Adapter stringFw Version - Firmware version of Adapter from which support for this feature is available.
- Min
Fw stringVersion - Firmware version of BMC from which support for this feature is available.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Supported
Fw List<string>Versions - Supported
In List<string>Adapters - Supported
In List<double>Generations - Unsupported
Feature List<GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix> - Validation
Action string - Action to be taken when validation does not succeed.
Error
- Stop workflow execution by throwing error.Skip
- Remove the feature from configuration and continue workflow execution.
- 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.
- Feature
Name string - Name of the feature that identifies the specific adapter configuration.
RoCEv2
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.RoCEv1
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.VMQ
- Capability indicator of the Virtual Machine Queue (VMQ) feature.VMMQ
- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.VMQInterrupts
- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.NVGRE
- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.ARFS
- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.VXLAN
- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.usNIC
- Capability indicator of the User Space NIC (usNIC) feature.Advanced Filter
- Capability indicator of the Advanced Filter feature.Azure Stack Host QOS
- Capability indicator of the Azure Stack Host QOS feature.GENEVE Offload
- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.QinQ
- Capability indicator of the QinQ feature.SRIOV
- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
- Min
Adapter stringFw Version - Firmware version of Adapter from which support for this feature is available.
- Min
Fw stringVersion - Firmware version of BMC from which support for this feature is available.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Supported
Fw []stringVersions - Supported
In []stringAdapters - Supported
In []float64Generations - Unsupported
Feature []GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix - Validation
Action string - Action to be taken when validation does not succeed.
Error
- Stop workflow execution by throwing error.Skip
- Remove the feature from configuration and continue workflow execution.
- 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.
- feature
Name String - Name of the feature that identifies the specific adapter configuration.
RoCEv2
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.RoCEv1
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.VMQ
- Capability indicator of the Virtual Machine Queue (VMQ) feature.VMMQ
- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.VMQInterrupts
- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.NVGRE
- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.ARFS
- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.VXLAN
- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.usNIC
- Capability indicator of the User Space NIC (usNIC) feature.Advanced Filter
- Capability indicator of the Advanced Filter feature.Azure Stack Host QOS
- Capability indicator of the Azure Stack Host QOS feature.GENEVE Offload
- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.QinQ
- Capability indicator of the QinQ feature.SRIOV
- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
- min
Adapter StringFw Version - Firmware version of Adapter from which support for this feature is available.
- min
Fw StringVersion - Firmware version of BMC from which support for this feature is available.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supported
Fw List<String>Versions - supported
In List<String>Adapters - supported
In List<Double>Generations - unsupported
Feature List<GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix> - validation
Action String - Action to be taken when validation does not succeed.
Error
- Stop workflow execution by throwing error.Skip
- Remove the feature from configuration and continue workflow execution.
- 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.
- feature
Name string - Name of the feature that identifies the specific adapter configuration.
RoCEv2
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.RoCEv1
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.VMQ
- Capability indicator of the Virtual Machine Queue (VMQ) feature.VMMQ
- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.VMQInterrupts
- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.NVGRE
- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.ARFS
- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.VXLAN
- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.usNIC
- Capability indicator of the User Space NIC (usNIC) feature.Advanced Filter
- Capability indicator of the Advanced Filter feature.Azure Stack Host QOS
- Capability indicator of the Azure Stack Host QOS feature.GENEVE Offload
- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.QinQ
- Capability indicator of the QinQ feature.SRIOV
- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
- min
Adapter stringFw Version - Firmware version of Adapter from which support for this feature is available.
- min
Fw stringVersion - Firmware version of BMC from which support for this feature is available.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supported
Fw string[]Versions - supported
In string[]Adapters - supported
In number[]Generations - unsupported
Feature GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix[] - validation
Action string - Action to be taken when validation does not succeed.
Error
- Stop workflow execution by throwing error.Skip
- Remove the feature from configuration and continue workflow execution.
- 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.
- feature_
name str - Name of the feature that identifies the specific adapter configuration.
RoCEv2
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.RoCEv1
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.VMQ
- Capability indicator of the Virtual Machine Queue (VMQ) feature.VMMQ
- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.VMQInterrupts
- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.NVGRE
- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.ARFS
- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.VXLAN
- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.usNIC
- Capability indicator of the User Space NIC (usNIC) feature.Advanced Filter
- Capability indicator of the Advanced Filter feature.Azure Stack Host QOS
- Capability indicator of the Azure Stack Host QOS feature.GENEVE Offload
- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.QinQ
- Capability indicator of the QinQ feature.SRIOV
- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
- min_
adapter_ strfw_ version - Firmware version of Adapter from which support for this feature is available.
- min_
fw_ strversion - Firmware version of BMC from which support for this feature is available.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supported_
fw_ Sequence[str]versions - supported_
in_ Sequence[str]adapters - supported_
in_ Sequence[float]generations - unsupported_
feature_ Sequence[Getmatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix] - validation_
action str - Action to be taken when validation does not succeed.
Error
- Stop workflow execution by throwing error.Skip
- Remove the feature from configuration and continue workflow execution.
- 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.
- feature
Name String - Name of the feature that identifies the specific adapter configuration.
RoCEv2
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.RoCEv1
- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.VMQ
- Capability indicator of the Virtual Machine Queue (VMQ) feature.VMMQ
- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.VMQInterrupts
- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.NVGRE
- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.ARFS
- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.VXLAN
- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.usNIC
- Capability indicator of the User Space NIC (usNIC) feature.Advanced Filter
- Capability indicator of the Advanced Filter feature.Azure Stack Host QOS
- Capability indicator of the Azure Stack Host QOS feature.GENEVE Offload
- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.QinQ
- Capability indicator of the QinQ feature.SRIOV
- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
- min
Adapter StringFw Version - Firmware version of Adapter from which support for this feature is available.
- min
Fw StringVersion - Firmware version of BMC from which support for this feature is available.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supported
Fw List<String>Versions - supported
In List<String>Adapters - supported
In List<Number>Generations - unsupported
Feature List<Property Map>Matrices - validation
Action String - Action to be taken when validation does not succeed.
Error
- Stop workflow execution by throwing error.Skip
- Remove the feature from configuration and continue workflow execution.
GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix
- 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.
- Generation double
- The adapter generations that support this feature.
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Unsupportd
Features List<string>
- 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.
- Generation float64
- The adapter generations that support this feature.
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Unsupportd
Features []string
- 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.
- generation Double
- The adapter generations that support this feature.
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportd
Features List<String>
- 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.
- generation number
- The adapter generations that support this feature.
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportd
Features string[]
- 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.
- generation float
- The adapter generations that support this feature.
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportd_
features Sequence[str]
- 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.
- generation Number
- The adapter generations that support this feature.
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportd
Features List<String>
GetCapabilityAdapterUnitDescriptorParent
- 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'.
GetCapabilityAdapterUnitDescriptorPermissionResource
- 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'.
GetCapabilityAdapterUnitDescriptorResult
- Account
Moid string - The Account ID for this managed object.
- Adapter
Generation double - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - Additional
Properties string - Ancestors
List<Get
Capability Adapter Unit Descriptor Result Ancestor> - Capabilities
List<Get
Capability Adapter Unit Descriptor Result Capability> - Class
Id string - Connectivity
Order string - Order in which the ports are connected; sequential or cyclic.
- Create
Time string - The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Port doubleSpeed - The port speed for ethernet ports in Mbps.
- Features
List<Get
Capability Adapter Unit Descriptor Result Feature> - Fibre
Channel doublePort Speed - The port speed for fibre channel ports in Mbps.
- Fibre
Channel doubleScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- Is
Azure boolQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- Is
Geneve boolSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- Is
Secure boolBoot Supported - Indicates support for secure boot.
- Max
Eth doubleRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- Max
Eth doubleTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- Max
Rocev2Interfaces double - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- Num
Dce doublePorts - Number of Dce Ports for the adapter.
- Number
Of doublePci Links - Indicates number of PCI Links of the adapter.
- Object
Type string - Owners List<string>
- Parents
List<Get
Capability Adapter Unit Descriptor Result Parent> - Pci
Link double - Indicates PCI Link status of adapter.
- Permission
Resources List<GetCapability Adapter Unit Descriptor Result Permission Resource> - Prom
Card stringType - Prom card type for the adapter.
- 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.
- List<Get
Capability Adapter Unit Descriptor Result Tag> - Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- Version
Contexts List<GetCapability Adapter Unit Descriptor Result Version Context> - Vic
Id string - Vic Id assigned for the adapter.
- Account
Moid string - The Account ID for this managed object.
- Adapter
Generation float64 - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - Additional
Properties string - Ancestors
[]Get
Capability Adapter Unit Descriptor Result Ancestor - Capabilities
[]Get
Capability Adapter Unit Descriptor Result Capability - Class
Id string - Connectivity
Order string - Order in which the ports are connected; sequential or cyclic.
- Create
Time string - The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ethernet
Port float64Speed - The port speed for ethernet ports in Mbps.
- Features
[]Get
Capability Adapter Unit Descriptor Result Feature - Fibre
Channel float64Port Speed - The port speed for fibre channel ports in Mbps.
- Fibre
Channel float64Scsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- Is
Azure boolQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- Is
Geneve boolSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- Is
Secure boolBoot Supported - Indicates support for secure boot.
- Max
Eth float64Rx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- Max
Eth float64Tx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- Max
Rocev2Interfaces float64 - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- Num
Dce float64Ports - Number of Dce Ports for the adapter.
- Number
Of float64Pci Links - Indicates number of PCI Links of the adapter.
- Object
Type string - Owners []string
- Parents
[]Get
Capability Adapter Unit Descriptor Result Parent - Pci
Link float64 - Indicates PCI Link status of adapter.
- Permission
Resources []GetCapability Adapter Unit Descriptor Result Permission Resource - Prom
Card stringType - Prom card type for the adapter.
- 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.
- []Get
Capability Adapter Unit Descriptor Result Tag - Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- Version
Contexts []GetCapability Adapter Unit Descriptor Result Version Context - Vic
Id string - Vic Id assigned for the adapter.
- account
Moid String - The Account ID for this managed object.
- adapter
Generation Double - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional
Properties String - ancestors
List<Get
Capability Adapter Unit Descriptor Result Ancestor> - capabilities
List<Get
Capability Adapter Unit Descriptor Result Capability> - class
Id String - connectivity
Order String - Order in which the ports are connected; sequential or cyclic.
- create
Time String - The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Port DoubleSpeed - The port speed for ethernet ports in Mbps.
- features
List<Get
Capability Adapter Unit Descriptor Result Feature> - fibre
Channel DoublePort Speed - The port speed for fibre channel ports in Mbps.
- fibre
Channel DoubleScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- is
Azure BooleanQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is
Geneve BooleanSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is
Secure BooleanBoot Supported - Indicates support for secure boot.
- max
Eth DoubleRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- max
Eth DoubleTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- max
Rocev2Interfaces Double - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Version String - The firmware or software version of the endpoint, for which this capability information is applicable.
- num
Dce DoublePorts - Number of Dce Ports for the adapter.
- number
Of DoublePci Links - Indicates number of PCI Links of the adapter.
- object
Type String - owners List<String>
- parents
List<Get
Capability Adapter Unit Descriptor Result Parent> - pci
Link Double - Indicates PCI Link status of adapter.
- permission
Resources List<GetCapability Adapter Unit Descriptor Result Permission Resource> - prom
Card StringType - Prom card type for the adapter.
- 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.
- List<Get
Capability Adapter Unit Descriptor Result Tag> - vendor String
- The vendor of the endpoint, for which this capability information is applicable.
- version
Contexts List<GetCapability Adapter Unit Descriptor Result Version Context> - vic
Id String - Vic Id assigned for the adapter.
- account
Moid string - The Account ID for this managed object.
- adapter
Generation number - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional
Properties string - ancestors
Get
Capability Adapter Unit Descriptor Result Ancestor[] - capabilities
Get
Capability Adapter Unit Descriptor Result Capability[] - class
Id string - connectivity
Order string - Order in which the ports are connected; sequential or cyclic.
- create
Time string - The time when this managed object was created.
- description string
- Detailed information about the endpoint.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ethernet
Port numberSpeed - The port speed for ethernet ports in Mbps.
- features
Get
Capability Adapter Unit Descriptor Result Feature[] - fibre
Channel numberPort Speed - The port speed for fibre channel ports in Mbps.
- fibre
Channel numberScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- is
Azure booleanQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is
Geneve booleanSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is
Secure booleanBoot Supported - Indicates support for secure boot.
- max
Eth numberRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- max
Eth numberTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- max
Rocev2Interfaces number - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod
Time string - The time when this managed object was last modified.
- model string
- The model of the endpoint, for which this capability information is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- num
Dce numberPorts - Number of Dce Ports for the adapter.
- number
Of numberPci Links - Indicates number of PCI Links of the adapter.
- object
Type string - owners string[]
- parents
Get
Capability Adapter Unit Descriptor Result Parent[] - pci
Link number - Indicates PCI Link status of adapter.
- permission
Resources GetCapability Adapter Unit Descriptor Result Permission Resource[] - prom
Card stringType - Prom card type for the adapter.
- 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.
- Get
Capability Adapter Unit Descriptor Result Tag[] - vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- version
Contexts GetCapability Adapter Unit Descriptor Result Version Context[] - vic
Id string - Vic Id assigned for the adapter.
- account_
moid str - The Account ID for this managed object.
- adapter_
generation float - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional_
properties str - ancestors
Sequence[Get
Capability Adapter Unit Descriptor Result Ancestor] - capabilities
Sequence[Get
Capability Adapter Unit Descriptor Result Capability] - class_
id str - connectivity_
order str - Order in which the ports are connected; sequential or cyclic.
- create_
time str - The time when this managed object was created.
- description str
- Detailed information about the endpoint.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ethernet_
port_ floatspeed - The port speed for ethernet ports in Mbps.
- features
Sequence[Get
Capability Adapter Unit Descriptor Result Feature] - fibre_
channel_ floatport_ speed - The port speed for fibre channel ports in Mbps.
- fibre_
channel_ floatscsi_ ioq_ limit - The number of SCSI I/O Queue resources to allocate.
- is_
azure_ boolqos_ supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is_
geneve_ boolsupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is_
secure_ boolboot_ supported - Indicates support for secure boot.
- max_
eth_ floatrx_ ring_ size - Maximum Ring Size value for vNIC Receive Queue.
- max_
eth_ floattx_ ring_ size - Maximum Ring Size value for vNIC Transmit Queue.
- max_
rocev2_ floatinterfaces - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod_
time str - The time when this managed object was last modified.
- model str
- The model of the endpoint, for which this capability information is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
version str - The firmware or software version of the endpoint, for which this capability information is applicable.
- num_
dce_ floatports - Number of Dce Ports for the adapter.
- number_
of_ floatpci_ links - Indicates number of PCI Links of the adapter.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Capability Adapter Unit Descriptor Result Parent] - pci_
link float - Indicates PCI Link status of adapter.
- permission_
resources Sequence[GetCapability Adapter Unit Descriptor Result Permission Resource] - prom_
card_ strtype - Prom card type for the adapter.
- 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.
- Sequence[Get
Capability Adapter Unit Descriptor Result Tag] - vendor str
- The vendor of the endpoint, for which this capability information is applicable.
- version_
contexts Sequence[GetCapability Adapter Unit Descriptor Result Version Context] - vic_
id str - Vic Id assigned for the adapter.
- account
Moid String - The Account ID for this managed object.
- adapter
Generation Number - Generation of the adapter.*
4
- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2
- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3
- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5
- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string. - additional
Properties String - ancestors List<Property Map>
- capabilities List<Property Map>
- class
Id String - connectivity
Order String - Order in which the ports are connected; sequential or cyclic.
- create
Time String - The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ethernet
Port NumberSpeed - The port speed for ethernet ports in Mbps.
- features List<Property Map>
- fibre
Channel NumberPort Speed - The port speed for fibre channel ports in Mbps.
- fibre
Channel NumberScsi Ioq Limit - The number of SCSI I/O Queue resources to allocate.
- is
Azure BooleanQos Supported - Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is
Geneve BooleanSupported - Indicates that the GENEVE offload feature is supported by this adapter.
- is
Secure BooleanBoot Supported - Indicates support for secure boot.
- max
Eth NumberRx Ring Size - Maximum Ring Size value for vNIC Receive Queue.
- max
Eth NumberTx Ring Size - Maximum Ring Size value for vNIC Transmit Queue.
- max
Rocev2Interfaces Number - Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod
Time String - The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Version String - The firmware or software version of the endpoint, for which this capability information is applicable.
- num
Dce NumberPorts - Number of Dce Ports for the adapter.
- number
Of NumberPci Links - Indicates number of PCI Links of the adapter.
- object
Type String - owners List<String>
- parents List<Property Map>
- pci
Link Number - Indicates PCI Link status of adapter.
- permission
Resources List<Property Map> - prom
Card StringType - Prom card type for the adapter.
- 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.
- List<Property Map>
- vendor String
- The vendor of the endpoint, for which this capability information is applicable.
- version
Contexts List<Property Map> - vic
Id String - Vic Id assigned for the adapter.
GetCapabilityAdapterUnitDescriptorResultAncestor
- 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
GetCapabilityAdapterUnitDescriptorResultCapability
- 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
GetCapabilityAdapterUnitDescriptorResultFeature
- Additional
Properties string - Class
Id string - Feature
Name string - Min
Adapter stringFw Version - Min
Fw stringVersion - Object
Type string - Supported
Fw List<string>Versions - Supported
In List<string>Adapters - Supported
In List<double>Generations - Unsupported
Feature List<GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix> - Validation
Action string
- Additional
Properties string - Class
Id string - Feature
Name string - Min
Adapter stringFw Version - Min
Fw stringVersion - Object
Type string - Supported
Fw []stringVersions - Supported
In []stringAdapters - Supported
In []float64Generations - Unsupported
Feature []GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix - Validation
Action string
- additional
Properties String - class
Id String - feature
Name String - min
Adapter StringFw Version - min
Fw StringVersion - object
Type String - supported
Fw List<String>Versions - supported
In List<String>Adapters - supported
In List<Double>Generations - unsupported
Feature List<GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix> - validation
Action String
- additional
Properties string - class
Id string - feature
Name string - min
Adapter stringFw Version - min
Fw stringVersion - object
Type string - supported
Fw string[]Versions - supported
In string[]Adapters - supported
In number[]Generations - unsupported
Feature GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix[] - validation
Action string
- additional_
properties str - class_
id str - feature_
name str - min_
adapter_ strfw_ version - min_
fw_ strversion - object_
type str - supported_
fw_ Sequence[str]versions - supported_
in_ Sequence[str]adapters - supported_
in_ Sequence[float]generations - unsupported_
feature_ Sequence[Getmatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix] - validation_
action str
- additional
Properties String - class
Id String - feature
Name String - min
Adapter StringFw Version - min
Fw StringVersion - object
Type String - supported
Fw List<String>Versions - supported
In List<String>Adapters - supported
In List<Number>Generations - unsupported
Feature List<Property Map>Matrices - validation
Action String
GetCapabilityAdapterUnitDescriptorResultFeatureUnsupportedFeatureMatrix
- Additional
Properties string - Class
Id string - Generation double
- Object
Type string - Unsupportd
Features List<string>
- Additional
Properties string - Class
Id string - Generation float64
- Object
Type string - Unsupportd
Features []string
- additional
Properties String - class
Id String - generation Double
- object
Type String - unsupportd
Features List<String>
- additional
Properties string - class
Id string - generation number
- object
Type string - unsupportd
Features string[]
- additional_
properties str - class_
id str - generation float
- object_
type str - unsupportd_
features Sequence[str]
- additional
Properties String - class
Id String - generation Number
- object
Type String - unsupportd
Features List<String>
GetCapabilityAdapterUnitDescriptorResultParent
- 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
GetCapabilityAdapterUnitDescriptorResultPermissionResource
- 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
GetCapabilityAdapterUnitDescriptorResultTag
- 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
GetCapabilityAdapterUnitDescriptorResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetCapability Adapter Unit Descriptor Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- Object
Type string - Ref
Mos List<GetCapability Adapter Unit Descriptor Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetCapability Adapter Unit Descriptor Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- Object
Type string - Ref
Mos []GetCapability Adapter Unit Descriptor Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetCapability Adapter Unit Descriptor Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - The firmware or software version of the endpoint, for which this capability information is applicable.
- object
Type String - ref
Mos List<GetCapability Adapter Unit Descriptor Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetCapability Adapter Unit Descriptor Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - The firmware or software version of the endpoint, for which this capability information is applicable.
- object
Type string - ref
Mos GetCapability Adapter Unit Descriptor Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetCapability Adapter Unit Descriptor Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - The firmware or software version of the endpoint, for which this capability information is applicable.
- object_
type str - ref_
mos Sequence[GetCapability Adapter Unit Descriptor Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - The firmware or software version of the endpoint, for which this capability information is applicable.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetCapabilityAdapterUnitDescriptorResultVersionContextInterestedMo
- 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
GetCapabilityAdapterUnitDescriptorResultVersionContextRefMo
- 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
GetCapabilityAdapterUnitDescriptorTag
- 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.
GetCapabilityAdapterUnitDescriptorVersionContext
- 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<GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCapability Adapter Unit Descriptor 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 []GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetCapability Adapter Unit Descriptor 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<GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCapability Adapter Unit Descriptor 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 GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetCapability Adapter Unit Descriptor 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[GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- 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.
GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo
- 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'.
GetCapabilityAdapterUnitDescriptorVersionContextRefMo
- 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