1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getEtherInterSwitchPort
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    An Inter-Switch Port (ISP) represents the port which connects the two switches. In the context of Unified Edge, an ISP typically refers to the connection between two eCMCs in a chassis. This link provides redundancy for network connectivity.

    Using getEtherInterSwitchPort

    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 getEtherInterSwitchPort(args: GetEtherInterSwitchPortArgs, opts?: InvokeOptions): Promise<GetEtherInterSwitchPortResult>
    function getEtherInterSwitchPortOutput(args: GetEtherInterSwitchPortOutputArgs, opts?: InvokeOutputOptions): Output<GetEtherInterSwitchPortResult>
    def get_ether_inter_switch_port(access_vlan: Optional[str] = None,
                                    account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    admin_fec: Optional[str] = None,
                                    admin_state: Optional[str] = None,
                                    allowed_vlans: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetEtherInterSwitchPortAncestor]] = None,
                                    class_id: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    device_mo_id: Optional[str] = None,
                                    dn: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    equipment_switch_card: Optional[GetEtherInterSwitchPortEquipmentSwitchCard] = None,
                                    id: Optional[str] = None,
                                    mac_address: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    mode: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    native_vlan: Optional[str] = None,
                                    object_type: Optional[str] = None,
                                    oper_fec: Optional[str] = None,
                                    oper_speed: Optional[str] = None,
                                    oper_state: Optional[str] = None,
                                    oper_state_qual: Optional[str] = None,
                                    oper_vlans: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetEtherInterSwitchPortParent] = None,
                                    peer_dn: Optional[str] = None,
                                    peer_interface: Optional[GetEtherInterSwitchPortPeerInterface] = None,
                                    permission_resources: Optional[Sequence[GetEtherInterSwitchPortPermissionResource]] = None,
                                    port_id: Optional[float] = None,
                                    port_name: Optional[str] = None,
                                    registered_device: Optional[GetEtherInterSwitchPortRegisteredDevice] = None,
                                    rn: Optional[str] = None,
                                    role: Optional[str] = None,
                                    shared_scope: Optional[str] = None,
                                    slot_id: Optional[float] = None,
                                    speed: Optional[str] = None,
                                    switch_id: Optional[str] = None,
                                    tags: Optional[Sequence[GetEtherInterSwitchPortTag]] = None,
                                    version_context: Optional[GetEtherInterSwitchPortVersionContext] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetEtherInterSwitchPortResult
    def get_ether_inter_switch_port_output(access_vlan: pulumi.Input[Optional[str]] = None,
                                    account_moid: pulumi.Input[Optional[str]] = None,
                                    additional_properties: pulumi.Input[Optional[str]] = None,
                                    admin_fec: pulumi.Input[Optional[str]] = None,
                                    admin_state: pulumi.Input[Optional[str]] = None,
                                    allowed_vlans: pulumi.Input[Optional[str]] = None,
                                    ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetEtherInterSwitchPortAncestorArgs]]]] = None,
                                    class_id: pulumi.Input[Optional[str]] = None,
                                    create_time: pulumi.Input[Optional[str]] = None,
                                    device_mo_id: pulumi.Input[Optional[str]] = None,
                                    dn: pulumi.Input[Optional[str]] = None,
                                    domain_group_moid: pulumi.Input[Optional[str]] = None,
                                    equipment_switch_card: pulumi.Input[Optional[GetEtherInterSwitchPortEquipmentSwitchCardArgs]] = None,
                                    id: pulumi.Input[Optional[str]] = None,
                                    mac_address: pulumi.Input[Optional[str]] = None,
                                    mod_time: pulumi.Input[Optional[str]] = None,
                                    mode: pulumi.Input[Optional[str]] = None,
                                    moid: pulumi.Input[Optional[str]] = None,
                                    native_vlan: pulumi.Input[Optional[str]] = None,
                                    object_type: pulumi.Input[Optional[str]] = None,
                                    oper_fec: pulumi.Input[Optional[str]] = None,
                                    oper_speed: pulumi.Input[Optional[str]] = None,
                                    oper_state: pulumi.Input[Optional[str]] = None,
                                    oper_state_qual: pulumi.Input[Optional[str]] = None,
                                    oper_vlans: pulumi.Input[Optional[str]] = None,
                                    owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                    parent: pulumi.Input[Optional[GetEtherInterSwitchPortParentArgs]] = None,
                                    peer_dn: pulumi.Input[Optional[str]] = None,
                                    peer_interface: pulumi.Input[Optional[GetEtherInterSwitchPortPeerInterfaceArgs]] = None,
                                    permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetEtherInterSwitchPortPermissionResourceArgs]]]] = None,
                                    port_id: pulumi.Input[Optional[float]] = None,
                                    port_name: pulumi.Input[Optional[str]] = None,
                                    registered_device: pulumi.Input[Optional[GetEtherInterSwitchPortRegisteredDeviceArgs]] = None,
                                    rn: pulumi.Input[Optional[str]] = None,
                                    role: pulumi.Input[Optional[str]] = None,
                                    shared_scope: pulumi.Input[Optional[str]] = None,
                                    slot_id: pulumi.Input[Optional[float]] = None,
                                    speed: pulumi.Input[Optional[str]] = None,
                                    switch_id: pulumi.Input[Optional[str]] = None,
                                    tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetEtherInterSwitchPortTagArgs]]]] = None,
                                    version_context: pulumi.Input[Optional[GetEtherInterSwitchPortVersionContextArgs]] = None,
                                    opts: Optional[InvokeOutputOptions] = None) -> Output[GetEtherInterSwitchPortResult]
    func LookupEtherInterSwitchPort(ctx *Context, args *LookupEtherInterSwitchPortArgs, opts ...InvokeOption) (*LookupEtherInterSwitchPortResult, error)
    func LookupEtherInterSwitchPortOutput(ctx *Context, args *LookupEtherInterSwitchPortOutputArgs, opts ...InvokeOption) LookupEtherInterSwitchPortResultOutput

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

    public static class GetEtherInterSwitchPort 
    {
        public static Task<GetEtherInterSwitchPortResult> InvokeAsync(GetEtherInterSwitchPortArgs args, InvokeOptions? opts = null)
        public static Output<GetEtherInterSwitchPortResult> Invoke(GetEtherInterSwitchPortInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetEtherInterSwitchPortResult> Invoke(GetEtherInterSwitchPortInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetEtherInterSwitchPortResult> getEtherInterSwitchPort(GetEtherInterSwitchPortArgs args, InvokeOptions options)
    public static Output<GetEtherInterSwitchPortResult> getEtherInterSwitchPort(GetEtherInterSwitchPortArgs args, InvokeOptions options)
    public static Output<GetEtherInterSwitchPortResult> getEtherInterSwitchPort(GetEtherInterSwitchPortArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getEtherInterSwitchPort:getEtherInterSwitchPort
      arguments:
        # arguments dictionary
    data "intersight_get_ether_inter_switch_port" "name" {
        # arguments
    }

    The following arguments are supported:

    AccessVlan string
    Access VLAN for this port.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminFec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    AdminState string
    Administratively configured state (enabled/disabled) for this port.
    AllowedVlans string
    Allowed VLANs on this port.
    Ancestors List<GetEtherInterSwitchPortAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    Id string
    MacAddress string
    Mac Address of a port in the Fabric Interconnect.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port.
    Moid string
    The unique identifier of this Managed Object instance.
    NativeVlan string
    Native VLAN for this port.
    ObjectType string
    OperFec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    OperSpeed string
    Current Operational speed for this port.
    OperState string
    Operational state of this port (enabled/disabled).
    OperStateQual string
    Reason for this port's Operational state.
    OperVlans string
    Operational VLANs on this port.
    Owners List<string>
    Parent GetEtherInterSwitchPortParent
    PeerDn string
    PeerDn for ethernet physical port.
    PeerInterface GetEtherInterSwitchPortPeerInterface
    PermissionResources List<GetEtherInterSwitchPortPermissionResource>
    PortId double
    Switch physical port identifier.
    PortName string
    Switch physical port name.
    RegisteredDevice GetEtherInterSwitchPortRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    The role assigned to this port.
    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.
    SlotId double
    Switch expansion slot module identifier.
    Speed string
    Speed of the inter switch link.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetEtherInterSwitchPortTag>
    VersionContext GetEtherInterSwitchPortVersionContext
    AccessVlan string
    Access VLAN for this port.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminFec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    AdminState string
    Administratively configured state (enabled/disabled) for this port.
    AllowedVlans string
    Allowed VLANs on this port.
    Ancestors []GetEtherInterSwitchPortAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    Id string
    MacAddress string
    Mac Address of a port in the Fabric Interconnect.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port.
    Moid string
    The unique identifier of this Managed Object instance.
    NativeVlan string
    Native VLAN for this port.
    ObjectType string
    OperFec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    OperSpeed string
    Current Operational speed for this port.
    OperState string
    Operational state of this port (enabled/disabled).
    OperStateQual string
    Reason for this port's Operational state.
    OperVlans string
    Operational VLANs on this port.
    Owners []string
    Parent GetEtherInterSwitchPortParent
    PeerDn string
    PeerDn for ethernet physical port.
    PeerInterface GetEtherInterSwitchPortPeerInterface
    PermissionResources []GetEtherInterSwitchPortPermissionResource
    PortId float64
    Switch physical port identifier.
    PortName string
    Switch physical port name.
    RegisteredDevice GetEtherInterSwitchPortRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    The role assigned to this port.
    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.
    SlotId float64
    Switch expansion slot module identifier.
    Speed string
    Speed of the inter switch link.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetEtherInterSwitchPortTag
    VersionContext GetEtherInterSwitchPortVersionContext
    access_vlan string
    Access VLAN for this port.
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    admin_fec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    admin_state string
    Administratively configured state (enabled/disabled) for this port.
    allowed_vlans string
    Allowed VLANs on this port.
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    device_mo_id string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    equipment_switch_card object
    id string
    mac_address string
    Mac Address of a port in the Fabric Interconnect.
    mod_time string
    The time when this managed object was last modified.
    mode string
    Operating mode of this port.
    moid string
    The unique identifier of this Managed Object instance.
    native_vlan string
    Native VLAN for this port.
    object_type string
    oper_fec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    oper_speed string
    Current Operational speed for this port.
    oper_state string
    Operational state of this port (enabled/disabled).
    oper_state_qual string
    Reason for this port's Operational state.
    oper_vlans string
    Operational VLANs on this port.
    owners list(string)
    parent object
    peer_dn string
    PeerDn for ethernet physical port.
    peer_interface object
    permission_resources list(object)
    port_id number
    Switch physical port identifier.
    port_name string
    Switch physical port name.
    registered_device object
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    The role assigned to this port.
    shared_scope 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.
    slot_id number
    Switch expansion slot module identifier.
    speed string
    Speed of the inter switch link.
    switch_id string
    Switch Identifier that is local to a cluster.
    tags list(object)
    version_context object
    accessVlan String
    Access VLAN for this port.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminFec String
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    adminState String
    Administratively configured state (enabled/disabled) for this port.
    allowedVlans String
    Allowed VLANs on this port.
    ancestors List<GetEtherInterSwitchPortAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    id String
    macAddress String
    Mac Address of a port in the Fabric Interconnect.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port.
    moid String
    The unique identifier of this Managed Object instance.
    nativeVlan String
    Native VLAN for this port.
    objectType String
    operFec String
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    operSpeed String
    Current Operational speed for this port.
    operState String
    Operational state of this port (enabled/disabled).
    operStateQual String
    Reason for this port's Operational state.
    operVlans String
    Operational VLANs on this port.
    owners List<String>
    parent GetEtherInterSwitchPortParent
    peerDn String
    PeerDn for ethernet physical port.
    peerInterface GetEtherInterSwitchPortPeerInterface
    permissionResources List<GetEtherInterSwitchPortPermissionResource>
    portId Double
    Switch physical port identifier.
    portName String
    Switch physical port name.
    registeredDevice GetEtherInterSwitchPortRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    The role assigned to this port.
    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.
    slotId Double
    Switch expansion slot module identifier.
    speed String
    Speed of the inter switch link.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetEtherInterSwitchPortTag>
    versionContext GetEtherInterSwitchPortVersionContext
    accessVlan string
    Access VLAN for this port.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminFec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    adminState string
    Administratively configured state (enabled/disabled) for this port.
    allowedVlans string
    Allowed VLANs on this port.
    ancestors GetEtherInterSwitchPortAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    id string
    macAddress string
    Mac Address of a port in the Fabric Interconnect.
    modTime string
    The time when this managed object was last modified.
    mode string
    Operating mode of this port.
    moid string
    The unique identifier of this Managed Object instance.
    nativeVlan string
    Native VLAN for this port.
    objectType string
    operFec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    operSpeed string
    Current Operational speed for this port.
    operState string
    Operational state of this port (enabled/disabled).
    operStateQual string
    Reason for this port's Operational state.
    operVlans string
    Operational VLANs on this port.
    owners string[]
    parent GetEtherInterSwitchPortParent
    peerDn string
    PeerDn for ethernet physical port.
    peerInterface GetEtherInterSwitchPortPeerInterface
    permissionResources GetEtherInterSwitchPortPermissionResource[]
    portId number
    Switch physical port identifier.
    portName string
    Switch physical port name.
    registeredDevice GetEtherInterSwitchPortRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    The role assigned to this port.
    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.
    slotId number
    Switch expansion slot module identifier.
    speed string
    Speed of the inter switch link.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetEtherInterSwitchPortTag[]
    versionContext GetEtherInterSwitchPortVersionContext
    access_vlan str
    Access VLAN for this port.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_fec str
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    admin_state str
    Administratively configured state (enabled/disabled) for this port.
    allowed_vlans str
    Allowed VLANs on this port.
    ancestors Sequence[GetEtherInterSwitchPortAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_switch_card GetEtherInterSwitchPortEquipmentSwitchCard
    id str
    mac_address str
    Mac Address of a port in the Fabric Interconnect.
    mod_time str
    The time when this managed object was last modified.
    mode str
    Operating mode of this port.
    moid str
    The unique identifier of this Managed Object instance.
    native_vlan str
    Native VLAN for this port.
    object_type str
    oper_fec str
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    oper_speed str
    Current Operational speed for this port.
    oper_state str
    Operational state of this port (enabled/disabled).
    oper_state_qual str
    Reason for this port's Operational state.
    oper_vlans str
    Operational VLANs on this port.
    owners Sequence[str]
    parent GetEtherInterSwitchPortParent
    peer_dn str
    PeerDn for ethernet physical port.
    peer_interface GetEtherInterSwitchPortPeerInterface
    permission_resources Sequence[GetEtherInterSwitchPortPermissionResource]
    port_id float
    Switch physical port identifier.
    port_name str
    Switch physical port name.
    registered_device GetEtherInterSwitchPortRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    role str
    The role assigned to this port.
    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.
    slot_id float
    Switch expansion slot module identifier.
    speed str
    Speed of the inter switch link.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetEtherInterSwitchPortTag]
    version_context GetEtherInterSwitchPortVersionContext
    accessVlan String
    Access VLAN for this port.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminFec String
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    adminState String
    Administratively configured state (enabled/disabled) for this port.
    allowedVlans String
    Allowed VLANs on this port.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCard Property Map
    id String
    macAddress String
    Mac Address of a port in the Fabric Interconnect.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port.
    moid String
    The unique identifier of this Managed Object instance.
    nativeVlan String
    Native VLAN for this port.
    objectType String
    operFec String
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    operSpeed String
    Current Operational speed for this port.
    operState String
    Operational state of this port (enabled/disabled).
    operStateQual String
    Reason for this port's Operational state.
    operVlans String
    Operational VLANs on this port.
    owners List<String>
    parent Property Map
    peerDn String
    PeerDn for ethernet physical port.
    peerInterface Property Map
    permissionResources List<Property Map>
    portId Number
    Switch physical port identifier.
    portName String
    Switch physical port name.
    registeredDevice Property Map
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    The role assigned to this port.
    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.
    slotId Number
    Switch expansion slot module identifier.
    speed String
    Speed of the inter switch link.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    versionContext Property Map

    getEtherInterSwitchPort Result

    The following output properties are available:

    Id string
    Results List<GetEtherInterSwitchPortResult>
    AccessVlan string
    AccountMoid string
    AdditionalProperties string
    AdminFec string
    AdminState string
    AllowedVlans string
    Ancestors List<GetEtherInterSwitchPortAncestor>
    ClassId string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    MacAddress string
    ModTime string
    Mode string
    Moid string
    NativeVlan string
    ObjectType string
    OperFec string
    OperSpeed string
    OperState string
    OperStateQual string
    OperVlans string
    Owners List<string>
    Parent GetEtherInterSwitchPortParent
    PeerDn string
    PeerInterface GetEtherInterSwitchPortPeerInterface
    PermissionResources List<GetEtherInterSwitchPortPermissionResource>
    PortId double
    PortName string
    RegisteredDevice GetEtherInterSwitchPortRegisteredDevice
    Rn string
    Role string
    SharedScope string
    SlotId double
    Speed string
    SwitchId string
    Tags List<GetEtherInterSwitchPortTag>
    VersionContext GetEtherInterSwitchPortVersionContext
    Id string
    Results []GetEtherInterSwitchPortResult
    AccessVlan string
    AccountMoid string
    AdditionalProperties string
    AdminFec string
    AdminState string
    AllowedVlans string
    Ancestors []GetEtherInterSwitchPortAncestor
    ClassId string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    EquipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    MacAddress string
    ModTime string
    Mode string
    Moid string
    NativeVlan string
    ObjectType string
    OperFec string
    OperSpeed string
    OperState string
    OperStateQual string
    OperVlans string
    Owners []string
    Parent GetEtherInterSwitchPortParent
    PeerDn string
    PeerInterface GetEtherInterSwitchPortPeerInterface
    PermissionResources []GetEtherInterSwitchPortPermissionResource
    PortId float64
    PortName string
    RegisteredDevice GetEtherInterSwitchPortRegisteredDevice
    Rn string
    Role string
    SharedScope string
    SlotId float64
    Speed string
    SwitchId string
    Tags []GetEtherInterSwitchPortTag
    VersionContext GetEtherInterSwitchPortVersionContext
    id String
    results List<GetEtherInterSwitchPortResult>
    accessVlan String
    accountMoid String
    additionalProperties String
    adminFec String
    adminState String
    allowedVlans String
    ancestors List<GetEtherInterSwitchPortAncestor>
    classId String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    equipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    macAddress String
    modTime String
    mode String
    moid String
    nativeVlan String
    objectType String
    operFec String
    operSpeed String
    operState String
    operStateQual String
    operVlans String
    owners List<String>
    parent GetEtherInterSwitchPortParent
    peerDn String
    peerInterface GetEtherInterSwitchPortPeerInterface
    permissionResources List<GetEtherInterSwitchPortPermissionResource>
    portId Double
    portName String
    registeredDevice GetEtherInterSwitchPortRegisteredDevice
    rn String
    role String
    sharedScope String
    slotId Double
    speed String
    switchId String
    tags List<GetEtherInterSwitchPortTag>
    versionContext GetEtherInterSwitchPortVersionContext
    id string
    results GetEtherInterSwitchPortResult[]
    accessVlan string
    accountMoid string
    additionalProperties string
    adminFec string
    adminState string
    allowedVlans string
    ancestors GetEtherInterSwitchPortAncestor[]
    classId string
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    equipmentSwitchCard GetEtherInterSwitchPortEquipmentSwitchCard
    macAddress string
    modTime string
    mode string
    moid string
    nativeVlan string
    objectType string
    operFec string
    operSpeed string
    operState string
    operStateQual string
    operVlans string
    owners string[]
    parent GetEtherInterSwitchPortParent
    peerDn string
    peerInterface GetEtherInterSwitchPortPeerInterface
    permissionResources GetEtherInterSwitchPortPermissionResource[]
    portId number
    portName string
    registeredDevice GetEtherInterSwitchPortRegisteredDevice
    rn string
    role string
    sharedScope string
    slotId number
    speed string
    switchId string
    tags GetEtherInterSwitchPortTag[]
    versionContext GetEtherInterSwitchPortVersionContext
    id str
    results Sequence[GetEtherInterSwitchPortResult]
    access_vlan str
    account_moid str
    additional_properties str
    admin_fec str
    admin_state str
    allowed_vlans str
    ancestors Sequence[GetEtherInterSwitchPortAncestor]
    class_id str
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    equipment_switch_card GetEtherInterSwitchPortEquipmentSwitchCard
    mac_address str
    mod_time str
    mode str
    moid str
    native_vlan str
    object_type str
    oper_fec str
    oper_speed str
    oper_state str
    oper_state_qual str
    oper_vlans str
    owners Sequence[str]
    parent GetEtherInterSwitchPortParent
    peer_dn str
    peer_interface GetEtherInterSwitchPortPeerInterface
    permission_resources Sequence[GetEtherInterSwitchPortPermissionResource]
    port_id float
    port_name str
    registered_device GetEtherInterSwitchPortRegisteredDevice
    rn str
    role str
    shared_scope str
    slot_id float
    speed str
    switch_id str
    tags Sequence[GetEtherInterSwitchPortTag]
    version_context GetEtherInterSwitchPortVersionContext

    Supporting Types

    GetEtherInterSwitchPortAncestor

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

    GetEtherInterSwitchPortEquipmentSwitchCard

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

    GetEtherInterSwitchPortParent

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

    GetEtherInterSwitchPortPeerInterface

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

    GetEtherInterSwitchPortPermissionResource

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

    GetEtherInterSwitchPortRegisteredDevice

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

    GetEtherInterSwitchPortResult

    AccessVlan string
    Access VLAN for this port.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminFec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    AdminState string
    Administratively configured state (enabled/disabled) for this port.
    AllowedVlans string
    Allowed VLANs on this port.
    Ancestors List<GetEtherInterSwitchPortResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCards List<GetEtherInterSwitchPortResultEquipmentSwitchCard>
    MacAddress string
    Mac Address of a port in the Fabric Interconnect.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port.
    Moid string
    The unique identifier of this Managed Object instance.
    NativeVlan string
    Native VLAN for this port.
    ObjectType string
    OperFec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    OperSpeed string
    Current Operational speed for this port.
    OperState string
    Operational state of this port (enabled/disabled).
    OperStateQual string
    Reason for this port's Operational state.
    OperVlans string
    Operational VLANs on this port.
    Owners List<string>
    Parents List<GetEtherInterSwitchPortResultParent>
    PeerDn string
    PeerDn for ethernet physical port.
    PeerInterfaces List<GetEtherInterSwitchPortResultPeerInterface>
    PermissionResources List<GetEtherInterSwitchPortResultPermissionResource>
    PortId double
    Switch physical port identifier.
    PortName string
    Switch physical port name.
    RegisteredDevices List<GetEtherInterSwitchPortResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    The role assigned to this port.
    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.
    SlotId double
    Switch expansion slot module identifier.
    Speed string
    Speed of the inter switch link.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags List<GetEtherInterSwitchPortResultTag>
    VersionContexts List<GetEtherInterSwitchPortResultVersionContext>
    AccessVlan string
    Access VLAN for this port.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminFec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    AdminState string
    Administratively configured state (enabled/disabled) for this port.
    AllowedVlans string
    Allowed VLANs on this port.
    Ancestors []GetEtherInterSwitchPortResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EquipmentSwitchCards []GetEtherInterSwitchPortResultEquipmentSwitchCard
    MacAddress string
    Mac Address of a port in the Fabric Interconnect.
    ModTime string
    The time when this managed object was last modified.
    Mode string
    Operating mode of this port.
    Moid string
    The unique identifier of this Managed Object instance.
    NativeVlan string
    Native VLAN for this port.
    ObjectType string
    OperFec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    OperSpeed string
    Current Operational speed for this port.
    OperState string
    Operational state of this port (enabled/disabled).
    OperStateQual string
    Reason for this port's Operational state.
    OperVlans string
    Operational VLANs on this port.
    Owners []string
    Parents []GetEtherInterSwitchPortResultParent
    PeerDn string
    PeerDn for ethernet physical port.
    PeerInterfaces []GetEtherInterSwitchPortResultPeerInterface
    PermissionResources []GetEtherInterSwitchPortResultPermissionResource
    PortId float64
    Switch physical port identifier.
    PortName string
    Switch physical port name.
    RegisteredDevices []GetEtherInterSwitchPortResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Role string
    The role assigned to this port.
    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.
    SlotId float64
    Switch expansion slot module identifier.
    Speed string
    Speed of the inter switch link.
    SwitchId string
    Switch Identifier that is local to a cluster.
    Tags []GetEtherInterSwitchPortResultTag
    VersionContexts []GetEtherInterSwitchPortResultVersionContext
    access_vlan string
    Access VLAN for this port.
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    admin_fec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    admin_state string
    Administratively configured state (enabled/disabled) for this port.
    allowed_vlans string
    Allowed VLANs on this port.
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    device_mo_id string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    equipment_switch_cards list(object)
    mac_address string
    Mac Address of a port in the Fabric Interconnect.
    mod_time string
    The time when this managed object was last modified.
    mode string
    Operating mode of this port.
    moid string
    The unique identifier of this Managed Object instance.
    native_vlan string
    Native VLAN for this port.
    object_type string
    oper_fec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    oper_speed string
    Current Operational speed for this port.
    oper_state string
    Operational state of this port (enabled/disabled).
    oper_state_qual string
    Reason for this port's Operational state.
    oper_vlans string
    Operational VLANs on this port.
    owners list(string)
    parents list(object)
    peer_dn string
    PeerDn for ethernet physical port.
    peer_interfaces list(object)
    permission_resources list(object)
    port_id number
    Switch physical port identifier.
    port_name string
    Switch physical port name.
    registered_devices list(object)
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    The role assigned to this port.
    shared_scope 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.
    slot_id number
    Switch expansion slot module identifier.
    speed string
    Speed of the inter switch link.
    switch_id string
    Switch Identifier that is local to a cluster.
    tags list(object)
    version_contexts list(object)
    accessVlan String
    Access VLAN for this port.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminFec String
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    adminState String
    Administratively configured state (enabled/disabled) for this port.
    allowedVlans String
    Allowed VLANs on this port.
    ancestors List<GetEtherInterSwitchPortResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCards List<GetEtherInterSwitchPortResultEquipmentSwitchCard>
    macAddress String
    Mac Address of a port in the Fabric Interconnect.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port.
    moid String
    The unique identifier of this Managed Object instance.
    nativeVlan String
    Native VLAN for this port.
    objectType String
    operFec String
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    operSpeed String
    Current Operational speed for this port.
    operState String
    Operational state of this port (enabled/disabled).
    operStateQual String
    Reason for this port's Operational state.
    operVlans String
    Operational VLANs on this port.
    owners List<String>
    parents List<GetEtherInterSwitchPortResultParent>
    peerDn String
    PeerDn for ethernet physical port.
    peerInterfaces List<GetEtherInterSwitchPortResultPeerInterface>
    permissionResources List<GetEtherInterSwitchPortResultPermissionResource>
    portId Double
    Switch physical port identifier.
    portName String
    Switch physical port name.
    registeredDevices List<GetEtherInterSwitchPortResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    The role assigned to this port.
    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.
    slotId Double
    Switch expansion slot module identifier.
    speed String
    Speed of the inter switch link.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<GetEtherInterSwitchPortResultTag>
    versionContexts List<GetEtherInterSwitchPortResultVersionContext>
    accessVlan string
    Access VLAN for this port.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminFec string
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    adminState string
    Administratively configured state (enabled/disabled) for this port.
    allowedVlans string
    Allowed VLANs on this port.
    ancestors GetEtherInterSwitchPortResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    equipmentSwitchCards GetEtherInterSwitchPortResultEquipmentSwitchCard[]
    macAddress string
    Mac Address of a port in the Fabric Interconnect.
    modTime string
    The time when this managed object was last modified.
    mode string
    Operating mode of this port.
    moid string
    The unique identifier of this Managed Object instance.
    nativeVlan string
    Native VLAN for this port.
    objectType string
    operFec string
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    operSpeed string
    Current Operational speed for this port.
    operState string
    Operational state of this port (enabled/disabled).
    operStateQual string
    Reason for this port's Operational state.
    operVlans string
    Operational VLANs on this port.
    owners string[]
    parents GetEtherInterSwitchPortResultParent[]
    peerDn string
    PeerDn for ethernet physical port.
    peerInterfaces GetEtherInterSwitchPortResultPeerInterface[]
    permissionResources GetEtherInterSwitchPortResultPermissionResource[]
    portId number
    Switch physical port identifier.
    portName string
    Switch physical port name.
    registeredDevices GetEtherInterSwitchPortResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    role string
    The role assigned to this port.
    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.
    slotId number
    Switch expansion slot module identifier.
    speed string
    Speed of the inter switch link.
    switchId string
    Switch Identifier that is local to a cluster.
    tags GetEtherInterSwitchPortResultTag[]
    versionContexts GetEtherInterSwitchPortResultVersionContext[]
    access_vlan str
    Access VLAN for this port.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_fec str
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    admin_state str
    Administratively configured state (enabled/disabled) for this port.
    allowed_vlans str
    Allowed VLANs on this port.
    ancestors Sequence[GetEtherInterSwitchPortResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    equipment_switch_cards Sequence[GetEtherInterSwitchPortResultEquipmentSwitchCard]
    mac_address str
    Mac Address of a port in the Fabric Interconnect.
    mod_time str
    The time when this managed object was last modified.
    mode str
    Operating mode of this port.
    moid str
    The unique identifier of this Managed Object instance.
    native_vlan str
    Native VLAN for this port.
    object_type str
    oper_fec str
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    oper_speed str
    Current Operational speed for this port.
    oper_state str
    Operational state of this port (enabled/disabled).
    oper_state_qual str
    Reason for this port's Operational state.
    oper_vlans str
    Operational VLANs on this port.
    owners Sequence[str]
    parents Sequence[GetEtherInterSwitchPortResultParent]
    peer_dn str
    PeerDn for ethernet physical port.
    peer_interfaces Sequence[GetEtherInterSwitchPortResultPeerInterface]
    permission_resources Sequence[GetEtherInterSwitchPortResultPermissionResource]
    port_id float
    Switch physical port identifier.
    port_name str
    Switch physical port name.
    registered_devices Sequence[GetEtherInterSwitchPortResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    role str
    The role assigned to this port.
    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.
    slot_id float
    Switch expansion slot module identifier.
    speed str
    Speed of the inter switch link.
    switch_id str
    Switch Identifier that is local to a cluster.
    tags Sequence[GetEtherInterSwitchPortResultTag]
    version_contexts Sequence[GetEtherInterSwitchPortResultVersionContext]
    accessVlan String
    Access VLAN for this port.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminFec String
    Administratively configured FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    adminState String
    Administratively configured state (enabled/disabled) for this port.
    allowedVlans String
    Allowed VLANs on this port.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    equipmentSwitchCards List<Property Map>
    macAddress String
    Mac Address of a port in the Fabric Interconnect.
    modTime String
    The time when this managed object was last modified.
    mode String
    Operating mode of this port.
    moid String
    The unique identifier of this Managed Object instance.
    nativeVlan String
    Native VLAN for this port.
    objectType String
    operFec String
    Operational FEC mode for this port.* `` - Default value for FEC state.* Not Supported - FEC is not supported on this port.* Disabled - FEC is disabled on this port.* Auto - FEC mode is automatically negotiated between link partners.* Cl74 - FEC is configured to use the IEEE Clause 74 (FireCode) standard.* RS-IEEE(Cl108) - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.* KP - FEC is configured to use the KP (Backplane Ethernet) FEC mode.
    operSpeed String
    Current Operational speed for this port.
    operState String
    Operational state of this port (enabled/disabled).
    operStateQual String
    Reason for this port's Operational state.
    operVlans String
    Operational VLANs on this port.
    owners List<String>
    parents List<Property Map>
    peerDn String
    PeerDn for ethernet physical port.
    peerInterfaces List<Property Map>
    permissionResources List<Property Map>
    portId Number
    Switch physical port identifier.
    portName String
    Switch physical port name.
    registeredDevices List<Property Map>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    role String
    The role assigned to this port.
    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.
    slotId Number
    Switch expansion slot module identifier.
    speed String
    Speed of the inter switch link.
    switchId String
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetEtherInterSwitchPortResultAncestor

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultEquipmentSwitchCard

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultParent

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultPeerInterface

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultPermissionResource

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultRegisteredDevice

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultTag

    GetEtherInterSwitchPortResultTagAncestorDefinition

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultTagDefinition

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultVersionContext

    GetEtherInterSwitchPortResultVersionContextInterestedMo

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortResultVersionContextRefMo

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetEtherInterSwitchPortTag

    AdditionalProperties string
    AncestorDefinitions List<GetEtherInterSwitchPortTagAncestorDefinition>
    Definition GetEtherInterSwitchPortTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetEtherInterSwitchPortTagAncestorDefinition
    Definition GetEtherInterSwitchPortTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    definition object
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetEtherInterSwitchPortTagAncestorDefinition>
    definition GetEtherInterSwitchPortTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetEtherInterSwitchPortTagAncestorDefinition[]
    definition GetEtherInterSwitchPortTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetEtherInterSwitchPortTagAncestorDefinition]
    definition GetEtherInterSwitchPortTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetEtherInterSwitchPortTagAncestorDefinition

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

    GetEtherInterSwitchPortTagDefinition

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

    GetEtherInterSwitchPortVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetEtherInterSwitchPortVersionContextInterestedMo>
    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 GetEtherInterSwitchPortVersionContextRefMo
    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 []GetEtherInterSwitchPortVersionContextInterestedMo
    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 GetEtherInterSwitchPortVersionContextRefMo
    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 string
    class_id string
    The fully-qualified name 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 list(object)
    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 string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo object
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    version_type 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<GetEtherInterSwitchPortVersionContextInterestedMo>
    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 GetEtherInterSwitchPortVersionContextRefMo
    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 GetEtherInterSwitchPortVersionContextInterestedMo[]
    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 GetEtherInterSwitchPortVersionContextRefMo
    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[GetEtherInterSwitchPortVersionContextInterestedMo]
    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 GetEtherInterSwitchPortVersionContextRefMo
    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.

    GetEtherInterSwitchPortVersionContextInterestedMo

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

    GetEtherInterSwitchPortVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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 string
    class_id string
    The fully-qualified name 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.
    object_type 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.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial