1. Packages
  2. Intersight Provider
  3. API Docs
  4. getCapabilityAdapterUnitDescriptor
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getCapabilityAdapterUnitDescriptor

Explore with Pulumi AI

intersight logo
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:

    AccountMoid string
    The Account ID for this managed object.
    AdapterGeneration 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.
    AdditionalProperties string
    Ancestors List<GetCapabilityAdapterUnitDescriptorAncestor>
    Capabilities List<GetCapabilityAdapterUnitDescriptorCapability>
    ClassId string
    ConnectivityOrder string
    Order in which the ports are connected; sequential or cyclic.
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed information about the endpoint.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetPortSpeed double
    The port speed for ethernet ports in Mbps.
    Features List<GetCapabilityAdapterUnitDescriptorFeature>
    FibreChannelPortSpeed double
    The port speed for fibre channel ports in Mbps.
    FibreChannelScsiIoqLimit double
    The number of SCSI I/O Queue resources to allocate.
    Id string
    IsAzureQosSupported bool
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    IsGeneveSupported bool
    Indicates that the GENEVE offload feature is supported by this adapter.
    IsSecureBootSupported bool
    Indicates support for secure boot.
    MaxEthRxRingSize double
    Maximum Ring Size value for vNIC Receive Queue.
    MaxEthTxRingSize double
    Maximum Ring Size value for vNIC Transmit Queue.
    MaxRocev2Interfaces double
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    ModTime 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.
    NrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    NumDcePorts double
    Number of Dce Ports for the adapter.
    NumberOfPciLinks double
    Indicates number of PCI Links of the adapter.
    ObjectType string
    Owners List<string>
    Parent GetCapabilityAdapterUnitDescriptorParent
    PciLink double
    Indicates PCI Link status of adapter.
    PermissionResources List<GetCapabilityAdapterUnitDescriptorPermissionResource>
    PromCardType string
    Prom card type for the adapter.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCapabilityAdapterUnitDescriptorTag>
    Vendor string
    The vendor of the endpoint, for which this capability information is applicable.
    VersionContext GetCapabilityAdapterUnitDescriptorVersionContext
    VicId string
    Vic Id assigned for the adapter.
    AccountMoid string
    The Account ID for this managed object.
    AdapterGeneration 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.
    AdditionalProperties string
    Ancestors []GetCapabilityAdapterUnitDescriptorAncestor
    Capabilities []GetCapabilityAdapterUnitDescriptorCapability
    ClassId string
    ConnectivityOrder string
    Order in which the ports are connected; sequential or cyclic.
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed information about the endpoint.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetPortSpeed float64
    The port speed for ethernet ports in Mbps.
    Features []GetCapabilityAdapterUnitDescriptorFeature
    FibreChannelPortSpeed float64
    The port speed for fibre channel ports in Mbps.
    FibreChannelScsiIoqLimit float64
    The number of SCSI I/O Queue resources to allocate.
    Id string
    IsAzureQosSupported bool
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    IsGeneveSupported bool
    Indicates that the GENEVE offload feature is supported by this adapter.
    IsSecureBootSupported bool
    Indicates support for secure boot.
    MaxEthRxRingSize float64
    Maximum Ring Size value for vNIC Receive Queue.
    MaxEthTxRingSize float64
    Maximum Ring Size value for vNIC Transmit Queue.
    MaxRocev2Interfaces float64
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    ModTime 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.
    NrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    NumDcePorts float64
    Number of Dce Ports for the adapter.
    NumberOfPciLinks float64
    Indicates number of PCI Links of the adapter.
    ObjectType string
    Owners []string
    Parent GetCapabilityAdapterUnitDescriptorParent
    PciLink float64
    Indicates PCI Link status of adapter.
    PermissionResources []GetCapabilityAdapterUnitDescriptorPermissionResource
    PromCardType string
    Prom card type for the adapter.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCapabilityAdapterUnitDescriptorTag
    Vendor string
    The vendor of the endpoint, for which this capability information is applicable.
    VersionContext GetCapabilityAdapterUnitDescriptorVersionContext
    VicId string
    Vic Id assigned for the adapter.
    accountMoid String
    The Account ID for this managed object.
    adapterGeneration 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.
    additionalProperties String
    ancestors List<GetCapabilityAdapterUnitDescriptorAncestor>
    capabilities List<GetCapabilityAdapterUnitDescriptorCapability>
    classId String
    connectivityOrder String
    Order in which the ports are connected; sequential or cyclic.
    createTime String
    The time when this managed object was created.
    description String
    Detailed information about the endpoint.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetPortSpeed Double
    The port speed for ethernet ports in Mbps.
    features List<GetCapabilityAdapterUnitDescriptorFeature>
    fibreChannelPortSpeed Double
    The port speed for fibre channel ports in Mbps.
    fibreChannelScsiIoqLimit Double
    The number of SCSI I/O Queue resources to allocate.
    id String
    isAzureQosSupported Boolean
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    isGeneveSupported Boolean
    Indicates that the GENEVE offload feature is supported by this adapter.
    isSecureBootSupported Boolean
    Indicates support for secure boot.
    maxEthRxRingSize Double
    Maximum Ring Size value for vNIC Receive Queue.
    maxEthTxRingSize Double
    Maximum Ring Size value for vNIC Transmit Queue.
    maxRocev2Interfaces Double
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    modTime 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.
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    numDcePorts Double
    Number of Dce Ports for the adapter.
    numberOfPciLinks Double
    Indicates number of PCI Links of the adapter.
    objectType String
    owners List<String>
    parent GetCapabilityAdapterUnitDescriptorParent
    pciLink Double
    Indicates PCI Link status of adapter.
    permissionResources List<GetCapabilityAdapterUnitDescriptorPermissionResource>
    promCardType String
    Prom card type for the adapter.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCapabilityAdapterUnitDescriptorTag>
    vendor String
    The vendor of the endpoint, for which this capability information is applicable.
    versionContext GetCapabilityAdapterUnitDescriptorVersionContext
    vicId String
    Vic Id assigned for the adapter.
    accountMoid string
    The Account ID for this managed object.
    adapterGeneration 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.
    additionalProperties string
    ancestors GetCapabilityAdapterUnitDescriptorAncestor[]
    capabilities GetCapabilityAdapterUnitDescriptorCapability[]
    classId string
    connectivityOrder string
    Order in which the ports are connected; sequential or cyclic.
    createTime string
    The time when this managed object was created.
    description string
    Detailed information about the endpoint.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ethernetPortSpeed number
    The port speed for ethernet ports in Mbps.
    features GetCapabilityAdapterUnitDescriptorFeature[]
    fibreChannelPortSpeed number
    The port speed for fibre channel ports in Mbps.
    fibreChannelScsiIoqLimit number
    The number of SCSI I/O Queue resources to allocate.
    id string
    isAzureQosSupported boolean
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    isGeneveSupported boolean
    Indicates that the GENEVE offload feature is supported by this adapter.
    isSecureBootSupported boolean
    Indicates support for secure boot.
    maxEthRxRingSize number
    Maximum Ring Size value for vNIC Receive Queue.
    maxEthTxRingSize number
    Maximum Ring Size value for vNIC Transmit Queue.
    maxRocev2Interfaces number
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    modTime 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.
    nrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    numDcePorts number
    Number of Dce Ports for the adapter.
    numberOfPciLinks number
    Indicates number of PCI Links of the adapter.
    objectType string
    owners string[]
    parent GetCapabilityAdapterUnitDescriptorParent
    pciLink number
    Indicates PCI Link status of adapter.
    permissionResources GetCapabilityAdapterUnitDescriptorPermissionResource[]
    promCardType string
    Prom card type for the adapter.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCapabilityAdapterUnitDescriptorTag[]
    vendor string
    The vendor of the endpoint, for which this capability information is applicable.
    versionContext GetCapabilityAdapterUnitDescriptorVersionContext
    vicId 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[GetCapabilityAdapterUnitDescriptorAncestor]
    capabilities Sequence[GetCapabilityAdapterUnitDescriptorCapability]
    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_moid str
    The DomainGroup ID for this managed object.
    ethernet_port_speed float
    The port speed for ethernet ports in Mbps.
    features Sequence[GetCapabilityAdapterUnitDescriptorFeature]
    fibre_channel_port_speed float
    The port speed for fibre channel ports in Mbps.
    fibre_channel_scsi_ioq_limit float
    The number of SCSI I/O Queue resources to allocate.
    id str
    is_azure_qos_supported bool
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    is_geneve_supported bool
    Indicates that the GENEVE offload feature is supported by this adapter.
    is_secure_boot_supported bool
    Indicates support for secure boot.
    max_eth_rx_ring_size float
    Maximum Ring Size value for vNIC Receive Queue.
    max_eth_tx_ring_size float
    Maximum Ring Size value for vNIC Transmit Queue.
    max_rocev2_interfaces float
    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_ports float
    Number of Dce Ports for the adapter.
    number_of_pci_links float
    Indicates number of PCI Links of the adapter.
    object_type str
    owners Sequence[str]
    parent GetCapabilityAdapterUnitDescriptorParent
    pci_link float
    Indicates PCI Link status of adapter.
    permission_resources Sequence[GetCapabilityAdapterUnitDescriptorPermissionResource]
    prom_card_type str
    Prom card type for the adapter.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCapabilityAdapterUnitDescriptorTag]
    vendor str
    The vendor of the endpoint, for which this capability information is applicable.
    version_context GetCapabilityAdapterUnitDescriptorVersionContext
    vic_id str
    Vic Id assigned for the adapter.
    accountMoid String
    The Account ID for this managed object.
    adapterGeneration 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.
    additionalProperties String
    ancestors List<Property Map>
    capabilities List<Property Map>
    classId String
    connectivityOrder String
    Order in which the ports are connected; sequential or cyclic.
    createTime String
    The time when this managed object was created.
    description String
    Detailed information about the endpoint.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetPortSpeed Number
    The port speed for ethernet ports in Mbps.
    features List<Property Map>
    fibreChannelPortSpeed Number
    The port speed for fibre channel ports in Mbps.
    fibreChannelScsiIoqLimit Number
    The number of SCSI I/O Queue resources to allocate.
    id String
    isAzureQosSupported Boolean
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    isGeneveSupported Boolean
    Indicates that the GENEVE offload feature is supported by this adapter.
    isSecureBootSupported Boolean
    Indicates support for secure boot.
    maxEthRxRingSize Number
    Maximum Ring Size value for vNIC Receive Queue.
    maxEthTxRingSize Number
    Maximum Ring Size value for vNIC Transmit Queue.
    maxRocev2Interfaces Number
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    modTime 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.
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    numDcePorts Number
    Number of Dce Ports for the adapter.
    numberOfPciLinks Number
    Indicates number of PCI Links of the adapter.
    objectType String
    owners List<String>
    parent Property Map
    pciLink Number
    Indicates PCI Link status of adapter.
    permissionResources List<Property Map>
    promCardType String
    Prom card type for the adapter.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    vendor String
    The vendor of the endpoint, for which this capability information is applicable.
    versionContext Property Map
    vicId String
    Vic Id assigned for the adapter.

    getCapabilityAdapterUnitDescriptor Result

    The following output properties are available:

    Id string
    Results List<GetCapabilityAdapterUnitDescriptorResult>
    AccountMoid string
    AdapterGeneration double
    AdditionalProperties string
    Ancestors List<GetCapabilityAdapterUnitDescriptorAncestor>
    Capabilities List<GetCapabilityAdapterUnitDescriptorCapability>
    ClassId string
    ConnectivityOrder string
    CreateTime string
    Description string
    DomainGroupMoid string
    EthernetPortSpeed double
    Features List<GetCapabilityAdapterUnitDescriptorFeature>
    FibreChannelPortSpeed double
    FibreChannelScsiIoqLimit double
    IsAzureQosSupported bool
    IsGeneveSupported bool
    IsSecureBootSupported bool
    MaxEthRxRingSize double
    MaxEthTxRingSize double
    MaxRocev2Interfaces double
    ModTime string
    Model string
    Moid string
    NrVersion string
    NumDcePorts double
    NumberOfPciLinks double
    ObjectType string
    Owners List<string>
    Parent GetCapabilityAdapterUnitDescriptorParent
    PciLink double
    PermissionResources List<GetCapabilityAdapterUnitDescriptorPermissionResource>
    PromCardType string
    SharedScope string
    Tags List<GetCapabilityAdapterUnitDescriptorTag>
    Vendor string
    VersionContext GetCapabilityAdapterUnitDescriptorVersionContext
    VicId string
    Id string
    Results []GetCapabilityAdapterUnitDescriptorResult
    AccountMoid string
    AdapterGeneration float64
    AdditionalProperties string
    Ancestors []GetCapabilityAdapterUnitDescriptorAncestor
    Capabilities []GetCapabilityAdapterUnitDescriptorCapability
    ClassId string
    ConnectivityOrder string
    CreateTime string
    Description string
    DomainGroupMoid string
    EthernetPortSpeed float64
    Features []GetCapabilityAdapterUnitDescriptorFeature
    FibreChannelPortSpeed float64
    FibreChannelScsiIoqLimit float64
    IsAzureQosSupported bool
    IsGeneveSupported bool
    IsSecureBootSupported bool
    MaxEthRxRingSize float64
    MaxEthTxRingSize float64
    MaxRocev2Interfaces float64
    ModTime string
    Model string
    Moid string
    NrVersion string
    NumDcePorts float64
    NumberOfPciLinks float64
    ObjectType string
    Owners []string
    Parent GetCapabilityAdapterUnitDescriptorParent
    PciLink float64
    PermissionResources []GetCapabilityAdapterUnitDescriptorPermissionResource
    PromCardType string
    SharedScope string
    Tags []GetCapabilityAdapterUnitDescriptorTag
    Vendor string
    VersionContext GetCapabilityAdapterUnitDescriptorVersionContext
    VicId string
    id String
    results List<GetCapabilityAdapterUnitDescriptorResult>
    accountMoid String
    adapterGeneration Double
    additionalProperties String
    ancestors List<GetCapabilityAdapterUnitDescriptorAncestor>
    capabilities List<GetCapabilityAdapterUnitDescriptorCapability>
    classId String
    connectivityOrder String
    createTime String
    description String
    domainGroupMoid String
    ethernetPortSpeed Double
    features List<GetCapabilityAdapterUnitDescriptorFeature>
    fibreChannelPortSpeed Double
    fibreChannelScsiIoqLimit Double
    isAzureQosSupported Boolean
    isGeneveSupported Boolean
    isSecureBootSupported Boolean
    maxEthRxRingSize Double
    maxEthTxRingSize Double
    maxRocev2Interfaces Double
    modTime String
    model String
    moid String
    nrVersion String
    numDcePorts Double
    numberOfPciLinks Double
    objectType String
    owners List<String>
    parent GetCapabilityAdapterUnitDescriptorParent
    pciLink Double
    permissionResources List<GetCapabilityAdapterUnitDescriptorPermissionResource>
    promCardType String
    sharedScope String
    tags List<GetCapabilityAdapterUnitDescriptorTag>
    vendor String
    versionContext GetCapabilityAdapterUnitDescriptorVersionContext
    vicId String
    id string
    results GetCapabilityAdapterUnitDescriptorResult[]
    accountMoid string
    adapterGeneration number
    additionalProperties string
    ancestors GetCapabilityAdapterUnitDescriptorAncestor[]
    capabilities GetCapabilityAdapterUnitDescriptorCapability[]
    classId string
    connectivityOrder string
    createTime string
    description string
    domainGroupMoid string
    ethernetPortSpeed number
    features GetCapabilityAdapterUnitDescriptorFeature[]
    fibreChannelPortSpeed number
    fibreChannelScsiIoqLimit number
    isAzureQosSupported boolean
    isGeneveSupported boolean
    isSecureBootSupported boolean
    maxEthRxRingSize number
    maxEthTxRingSize number
    maxRocev2Interfaces number
    modTime string
    model string
    moid string
    nrVersion string
    numDcePorts number
    numberOfPciLinks number
    objectType string
    owners string[]
    parent GetCapabilityAdapterUnitDescriptorParent
    pciLink number
    permissionResources GetCapabilityAdapterUnitDescriptorPermissionResource[]
    promCardType string
    sharedScope string
    tags GetCapabilityAdapterUnitDescriptorTag[]
    vendor string
    versionContext GetCapabilityAdapterUnitDescriptorVersionContext
    vicId string
    id str
    results Sequence[GetCapabilityAdapterUnitDescriptorResult]
    account_moid str
    adapter_generation float
    additional_properties str
    ancestors Sequence[GetCapabilityAdapterUnitDescriptorAncestor]
    capabilities Sequence[GetCapabilityAdapterUnitDescriptorCapability]
    class_id str
    connectivity_order str
    create_time str
    description str
    domain_group_moid str
    ethernet_port_speed float
    features Sequence[GetCapabilityAdapterUnitDescriptorFeature]
    fibre_channel_port_speed float
    fibre_channel_scsi_ioq_limit float
    is_azure_qos_supported bool
    is_geneve_supported bool
    is_secure_boot_supported bool
    max_eth_rx_ring_size float
    max_eth_tx_ring_size float
    max_rocev2_interfaces float
    mod_time str
    model str
    moid str
    nr_version str
    num_dce_ports float
    number_of_pci_links float
    object_type str
    owners Sequence[str]
    parent GetCapabilityAdapterUnitDescriptorParent
    pci_link float
    permission_resources Sequence[GetCapabilityAdapterUnitDescriptorPermissionResource]
    prom_card_type str
    shared_scope str
    tags Sequence[GetCapabilityAdapterUnitDescriptorTag]
    vendor str
    version_context GetCapabilityAdapterUnitDescriptorVersionContext
    vic_id str
    id String
    results List<Property Map>
    accountMoid String
    adapterGeneration Number
    additionalProperties String
    ancestors List<Property Map>
    capabilities List<Property Map>
    classId String
    connectivityOrder String
    createTime String
    description String
    domainGroupMoid String
    ethernetPortSpeed Number
    features List<Property Map>
    fibreChannelPortSpeed Number
    fibreChannelScsiIoqLimit Number
    isAzureQosSupported Boolean
    isGeneveSupported Boolean
    isSecureBootSupported Boolean
    maxEthRxRingSize Number
    maxEthTxRingSize Number
    maxRocev2Interfaces Number
    modTime String
    model String
    moid String
    nrVersion String
    numDcePorts Number
    numberOfPciLinks Number
    objectType String
    owners List<String>
    parent Property Map
    pciLink Number
    permissionResources List<Property Map>
    promCardType String
    sharedScope String
    tags List<Property Map>
    vendor String
    versionContext Property Map
    vicId String

    Supporting Types

    GetCapabilityAdapterUnitDescriptorAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCapabilityAdapterUnitDescriptorCapability

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCapabilityAdapterUnitDescriptorFeature

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FeatureName 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.
    MinAdapterFwVersion string
    Firmware version of Adapter from which support for this feature is available.
    MinFwVersion string
    Firmware version of BMC from which support for this feature is available.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SupportedFwVersions List<string>
    SupportedInAdapters List<string>
    SupportedInGenerations List<double>
    UnsupportedFeatureMatrices List<GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix>
    ValidationAction 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.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FeatureName 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.
    MinAdapterFwVersion string
    Firmware version of Adapter from which support for this feature is available.
    MinFwVersion string
    Firmware version of BMC from which support for this feature is available.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SupportedFwVersions []string
    SupportedInAdapters []string
    SupportedInGenerations []float64
    UnsupportedFeatureMatrices []GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix
    ValidationAction 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.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    featureName 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.
    minAdapterFwVersion String
    Firmware version of Adapter from which support for this feature is available.
    minFwVersion String
    Firmware version of BMC from which support for this feature is available.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    supportedFwVersions List<String>
    supportedInAdapters List<String>
    supportedInGenerations List<Double>
    unsupportedFeatureMatrices List<GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix>
    validationAction 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.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    featureName 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.
    minAdapterFwVersion string
    Firmware version of Adapter from which support for this feature is available.
    minFwVersion string
    Firmware version of BMC from which support for this feature is available.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    supportedFwVersions string[]
    supportedInAdapters string[]
    supportedInGenerations number[]
    unsupportedFeatureMatrices GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix[]
    validationAction 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_fw_version str
    Firmware version of Adapter from which support for this feature is available.
    min_fw_version str
    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_versions Sequence[str]
    supported_in_adapters Sequence[str]
    supported_in_generations Sequence[float]
    unsupported_feature_matrices Sequence[GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix]
    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.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    featureName 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.
    minAdapterFwVersion String
    Firmware version of Adapter from which support for this feature is available.
    minFwVersion String
    Firmware version of BMC from which support for this feature is available.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    supportedFwVersions List<String>
    supportedInAdapters List<String>
    supportedInGenerations List<Number>
    unsupportedFeatureMatrices List<Property Map>
    validationAction 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

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    UnsupportdFeatures List<string>
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    UnsupportdFeatures []string
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    unsupportdFeatures List<String>
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    unsupportdFeatures 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]
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    unsupportdFeatures List<String>

    GetCapabilityAdapterUnitDescriptorParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCapabilityAdapterUnitDescriptorPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCapabilityAdapterUnitDescriptorResult

    AccountMoid string
    The Account ID for this managed object.
    AdapterGeneration 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.
    AdditionalProperties string
    Ancestors List<GetCapabilityAdapterUnitDescriptorResultAncestor>
    Capabilities List<GetCapabilityAdapterUnitDescriptorResultCapability>
    ClassId string
    ConnectivityOrder string
    Order in which the ports are connected; sequential or cyclic.
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed information about the endpoint.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetPortSpeed double
    The port speed for ethernet ports in Mbps.
    Features List<GetCapabilityAdapterUnitDescriptorResultFeature>
    FibreChannelPortSpeed double
    The port speed for fibre channel ports in Mbps.
    FibreChannelScsiIoqLimit double
    The number of SCSI I/O Queue resources to allocate.
    IsAzureQosSupported bool
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    IsGeneveSupported bool
    Indicates that the GENEVE offload feature is supported by this adapter.
    IsSecureBootSupported bool
    Indicates support for secure boot.
    MaxEthRxRingSize double
    Maximum Ring Size value for vNIC Receive Queue.
    MaxEthTxRingSize double
    Maximum Ring Size value for vNIC Transmit Queue.
    MaxRocev2Interfaces double
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    ModTime 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.
    NrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    NumDcePorts double
    Number of Dce Ports for the adapter.
    NumberOfPciLinks double
    Indicates number of PCI Links of the adapter.
    ObjectType string
    Owners List<string>
    Parents List<GetCapabilityAdapterUnitDescriptorResultParent>
    PciLink double
    Indicates PCI Link status of adapter.
    PermissionResources List<GetCapabilityAdapterUnitDescriptorResultPermissionResource>
    PromCardType string
    Prom card type for the adapter.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetCapabilityAdapterUnitDescriptorResultTag>
    Vendor string
    The vendor of the endpoint, for which this capability information is applicable.
    VersionContexts List<GetCapabilityAdapterUnitDescriptorResultVersionContext>
    VicId string
    Vic Id assigned for the adapter.
    AccountMoid string
    The Account ID for this managed object.
    AdapterGeneration 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.
    AdditionalProperties string
    Ancestors []GetCapabilityAdapterUnitDescriptorResultAncestor
    Capabilities []GetCapabilityAdapterUnitDescriptorResultCapability
    ClassId string
    ConnectivityOrder string
    Order in which the ports are connected; sequential or cyclic.
    CreateTime string
    The time when this managed object was created.
    Description string
    Detailed information about the endpoint.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthernetPortSpeed float64
    The port speed for ethernet ports in Mbps.
    Features []GetCapabilityAdapterUnitDescriptorResultFeature
    FibreChannelPortSpeed float64
    The port speed for fibre channel ports in Mbps.
    FibreChannelScsiIoqLimit float64
    The number of SCSI I/O Queue resources to allocate.
    IsAzureQosSupported bool
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    IsGeneveSupported bool
    Indicates that the GENEVE offload feature is supported by this adapter.
    IsSecureBootSupported bool
    Indicates support for secure boot.
    MaxEthRxRingSize float64
    Maximum Ring Size value for vNIC Receive Queue.
    MaxEthTxRingSize float64
    Maximum Ring Size value for vNIC Transmit Queue.
    MaxRocev2Interfaces float64
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    ModTime 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.
    NrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    NumDcePorts float64
    Number of Dce Ports for the adapter.
    NumberOfPciLinks float64
    Indicates number of PCI Links of the adapter.
    ObjectType string
    Owners []string
    Parents []GetCapabilityAdapterUnitDescriptorResultParent
    PciLink float64
    Indicates PCI Link status of adapter.
    PermissionResources []GetCapabilityAdapterUnitDescriptorResultPermissionResource
    PromCardType string
    Prom card type for the adapter.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetCapabilityAdapterUnitDescriptorResultTag
    Vendor string
    The vendor of the endpoint, for which this capability information is applicable.
    VersionContexts []GetCapabilityAdapterUnitDescriptorResultVersionContext
    VicId string
    Vic Id assigned for the adapter.
    accountMoid String
    The Account ID for this managed object.
    adapterGeneration 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.
    additionalProperties String
    ancestors List<GetCapabilityAdapterUnitDescriptorResultAncestor>
    capabilities List<GetCapabilityAdapterUnitDescriptorResultCapability>
    classId String
    connectivityOrder String
    Order in which the ports are connected; sequential or cyclic.
    createTime String
    The time when this managed object was created.
    description String
    Detailed information about the endpoint.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetPortSpeed Double
    The port speed for ethernet ports in Mbps.
    features List<GetCapabilityAdapterUnitDescriptorResultFeature>
    fibreChannelPortSpeed Double
    The port speed for fibre channel ports in Mbps.
    fibreChannelScsiIoqLimit Double
    The number of SCSI I/O Queue resources to allocate.
    isAzureQosSupported Boolean
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    isGeneveSupported Boolean
    Indicates that the GENEVE offload feature is supported by this adapter.
    isSecureBootSupported Boolean
    Indicates support for secure boot.
    maxEthRxRingSize Double
    Maximum Ring Size value for vNIC Receive Queue.
    maxEthTxRingSize Double
    Maximum Ring Size value for vNIC Transmit Queue.
    maxRocev2Interfaces Double
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    modTime 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.
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    numDcePorts Double
    Number of Dce Ports for the adapter.
    numberOfPciLinks Double
    Indicates number of PCI Links of the adapter.
    objectType String
    owners List<String>
    parents List<GetCapabilityAdapterUnitDescriptorResultParent>
    pciLink Double
    Indicates PCI Link status of adapter.
    permissionResources List<GetCapabilityAdapterUnitDescriptorResultPermissionResource>
    promCardType String
    Prom card type for the adapter.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetCapabilityAdapterUnitDescriptorResultTag>
    vendor String
    The vendor of the endpoint, for which this capability information is applicable.
    versionContexts List<GetCapabilityAdapterUnitDescriptorResultVersionContext>
    vicId String
    Vic Id assigned for the adapter.
    accountMoid string
    The Account ID for this managed object.
    adapterGeneration 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.
    additionalProperties string
    ancestors GetCapabilityAdapterUnitDescriptorResultAncestor[]
    capabilities GetCapabilityAdapterUnitDescriptorResultCapability[]
    classId string
    connectivityOrder string
    Order in which the ports are connected; sequential or cyclic.
    createTime string
    The time when this managed object was created.
    description string
    Detailed information about the endpoint.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ethernetPortSpeed number
    The port speed for ethernet ports in Mbps.
    features GetCapabilityAdapterUnitDescriptorResultFeature[]
    fibreChannelPortSpeed number
    The port speed for fibre channel ports in Mbps.
    fibreChannelScsiIoqLimit number
    The number of SCSI I/O Queue resources to allocate.
    isAzureQosSupported boolean
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    isGeneveSupported boolean
    Indicates that the GENEVE offload feature is supported by this adapter.
    isSecureBootSupported boolean
    Indicates support for secure boot.
    maxEthRxRingSize number
    Maximum Ring Size value for vNIC Receive Queue.
    maxEthTxRingSize number
    Maximum Ring Size value for vNIC Transmit Queue.
    maxRocev2Interfaces number
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    modTime 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.
    nrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    numDcePorts number
    Number of Dce Ports for the adapter.
    numberOfPciLinks number
    Indicates number of PCI Links of the adapter.
    objectType string
    owners string[]
    parents GetCapabilityAdapterUnitDescriptorResultParent[]
    pciLink number
    Indicates PCI Link status of adapter.
    permissionResources GetCapabilityAdapterUnitDescriptorResultPermissionResource[]
    promCardType string
    Prom card type for the adapter.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetCapabilityAdapterUnitDescriptorResultTag[]
    vendor string
    The vendor of the endpoint, for which this capability information is applicable.
    versionContexts GetCapabilityAdapterUnitDescriptorResultVersionContext[]
    vicId 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[GetCapabilityAdapterUnitDescriptorResultAncestor]
    capabilities Sequence[GetCapabilityAdapterUnitDescriptorResultCapability]
    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_moid str
    The DomainGroup ID for this managed object.
    ethernet_port_speed float
    The port speed for ethernet ports in Mbps.
    features Sequence[GetCapabilityAdapterUnitDescriptorResultFeature]
    fibre_channel_port_speed float
    The port speed for fibre channel ports in Mbps.
    fibre_channel_scsi_ioq_limit float
    The number of SCSI I/O Queue resources to allocate.
    is_azure_qos_supported bool
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    is_geneve_supported bool
    Indicates that the GENEVE offload feature is supported by this adapter.
    is_secure_boot_supported bool
    Indicates support for secure boot.
    max_eth_rx_ring_size float
    Maximum Ring Size value for vNIC Receive Queue.
    max_eth_tx_ring_size float
    Maximum Ring Size value for vNIC Transmit Queue.
    max_rocev2_interfaces float
    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_ports float
    Number of Dce Ports for the adapter.
    number_of_pci_links float
    Indicates number of PCI Links of the adapter.
    object_type str
    owners Sequence[str]
    parents Sequence[GetCapabilityAdapterUnitDescriptorResultParent]
    pci_link float
    Indicates PCI Link status of adapter.
    permission_resources Sequence[GetCapabilityAdapterUnitDescriptorResultPermissionResource]
    prom_card_type str
    Prom card type for the adapter.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetCapabilityAdapterUnitDescriptorResultTag]
    vendor str
    The vendor of the endpoint, for which this capability information is applicable.
    version_contexts Sequence[GetCapabilityAdapterUnitDescriptorResultVersionContext]
    vic_id str
    Vic Id assigned for the adapter.
    accountMoid String
    The Account ID for this managed object.
    adapterGeneration 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.
    additionalProperties String
    ancestors List<Property Map>
    capabilities List<Property Map>
    classId String
    connectivityOrder String
    Order in which the ports are connected; sequential or cyclic.
    createTime String
    The time when this managed object was created.
    description String
    Detailed information about the endpoint.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethernetPortSpeed Number
    The port speed for ethernet ports in Mbps.
    features List<Property Map>
    fibreChannelPortSpeed Number
    The port speed for fibre channel ports in Mbps.
    fibreChannelScsiIoqLimit Number
    The number of SCSI I/O Queue resources to allocate.
    isAzureQosSupported Boolean
    Indicates that the Azure Stack Host QoS feature is supported by this adapter.
    isGeneveSupported Boolean
    Indicates that the GENEVE offload feature is supported by this adapter.
    isSecureBootSupported Boolean
    Indicates support for secure boot.
    maxEthRxRingSize Number
    Maximum Ring Size value for vNIC Receive Queue.
    maxEthTxRingSize Number
    Maximum Ring Size value for vNIC Transmit Queue.
    maxRocev2Interfaces Number
    Maximum number of vNIC interfaces that can be RoCEv2 enabled.
    modTime 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.
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    numDcePorts Number
    Number of Dce Ports for the adapter.
    numberOfPciLinks Number
    Indicates number of PCI Links of the adapter.
    objectType String
    owners List<String>
    parents List<Property Map>
    pciLink Number
    Indicates PCI Link status of adapter.
    permissionResources List<Property Map>
    promCardType String
    Prom card type for the adapter.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    vendor String
    The vendor of the endpoint, for which this capability information is applicable.
    versionContexts List<Property Map>
    vicId String
    Vic Id assigned for the adapter.

    GetCapabilityAdapterUnitDescriptorResultAncestor

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

    GetCapabilityAdapterUnitDescriptorResultCapability

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

    GetCapabilityAdapterUnitDescriptorResultFeature

    GetCapabilityAdapterUnitDescriptorResultFeatureUnsupportedFeatureMatrix

    GetCapabilityAdapterUnitDescriptorResultParent

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

    GetCapabilityAdapterUnitDescriptorResultPermissionResource

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

    GetCapabilityAdapterUnitDescriptorResultTag

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

    GetCapabilityAdapterUnitDescriptorResultVersionContext

    additionalProperties string
    classId string
    interestedMos GetCapabilityAdapterUnitDescriptorResultVersionContextInterestedMo[]
    markedForDeletion boolean
    nrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    objectType string
    refMos GetCapabilityAdapterUnitDescriptorResultVersionContextRefMo[]
    timestamp string
    versionType string
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    markedForDeletion Boolean
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    objectType String
    refMos List<Property Map>
    timestamp String
    versionType String

    GetCapabilityAdapterUnitDescriptorResultVersionContextInterestedMo

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

    GetCapabilityAdapterUnitDescriptorResultVersionContextRefMo

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

    GetCapabilityAdapterUnitDescriptorTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetCapabilityAdapterUnitDescriptorVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCapabilityAdapterUnitDescriptorVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetCapabilityAdapterUnitDescriptorVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCapabilityAdapterUnitDescriptorVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The firmware or software version of the endpoint, for which this capability information is applicable.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetCapabilityAdapterUnitDescriptorVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The 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 GetCapabilityAdapterUnitDescriptorVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The firmware or software version of the endpoint, for which this capability information is applicable.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetCapabilityAdapterUnitDescriptorVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet