1. Packages
  2. Intersight Provider
  3. API Docs
  4. getVnicFcAdapterPolicyInventory
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet

intersight.getVnicFcAdapterPolicyInventory

Explore with Pulumi AI

intersight logo
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet

    A Fibre Channel Adapter policy governs the host-side behavior of the adapter, including how the adapter handles traffic. You can enable FCP Error Recovery, change the default settings of Queues and Interrupt handling for performance enhancement.

    Using getVnicFcAdapterPolicyInventory

    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 getVnicFcAdapterPolicyInventory(args: GetVnicFcAdapterPolicyInventoryArgs, opts?: InvokeOptions): Promise<GetVnicFcAdapterPolicyInventoryResult>
    function getVnicFcAdapterPolicyInventoryOutput(args: GetVnicFcAdapterPolicyInventoryOutputArgs, opts?: InvokeOptions): Output<GetVnicFcAdapterPolicyInventoryResult>
    def get_vnic_fc_adapter_policy_inventory(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetVnicFcAdapterPolicyInventoryAncestor]] = None,
                                             class_id: Optional[str] = None,
                                             create_time: Optional[str] = None,
                                             description: Optional[str] = None,
                                             device_mo_id: Optional[str] = None,
                                             domain_group_moid: Optional[str] = None,
                                             error_detection_timeout: Optional[float] = None,
                                             error_recovery_settings: Optional[GetVnicFcAdapterPolicyInventoryErrorRecoverySettings] = None,
                                             flogi_settings: Optional[GetVnicFcAdapterPolicyInventoryFlogiSettings] = None,
                                             id: Optional[str] = None,
                                             interrupt_settings: Optional[GetVnicFcAdapterPolicyInventoryInterruptSettings] = None,
                                             io_throttle_count: Optional[float] = None,
                                             lun_count: Optional[float] = None,
                                             lun_queue_depth: Optional[float] = None,
                                             mod_time: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             name: Optional[str] = None,
                                             object_type: Optional[str] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetVnicFcAdapterPolicyInventoryParent] = None,
                                             permission_resources: Optional[Sequence[GetVnicFcAdapterPolicyInventoryPermissionResource]] = None,
                                             plogi_settings: Optional[GetVnicFcAdapterPolicyInventoryPlogiSettings] = None,
                                             resource_allocation_timeout: Optional[float] = None,
                                             rx_queue_settings: Optional[GetVnicFcAdapterPolicyInventoryRxQueueSettings] = None,
                                             scsi_queue_settings: Optional[GetVnicFcAdapterPolicyInventoryScsiQueueSettings] = None,
                                             shared_scope: Optional[str] = None,
                                             tags: Optional[Sequence[GetVnicFcAdapterPolicyInventoryTag]] = None,
                                             target_mo: Optional[GetVnicFcAdapterPolicyInventoryTargetMo] = None,
                                             tx_queue_settings: Optional[GetVnicFcAdapterPolicyInventoryTxQueueSettings] = None,
                                             version_context: Optional[GetVnicFcAdapterPolicyInventoryVersionContext] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetVnicFcAdapterPolicyInventoryResult
    def get_vnic_fc_adapter_policy_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcAdapterPolicyInventoryAncestorArgs]]]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             create_time: Optional[pulumi.Input[str]] = None,
                                             description: Optional[pulumi.Input[str]] = None,
                                             device_mo_id: Optional[pulumi.Input[str]] = None,
                                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                                             error_detection_timeout: Optional[pulumi.Input[float]] = None,
                                             error_recovery_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryErrorRecoverySettingsArgs]] = None,
                                             flogi_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryFlogiSettingsArgs]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             interrupt_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryInterruptSettingsArgs]] = None,
                                             io_throttle_count: Optional[pulumi.Input[float]] = None,
                                             lun_count: Optional[pulumi.Input[float]] = None,
                                             lun_queue_depth: Optional[pulumi.Input[float]] = None,
                                             mod_time: Optional[pulumi.Input[str]] = None,
                                             moid: Optional[pulumi.Input[str]] = None,
                                             name: Optional[pulumi.Input[str]] = None,
                                             object_type: Optional[pulumi.Input[str]] = None,
                                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                             parent: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryParentArgs]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcAdapterPolicyInventoryPermissionResourceArgs]]]] = None,
                                             plogi_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryPlogiSettingsArgs]] = None,
                                             resource_allocation_timeout: Optional[pulumi.Input[float]] = None,
                                             rx_queue_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryRxQueueSettingsArgs]] = None,
                                             scsi_queue_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryScsiQueueSettingsArgs]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcAdapterPolicyInventoryTagArgs]]]] = None,
                                             target_mo: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryTargetMoArgs]] = None,
                                             tx_queue_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryTxQueueSettingsArgs]] = None,
                                             version_context: Optional[pulumi.Input[GetVnicFcAdapterPolicyInventoryVersionContextArgs]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetVnicFcAdapterPolicyInventoryResult]
    func LookupVnicFcAdapterPolicyInventory(ctx *Context, args *LookupVnicFcAdapterPolicyInventoryArgs, opts ...InvokeOption) (*LookupVnicFcAdapterPolicyInventoryResult, error)
    func LookupVnicFcAdapterPolicyInventoryOutput(ctx *Context, args *LookupVnicFcAdapterPolicyInventoryOutputArgs, opts ...InvokeOption) LookupVnicFcAdapterPolicyInventoryResultOutput

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

    public static class GetVnicFcAdapterPolicyInventory 
    {
        public static Task<GetVnicFcAdapterPolicyInventoryResult> InvokeAsync(GetVnicFcAdapterPolicyInventoryArgs args, InvokeOptions? opts = null)
        public static Output<GetVnicFcAdapterPolicyInventoryResult> Invoke(GetVnicFcAdapterPolicyInventoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVnicFcAdapterPolicyInventoryResult> getVnicFcAdapterPolicyInventory(GetVnicFcAdapterPolicyInventoryArgs args, InvokeOptions options)
    public static Output<GetVnicFcAdapterPolicyInventoryResult> getVnicFcAdapterPolicyInventory(GetVnicFcAdapterPolicyInventoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVnicFcAdapterPolicyInventory:getVnicFcAdapterPolicyInventory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVnicFcAdapterPolicyInventoryAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ErrorDetectionTimeout double
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    ErrorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    Id string
    InterruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    IoThrottleCount double
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    LunCount double
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    LunQueueDepth double
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners List<string>
    Parent GetVnicFcAdapterPolicyInventoryParent
    PermissionResources List<GetVnicFcAdapterPolicyInventoryPermissionResource>
    PlogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    ResourceAllocationTimeout double
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    RxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    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<GetVnicFcAdapterPolicyInventoryTag>
    TargetMo GetVnicFcAdapterPolicyInventoryTargetMo
    TxQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyInventoryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVnicFcAdapterPolicyInventoryAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ErrorDetectionTimeout float64
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    ErrorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    Id string
    InterruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    IoThrottleCount float64
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    LunCount float64
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    LunQueueDepth float64
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners []string
    Parent GetVnicFcAdapterPolicyInventoryParent
    PermissionResources []GetVnicFcAdapterPolicyInventoryPermissionResource
    PlogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    ResourceAllocationTimeout float64
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    RxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    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 []GetVnicFcAdapterPolicyInventoryTag
    TargetMo GetVnicFcAdapterPolicyInventoryTargetMo
    TxQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVnicFcAdapterPolicyInventoryAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    errorDetectionTimeout Double
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    errorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    id String
    interruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    ioThrottleCount Double
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lunCount Double
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lunQueueDepth Double
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parent GetVnicFcAdapterPolicyInventoryParent
    permissionResources List<GetVnicFcAdapterPolicyInventoryPermissionResource>
    plogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    resourceAllocationTimeout Double
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    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<GetVnicFcAdapterPolicyInventoryTag>
    targetMo GetVnicFcAdapterPolicyInventoryTargetMo
    txQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    versionContext GetVnicFcAdapterPolicyInventoryVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVnicFcAdapterPolicyInventoryAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    deviceMoId string
    Device ID of the entity from where inventory is reported.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    errorDetectionTimeout number
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    errorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    id string
    interruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    ioThrottleCount number
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lunCount number
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lunQueueDepth number
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventoried policy object.
    objectType string
    owners string[]
    parent GetVnicFcAdapterPolicyInventoryParent
    permissionResources GetVnicFcAdapterPolicyInventoryPermissionResource[]
    plogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    resourceAllocationTimeout number
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    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 GetVnicFcAdapterPolicyInventoryTag[]
    targetMo GetVnicFcAdapterPolicyInventoryTargetMo
    txQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    versionContext GetVnicFcAdapterPolicyInventoryVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVnicFcAdapterPolicyInventoryAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    device_mo_id str
    Device ID of the entity from where inventory is reported.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    error_detection_timeout float
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    error_recovery_settings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    flogi_settings GetVnicFcAdapterPolicyInventoryFlogiSettings
    id str
    interrupt_settings GetVnicFcAdapterPolicyInventoryInterruptSettings
    io_throttle_count float
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lun_count float
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lun_queue_depth float
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventoried policy object.
    object_type str
    owners Sequence[str]
    parent GetVnicFcAdapterPolicyInventoryParent
    permission_resources Sequence[GetVnicFcAdapterPolicyInventoryPermissionResource]
    plogi_settings GetVnicFcAdapterPolicyInventoryPlogiSettings
    resource_allocation_timeout float
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rx_queue_settings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    scsi_queue_settings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    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[GetVnicFcAdapterPolicyInventoryTag]
    target_mo GetVnicFcAdapterPolicyInventoryTargetMo
    tx_queue_settings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    version_context GetVnicFcAdapterPolicyInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    errorDetectionTimeout Number
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    errorRecoverySettings Property Map
    flogiSettings Property Map
    id String
    interruptSettings Property Map
    ioThrottleCount Number
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lunCount Number
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lunQueueDepth Number
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    plogiSettings Property Map
    resourceAllocationTimeout Number
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rxQueueSettings Property Map
    scsiQueueSettings Property Map
    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>
    targetMo Property Map
    txQueueSettings Property Map
    versionContext Property Map

    getVnicFcAdapterPolicyInventory Result

    The following output properties are available:

    Id string
    Results List<GetVnicFcAdapterPolicyInventoryResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetVnicFcAdapterPolicyInventoryAncestor>
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    DomainGroupMoid string
    ErrorDetectionTimeout double
    ErrorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    InterruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    IoThrottleCount double
    LunCount double
    LunQueueDepth double
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetVnicFcAdapterPolicyInventoryParent
    PermissionResources List<GetVnicFcAdapterPolicyInventoryPermissionResource>
    PlogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    ResourceAllocationTimeout double
    RxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    SharedScope string
    Tags List<GetVnicFcAdapterPolicyInventoryTag>
    TargetMo GetVnicFcAdapterPolicyInventoryTargetMo
    TxQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyInventoryVersionContext
    Id string
    Results []GetVnicFcAdapterPolicyInventoryResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetVnicFcAdapterPolicyInventoryAncestor
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    DomainGroupMoid string
    ErrorDetectionTimeout float64
    ErrorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    InterruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    IoThrottleCount float64
    LunCount float64
    LunQueueDepth float64
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetVnicFcAdapterPolicyInventoryParent
    PermissionResources []GetVnicFcAdapterPolicyInventoryPermissionResource
    PlogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    ResourceAllocationTimeout float64
    RxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    SharedScope string
    Tags []GetVnicFcAdapterPolicyInventoryTag
    TargetMo GetVnicFcAdapterPolicyInventoryTargetMo
    TxQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyInventoryVersionContext
    id String
    results List<GetVnicFcAdapterPolicyInventoryResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetVnicFcAdapterPolicyInventoryAncestor>
    classId String
    createTime String
    description String
    deviceMoId String
    domainGroupMoid String
    errorDetectionTimeout Double
    errorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    interruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    ioThrottleCount Double
    lunCount Double
    lunQueueDepth Double
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetVnicFcAdapterPolicyInventoryParent
    permissionResources List<GetVnicFcAdapterPolicyInventoryPermissionResource>
    plogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    resourceAllocationTimeout Double
    rxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    sharedScope String
    tags List<GetVnicFcAdapterPolicyInventoryTag>
    targetMo GetVnicFcAdapterPolicyInventoryTargetMo
    txQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    versionContext GetVnicFcAdapterPolicyInventoryVersionContext
    id string
    results GetVnicFcAdapterPolicyInventoryResult[]
    accountMoid string
    additionalProperties string
    ancestors GetVnicFcAdapterPolicyInventoryAncestor[]
    classId string
    createTime string
    description string
    deviceMoId string
    domainGroupMoid string
    errorDetectionTimeout number
    errorRecoverySettings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyInventoryFlogiSettings
    interruptSettings GetVnicFcAdapterPolicyInventoryInterruptSettings
    ioThrottleCount number
    lunCount number
    lunQueueDepth number
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetVnicFcAdapterPolicyInventoryParent
    permissionResources GetVnicFcAdapterPolicyInventoryPermissionResource[]
    plogiSettings GetVnicFcAdapterPolicyInventoryPlogiSettings
    resourceAllocationTimeout number
    rxQueueSettings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    sharedScope string
    tags GetVnicFcAdapterPolicyInventoryTag[]
    targetMo GetVnicFcAdapterPolicyInventoryTargetMo
    txQueueSettings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    versionContext GetVnicFcAdapterPolicyInventoryVersionContext
    id str
    results Sequence[GetVnicFcAdapterPolicyInventoryResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetVnicFcAdapterPolicyInventoryAncestor]
    class_id str
    create_time str
    description str
    device_mo_id str
    domain_group_moid str
    error_detection_timeout float
    error_recovery_settings GetVnicFcAdapterPolicyInventoryErrorRecoverySettings
    flogi_settings GetVnicFcAdapterPolicyInventoryFlogiSettings
    interrupt_settings GetVnicFcAdapterPolicyInventoryInterruptSettings
    io_throttle_count float
    lun_count float
    lun_queue_depth float
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetVnicFcAdapterPolicyInventoryParent
    permission_resources Sequence[GetVnicFcAdapterPolicyInventoryPermissionResource]
    plogi_settings GetVnicFcAdapterPolicyInventoryPlogiSettings
    resource_allocation_timeout float
    rx_queue_settings GetVnicFcAdapterPolicyInventoryRxQueueSettings
    scsi_queue_settings GetVnicFcAdapterPolicyInventoryScsiQueueSettings
    shared_scope str
    tags Sequence[GetVnicFcAdapterPolicyInventoryTag]
    target_mo GetVnicFcAdapterPolicyInventoryTargetMo
    tx_queue_settings GetVnicFcAdapterPolicyInventoryTxQueueSettings
    version_context GetVnicFcAdapterPolicyInventoryVersionContext

    Supporting Types

    GetVnicFcAdapterPolicyInventoryAncestor

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

    GetVnicFcAdapterPolicyInventoryErrorRecoverySettings

    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.
    Enabled bool
    Enables Fibre Channel Error recovery.
    IoRetryCount double
    The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable.
    IoRetryTimeout double
    The number of seconds the adapter waits before aborting the pending command and resending the same IO request.
    LinkDownTimeout double
    The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PortDownTimeout double
    The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds.
    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.
    Enabled bool
    Enables Fibre Channel Error recovery.
    IoRetryCount float64
    The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable.
    IoRetryTimeout float64
    The number of seconds the adapter waits before aborting the pending command and resending the same IO request.
    LinkDownTimeout float64
    The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PortDownTimeout float64
    The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds.
    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.
    enabled Boolean
    Enables Fibre Channel Error recovery.
    ioRetryCount Double
    The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable.
    ioRetryTimeout Double
    The number of seconds the adapter waits before aborting the pending command and resending the same IO request.
    linkDownTimeout Double
    The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    portDownTimeout Double
    The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds.
    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.
    enabled boolean
    Enables Fibre Channel Error recovery.
    ioRetryCount number
    The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable.
    ioRetryTimeout number
    The number of seconds the adapter waits before aborting the pending command and resending the same IO request.
    linkDownTimeout number
    The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    portDownTimeout number
    The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds.
    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.
    enabled bool
    Enables Fibre Channel Error recovery.
    io_retry_count float
    The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable.
    io_retry_timeout float
    The number of seconds the adapter waits before aborting the pending command and resending the same IO request.
    link_down_timeout float
    The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    port_down_timeout float
    The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds.
    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.
    enabled Boolean
    Enables Fibre Channel Error recovery.
    ioRetryCount Number
    The number of times an I/O request to a port is retried because the port is busy before the system decides the port is unavailable.
    ioRetryTimeout Number
    The number of seconds the adapter waits before aborting the pending command and resending the same IO request.
    linkDownTimeout Number
    The number of milliseconds the port should actually be down before it is marked down and fabric connectivity is lost.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    portDownTimeout Number
    The number of milliseconds a remote Fibre Channel port should be offline before informing the SCSI upper layer that the port is unavailable. For a server with a VIC adapter running ESXi, the recommended value is 10000. For a server with a port used to boot a Windows OS from the SAN, the recommended value is 5000 milliseconds.

    GetVnicFcAdapterPolicyInventoryFlogiSettings

    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Retries double
    The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295.
    Timeout double
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Retries float64
    The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295.
    Timeout float64
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries Double
    The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295.
    timeout Double
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries number
    The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295.
    timeout number
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries float
    The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295.
    timeout float
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries Number
    The number of times that the system tries to log in to the fabric after the first failure. Allowed range is 0-4294967295.
    timeout Number
    The number of milliseconds that the system waits before it tries to log in again.

    GetVnicFcAdapterPolicyInventoryInterruptSettings

    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.
    Mode string
    The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    Mode string
    The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    mode String
    The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    mode string
    The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    mode str
    The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    mode String
    The preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetVnicFcAdapterPolicyInventoryParent

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

    GetVnicFcAdapterPolicyInventoryPermissionResource

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

    GetVnicFcAdapterPolicyInventoryPlogiSettings

    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Retries double
    The number of times that the system tries to log in to a port after the first failure.
    Timeout double
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Retries float64
    The number of times that the system tries to log in to a port after the first failure.
    Timeout float64
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries Double
    The number of times that the system tries to log in to a port after the first failure.
    timeout Double
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries number
    The number of times that the system tries to log in to a port after the first failure.
    timeout number
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries float
    The number of times that the system tries to log in to a port after the first failure.
    timeout float
    The number of milliseconds that the system waits before it tries to log in again.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    retries Number
    The number of times that the system tries to log in to a port after the first failure.
    timeout Number
    The number of milliseconds that the system waits before it tries to log in again.

    GetVnicFcAdapterPolicyInventoryResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVnicFcAdapterPolicyInventoryResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ErrorDetectionTimeout double
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    ErrorRecoverySettings List<GetVnicFcAdapterPolicyInventoryResultErrorRecoverySetting>
    FlogiSettings List<GetVnicFcAdapterPolicyInventoryResultFlogiSetting>
    InterruptSettings List<GetVnicFcAdapterPolicyInventoryResultInterruptSetting>
    IoThrottleCount double
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    LunCount double
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    LunQueueDepth double
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners List<string>
    Parents List<GetVnicFcAdapterPolicyInventoryResultParent>
    PermissionResources List<GetVnicFcAdapterPolicyInventoryResultPermissionResource>
    PlogiSettings List<GetVnicFcAdapterPolicyInventoryResultPlogiSetting>
    ResourceAllocationTimeout double
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    RxQueueSettings List<GetVnicFcAdapterPolicyInventoryResultRxQueueSetting>
    ScsiQueueSettings List<GetVnicFcAdapterPolicyInventoryResultScsiQueueSetting>
    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<GetVnicFcAdapterPolicyInventoryResultTag>
    TargetMos List<GetVnicFcAdapterPolicyInventoryResultTargetMo>
    TxQueueSettings List<GetVnicFcAdapterPolicyInventoryResultTxQueueSetting>
    VersionContexts List<GetVnicFcAdapterPolicyInventoryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVnicFcAdapterPolicyInventoryResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ErrorDetectionTimeout float64
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    ErrorRecoverySettings []GetVnicFcAdapterPolicyInventoryResultErrorRecoverySetting
    FlogiSettings []GetVnicFcAdapterPolicyInventoryResultFlogiSetting
    InterruptSettings []GetVnicFcAdapterPolicyInventoryResultInterruptSetting
    IoThrottleCount float64
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    LunCount float64
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    LunQueueDepth float64
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners []string
    Parents []GetVnicFcAdapterPolicyInventoryResultParent
    PermissionResources []GetVnicFcAdapterPolicyInventoryResultPermissionResource
    PlogiSettings []GetVnicFcAdapterPolicyInventoryResultPlogiSetting
    ResourceAllocationTimeout float64
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    RxQueueSettings []GetVnicFcAdapterPolicyInventoryResultRxQueueSetting
    ScsiQueueSettings []GetVnicFcAdapterPolicyInventoryResultScsiQueueSetting
    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 []GetVnicFcAdapterPolicyInventoryResultTag
    TargetMos []GetVnicFcAdapterPolicyInventoryResultTargetMo
    TxQueueSettings []GetVnicFcAdapterPolicyInventoryResultTxQueueSetting
    VersionContexts []GetVnicFcAdapterPolicyInventoryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVnicFcAdapterPolicyInventoryResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    errorDetectionTimeout Double
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    errorRecoverySettings List<GetVnicFcAdapterPolicyInventoryResultErrorRecoverySetting>
    flogiSettings List<GetVnicFcAdapterPolicyInventoryResultFlogiSetting>
    interruptSettings List<GetVnicFcAdapterPolicyInventoryResultInterruptSetting>
    ioThrottleCount Double
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lunCount Double
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lunQueueDepth Double
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parents List<GetVnicFcAdapterPolicyInventoryResultParent>
    permissionResources List<GetVnicFcAdapterPolicyInventoryResultPermissionResource>
    plogiSettings List<GetVnicFcAdapterPolicyInventoryResultPlogiSetting>
    resourceAllocationTimeout Double
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rxQueueSettings List<GetVnicFcAdapterPolicyInventoryResultRxQueueSetting>
    scsiQueueSettings List<GetVnicFcAdapterPolicyInventoryResultScsiQueueSetting>
    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<GetVnicFcAdapterPolicyInventoryResultTag>
    targetMos List<GetVnicFcAdapterPolicyInventoryResultTargetMo>
    txQueueSettings List<GetVnicFcAdapterPolicyInventoryResultTxQueueSetting>
    versionContexts List<GetVnicFcAdapterPolicyInventoryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVnicFcAdapterPolicyInventoryResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    deviceMoId string
    Device ID of the entity from where inventory is reported.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    errorDetectionTimeout number
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    errorRecoverySettings GetVnicFcAdapterPolicyInventoryResultErrorRecoverySetting[]
    flogiSettings GetVnicFcAdapterPolicyInventoryResultFlogiSetting[]
    interruptSettings GetVnicFcAdapterPolicyInventoryResultInterruptSetting[]
    ioThrottleCount number
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lunCount number
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lunQueueDepth number
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventoried policy object.
    objectType string
    owners string[]
    parents GetVnicFcAdapterPolicyInventoryResultParent[]
    permissionResources GetVnicFcAdapterPolicyInventoryResultPermissionResource[]
    plogiSettings GetVnicFcAdapterPolicyInventoryResultPlogiSetting[]
    resourceAllocationTimeout number
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rxQueueSettings GetVnicFcAdapterPolicyInventoryResultRxQueueSetting[]
    scsiQueueSettings GetVnicFcAdapterPolicyInventoryResultScsiQueueSetting[]
    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 GetVnicFcAdapterPolicyInventoryResultTag[]
    targetMos GetVnicFcAdapterPolicyInventoryResultTargetMo[]
    txQueueSettings GetVnicFcAdapterPolicyInventoryResultTxQueueSetting[]
    versionContexts GetVnicFcAdapterPolicyInventoryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVnicFcAdapterPolicyInventoryResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    device_mo_id str
    Device ID of the entity from where inventory is reported.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    error_detection_timeout float
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    error_recovery_settings Sequence[GetVnicFcAdapterPolicyInventoryResultErrorRecoverySetting]
    flogi_settings Sequence[GetVnicFcAdapterPolicyInventoryResultFlogiSetting]
    interrupt_settings Sequence[GetVnicFcAdapterPolicyInventoryResultInterruptSetting]
    io_throttle_count float
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lun_count float
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lun_queue_depth float
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventoried policy object.
    object_type str
    owners Sequence[str]
    parents Sequence[GetVnicFcAdapterPolicyInventoryResultParent]
    permission_resources Sequence[GetVnicFcAdapterPolicyInventoryResultPermissionResource]
    plogi_settings Sequence[GetVnicFcAdapterPolicyInventoryResultPlogiSetting]
    resource_allocation_timeout float
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rx_queue_settings Sequence[GetVnicFcAdapterPolicyInventoryResultRxQueueSetting]
    scsi_queue_settings Sequence[GetVnicFcAdapterPolicyInventoryResultScsiQueueSetting]
    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[GetVnicFcAdapterPolicyInventoryResultTag]
    target_mos Sequence[GetVnicFcAdapterPolicyInventoryResultTargetMo]
    tx_queue_settings Sequence[GetVnicFcAdapterPolicyInventoryResultTxQueueSetting]
    version_contexts Sequence[GetVnicFcAdapterPolicyInventoryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    errorDetectionTimeout Number
    Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.
    errorRecoverySettings List<Property Map>
    flogiSettings List<Property Map>
    interruptSettings List<Property Map>
    ioThrottleCount Number
    The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.
    lunCount Number
    The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.
    lunQueueDepth Number
    The number of commands that the HBA can send and receive in a single transmission per LUN.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    plogiSettings List<Property Map>
    resourceAllocationTimeout Number
    Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.
    rxQueueSettings List<Property Map>
    scsiQueueSettings List<Property Map>
    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>
    targetMos List<Property Map>
    txQueueSettings List<Property Map>
    versionContexts List<Property Map>

    GetVnicFcAdapterPolicyInventoryResultAncestor

    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

    GetVnicFcAdapterPolicyInventoryResultErrorRecoverySetting

    GetVnicFcAdapterPolicyInventoryResultFlogiSetting

    AdditionalProperties string
    ClassId string
    ObjectType string
    Retries double
    Timeout double
    AdditionalProperties string
    ClassId string
    ObjectType string
    Retries float64
    Timeout float64
    additionalProperties String
    classId String
    objectType String
    retries Double
    timeout Double
    additionalProperties string
    classId string
    objectType string
    retries number
    timeout number
    additionalProperties String
    classId String
    objectType String
    retries Number
    timeout Number

    GetVnicFcAdapterPolicyInventoryResultInterruptSetting

    AdditionalProperties string
    ClassId string
    Mode string
    ObjectType string
    AdditionalProperties string
    ClassId string
    Mode string
    ObjectType string
    additionalProperties String
    classId String
    mode String
    objectType String
    additionalProperties string
    classId string
    mode string
    objectType string
    additionalProperties String
    classId String
    mode String
    objectType String

    GetVnicFcAdapterPolicyInventoryResultParent

    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

    GetVnicFcAdapterPolicyInventoryResultPermissionResource

    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

    GetVnicFcAdapterPolicyInventoryResultPlogiSetting

    AdditionalProperties string
    ClassId string
    ObjectType string
    Retries double
    Timeout double
    AdditionalProperties string
    ClassId string
    ObjectType string
    Retries float64
    Timeout float64
    additionalProperties String
    classId String
    objectType String
    retries Double
    timeout Double
    additionalProperties string
    classId string
    objectType string
    retries number
    timeout number
    additionalProperties String
    classId String
    objectType String
    retries Number
    timeout Number

    GetVnicFcAdapterPolicyInventoryResultRxQueueSetting

    AdditionalProperties string
    ClassId string
    NrCount double
    ObjectType string
    RingSize double
    AdditionalProperties string
    ClassId string
    NrCount float64
    ObjectType string
    RingSize float64
    additionalProperties String
    classId String
    nrCount Double
    objectType String
    ringSize Double
    additionalProperties string
    classId string
    nrCount number
    objectType string
    ringSize number
    additionalProperties String
    classId String
    nrCount Number
    objectType String
    ringSize Number

    GetVnicFcAdapterPolicyInventoryResultScsiQueueSetting

    AdditionalProperties string
    ClassId string
    NrCount double
    ObjectType string
    RingSize double
    AdditionalProperties string
    ClassId string
    NrCount float64
    ObjectType string
    RingSize float64
    additionalProperties String
    classId String
    nrCount Double
    objectType String
    ringSize Double
    additionalProperties string
    classId string
    nrCount number
    objectType string
    ringSize number
    additionalProperties String
    classId String
    nrCount Number
    objectType String
    ringSize Number

    GetVnicFcAdapterPolicyInventoryResultTag

    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

    GetVnicFcAdapterPolicyInventoryResultTargetMo

    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

    GetVnicFcAdapterPolicyInventoryResultTxQueueSetting

    AdditionalProperties string
    ClassId string
    NrCount double
    ObjectType string
    RingSize double
    AdditionalProperties string
    ClassId string
    NrCount float64
    ObjectType string
    RingSize float64
    additionalProperties String
    classId String
    nrCount Double
    objectType String
    ringSize Double
    additionalProperties string
    classId string
    nrCount number
    objectType string
    ringSize number
    additionalProperties String
    classId String
    nrCount Number
    objectType String
    ringSize Number

    GetVnicFcAdapterPolicyInventoryResultVersionContext

    GetVnicFcAdapterPolicyInventoryResultVersionContextInterestedMo

    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

    GetVnicFcAdapterPolicyInventoryResultVersionContextRefMo

    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

    GetVnicFcAdapterPolicyInventoryRxQueueSettings

    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.
    NrCount double
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize double
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    NrCount float64
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize float64
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nrCount Double
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Double
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nrCount number
    The number of queue resources to allocate.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize number
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nr_count float
    The number of queue resources to allocate.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ring_size float
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nrCount Number
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Number
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.

    GetVnicFcAdapterPolicyInventoryScsiQueueSettings

    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.
    NrCount double
    The number of SCSI I/O queue resources the system should allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize double
    The number of descriptors in each SCSI I/O queue.
    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.
    NrCount float64
    The number of SCSI I/O queue resources the system should allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize float64
    The number of descriptors in each SCSI I/O queue.
    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.
    nrCount Double
    The number of SCSI I/O queue resources the system should allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Double
    The number of descriptors in each SCSI I/O queue.
    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.
    nrCount number
    The number of SCSI I/O queue resources the system should allocate.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize number
    The number of descriptors in each SCSI I/O queue.
    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.
    nr_count float
    The number of SCSI I/O queue resources the system should allocate.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ring_size float
    The number of descriptors in each SCSI I/O queue.
    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.
    nrCount Number
    The number of SCSI I/O queue resources the system should allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Number
    The number of descriptors in each SCSI I/O queue.

    GetVnicFcAdapterPolicyInventoryTag

    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.

    GetVnicFcAdapterPolicyInventoryTargetMo

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

    GetVnicFcAdapterPolicyInventoryTxQueueSettings

    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.
    NrCount double
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize double
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    NrCount float64
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize float64
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nrCount Double
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Double
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nrCount number
    The number of queue resources to allocate.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize number
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nr_count float
    The number of queue resources to allocate.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ring_size float
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.
    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.
    nrCount Number
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Number
    The number of descriptors in each queue. The maximum value for Transmit queue is 128 and for Receive queue is 2048.

    GetVnicFcAdapterPolicyInventoryVersionContext

    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<GetVnicFcAdapterPolicyInventoryVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVnicFcAdapterPolicyInventoryVersionContextRefMo
    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 []GetVnicFcAdapterPolicyInventoryVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVnicFcAdapterPolicyInventoryVersionContextRefMo
    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<GetVnicFcAdapterPolicyInventoryVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetVnicFcAdapterPolicyInventoryVersionContextRefMo
    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 GetVnicFcAdapterPolicyInventoryVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetVnicFcAdapterPolicyInventoryVersionContextRefMo
    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[GetVnicFcAdapterPolicyInventoryVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetVnicFcAdapterPolicyInventoryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetVnicFcAdapterPolicyInventoryVersionContextInterestedMo

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

    GetVnicFcAdapterPolicyInventoryVersionContextRefMo

    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.65 published on Wednesday, May 7, 2025 by ciscodevnet