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

intersight.getVnicFcAdapterPolicy

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 getVnicFcAdapterPolicy

    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 getVnicFcAdapterPolicy(args: GetVnicFcAdapterPolicyArgs, opts?: InvokeOptions): Promise<GetVnicFcAdapterPolicyResult>
    function getVnicFcAdapterPolicyOutput(args: GetVnicFcAdapterPolicyOutputArgs, opts?: InvokeOptions): Output<GetVnicFcAdapterPolicyResult>
    def get_vnic_fc_adapter_policy(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetVnicFcAdapterPolicyAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   description: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   error_detection_timeout: Optional[float] = None,
                                   error_recovery_settings: Optional[GetVnicFcAdapterPolicyErrorRecoverySettings] = None,
                                   flogi_settings: Optional[GetVnicFcAdapterPolicyFlogiSettings] = None,
                                   id: Optional[str] = None,
                                   interrupt_settings: Optional[GetVnicFcAdapterPolicyInterruptSettings] = 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,
                                   organization: Optional[GetVnicFcAdapterPolicyOrganization] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetVnicFcAdapterPolicyParent] = None,
                                   permission_resources: Optional[Sequence[GetVnicFcAdapterPolicyPermissionResource]] = None,
                                   plogi_settings: Optional[GetVnicFcAdapterPolicyPlogiSettings] = None,
                                   resource_allocation_timeout: Optional[float] = None,
                                   rx_queue_settings: Optional[GetVnicFcAdapterPolicyRxQueueSettings] = None,
                                   scsi_queue_settings: Optional[GetVnicFcAdapterPolicyScsiQueueSettings] = None,
                                   shared_scope: Optional[str] = None,
                                   tags: Optional[Sequence[GetVnicFcAdapterPolicyTag]] = None,
                                   tx_queue_settings: Optional[GetVnicFcAdapterPolicyTxQueueSettings] = None,
                                   version_context: Optional[GetVnicFcAdapterPolicyVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetVnicFcAdapterPolicyResult
    def get_vnic_fc_adapter_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcAdapterPolicyAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   error_detection_timeout: Optional[pulumi.Input[float]] = None,
                                   error_recovery_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyErrorRecoverySettingsArgs]] = None,
                                   flogi_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyFlogiSettingsArgs]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   interrupt_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyInterruptSettingsArgs]] = 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,
                                   organization: Optional[pulumi.Input[GetVnicFcAdapterPolicyOrganizationArgs]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetVnicFcAdapterPolicyParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcAdapterPolicyPermissionResourceArgs]]]] = None,
                                   plogi_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyPlogiSettingsArgs]] = None,
                                   resource_allocation_timeout: Optional[pulumi.Input[float]] = None,
                                   rx_queue_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyRxQueueSettingsArgs]] = None,
                                   scsi_queue_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyScsiQueueSettingsArgs]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcAdapterPolicyTagArgs]]]] = None,
                                   tx_queue_settings: Optional[pulumi.Input[GetVnicFcAdapterPolicyTxQueueSettingsArgs]] = None,
                                   version_context: Optional[pulumi.Input[GetVnicFcAdapterPolicyVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetVnicFcAdapterPolicyResult]
    func LookupVnicFcAdapterPolicy(ctx *Context, args *LookupVnicFcAdapterPolicyArgs, opts ...InvokeOption) (*LookupVnicFcAdapterPolicyResult, error)
    func LookupVnicFcAdapterPolicyOutput(ctx *Context, args *LookupVnicFcAdapterPolicyOutputArgs, opts ...InvokeOption) LookupVnicFcAdapterPolicyResultOutput

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

    public static class GetVnicFcAdapterPolicy 
    {
        public static Task<GetVnicFcAdapterPolicyResult> InvokeAsync(GetVnicFcAdapterPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetVnicFcAdapterPolicyResult> Invoke(GetVnicFcAdapterPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVnicFcAdapterPolicyResult> getVnicFcAdapterPolicy(GetVnicFcAdapterPolicyArgs args, InvokeOptions options)
    public static Output<GetVnicFcAdapterPolicyResult> getVnicFcAdapterPolicy(GetVnicFcAdapterPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVnicFcAdapterPolicy:getVnicFcAdapterPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVnicFcAdapterPolicyAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    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 GetVnicFcAdapterPolicyErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyFlogiSettings
    Id string
    InterruptSettings GetVnicFcAdapterPolicyInterruptSettings
    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 concrete policy.
    ObjectType string
    Organization GetVnicFcAdapterPolicyOrganization
    Owners List<string>
    Parent GetVnicFcAdapterPolicyParent
    PermissionResources List<GetVnicFcAdapterPolicyPermissionResource>
    PlogiSettings GetVnicFcAdapterPolicyPlogiSettings
    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 GetVnicFcAdapterPolicyRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    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<GetVnicFcAdapterPolicyTag>
    TxQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVnicFcAdapterPolicyAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    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 GetVnicFcAdapterPolicyErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyFlogiSettings
    Id string
    InterruptSettings GetVnicFcAdapterPolicyInterruptSettings
    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 concrete policy.
    ObjectType string
    Organization GetVnicFcAdapterPolicyOrganization
    Owners []string
    Parent GetVnicFcAdapterPolicyParent
    PermissionResources []GetVnicFcAdapterPolicyPermissionResource
    PlogiSettings GetVnicFcAdapterPolicyPlogiSettings
    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 GetVnicFcAdapterPolicyRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    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 []GetVnicFcAdapterPolicyTag
    TxQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVnicFcAdapterPolicyAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    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 GetVnicFcAdapterPolicyErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyFlogiSettings
    id String
    interruptSettings GetVnicFcAdapterPolicyInterruptSettings
    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 concrete policy.
    objectType String
    organization GetVnicFcAdapterPolicyOrganization
    owners List<String>
    parent GetVnicFcAdapterPolicyParent
    permissionResources List<GetVnicFcAdapterPolicyPermissionResource>
    plogiSettings GetVnicFcAdapterPolicyPlogiSettings
    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 GetVnicFcAdapterPolicyRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    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<GetVnicFcAdapterPolicyTag>
    txQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    versionContext GetVnicFcAdapterPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVnicFcAdapterPolicyAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    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 GetVnicFcAdapterPolicyErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyFlogiSettings
    id string
    interruptSettings GetVnicFcAdapterPolicyInterruptSettings
    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 concrete policy.
    objectType string
    organization GetVnicFcAdapterPolicyOrganization
    owners string[]
    parent GetVnicFcAdapterPolicyParent
    permissionResources GetVnicFcAdapterPolicyPermissionResource[]
    plogiSettings GetVnicFcAdapterPolicyPlogiSettings
    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 GetVnicFcAdapterPolicyRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    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 GetVnicFcAdapterPolicyTag[]
    txQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    versionContext GetVnicFcAdapterPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVnicFcAdapterPolicyAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    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 GetVnicFcAdapterPolicyErrorRecoverySettings
    flogi_settings GetVnicFcAdapterPolicyFlogiSettings
    id str
    interrupt_settings GetVnicFcAdapterPolicyInterruptSettings
    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 concrete policy.
    object_type str
    organization GetVnicFcAdapterPolicyOrganization
    owners Sequence[str]
    parent GetVnicFcAdapterPolicyParent
    permission_resources Sequence[GetVnicFcAdapterPolicyPermissionResource]
    plogi_settings GetVnicFcAdapterPolicyPlogiSettings
    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 GetVnicFcAdapterPolicyRxQueueSettings
    scsi_queue_settings GetVnicFcAdapterPolicyScsiQueueSettings
    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[GetVnicFcAdapterPolicyTag]
    tx_queue_settings GetVnicFcAdapterPolicyTxQueueSettings
    version_context GetVnicFcAdapterPolicyVersionContext
    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.
    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 concrete policy.
    objectType String
    organization Property Map
    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>
    txQueueSettings Property Map
    versionContext Property Map

    getVnicFcAdapterPolicy Result

    The following output properties are available:

    Id string
    Results List<GetVnicFcAdapterPolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetVnicFcAdapterPolicyAncestor>
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    ErrorDetectionTimeout double
    ErrorRecoverySettings GetVnicFcAdapterPolicyErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyFlogiSettings
    InterruptSettings GetVnicFcAdapterPolicyInterruptSettings
    IoThrottleCount double
    LunCount double
    LunQueueDepth double
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetVnicFcAdapterPolicyOrganization
    Owners List<string>
    Parent GetVnicFcAdapterPolicyParent
    PermissionResources List<GetVnicFcAdapterPolicyPermissionResource>
    PlogiSettings GetVnicFcAdapterPolicyPlogiSettings
    ResourceAllocationTimeout double
    RxQueueSettings GetVnicFcAdapterPolicyRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    SharedScope string
    Tags List<GetVnicFcAdapterPolicyTag>
    TxQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyVersionContext
    Id string
    Results []GetVnicFcAdapterPolicyResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetVnicFcAdapterPolicyAncestor
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    ErrorDetectionTimeout float64
    ErrorRecoverySettings GetVnicFcAdapterPolicyErrorRecoverySettings
    FlogiSettings GetVnicFcAdapterPolicyFlogiSettings
    InterruptSettings GetVnicFcAdapterPolicyInterruptSettings
    IoThrottleCount float64
    LunCount float64
    LunQueueDepth float64
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetVnicFcAdapterPolicyOrganization
    Owners []string
    Parent GetVnicFcAdapterPolicyParent
    PermissionResources []GetVnicFcAdapterPolicyPermissionResource
    PlogiSettings GetVnicFcAdapterPolicyPlogiSettings
    ResourceAllocationTimeout float64
    RxQueueSettings GetVnicFcAdapterPolicyRxQueueSettings
    ScsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    SharedScope string
    Tags []GetVnicFcAdapterPolicyTag
    TxQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    VersionContext GetVnicFcAdapterPolicyVersionContext
    id String
    results List<GetVnicFcAdapterPolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetVnicFcAdapterPolicyAncestor>
    classId String
    createTime String
    description String
    domainGroupMoid String
    errorDetectionTimeout Double
    errorRecoverySettings GetVnicFcAdapterPolicyErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyFlogiSettings
    interruptSettings GetVnicFcAdapterPolicyInterruptSettings
    ioThrottleCount Double
    lunCount Double
    lunQueueDepth Double
    modTime String
    moid String
    name String
    objectType String
    organization GetVnicFcAdapterPolicyOrganization
    owners List<String>
    parent GetVnicFcAdapterPolicyParent
    permissionResources List<GetVnicFcAdapterPolicyPermissionResource>
    plogiSettings GetVnicFcAdapterPolicyPlogiSettings
    resourceAllocationTimeout Double
    rxQueueSettings GetVnicFcAdapterPolicyRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    sharedScope String
    tags List<GetVnicFcAdapterPolicyTag>
    txQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    versionContext GetVnicFcAdapterPolicyVersionContext
    id string
    results GetVnicFcAdapterPolicyResult[]
    accountMoid string
    additionalProperties string
    ancestors GetVnicFcAdapterPolicyAncestor[]
    classId string
    createTime string
    description string
    domainGroupMoid string
    errorDetectionTimeout number
    errorRecoverySettings GetVnicFcAdapterPolicyErrorRecoverySettings
    flogiSettings GetVnicFcAdapterPolicyFlogiSettings
    interruptSettings GetVnicFcAdapterPolicyInterruptSettings
    ioThrottleCount number
    lunCount number
    lunQueueDepth number
    modTime string
    moid string
    name string
    objectType string
    organization GetVnicFcAdapterPolicyOrganization
    owners string[]
    parent GetVnicFcAdapterPolicyParent
    permissionResources GetVnicFcAdapterPolicyPermissionResource[]
    plogiSettings GetVnicFcAdapterPolicyPlogiSettings
    resourceAllocationTimeout number
    rxQueueSettings GetVnicFcAdapterPolicyRxQueueSettings
    scsiQueueSettings GetVnicFcAdapterPolicyScsiQueueSettings
    sharedScope string
    tags GetVnicFcAdapterPolicyTag[]
    txQueueSettings GetVnicFcAdapterPolicyTxQueueSettings
    versionContext GetVnicFcAdapterPolicyVersionContext
    id str
    results Sequence[GetVnicFcAdapterPolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetVnicFcAdapterPolicyAncestor]
    class_id str
    create_time str
    description str
    domain_group_moid str
    error_detection_timeout float
    error_recovery_settings GetVnicFcAdapterPolicyErrorRecoverySettings
    flogi_settings GetVnicFcAdapterPolicyFlogiSettings
    interrupt_settings GetVnicFcAdapterPolicyInterruptSettings
    io_throttle_count float
    lun_count float
    lun_queue_depth float
    mod_time str
    moid str
    name str
    object_type str
    organization GetVnicFcAdapterPolicyOrganization
    owners Sequence[str]
    parent GetVnicFcAdapterPolicyParent
    permission_resources Sequence[GetVnicFcAdapterPolicyPermissionResource]
    plogi_settings GetVnicFcAdapterPolicyPlogiSettings
    resource_allocation_timeout float
    rx_queue_settings GetVnicFcAdapterPolicyRxQueueSettings
    scsi_queue_settings GetVnicFcAdapterPolicyScsiQueueSettings
    shared_scope str
    tags Sequence[GetVnicFcAdapterPolicyTag]
    tx_queue_settings GetVnicFcAdapterPolicyTxQueueSettings
    version_context GetVnicFcAdapterPolicyVersionContext

    Supporting Types

    GetVnicFcAdapterPolicyAncestor

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

    GetVnicFcAdapterPolicyErrorRecoverySettings

    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.

    GetVnicFcAdapterPolicyFlogiSettings

    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.

    GetVnicFcAdapterPolicyInterruptSettings

    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.

    GetVnicFcAdapterPolicyOrganization

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

    GetVnicFcAdapterPolicyParent

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

    GetVnicFcAdapterPolicyPermissionResource

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

    GetVnicFcAdapterPolicyPlogiSettings

    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.

    GetVnicFcAdapterPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVnicFcAdapterPolicyResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    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<GetVnicFcAdapterPolicyResultErrorRecoverySetting>
    FlogiSettings List<GetVnicFcAdapterPolicyResultFlogiSetting>
    InterruptSettings List<GetVnicFcAdapterPolicyResultInterruptSetting>
    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 concrete policy.
    ObjectType string
    Organizations List<GetVnicFcAdapterPolicyResultOrganization>
    Owners List<string>
    Parents List<GetVnicFcAdapterPolicyResultParent>
    PermissionResources List<GetVnicFcAdapterPolicyResultPermissionResource>
    PlogiSettings List<GetVnicFcAdapterPolicyResultPlogiSetting>
    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<GetVnicFcAdapterPolicyResultRxQueueSetting>
    ScsiQueueSettings List<GetVnicFcAdapterPolicyResultScsiQueueSetting>
    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<GetVnicFcAdapterPolicyResultTag>
    TxQueueSettings List<GetVnicFcAdapterPolicyResultTxQueueSetting>
    VersionContexts List<GetVnicFcAdapterPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVnicFcAdapterPolicyResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    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 []GetVnicFcAdapterPolicyResultErrorRecoverySetting
    FlogiSettings []GetVnicFcAdapterPolicyResultFlogiSetting
    InterruptSettings []GetVnicFcAdapterPolicyResultInterruptSetting
    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 concrete policy.
    ObjectType string
    Organizations []GetVnicFcAdapterPolicyResultOrganization
    Owners []string
    Parents []GetVnicFcAdapterPolicyResultParent
    PermissionResources []GetVnicFcAdapterPolicyResultPermissionResource
    PlogiSettings []GetVnicFcAdapterPolicyResultPlogiSetting
    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 []GetVnicFcAdapterPolicyResultRxQueueSetting
    ScsiQueueSettings []GetVnicFcAdapterPolicyResultScsiQueueSetting
    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 []GetVnicFcAdapterPolicyResultTag
    TxQueueSettings []GetVnicFcAdapterPolicyResultTxQueueSetting
    VersionContexts []GetVnicFcAdapterPolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVnicFcAdapterPolicyResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    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<GetVnicFcAdapterPolicyResultErrorRecoverySetting>
    flogiSettings List<GetVnicFcAdapterPolicyResultFlogiSetting>
    interruptSettings List<GetVnicFcAdapterPolicyResultInterruptSetting>
    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 concrete policy.
    objectType String
    organizations List<GetVnicFcAdapterPolicyResultOrganization>
    owners List<String>
    parents List<GetVnicFcAdapterPolicyResultParent>
    permissionResources List<GetVnicFcAdapterPolicyResultPermissionResource>
    plogiSettings List<GetVnicFcAdapterPolicyResultPlogiSetting>
    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<GetVnicFcAdapterPolicyResultRxQueueSetting>
    scsiQueueSettings List<GetVnicFcAdapterPolicyResultScsiQueueSetting>
    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<GetVnicFcAdapterPolicyResultTag>
    txQueueSettings List<GetVnicFcAdapterPolicyResultTxQueueSetting>
    versionContexts List<GetVnicFcAdapterPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVnicFcAdapterPolicyResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    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 GetVnicFcAdapterPolicyResultErrorRecoverySetting[]
    flogiSettings GetVnicFcAdapterPolicyResultFlogiSetting[]
    interruptSettings GetVnicFcAdapterPolicyResultInterruptSetting[]
    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 concrete policy.
    objectType string
    organizations GetVnicFcAdapterPolicyResultOrganization[]
    owners string[]
    parents GetVnicFcAdapterPolicyResultParent[]
    permissionResources GetVnicFcAdapterPolicyResultPermissionResource[]
    plogiSettings GetVnicFcAdapterPolicyResultPlogiSetting[]
    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 GetVnicFcAdapterPolicyResultRxQueueSetting[]
    scsiQueueSettings GetVnicFcAdapterPolicyResultScsiQueueSetting[]
    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 GetVnicFcAdapterPolicyResultTag[]
    txQueueSettings GetVnicFcAdapterPolicyResultTxQueueSetting[]
    versionContexts GetVnicFcAdapterPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVnicFcAdapterPolicyResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    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[GetVnicFcAdapterPolicyResultErrorRecoverySetting]
    flogi_settings Sequence[GetVnicFcAdapterPolicyResultFlogiSetting]
    interrupt_settings Sequence[GetVnicFcAdapterPolicyResultInterruptSetting]
    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 concrete policy.
    object_type str
    organizations Sequence[GetVnicFcAdapterPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetVnicFcAdapterPolicyResultParent]
    permission_resources Sequence[GetVnicFcAdapterPolicyResultPermissionResource]
    plogi_settings Sequence[GetVnicFcAdapterPolicyResultPlogiSetting]
    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[GetVnicFcAdapterPolicyResultRxQueueSetting]
    scsi_queue_settings Sequence[GetVnicFcAdapterPolicyResultScsiQueueSetting]
    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[GetVnicFcAdapterPolicyResultTag]
    tx_queue_settings Sequence[GetVnicFcAdapterPolicyResultTxQueueSetting]
    version_contexts Sequence[GetVnicFcAdapterPolicyResultVersionContext]
    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.
    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 concrete policy.
    objectType String
    organizations List<Property Map>
    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>
    txQueueSettings List<Property Map>
    versionContexts List<Property Map>

    GetVnicFcAdapterPolicyResultAncestor

    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

    GetVnicFcAdapterPolicyResultErrorRecoverySetting

    GetVnicFcAdapterPolicyResultFlogiSetting

    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

    GetVnicFcAdapterPolicyResultInterruptSetting

    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

    GetVnicFcAdapterPolicyResultOrganization

    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

    GetVnicFcAdapterPolicyResultParent

    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

    GetVnicFcAdapterPolicyResultPermissionResource

    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

    GetVnicFcAdapterPolicyResultPlogiSetting

    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

    GetVnicFcAdapterPolicyResultRxQueueSetting

    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

    GetVnicFcAdapterPolicyResultScsiQueueSetting

    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

    GetVnicFcAdapterPolicyResultTag

    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

    GetVnicFcAdapterPolicyResultTxQueueSetting

    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

    GetVnicFcAdapterPolicyResultVersionContext

    GetVnicFcAdapterPolicyResultVersionContextInterestedMo

    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

    GetVnicFcAdapterPolicyResultVersionContextRefMo

    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

    GetVnicFcAdapterPolicyRxQueueSettings

    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.

    GetVnicFcAdapterPolicyScsiQueueSettings

    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.

    GetVnicFcAdapterPolicyTag

    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.

    GetVnicFcAdapterPolicyTxQueueSettings

    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.

    GetVnicFcAdapterPolicyVersionContext

    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<GetVnicFcAdapterPolicyVersionContextInterestedMo>
    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 GetVnicFcAdapterPolicyVersionContextRefMo
    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 []GetVnicFcAdapterPolicyVersionContextInterestedMo
    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 GetVnicFcAdapterPolicyVersionContextRefMo
    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<GetVnicFcAdapterPolicyVersionContextInterestedMo>
    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 GetVnicFcAdapterPolicyVersionContextRefMo
    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 GetVnicFcAdapterPolicyVersionContextInterestedMo[]
    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 GetVnicFcAdapterPolicyVersionContextRefMo
    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[GetVnicFcAdapterPolicyVersionContextInterestedMo]
    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 GetVnicFcAdapterPolicyVersionContextRefMo
    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.

    GetVnicFcAdapterPolicyVersionContextInterestedMo

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

    GetVnicFcAdapterPolicyVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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