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

intersight.getVnicFcAdapterPolicy

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupVnicFcAdapterPolicy(ctx *Context, args *LookupVnicFcAdapterPolicyArgs, opts ...InvokeOption) (*LookupVnicFcAdapterPolicyResult, error)
func LookupVnicFcAdapterPolicyOutput(ctx *Context, args *LookupVnicFcAdapterPolicyOutputArgs, opts ...InvokeOption) LookupVnicFcAdapterPolicyResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetVnicFcAdapterPolicyResult> getVnicFcAdapterPolicy(GetVnicFcAdapterPolicyArgs args, InvokeOptions options)
public static Output<GetVnicFcAdapterPolicyResult> getVnicFcAdapterPolicy(GetVnicFcAdapterPolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVnicFcAdapterPolicy:getVnicFcAdapterPolicy
  arguments:
    # arguments dictionary
Copy

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 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 This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVnicFcAdapterPolicyResultAncestor>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ErrorDetectionTimeout This property is required. 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 This property is required. List<GetVnicFcAdapterPolicyResultErrorRecoverySetting>
FlogiSettings This property is required. List<GetVnicFcAdapterPolicyResultFlogiSetting>
InterruptSettings This property is required. List<GetVnicFcAdapterPolicyResultInterruptSetting>
IoThrottleCount This property is required. 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 This property is required. 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 This property is required. double
The number of commands that the HBA can send and receive in a single transmission per LUN.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
Organizations This property is required. List<GetVnicFcAdapterPolicyResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetVnicFcAdapterPolicyResultParent>
PermissionResources This property is required. List<GetVnicFcAdapterPolicyResultPermissionResource>
PlogiSettings This property is required. List<GetVnicFcAdapterPolicyResultPlogiSetting>
ResourceAllocationTimeout This property is required. 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 This property is required. List<GetVnicFcAdapterPolicyResultRxQueueSetting>
ScsiQueueSettings This property is required. List<GetVnicFcAdapterPolicyResultScsiQueueSetting>
SharedScope This property is required. 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 This property is required. List<GetVnicFcAdapterPolicyResultTag>
TxQueueSettings This property is required. List<GetVnicFcAdapterPolicyResultTxQueueSetting>
VersionContexts This property is required. List<GetVnicFcAdapterPolicyResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVnicFcAdapterPolicyResultAncestor
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ErrorDetectionTimeout This property is required. 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 This property is required. []GetVnicFcAdapterPolicyResultErrorRecoverySetting
FlogiSettings This property is required. []GetVnicFcAdapterPolicyResultFlogiSetting
InterruptSettings This property is required. []GetVnicFcAdapterPolicyResultInterruptSetting
IoThrottleCount This property is required. 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 This property is required. 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 This property is required. float64
The number of commands that the HBA can send and receive in a single transmission per LUN.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
Organizations This property is required. []GetVnicFcAdapterPolicyResultOrganization
Owners This property is required. []string
Parents This property is required. []GetVnicFcAdapterPolicyResultParent
PermissionResources This property is required. []GetVnicFcAdapterPolicyResultPermissionResource
PlogiSettings This property is required. []GetVnicFcAdapterPolicyResultPlogiSetting
ResourceAllocationTimeout This property is required. 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 This property is required. []GetVnicFcAdapterPolicyResultRxQueueSetting
ScsiQueueSettings This property is required. []GetVnicFcAdapterPolicyResultScsiQueueSetting
SharedScope This property is required. 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 This property is required. []GetVnicFcAdapterPolicyResultTag
TxQueueSettings This property is required. []GetVnicFcAdapterPolicyResultTxQueueSetting
VersionContexts This property is required. []GetVnicFcAdapterPolicyResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVnicFcAdapterPolicyResultAncestor>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
errorDetectionTimeout This property is required. 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 This property is required. List<GetVnicFcAdapterPolicyResultErrorRecoverySetting>
flogiSettings This property is required. List<GetVnicFcAdapterPolicyResultFlogiSetting>
interruptSettings This property is required. List<GetVnicFcAdapterPolicyResultInterruptSetting>
ioThrottleCount This property is required. 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 This property is required. 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 This property is required. Double
The number of commands that the HBA can send and receive in a single transmission per LUN.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
organizations This property is required. List<GetVnicFcAdapterPolicyResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetVnicFcAdapterPolicyResultParent>
permissionResources This property is required. List<GetVnicFcAdapterPolicyResultPermissionResource>
plogiSettings This property is required. List<GetVnicFcAdapterPolicyResultPlogiSetting>
resourceAllocationTimeout This property is required. 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 This property is required. List<GetVnicFcAdapterPolicyResultRxQueueSetting>
scsiQueueSettings This property is required. List<GetVnicFcAdapterPolicyResultScsiQueueSetting>
sharedScope This property is required. 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 This property is required. List<GetVnicFcAdapterPolicyResultTag>
txQueueSettings This property is required. List<GetVnicFcAdapterPolicyResultTxQueueSetting>
versionContexts This property is required. List<GetVnicFcAdapterPolicyResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVnicFcAdapterPolicyResultAncestor[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
Description of the policy.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
errorDetectionTimeout This property is required. 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 This property is required. GetVnicFcAdapterPolicyResultErrorRecoverySetting[]
flogiSettings This property is required. GetVnicFcAdapterPolicyResultFlogiSetting[]
interruptSettings This property is required. GetVnicFcAdapterPolicyResultInterruptSetting[]
ioThrottleCount This property is required. 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 This property is required. 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 This property is required. number
The number of commands that the HBA can send and receive in a single transmission per LUN.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the concrete policy.
objectType This property is required. string
organizations This property is required. GetVnicFcAdapterPolicyResultOrganization[]
owners This property is required. string[]
parents This property is required. GetVnicFcAdapterPolicyResultParent[]
permissionResources This property is required. GetVnicFcAdapterPolicyResultPermissionResource[]
plogiSettings This property is required. GetVnicFcAdapterPolicyResultPlogiSetting[]
resourceAllocationTimeout This property is required. 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 This property is required. GetVnicFcAdapterPolicyResultRxQueueSetting[]
scsiQueueSettings This property is required. GetVnicFcAdapterPolicyResultScsiQueueSetting[]
sharedScope This property is required. 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 This property is required. GetVnicFcAdapterPolicyResultTag[]
txQueueSettings This property is required. GetVnicFcAdapterPolicyResultTxQueueSetting[]
versionContexts This property is required. GetVnicFcAdapterPolicyResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVnicFcAdapterPolicyResultAncestor]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
Description of the policy.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
error_detection_timeout This property is required. 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 This property is required. Sequence[GetVnicFcAdapterPolicyResultErrorRecoverySetting]
flogi_settings This property is required. Sequence[GetVnicFcAdapterPolicyResultFlogiSetting]
interrupt_settings This property is required. Sequence[GetVnicFcAdapterPolicyResultInterruptSetting]
io_throttle_count This property is required. 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 This property is required. 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 This property is required. float
The number of commands that the HBA can send and receive in a single transmission per LUN.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the concrete policy.
object_type This property is required. str
organizations This property is required. Sequence[GetVnicFcAdapterPolicyResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVnicFcAdapterPolicyResultParent]
permission_resources This property is required. Sequence[GetVnicFcAdapterPolicyResultPermissionResource]
plogi_settings This property is required. Sequence[GetVnicFcAdapterPolicyResultPlogiSetting]
resource_allocation_timeout This property is required. 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 This property is required. Sequence[GetVnicFcAdapterPolicyResultRxQueueSetting]
scsi_queue_settings This property is required. Sequence[GetVnicFcAdapterPolicyResultScsiQueueSetting]
shared_scope This property is required. 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 This property is required. Sequence[GetVnicFcAdapterPolicyResultTag]
tx_queue_settings This property is required. Sequence[GetVnicFcAdapterPolicyResultTxQueueSetting]
version_contexts This property is required. Sequence[GetVnicFcAdapterPolicyResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
errorDetectionTimeout This property is required. 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 This property is required. List<Property Map>
flogiSettings This property is required. List<Property Map>
interruptSettings This property is required. List<Property Map>
ioThrottleCount This property is required. 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 This property is required. 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 This property is required. Number
The number of commands that the HBA can send and receive in a single transmission per LUN.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
plogiSettings This property is required. List<Property Map>
resourceAllocationTimeout This property is required. 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 This property is required. List<Property Map>
scsiQueueSettings This property is required. List<Property Map>
sharedScope This property is required. 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 This property is required. List<Property Map>
txQueueSettings This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetVnicFcAdapterPolicyResultAncestor

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

GetVnicFcAdapterPolicyResultErrorRecoverySetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
IoRetryCount This property is required. double
IoRetryTimeout This property is required. double
LinkDownTimeout This property is required. double
ObjectType This property is required. string
PortDownTimeout This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
IoRetryCount This property is required. float64
IoRetryTimeout This property is required. float64
LinkDownTimeout This property is required. float64
ObjectType This property is required. string
PortDownTimeout This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
ioRetryCount This property is required. Double
ioRetryTimeout This property is required. Double
linkDownTimeout This property is required. Double
objectType This property is required. String
portDownTimeout This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
enabled This property is required. boolean
ioRetryCount This property is required. number
ioRetryTimeout This property is required. number
linkDownTimeout This property is required. number
objectType This property is required. string
portDownTimeout This property is required. number
additional_properties This property is required. str
class_id This property is required. str
enabled This property is required. bool
io_retry_count This property is required. float
io_retry_timeout This property is required. float
link_down_timeout This property is required. float
object_type This property is required. str
port_down_timeout This property is required. float
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
ioRetryCount This property is required. Number
ioRetryTimeout This property is required. Number
linkDownTimeout This property is required. Number
objectType This property is required. String
portDownTimeout This property is required. Number

GetVnicFcAdapterPolicyResultFlogiSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
Retries This property is required. double
Timeout This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
Retries This property is required. float64
Timeout This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
retries This property is required. Double
timeout This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
retries This property is required. number
timeout This property is required. number
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. str
retries This property is required. float
timeout This property is required. float
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
retries This property is required. Number
timeout This property is required. Number

GetVnicFcAdapterPolicyResultInterruptSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Mode This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Mode This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
mode This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
mode This property is required. string
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
mode This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
mode This property is required. String
objectType This property is required. String

GetVnicFcAdapterPolicyResultOrganization

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

GetVnicFcAdapterPolicyResultParent

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

GetVnicFcAdapterPolicyResultPermissionResource

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

GetVnicFcAdapterPolicyResultPlogiSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
Retries This property is required. double
Timeout This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
Retries This property is required. float64
Timeout This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
retries This property is required. Double
timeout This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
retries This property is required. number
timeout This property is required. number
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. str
retries This property is required. float
timeout This property is required. float
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
retries This property is required. Number
timeout This property is required. Number

GetVnicFcAdapterPolicyResultRxQueueSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
RingSize This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
RingSize This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Double
objectType This property is required. String
ringSize This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
nrCount This property is required. number
objectType This property is required. string
ringSize This property is required. number
additional_properties This property is required. str
class_id This property is required. str
nr_count This property is required. float
object_type This property is required. str
ring_size This property is required. float
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Number
objectType This property is required. String
ringSize This property is required. Number

GetVnicFcAdapterPolicyResultScsiQueueSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
RingSize This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
RingSize This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Double
objectType This property is required. String
ringSize This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
nrCount This property is required. number
objectType This property is required. string
ringSize This property is required. number
additional_properties This property is required. str
class_id This property is required. str
nr_count This property is required. float
object_type This property is required. str
ring_size This property is required. float
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Number
objectType This property is required. String
ringSize This property is required. Number

GetVnicFcAdapterPolicyResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetVnicFcAdapterPolicyResultTxQueueSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
RingSize This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
RingSize This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Double
objectType This property is required. String
ringSize This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
nrCount This property is required. number
objectType This property is required. string
ringSize This property is required. number
additional_properties This property is required. str
class_id This property is required. str
nr_count This property is required. float
object_type This property is required. str
ring_size This property is required. float
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Number
objectType This property is required. String
ringSize This property is required. Number

GetVnicFcAdapterPolicyResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetVnicFcAdapterPolicyResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetVnicFcAdapterPolicyResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetVnicFcAdapterPolicyResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetVnicFcAdapterPolicyResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetVnicFcAdapterPolicyResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetVnicFcAdapterPolicyResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetVnicFcAdapterPolicyResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetVnicFcAdapterPolicyResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetVnicFcAdapterPolicyResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetVnicFcAdapterPolicyResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetVnicFcAdapterPolicyResultVersionContextInterestedMo

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

GetVnicFcAdapterPolicyResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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.