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

intersight.getFabricAppliancePcRole

Explore with Pulumi AI

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

    Configuration object sent by user to create an appliance port channel.

    Using getFabricAppliancePcRole

    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 getFabricAppliancePcRole(args: GetFabricAppliancePcRoleArgs, opts?: InvokeOptions): Promise<GetFabricAppliancePcRoleResult>
    function getFabricAppliancePcRoleOutput(args: GetFabricAppliancePcRoleOutputArgs, opts?: InvokeOptions): Output<GetFabricAppliancePcRoleResult>
    def get_fabric_appliance_pc_role(account_moid: Optional[str] = None,
                                     additional_properties: Optional[str] = None,
                                     admin_speed: Optional[str] = None,
                                     ancestors: Optional[Sequence[GetFabricAppliancePcRoleAncestor]] = None,
                                     class_id: Optional[str] = None,
                                     create_time: Optional[str] = None,
                                     domain_group_moid: Optional[str] = None,
                                     eth_network_control_policy: Optional[GetFabricAppliancePcRoleEthNetworkControlPolicy] = None,
                                     eth_network_group_policy: Optional[GetFabricAppliancePcRoleEthNetworkGroupPolicy] = None,
                                     fec: Optional[str] = None,
                                     id: Optional[str] = None,
                                     link_aggregation_policy: Optional[GetFabricAppliancePcRoleLinkAggregationPolicy] = None,
                                     mod_time: Optional[str] = None,
                                     mode: Optional[str] = None,
                                     moid: Optional[str] = None,
                                     object_type: Optional[str] = None,
                                     owners: Optional[Sequence[str]] = None,
                                     parent: Optional[GetFabricAppliancePcRoleParent] = None,
                                     pc_id: Optional[float] = None,
                                     permission_resources: Optional[Sequence[GetFabricAppliancePcRolePermissionResource]] = None,
                                     port_policy: Optional[GetFabricAppliancePcRolePortPolicy] = None,
                                     ports: Optional[Sequence[GetFabricAppliancePcRolePort]] = None,
                                     priority: Optional[str] = None,
                                     shared_scope: Optional[str] = None,
                                     tags: Optional[Sequence[GetFabricAppliancePcRoleTag]] = None,
                                     version_context: Optional[GetFabricAppliancePcRoleVersionContext] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetFabricAppliancePcRoleResult
    def get_fabric_appliance_pc_role_output(account_moid: Optional[pulumi.Input[str]] = None,
                                     additional_properties: Optional[pulumi.Input[str]] = None,
                                     admin_speed: Optional[pulumi.Input[str]] = None,
                                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricAppliancePcRoleAncestorArgs]]]] = None,
                                     class_id: Optional[pulumi.Input[str]] = None,
                                     create_time: Optional[pulumi.Input[str]] = None,
                                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                                     eth_network_control_policy: Optional[pulumi.Input[GetFabricAppliancePcRoleEthNetworkControlPolicyArgs]] = None,
                                     eth_network_group_policy: Optional[pulumi.Input[GetFabricAppliancePcRoleEthNetworkGroupPolicyArgs]] = None,
                                     fec: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     link_aggregation_policy: Optional[pulumi.Input[GetFabricAppliancePcRoleLinkAggregationPolicyArgs]] = None,
                                     mod_time: Optional[pulumi.Input[str]] = None,
                                     mode: Optional[pulumi.Input[str]] = None,
                                     moid: 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[GetFabricAppliancePcRoleParentArgs]] = None,
                                     pc_id: Optional[pulumi.Input[float]] = None,
                                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricAppliancePcRolePermissionResourceArgs]]]] = None,
                                     port_policy: Optional[pulumi.Input[GetFabricAppliancePcRolePortPolicyArgs]] = None,
                                     ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricAppliancePcRolePortArgs]]]] = None,
                                     priority: Optional[pulumi.Input[str]] = None,
                                     shared_scope: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricAppliancePcRoleTagArgs]]]] = None,
                                     version_context: Optional[pulumi.Input[GetFabricAppliancePcRoleVersionContextArgs]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetFabricAppliancePcRoleResult]
    func LookupFabricAppliancePcRole(ctx *Context, args *LookupFabricAppliancePcRoleArgs, opts ...InvokeOption) (*LookupFabricAppliancePcRoleResult, error)
    func LookupFabricAppliancePcRoleOutput(ctx *Context, args *LookupFabricAppliancePcRoleOutputArgs, opts ...InvokeOption) LookupFabricAppliancePcRoleResultOutput

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

    public static class GetFabricAppliancePcRole 
    {
        public static Task<GetFabricAppliancePcRoleResult> InvokeAsync(GetFabricAppliancePcRoleArgs args, InvokeOptions? opts = null)
        public static Output<GetFabricAppliancePcRoleResult> Invoke(GetFabricAppliancePcRoleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFabricAppliancePcRoleResult> getFabricAppliancePcRole(GetFabricAppliancePcRoleArgs args, InvokeOptions options)
    public static Output<GetFabricAppliancePcRoleResult> getFabricAppliancePcRole(GetFabricAppliancePcRoleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getFabricAppliancePcRole:getFabricAppliancePcRole
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    Ancestors List<GetFabricAppliancePcRoleAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    EthNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    Fec string
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    Id string
    LinkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetFabricAppliancePcRoleParent
    PcId double
    Unique Identifier of the port-channel, local to this switch.
    PermissionResources List<GetFabricAppliancePcRolePermissionResource>
    PortPolicy GetFabricAppliancePcRolePortPolicy
    Ports List<GetFabricAppliancePcRolePort>
    Priority string
    The 'name' of the System QoS Class.* 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.
    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<GetFabricAppliancePcRoleTag>
    VersionContext GetFabricAppliancePcRoleVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    Ancestors []GetFabricAppliancePcRoleAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    EthNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    Fec string
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    Id string
    LinkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetFabricAppliancePcRoleParent
    PcId float64
    Unique Identifier of the port-channel, local to this switch.
    PermissionResources []GetFabricAppliancePcRolePermissionResource
    PortPolicy GetFabricAppliancePcRolePortPolicy
    Ports []GetFabricAppliancePcRolePort
    Priority string
    The 'name' of the System QoS Class.* 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.
    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 []GetFabricAppliancePcRoleTag
    VersionContext GetFabricAppliancePcRoleVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors List<GetFabricAppliancePcRoleAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    ethNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    fec String
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    id String
    linkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    modTime String
    The time when this managed object was last modified.
    mode String
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetFabricAppliancePcRoleParent
    pcId Double
    Unique Identifier of the port-channel, local to this switch.
    permissionResources List<GetFabricAppliancePcRolePermissionResource>
    portPolicy GetFabricAppliancePcRolePortPolicy
    ports List<GetFabricAppliancePcRolePort>
    priority String
    The 'name' of the System QoS Class.* 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.
    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<GetFabricAppliancePcRoleTag>
    versionContext GetFabricAppliancePcRoleVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminSpeed string
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors GetFabricAppliancePcRoleAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ethNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    ethNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    fec string
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    id string
    linkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    modTime string
    The time when this managed object was last modified.
    mode string
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetFabricAppliancePcRoleParent
    pcId number
    Unique Identifier of the port-channel, local to this switch.
    permissionResources GetFabricAppliancePcRolePermissionResource[]
    portPolicy GetFabricAppliancePcRolePortPolicy
    ports GetFabricAppliancePcRolePort[]
    priority string
    The 'name' of the System QoS Class.* 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.
    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 GetFabricAppliancePcRoleTag[]
    versionContext GetFabricAppliancePcRoleVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_speed str
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors Sequence[GetFabricAppliancePcRoleAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    eth_network_control_policy GetFabricAppliancePcRoleEthNetworkControlPolicy
    eth_network_group_policy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    fec str
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    id str
    link_aggregation_policy GetFabricAppliancePcRoleLinkAggregationPolicy
    mod_time str
    The time when this managed object was last modified.
    mode str
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetFabricAppliancePcRoleParent
    pc_id float
    Unique Identifier of the port-channel, local to this switch.
    permission_resources Sequence[GetFabricAppliancePcRolePermissionResource]
    port_policy GetFabricAppliancePcRolePortPolicy
    ports Sequence[GetFabricAppliancePcRolePort]
    priority str
    The 'name' of the System QoS Class.* 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.
    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[GetFabricAppliancePcRoleTag]
    version_context GetFabricAppliancePcRoleVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethNetworkControlPolicy Property Map
    ethNetworkGroupPolicy Property Map
    fec String
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    id String
    linkAggregationPolicy Property Map
    modTime String
    The time when this managed object was last modified.
    mode String
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    pcId Number
    Unique Identifier of the port-channel, local to this switch.
    permissionResources List<Property Map>
    portPolicy Property Map
    ports List<Property Map>
    priority String
    The 'name' of the System QoS Class.* 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.
    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>
    versionContext Property Map

    getFabricAppliancePcRole Result

    The following output properties are available:

    Id string
    Results List<GetFabricAppliancePcRoleResult>
    AccountMoid string
    AdditionalProperties string
    AdminSpeed string
    Ancestors List<GetFabricAppliancePcRoleAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EthNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    EthNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    Fec string
    LinkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    ModTime string
    Mode string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetFabricAppliancePcRoleParent
    PcId double
    PermissionResources List<GetFabricAppliancePcRolePermissionResource>
    PortPolicy GetFabricAppliancePcRolePortPolicy
    Ports List<GetFabricAppliancePcRolePort>
    Priority string
    SharedScope string
    Tags List<GetFabricAppliancePcRoleTag>
    VersionContext GetFabricAppliancePcRoleVersionContext
    Id string
    Results []GetFabricAppliancePcRoleResult
    AccountMoid string
    AdditionalProperties string
    AdminSpeed string
    Ancestors []GetFabricAppliancePcRoleAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EthNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    EthNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    Fec string
    LinkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    ModTime string
    Mode string
    Moid string
    ObjectType string
    Owners []string
    Parent GetFabricAppliancePcRoleParent
    PcId float64
    PermissionResources []GetFabricAppliancePcRolePermissionResource
    PortPolicy GetFabricAppliancePcRolePortPolicy
    Ports []GetFabricAppliancePcRolePort
    Priority string
    SharedScope string
    Tags []GetFabricAppliancePcRoleTag
    VersionContext GetFabricAppliancePcRoleVersionContext
    id String
    results List<GetFabricAppliancePcRoleResult>
    accountMoid String
    additionalProperties String
    adminSpeed String
    ancestors List<GetFabricAppliancePcRoleAncestor>
    classId String
    createTime String
    domainGroupMoid String
    ethNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    ethNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    fec String
    linkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    modTime String
    mode String
    moid String
    objectType String
    owners List<String>
    parent GetFabricAppliancePcRoleParent
    pcId Double
    permissionResources List<GetFabricAppliancePcRolePermissionResource>
    portPolicy GetFabricAppliancePcRolePortPolicy
    ports List<GetFabricAppliancePcRolePort>
    priority String
    sharedScope String
    tags List<GetFabricAppliancePcRoleTag>
    versionContext GetFabricAppliancePcRoleVersionContext
    id string
    results GetFabricAppliancePcRoleResult[]
    accountMoid string
    additionalProperties string
    adminSpeed string
    ancestors GetFabricAppliancePcRoleAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    ethNetworkControlPolicy GetFabricAppliancePcRoleEthNetworkControlPolicy
    ethNetworkGroupPolicy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    fec string
    linkAggregationPolicy GetFabricAppliancePcRoleLinkAggregationPolicy
    modTime string
    mode string
    moid string
    objectType string
    owners string[]
    parent GetFabricAppliancePcRoleParent
    pcId number
    permissionResources GetFabricAppliancePcRolePermissionResource[]
    portPolicy GetFabricAppliancePcRolePortPolicy
    ports GetFabricAppliancePcRolePort[]
    priority string
    sharedScope string
    tags GetFabricAppliancePcRoleTag[]
    versionContext GetFabricAppliancePcRoleVersionContext
    id str
    results Sequence[GetFabricAppliancePcRoleResult]
    account_moid str
    additional_properties str
    admin_speed str
    ancestors Sequence[GetFabricAppliancePcRoleAncestor]
    class_id str
    create_time str
    domain_group_moid str
    eth_network_control_policy GetFabricAppliancePcRoleEthNetworkControlPolicy
    eth_network_group_policy GetFabricAppliancePcRoleEthNetworkGroupPolicy
    fec str
    link_aggregation_policy GetFabricAppliancePcRoleLinkAggregationPolicy
    mod_time str
    mode str
    moid str
    object_type str
    owners Sequence[str]
    parent GetFabricAppliancePcRoleParent
    pc_id float
    permission_resources Sequence[GetFabricAppliancePcRolePermissionResource]
    port_policy GetFabricAppliancePcRolePortPolicy
    ports Sequence[GetFabricAppliancePcRolePort]
    priority str
    shared_scope str
    tags Sequence[GetFabricAppliancePcRoleTag]
    version_context GetFabricAppliancePcRoleVersionContext

    Supporting Types

    GetFabricAppliancePcRoleAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRoleEthNetworkControlPolicy

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRoleEthNetworkGroupPolicy

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRoleLinkAggregationPolicy

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRoleParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRolePermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRolePort

    AdditionalProperties string
    AggregatePortId double
    Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch.
    ClassId string
    The fully-qualified name 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.
    PortId double
    Port Identifier of the Switch/FEX/Chassis Interface. When a port is not configured as a breakout port, the portId is the port number as labeled on the equipment, e.g. the id of the port on the switch, FEX or chassis. When a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.
    SlotId double
    Slot Identifier of the Switch/FEX/Chassis Interface.
    AdditionalProperties string
    AggregatePortId float64
    Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch.
    ClassId string
    The fully-qualified name 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.
    PortId float64
    Port Identifier of the Switch/FEX/Chassis Interface. When a port is not configured as a breakout port, the portId is the port number as labeled on the equipment, e.g. the id of the port on the switch, FEX or chassis. When a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.
    SlotId float64
    Slot Identifier of the Switch/FEX/Chassis Interface.
    additionalProperties String
    aggregatePortId Double
    Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch.
    classId String
    The fully-qualified name 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.
    portId Double
    Port Identifier of the Switch/FEX/Chassis Interface. When a port is not configured as a breakout port, the portId is the port number as labeled on the equipment, e.g. the id of the port on the switch, FEX or chassis. When a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.
    slotId Double
    Slot Identifier of the Switch/FEX/Chassis Interface.
    additionalProperties string
    aggregatePortId number
    Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch.
    classId string
    The fully-qualified name 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.
    portId number
    Port Identifier of the Switch/FEX/Chassis Interface. When a port is not configured as a breakout port, the portId is the port number as labeled on the equipment, e.g. the id of the port on the switch, FEX or chassis. When a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.
    slotId number
    Slot Identifier of the Switch/FEX/Chassis Interface.
    additional_properties str
    aggregate_port_id float
    Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch.
    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.
    port_id float
    Port Identifier of the Switch/FEX/Chassis Interface. When a port is not configured as a breakout port, the portId is the port number as labeled on the equipment, e.g. the id of the port on the switch, FEX or chassis. When a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.
    slot_id float
    Slot Identifier of the Switch/FEX/Chassis Interface.
    additionalProperties String
    aggregatePortId Number
    Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch.
    classId String
    The fully-qualified name 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.
    portId Number
    Port Identifier of the Switch/FEX/Chassis Interface. When a port is not configured as a breakout port, the portId is the port number as labeled on the equipment, e.g. the id of the port on the switch, FEX or chassis. When a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.
    slotId Number
    Slot Identifier of the Switch/FEX/Chassis Interface.

    GetFabricAppliancePcRolePortPolicy

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRoleResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    Ancestors List<GetFabricAppliancePcRoleResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthNetworkControlPolicies List<GetFabricAppliancePcRoleResultEthNetworkControlPolicy>
    EthNetworkGroupPolicies List<GetFabricAppliancePcRoleResultEthNetworkGroupPolicy>
    Fec string
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    LinkAggregationPolicies List<GetFabricAppliancePcRoleResultLinkAggregationPolicy>
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetFabricAppliancePcRoleResultParent>
    PcId double
    Unique Identifier of the port-channel, local to this switch.
    PermissionResources List<GetFabricAppliancePcRoleResultPermissionResource>
    PortPolicies List<GetFabricAppliancePcRoleResultPortPolicy>
    Ports List<GetFabricAppliancePcRoleResultPort>
    Priority string
    The 'name' of the System QoS Class.* 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.
    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<GetFabricAppliancePcRoleResultTag>
    VersionContexts List<GetFabricAppliancePcRoleResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminSpeed string
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    Ancestors []GetFabricAppliancePcRoleResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EthNetworkControlPolicies []GetFabricAppliancePcRoleResultEthNetworkControlPolicy
    EthNetworkGroupPolicies []GetFabricAppliancePcRoleResultEthNetworkGroupPolicy
    Fec string
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    LinkAggregationPolicies []GetFabricAppliancePcRoleResultLinkAggregationPolicy
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetFabricAppliancePcRoleResultParent
    PcId float64
    Unique Identifier of the port-channel, local to this switch.
    PermissionResources []GetFabricAppliancePcRoleResultPermissionResource
    PortPolicies []GetFabricAppliancePcRoleResultPortPolicy
    Ports []GetFabricAppliancePcRoleResultPort
    Priority string
    The 'name' of the System QoS Class.* 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.
    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 []GetFabricAppliancePcRoleResultTag
    VersionContexts []GetFabricAppliancePcRoleResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors List<GetFabricAppliancePcRoleResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethNetworkControlPolicies List<GetFabricAppliancePcRoleResultEthNetworkControlPolicy>
    ethNetworkGroupPolicies List<GetFabricAppliancePcRoleResultEthNetworkGroupPolicy>
    fec String
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    linkAggregationPolicies List<GetFabricAppliancePcRoleResultLinkAggregationPolicy>
    modTime String
    The time when this managed object was last modified.
    mode String
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetFabricAppliancePcRoleResultParent>
    pcId Double
    Unique Identifier of the port-channel, local to this switch.
    permissionResources List<GetFabricAppliancePcRoleResultPermissionResource>
    portPolicies List<GetFabricAppliancePcRoleResultPortPolicy>
    ports List<GetFabricAppliancePcRoleResultPort>
    priority String
    The 'name' of the System QoS Class.* 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.
    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<GetFabricAppliancePcRoleResultTag>
    versionContexts List<GetFabricAppliancePcRoleResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminSpeed string
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors GetFabricAppliancePcRoleResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ethNetworkControlPolicies GetFabricAppliancePcRoleResultEthNetworkControlPolicy[]
    ethNetworkGroupPolicies GetFabricAppliancePcRoleResultEthNetworkGroupPolicy[]
    fec string
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    linkAggregationPolicies GetFabricAppliancePcRoleResultLinkAggregationPolicy[]
    modTime string
    The time when this managed object was last modified.
    mode string
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetFabricAppliancePcRoleResultParent[]
    pcId number
    Unique Identifier of the port-channel, local to this switch.
    permissionResources GetFabricAppliancePcRoleResultPermissionResource[]
    portPolicies GetFabricAppliancePcRoleResultPortPolicy[]
    ports GetFabricAppliancePcRoleResultPort[]
    priority string
    The 'name' of the System QoS Class.* 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.
    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 GetFabricAppliancePcRoleResultTag[]
    versionContexts GetFabricAppliancePcRoleResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_speed str
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors Sequence[GetFabricAppliancePcRoleResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    eth_network_control_policies Sequence[GetFabricAppliancePcRoleResultEthNetworkControlPolicy]
    eth_network_group_policies Sequence[GetFabricAppliancePcRoleResultEthNetworkGroupPolicy]
    fec str
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    link_aggregation_policies Sequence[GetFabricAppliancePcRoleResultLinkAggregationPolicy]
    mod_time str
    The time when this managed object was last modified.
    mode str
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetFabricAppliancePcRoleResultParent]
    pc_id float
    Unique Identifier of the port-channel, local to this switch.
    permission_resources Sequence[GetFabricAppliancePcRoleResultPermissionResource]
    port_policies Sequence[GetFabricAppliancePcRoleResultPortPolicy]
    ports Sequence[GetFabricAppliancePcRoleResultPort]
    priority str
    The 'name' of the System QoS Class.* 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.
    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[GetFabricAppliancePcRoleResultTag]
    version_contexts Sequence[GetFabricAppliancePcRoleResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminSpeed String
    Admin configured speed for the port channel.* Auto - Admin configurable speed AUTO ( default ).* 1Gbps - Admin configurable speed 1Gbps.* 10Gbps - Admin configurable speed 10Gbps.* 25Gbps - Admin configurable speed 25Gbps.* 40Gbps - Admin configurable speed 40Gbps.* 100Gbps - Admin configurable speed 100Gbps.* NegAuto25Gbps - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ethNetworkControlPolicies List<Property Map>
    ethNetworkGroupPolicies List<Property Map>
    fec String
    Forward error correction configuration for Appliance Port Channel member ports.* Auto - Forward error correction option 'Auto'.* Cl91 - Forward error correction option 'cl91'.* Cl74 - Forward error correction option 'cl74'.
    linkAggregationPolicies List<Property Map>
    modTime String
    The time when this managed object was last modified.
    mode String
    Port mode to be set on the appliance port-channel.* trunk - Trunk Mode Switch Port Type.* access - Access Mode Switch Port Type.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    pcId Number
    Unique Identifier of the port-channel, local to this switch.
    permissionResources List<Property Map>
    portPolicies List<Property Map>
    ports List<Property Map>
    priority String
    The 'name' of the System QoS Class.* 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.
    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>
    versionContexts List<Property Map>

    GetFabricAppliancePcRoleResultAncestor

    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

    GetFabricAppliancePcRoleResultEthNetworkControlPolicy

    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

    GetFabricAppliancePcRoleResultEthNetworkGroupPolicy

    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

    GetFabricAppliancePcRoleResultLinkAggregationPolicy

    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

    GetFabricAppliancePcRoleResultParent

    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

    GetFabricAppliancePcRoleResultPermissionResource

    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

    GetFabricAppliancePcRoleResultPort

    AdditionalProperties string
    AggregatePortId float64
    ClassId string
    ObjectType string
    PortId float64
    SlotId float64

    GetFabricAppliancePcRoleResultPortPolicy

    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

    GetFabricAppliancePcRoleResultTag

    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

    GetFabricAppliancePcRoleResultVersionContext

    GetFabricAppliancePcRoleResultVersionContextInterestedMo

    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

    GetFabricAppliancePcRoleResultVersionContextRefMo

    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

    GetFabricAppliancePcRoleTag

    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.

    GetFabricAppliancePcRoleVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetFabricAppliancePcRoleVersionContextInterestedMo>
    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 GetFabricAppliancePcRoleVersionContextRefMo
    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 []GetFabricAppliancePcRoleVersionContextInterestedMo
    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 GetFabricAppliancePcRoleVersionContextRefMo
    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<GetFabricAppliancePcRoleVersionContextInterestedMo>
    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 GetFabricAppliancePcRoleVersionContextRefMo
    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 GetFabricAppliancePcRoleVersionContextInterestedMo[]
    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 GetFabricAppliancePcRoleVersionContextRefMo
    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[GetFabricAppliancePcRoleVersionContextInterestedMo]
    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 GetFabricAppliancePcRoleVersionContextRefMo
    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.

    GetFabricAppliancePcRoleVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetFabricAppliancePcRoleVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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