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

intersight.getVnicFcQosPolicyInventory

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    A Fibre Channel Quality of Service (QoS) policy assigns a system class to the outgoing traffic for a vHBA. This system class determines the quality of service for the outgoing traffic. For certain adapters additional controls can also be specified like burst and rate on the outgoing traffic.

    Using getVnicFcQosPolicyInventory

    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 getVnicFcQosPolicyInventory(args: GetVnicFcQosPolicyInventoryArgs, opts?: InvokeOptions): Promise<GetVnicFcQosPolicyInventoryResult>
    function getVnicFcQosPolicyInventoryOutput(args: GetVnicFcQosPolicyInventoryOutputArgs, opts?: InvokeOptions): Output<GetVnicFcQosPolicyInventoryResult>
    def get_vnic_fc_qos_policy_inventory(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetVnicFcQosPolicyInventoryAncestor]] = None,
                                         burst: Optional[float] = None,
                                         class_id: Optional[str] = None,
                                         cos: Optional[float] = None,
                                         create_time: Optional[str] = None,
                                         description: Optional[str] = None,
                                         device_mo_id: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         max_data_field_size: Optional[float] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetVnicFcQosPolicyInventoryParent] = None,
                                         permission_resources: Optional[Sequence[GetVnicFcQosPolicyInventoryPermissionResource]] = None,
                                         priority: Optional[str] = None,
                                         rate_limit: Optional[float] = None,
                                         shared_scope: Optional[str] = None,
                                         tags: Optional[Sequence[GetVnicFcQosPolicyInventoryTag]] = None,
                                         target_mo: Optional[GetVnicFcQosPolicyInventoryTargetMo] = None,
                                         version_context: Optional[GetVnicFcQosPolicyInventoryVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetVnicFcQosPolicyInventoryResult
    def get_vnic_fc_qos_policy_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcQosPolicyInventoryAncestorArgs]]]] = None,
                                         burst: Optional[pulumi.Input[float]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         cos: Optional[pulumi.Input[float]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         description: Optional[pulumi.Input[str]] = None,
                                         device_mo_id: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         max_data_field_size: Optional[pulumi.Input[float]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetVnicFcQosPolicyInventoryParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcQosPolicyInventoryPermissionResourceArgs]]]] = None,
                                         priority: Optional[pulumi.Input[str]] = None,
                                         rate_limit: Optional[pulumi.Input[float]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicFcQosPolicyInventoryTagArgs]]]] = None,
                                         target_mo: Optional[pulumi.Input[GetVnicFcQosPolicyInventoryTargetMoArgs]] = None,
                                         version_context: Optional[pulumi.Input[GetVnicFcQosPolicyInventoryVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetVnicFcQosPolicyInventoryResult]
    func LookupVnicFcQosPolicyInventory(ctx *Context, args *LookupVnicFcQosPolicyInventoryArgs, opts ...InvokeOption) (*LookupVnicFcQosPolicyInventoryResult, error)
    func LookupVnicFcQosPolicyInventoryOutput(ctx *Context, args *LookupVnicFcQosPolicyInventoryOutputArgs, opts ...InvokeOption) LookupVnicFcQosPolicyInventoryResultOutput

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

    public static class GetVnicFcQosPolicyInventory 
    {
        public static Task<GetVnicFcQosPolicyInventoryResult> InvokeAsync(GetVnicFcQosPolicyInventoryArgs args, InvokeOptions? opts = null)
        public static Output<GetVnicFcQosPolicyInventoryResult> Invoke(GetVnicFcQosPolicyInventoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVnicFcQosPolicyInventoryResult> getVnicFcQosPolicyInventory(GetVnicFcQosPolicyInventoryArgs args, InvokeOptions options)
    public static Output<GetVnicFcQosPolicyInventoryResult> getVnicFcQosPolicyInventory(GetVnicFcQosPolicyInventoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getVnicFcQosPolicyInventory:getVnicFcQosPolicyInventory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVnicFcQosPolicyInventoryAncestor>
    Burst double
    The burst traffic, in bytes, allowed on the vHBA.
    ClassId string
    Cos double
    Class of Service to be associated to the traffic on the virtual interface.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    MaxDataFieldSize double
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners List<string>
    Parent GetVnicFcQosPolicyInventoryParent
    PermissionResources List<GetVnicFcQosPolicyInventoryPermissionResource>
    Priority string
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    RateLimit double
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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<GetVnicFcQosPolicyInventoryTag>
    TargetMo GetVnicFcQosPolicyInventoryTargetMo
    VersionContext GetVnicFcQosPolicyInventoryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVnicFcQosPolicyInventoryAncestor
    Burst float64
    The burst traffic, in bytes, allowed on the vHBA.
    ClassId string
    Cos float64
    Class of Service to be associated to the traffic on the virtual interface.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    MaxDataFieldSize float64
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners []string
    Parent GetVnicFcQosPolicyInventoryParent
    PermissionResources []GetVnicFcQosPolicyInventoryPermissionResource
    Priority string
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    RateLimit float64
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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 []GetVnicFcQosPolicyInventoryTag
    TargetMo GetVnicFcQosPolicyInventoryTargetMo
    VersionContext GetVnicFcQosPolicyInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVnicFcQosPolicyInventoryAncestor>
    burst Double
    The burst traffic, in bytes, allowed on the vHBA.
    classId String
    cos Double
    Class of Service to be associated to the traffic on the virtual interface.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    maxDataFieldSize Double
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parent GetVnicFcQosPolicyInventoryParent
    permissionResources List<GetVnicFcQosPolicyInventoryPermissionResource>
    priority String
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rateLimit Double
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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<GetVnicFcQosPolicyInventoryTag>
    targetMo GetVnicFcQosPolicyInventoryTargetMo
    versionContext GetVnicFcQosPolicyInventoryVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVnicFcQosPolicyInventoryAncestor[]
    burst number
    The burst traffic, in bytes, allowed on the vHBA.
    classId string
    cos number
    Class of Service to be associated to the traffic on the virtual interface.
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    deviceMoId string
    Device ID of the entity from where inventory is reported.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    maxDataFieldSize number
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventoried policy object.
    objectType string
    owners string[]
    parent GetVnicFcQosPolicyInventoryParent
    permissionResources GetVnicFcQosPolicyInventoryPermissionResource[]
    priority string
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rateLimit number
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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 GetVnicFcQosPolicyInventoryTag[]
    targetMo GetVnicFcQosPolicyInventoryTargetMo
    versionContext GetVnicFcQosPolicyInventoryVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVnicFcQosPolicyInventoryAncestor]
    burst float
    The burst traffic, in bytes, allowed on the vHBA.
    class_id str
    cos float
    Class of Service to be associated to the traffic on the virtual interface.
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    device_mo_id str
    Device ID of the entity from where inventory is reported.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    max_data_field_size float
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventoried policy object.
    object_type str
    owners Sequence[str]
    parent GetVnicFcQosPolicyInventoryParent
    permission_resources Sequence[GetVnicFcQosPolicyInventoryPermissionResource]
    priority str
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rate_limit float
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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[GetVnicFcQosPolicyInventoryTag]
    target_mo GetVnicFcQosPolicyInventoryTargetMo
    version_context GetVnicFcQosPolicyInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    burst Number
    The burst traffic, in bytes, allowed on the vHBA.
    classId String
    cos Number
    Class of Service to be associated to the traffic on the virtual interface.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    maxDataFieldSize Number
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    priority String
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rateLimit Number
    The value in Mbps to use for limiting the data rate on the virtual interface.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    targetMo Property Map
    versionContext Property Map

    getVnicFcQosPolicyInventory Result

    The following output properties are available:

    Supporting Types

    GetVnicFcQosPolicyInventoryAncestor

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

    GetVnicFcQosPolicyInventoryParent

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

    GetVnicFcQosPolicyInventoryPermissionResource

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

    GetVnicFcQosPolicyInventoryResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetVnicFcQosPolicyInventoryResultAncestor>
    Burst double
    The burst traffic, in bytes, allowed on the vHBA.
    ClassId string
    Cos double
    Class of Service to be associated to the traffic on the virtual interface.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    MaxDataFieldSize double
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners List<string>
    Parents List<GetVnicFcQosPolicyInventoryResultParent>
    PermissionResources List<GetVnicFcQosPolicyInventoryResultPermissionResource>
    Priority string
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    RateLimit double
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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<GetVnicFcQosPolicyInventoryResultTag>
    TargetMos List<GetVnicFcQosPolicyInventoryResultTargetMo>
    VersionContexts List<GetVnicFcQosPolicyInventoryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetVnicFcQosPolicyInventoryResultAncestor
    Burst float64
    The burst traffic, in bytes, allowed on the vHBA.
    ClassId string
    Cos float64
    Class of Service to be associated to the traffic on the virtual interface.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    MaxDataFieldSize float64
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners []string
    Parents []GetVnicFcQosPolicyInventoryResultParent
    PermissionResources []GetVnicFcQosPolicyInventoryResultPermissionResource
    Priority string
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    RateLimit float64
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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 []GetVnicFcQosPolicyInventoryResultTag
    TargetMos []GetVnicFcQosPolicyInventoryResultTargetMo
    VersionContexts []GetVnicFcQosPolicyInventoryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetVnicFcQosPolicyInventoryResultAncestor>
    burst Double
    The burst traffic, in bytes, allowed on the vHBA.
    classId String
    cos Double
    Class of Service to be associated to the traffic on the virtual interface.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    maxDataFieldSize Double
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parents List<GetVnicFcQosPolicyInventoryResultParent>
    permissionResources List<GetVnicFcQosPolicyInventoryResultPermissionResource>
    priority String
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rateLimit Double
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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<GetVnicFcQosPolicyInventoryResultTag>
    targetMos List<GetVnicFcQosPolicyInventoryResultTargetMo>
    versionContexts List<GetVnicFcQosPolicyInventoryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetVnicFcQosPolicyInventoryResultAncestor[]
    burst number
    The burst traffic, in bytes, allowed on the vHBA.
    classId string
    cos number
    Class of Service to be associated to the traffic on the virtual interface.
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    deviceMoId string
    Device ID of the entity from where inventory is reported.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    maxDataFieldSize number
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventoried policy object.
    objectType string
    owners string[]
    parents GetVnicFcQosPolicyInventoryResultParent[]
    permissionResources GetVnicFcQosPolicyInventoryResultPermissionResource[]
    priority string
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rateLimit number
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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 GetVnicFcQosPolicyInventoryResultTag[]
    targetMos GetVnicFcQosPolicyInventoryResultTargetMo[]
    versionContexts GetVnicFcQosPolicyInventoryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetVnicFcQosPolicyInventoryResultAncestor]
    burst float
    The burst traffic, in bytes, allowed on the vHBA.
    class_id str
    cos float
    Class of Service to be associated to the traffic on the virtual interface.
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    device_mo_id str
    Device ID of the entity from where inventory is reported.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    max_data_field_size float
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventoried policy object.
    object_type str
    owners Sequence[str]
    parents Sequence[GetVnicFcQosPolicyInventoryResultParent]
    permission_resources Sequence[GetVnicFcQosPolicyInventoryResultPermissionResource]
    priority str
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rate_limit float
    The value in Mbps to use for limiting the data rate on the virtual interface.
    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[GetVnicFcQosPolicyInventoryResultTag]
    target_mos Sequence[GetVnicFcQosPolicyInventoryResultTargetMo]
    version_contexts Sequence[GetVnicFcQosPolicyInventoryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    burst Number
    The burst traffic, in bytes, allowed on the vHBA.
    classId String
    cos Number
    Class of Service to be associated to the traffic on the virtual interface.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    maxDataFieldSize Number
    The maximum size of the Fibre Channel frame payload bytes that the virtual interface supports.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    priority String
    The priortity matching the System QoS specified in the fabric profile.* Best Effort - QoS Priority for Best-effort traffic.* FC - QoS Priority for FC traffic.* Platinum - QoS Priority for Platinum traffic.* Gold - QoS Priority for Gold traffic.* Silver - QoS Priority for Silver traffic.* Bronze - QoS Priority for Bronze traffic.
    rateLimit Number
    The value in Mbps to use for limiting the data rate on the virtual interface.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    targetMos List<Property Map>
    versionContexts List<Property Map>

    GetVnicFcQosPolicyInventoryResultAncestor

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

    GetVnicFcQosPolicyInventoryResultParent

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

    GetVnicFcQosPolicyInventoryResultPermissionResource

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

    GetVnicFcQosPolicyInventoryResultTag

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

    GetVnicFcQosPolicyInventoryResultTargetMo

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

    GetVnicFcQosPolicyInventoryResultVersionContext

    GetVnicFcQosPolicyInventoryResultVersionContextInterestedMo

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

    GetVnicFcQosPolicyInventoryResultVersionContextRefMo

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

    GetVnicFcQosPolicyInventoryTag

    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.

    GetVnicFcQosPolicyInventoryTargetMo

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

    GetVnicFcQosPolicyInventoryVersionContext

    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<GetVnicFcQosPolicyInventoryVersionContextInterestedMo>
    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 GetVnicFcQosPolicyInventoryVersionContextRefMo
    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 []GetVnicFcQosPolicyInventoryVersionContextInterestedMo
    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 GetVnicFcQosPolicyInventoryVersionContextRefMo
    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<GetVnicFcQosPolicyInventoryVersionContextInterestedMo>
    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 GetVnicFcQosPolicyInventoryVersionContextRefMo
    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 GetVnicFcQosPolicyInventoryVersionContextInterestedMo[]
    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 GetVnicFcQosPolicyInventoryVersionContextRefMo
    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[GetVnicFcQosPolicyInventoryVersionContextInterestedMo]
    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 GetVnicFcQosPolicyInventoryVersionContextRefMo
    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.

    GetVnicFcQosPolicyInventoryVersionContextInterestedMo

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

    GetVnicFcQosPolicyInventoryVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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