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

intersight.getPortMacBinding

Explore with Pulumi AI

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

    Establishes relationship between the ports and connected end points based on LLDP TLVs.

    Using getPortMacBinding

    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 getPortMacBinding(args: GetPortMacBindingArgs, opts?: InvokeOptions): Promise<GetPortMacBindingResult>
    function getPortMacBindingOutput(args: GetPortMacBindingOutputArgs, opts?: InvokeOptions): Output<GetPortMacBindingResult>
    def get_port_mac_binding(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             aggregate_port_id: Optional[float] = None,
                             ancestors: Optional[Sequence[GetPortMacBindingAncestor]] = None,
                             chassis_id: Optional[float] = None,
                             chassis_model: Optional[str] = None,
                             chassis_serial: Optional[str] = None,
                             chassis_vendor: Optional[str] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             device_mac: Optional[str] = None,
                             device_mo_id: Optional[str] = None,
                             dn: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             id: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             module_mode: Optional[float] = None,
                             module_model: Optional[str] = None,
                             module_port_id: Optional[float] = None,
                             module_serial: Optional[str] = None,
                             module_side: Optional[float] = None,
                             module_slot: Optional[float] = None,
                             module_vendor: Optional[str] = None,
                             moid: Optional[str] = None,
                             network_element: Optional[GetPortMacBindingNetworkElement] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetPortMacBindingParent] = None,
                             permission_resources: Optional[Sequence[GetPortMacBindingPermissionResource]] = None,
                             port_id: Optional[float] = None,
                             port_mac: Optional[str] = None,
                             registered_device: Optional[GetPortMacBindingRegisteredDevice] = None,
                             rn: Optional[str] = None,
                             shared_scope: Optional[str] = None,
                             slot_id: Optional[float] = None,
                             switch_id: Optional[float] = None,
                             tags: Optional[Sequence[GetPortMacBindingTag]] = None,
                             version_context: Optional[GetPortMacBindingVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetPortMacBindingResult
    def get_port_mac_binding_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             aggregate_port_id: Optional[pulumi.Input[float]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetPortMacBindingAncestorArgs]]]] = None,
                             chassis_id: Optional[pulumi.Input[float]] = None,
                             chassis_model: Optional[pulumi.Input[str]] = None,
                             chassis_serial: Optional[pulumi.Input[str]] = None,
                             chassis_vendor: Optional[pulumi.Input[str]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             device_mac: Optional[pulumi.Input[str]] = None,
                             device_mo_id: Optional[pulumi.Input[str]] = None,
                             dn: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             module_mode: Optional[pulumi.Input[float]] = None,
                             module_model: Optional[pulumi.Input[str]] = None,
                             module_port_id: Optional[pulumi.Input[float]] = None,
                             module_serial: Optional[pulumi.Input[str]] = None,
                             module_side: Optional[pulumi.Input[float]] = None,
                             module_slot: Optional[pulumi.Input[float]] = None,
                             module_vendor: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             network_element: Optional[pulumi.Input[GetPortMacBindingNetworkElementArgs]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetPortMacBindingParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetPortMacBindingPermissionResourceArgs]]]] = None,
                             port_id: Optional[pulumi.Input[float]] = None,
                             port_mac: Optional[pulumi.Input[str]] = None,
                             registered_device: Optional[pulumi.Input[GetPortMacBindingRegisteredDeviceArgs]] = None,
                             rn: Optional[pulumi.Input[str]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             slot_id: Optional[pulumi.Input[float]] = None,
                             switch_id: Optional[pulumi.Input[float]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetPortMacBindingTagArgs]]]] = None,
                             version_context: Optional[pulumi.Input[GetPortMacBindingVersionContextArgs]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetPortMacBindingResult]
    func LookupPortMacBinding(ctx *Context, args *LookupPortMacBindingArgs, opts ...InvokeOption) (*LookupPortMacBindingResult, error)
    func LookupPortMacBindingOutput(ctx *Context, args *LookupPortMacBindingOutputArgs, opts ...InvokeOption) LookupPortMacBindingResultOutput

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

    public static class GetPortMacBinding 
    {
        public static Task<GetPortMacBindingResult> InvokeAsync(GetPortMacBindingArgs args, InvokeOptions? opts = null)
        public static Output<GetPortMacBindingResult> Invoke(GetPortMacBindingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPortMacBindingResult> getPortMacBinding(GetPortMacBindingArgs args, InvokeOptions options)
    public static Output<GetPortMacBindingResult> getPortMacBinding(GetPortMacBindingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getPortMacBinding:getPortMacBinding
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AggregatePortId double
    Aggregate Port ID of the local Switch Interface.
    Ancestors List<GetPortMacBindingAncestor>
    ChassisId double
    Chassis/FEX device idetifier that is local to a cluster.
    ChassisModel string
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    ChassisSerial string
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    ChassisVendor string
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMac string
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    Id string
    ModTime string
    The time when this managed object was last modified.
    ModuleMode double
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    ModuleModel string
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    ModulePortId double
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    ModuleSerial string
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    ModuleSide double
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    ModuleSlot double
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    ModuleVendor string
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElement GetPortMacBindingNetworkElement
    ObjectType string
    Owners List<string>
    Parent GetPortMacBindingParent
    PermissionResources List<GetPortMacBindingPermissionResource>
    PortId double
    Port ID of the local Switch Interface.
    PortMac string
    Port ID value that is advertised and available as a part of LLDP TLV.
    RegisteredDevice GetPortMacBindingRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    SwitchId double
    Switch Identifier that is local to a cluster.
    Tags List<GetPortMacBindingTag>
    VersionContext GetPortMacBindingVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AggregatePortId float64
    Aggregate Port ID of the local Switch Interface.
    Ancestors []GetPortMacBindingAncestor
    ChassisId float64
    Chassis/FEX device idetifier that is local to a cluster.
    ChassisModel string
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    ChassisSerial string
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    ChassisVendor string
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMac string
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    Id string
    ModTime string
    The time when this managed object was last modified.
    ModuleMode float64
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    ModuleModel string
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    ModulePortId float64
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    ModuleSerial string
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    ModuleSide float64
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    ModuleSlot float64
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    ModuleVendor string
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElement GetPortMacBindingNetworkElement
    ObjectType string
    Owners []string
    Parent GetPortMacBindingParent
    PermissionResources []GetPortMacBindingPermissionResource
    PortId float64
    Port ID of the local Switch Interface.
    PortMac string
    Port ID value that is advertised and available as a part of LLDP TLV.
    RegisteredDevice GetPortMacBindingRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    SwitchId float64
    Switch Identifier that is local to a cluster.
    Tags []GetPortMacBindingTag
    VersionContext GetPortMacBindingVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    aggregatePortId Double
    Aggregate Port ID of the local Switch Interface.
    ancestors List<GetPortMacBindingAncestor>
    chassisId Double
    Chassis/FEX device idetifier that is local to a cluster.
    chassisModel String
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassisSerial String
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassisVendor String
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    classId String
    createTime String
    The time when this managed object was created.
    deviceMac String
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    id String
    modTime String
    The time when this managed object was last modified.
    moduleMode Double
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    moduleModel String
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    modulePortId Double
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    moduleSerial String
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    moduleSide Double
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    moduleSlot Double
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    moduleVendor String
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid String
    The unique identifier of this Managed Object instance.
    networkElement GetPortMacBindingNetworkElement
    objectType String
    owners List<String>
    parent GetPortMacBindingParent
    permissionResources List<GetPortMacBindingPermissionResource>
    portId Double
    Port ID of the local Switch Interface.
    portMac String
    Port ID value that is advertised and available as a part of LLDP TLV.
    registeredDevice GetPortMacBindingRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switchId Double
    Switch Identifier that is local to a cluster.
    tags List<GetPortMacBindingTag>
    versionContext GetPortMacBindingVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    aggregatePortId number
    Aggregate Port ID of the local Switch Interface.
    ancestors GetPortMacBindingAncestor[]
    chassisId number
    Chassis/FEX device idetifier that is local to a cluster.
    chassisModel string
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassisSerial string
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassisVendor string
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    classId string
    createTime string
    The time when this managed object was created.
    deviceMac string
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    id string
    modTime string
    The time when this managed object was last modified.
    moduleMode number
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    moduleModel string
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    modulePortId number
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    moduleSerial string
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    moduleSide number
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    moduleSlot number
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    moduleVendor string
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid string
    The unique identifier of this Managed Object instance.
    networkElement GetPortMacBindingNetworkElement
    objectType string
    owners string[]
    parent GetPortMacBindingParent
    permissionResources GetPortMacBindingPermissionResource[]
    portId number
    Port ID of the local Switch Interface.
    portMac string
    Port ID value that is advertised and available as a part of LLDP TLV.
    registeredDevice GetPortMacBindingRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switchId number
    Switch Identifier that is local to a cluster.
    tags GetPortMacBindingTag[]
    versionContext GetPortMacBindingVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    aggregate_port_id float
    Aggregate Port ID of the local Switch Interface.
    ancestors Sequence[GetPortMacBindingAncestor]
    chassis_id float
    Chassis/FEX device idetifier that is local to a cluster.
    chassis_model str
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassis_serial str
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassis_vendor str
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    class_id str
    create_time str
    The time when this managed object was created.
    device_mac str
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    id str
    mod_time str
    The time when this managed object was last modified.
    module_mode float
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    module_model str
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    module_port_id float
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    module_serial str
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    module_side float
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    module_slot float
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    module_vendor str
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid str
    The unique identifier of this Managed Object instance.
    network_element GetPortMacBindingNetworkElement
    object_type str
    owners Sequence[str]
    parent GetPortMacBindingParent
    permission_resources Sequence[GetPortMacBindingPermissionResource]
    port_id float
    Port ID of the local Switch Interface.
    port_mac str
    Port ID value that is advertised and available as a part of LLDP TLV.
    registered_device GetPortMacBindingRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switch_id float
    Switch Identifier that is local to a cluster.
    tags Sequence[GetPortMacBindingTag]
    version_context GetPortMacBindingVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    aggregatePortId Number
    Aggregate Port ID of the local Switch Interface.
    ancestors List<Property Map>
    chassisId Number
    Chassis/FEX device idetifier that is local to a cluster.
    chassisModel String
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassisSerial String
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassisVendor String
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    classId String
    createTime String
    The time when this managed object was created.
    deviceMac String
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    id String
    modTime String
    The time when this managed object was last modified.
    moduleMode Number
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    moduleModel String
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    modulePortId Number
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    moduleSerial String
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    moduleSide Number
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    moduleSlot Number
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    moduleVendor String
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid String
    The unique identifier of this Managed Object instance.
    networkElement Property Map
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    portId Number
    Port ID of the local Switch Interface.
    portMac String
    Port ID value that is advertised and available as a part of LLDP TLV.
    registeredDevice Property Map
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switchId Number
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    versionContext Property Map

    getPortMacBinding Result

    The following output properties are available:

    Id string
    Results List<GetPortMacBindingResult>
    AccountMoid string
    AdditionalProperties string
    AggregatePortId double
    Ancestors List<GetPortMacBindingAncestor>
    ChassisId double
    ChassisModel string
    ChassisSerial string
    ChassisVendor string
    ClassId string
    CreateTime string
    DeviceMac string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    ModTime string
    ModuleMode double
    ModuleModel string
    ModulePortId double
    ModuleSerial string
    ModuleSide double
    ModuleSlot double
    ModuleVendor string
    Moid string
    NetworkElement GetPortMacBindingNetworkElement
    ObjectType string
    Owners List<string>
    Parent GetPortMacBindingParent
    PermissionResources List<GetPortMacBindingPermissionResource>
    PortId double
    PortMac string
    RegisteredDevice GetPortMacBindingRegisteredDevice
    Rn string
    SharedScope string
    SlotId double
    SwitchId double
    Tags List<GetPortMacBindingTag>
    VersionContext GetPortMacBindingVersionContext
    Id string
    Results []GetPortMacBindingResult
    AccountMoid string
    AdditionalProperties string
    AggregatePortId float64
    Ancestors []GetPortMacBindingAncestor
    ChassisId float64
    ChassisModel string
    ChassisSerial string
    ChassisVendor string
    ClassId string
    CreateTime string
    DeviceMac string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    ModTime string
    ModuleMode float64
    ModuleModel string
    ModulePortId float64
    ModuleSerial string
    ModuleSide float64
    ModuleSlot float64
    ModuleVendor string
    Moid string
    NetworkElement GetPortMacBindingNetworkElement
    ObjectType string
    Owners []string
    Parent GetPortMacBindingParent
    PermissionResources []GetPortMacBindingPermissionResource
    PortId float64
    PortMac string
    RegisteredDevice GetPortMacBindingRegisteredDevice
    Rn string
    SharedScope string
    SlotId float64
    SwitchId float64
    Tags []GetPortMacBindingTag
    VersionContext GetPortMacBindingVersionContext
    id String
    results List<GetPortMacBindingResult>
    accountMoid String
    additionalProperties String
    aggregatePortId Double
    ancestors List<GetPortMacBindingAncestor>
    chassisId Double
    chassisModel String
    chassisSerial String
    chassisVendor String
    classId String
    createTime String
    deviceMac String
    deviceMoId String
    dn String
    domainGroupMoid String
    modTime String
    moduleMode Double
    moduleModel String
    modulePortId Double
    moduleSerial String
    moduleSide Double
    moduleSlot Double
    moduleVendor String
    moid String
    networkElement GetPortMacBindingNetworkElement
    objectType String
    owners List<String>
    parent GetPortMacBindingParent
    permissionResources List<GetPortMacBindingPermissionResource>
    portId Double
    portMac String
    registeredDevice GetPortMacBindingRegisteredDevice
    rn String
    sharedScope String
    slotId Double
    switchId Double
    tags List<GetPortMacBindingTag>
    versionContext GetPortMacBindingVersionContext
    id string
    results GetPortMacBindingResult[]
    accountMoid string
    additionalProperties string
    aggregatePortId number
    ancestors GetPortMacBindingAncestor[]
    chassisId number
    chassisModel string
    chassisSerial string
    chassisVendor string
    classId string
    createTime string
    deviceMac string
    deviceMoId string
    dn string
    domainGroupMoid string
    modTime string
    moduleMode number
    moduleModel string
    modulePortId number
    moduleSerial string
    moduleSide number
    moduleSlot number
    moduleVendor string
    moid string
    networkElement GetPortMacBindingNetworkElement
    objectType string
    owners string[]
    parent GetPortMacBindingParent
    permissionResources GetPortMacBindingPermissionResource[]
    portId number
    portMac string
    registeredDevice GetPortMacBindingRegisteredDevice
    rn string
    sharedScope string
    slotId number
    switchId number
    tags GetPortMacBindingTag[]
    versionContext GetPortMacBindingVersionContext
    id str
    results Sequence[GetPortMacBindingResult]
    account_moid str
    additional_properties str
    aggregate_port_id float
    ancestors Sequence[GetPortMacBindingAncestor]
    chassis_id float
    chassis_model str
    chassis_serial str
    chassis_vendor str
    class_id str
    create_time str
    device_mac str
    device_mo_id str
    dn str
    domain_group_moid str
    mod_time str
    module_mode float
    module_model str
    module_port_id float
    module_serial str
    module_side float
    module_slot float
    module_vendor str
    moid str
    network_element GetPortMacBindingNetworkElement
    object_type str
    owners Sequence[str]
    parent GetPortMacBindingParent
    permission_resources Sequence[GetPortMacBindingPermissionResource]
    port_id float
    port_mac str
    registered_device GetPortMacBindingRegisteredDevice
    rn str
    shared_scope str
    slot_id float
    switch_id float
    tags Sequence[GetPortMacBindingTag]
    version_context GetPortMacBindingVersionContext

    Supporting Types

    GetPortMacBindingAncestor

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

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

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

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

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

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

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

    GetPortMacBindingNetworkElement

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

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

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

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

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

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

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

    GetPortMacBindingParent

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

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

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

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

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

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

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

    GetPortMacBindingPermissionResource

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

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

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

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

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

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

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

    GetPortMacBindingRegisteredDevice

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

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

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

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

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

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

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

    GetPortMacBindingResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AggregatePortId double
    Aggregate Port ID of the local Switch Interface.
    Ancestors List<GetPortMacBindingResultAncestor>
    ChassisId double
    Chassis/FEX device idetifier that is local to a cluster.
    ChassisModel string
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    ChassisSerial string
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    ChassisVendor string
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMac string
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    ModTime string
    The time when this managed object was last modified.
    ModuleMode double
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    ModuleModel string
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    ModulePortId double
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    ModuleSerial string
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    ModuleSide double
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    ModuleSlot double
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    ModuleVendor string
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElements List<GetPortMacBindingResultNetworkElement>
    ObjectType string
    Owners List<string>
    Parents List<GetPortMacBindingResultParent>
    PermissionResources List<GetPortMacBindingResultPermissionResource>
    PortId double
    Port ID of the local Switch Interface.
    PortMac string
    Port ID value that is advertised and available as a part of LLDP TLV.
    RegisteredDevices List<GetPortMacBindingResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    SwitchId double
    Switch Identifier that is local to a cluster.
    Tags List<GetPortMacBindingResultTag>
    VersionContexts List<GetPortMacBindingResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AggregatePortId float64
    Aggregate Port ID of the local Switch Interface.
    Ancestors []GetPortMacBindingResultAncestor
    ChassisId float64
    Chassis/FEX device idetifier that is local to a cluster.
    ChassisModel string
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    ChassisSerial string
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    ChassisVendor string
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeviceMac string
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    ModTime string
    The time when this managed object was last modified.
    ModuleMode float64
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    ModuleModel string
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    ModulePortId float64
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    ModuleSerial string
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    ModuleSide float64
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    ModuleSlot float64
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    ModuleVendor string
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    Moid string
    The unique identifier of this Managed Object instance.
    NetworkElements []GetPortMacBindingResultNetworkElement
    ObjectType string
    Owners []string
    Parents []GetPortMacBindingResultParent
    PermissionResources []GetPortMacBindingResultPermissionResource
    PortId float64
    Port ID of the local Switch Interface.
    PortMac string
    Port ID value that is advertised and available as a part of LLDP TLV.
    RegisteredDevices []GetPortMacBindingResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    SwitchId float64
    Switch Identifier that is local to a cluster.
    Tags []GetPortMacBindingResultTag
    VersionContexts []GetPortMacBindingResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    aggregatePortId Double
    Aggregate Port ID of the local Switch Interface.
    ancestors List<GetPortMacBindingResultAncestor>
    chassisId Double
    Chassis/FEX device idetifier that is local to a cluster.
    chassisModel String
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassisSerial String
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassisVendor String
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    classId String
    createTime String
    The time when this managed object was created.
    deviceMac String
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    modTime String
    The time when this managed object was last modified.
    moduleMode Double
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    moduleModel String
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    modulePortId Double
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    moduleSerial String
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    moduleSide Double
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    moduleSlot Double
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    moduleVendor String
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid String
    The unique identifier of this Managed Object instance.
    networkElements List<GetPortMacBindingResultNetworkElement>
    objectType String
    owners List<String>
    parents List<GetPortMacBindingResultParent>
    permissionResources List<GetPortMacBindingResultPermissionResource>
    portId Double
    Port ID of the local Switch Interface.
    portMac String
    Port ID value that is advertised and available as a part of LLDP TLV.
    registeredDevices List<GetPortMacBindingResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switchId Double
    Switch Identifier that is local to a cluster.
    tags List<GetPortMacBindingResultTag>
    versionContexts List<GetPortMacBindingResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    aggregatePortId number
    Aggregate Port ID of the local Switch Interface.
    ancestors GetPortMacBindingResultAncestor[]
    chassisId number
    Chassis/FEX device idetifier that is local to a cluster.
    chassisModel string
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassisSerial string
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassisVendor string
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    classId string
    createTime string
    The time when this managed object was created.
    deviceMac string
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    modTime string
    The time when this managed object was last modified.
    moduleMode number
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    moduleModel string
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    modulePortId number
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    moduleSerial string
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    moduleSide number
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    moduleSlot number
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    moduleVendor string
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid string
    The unique identifier of this Managed Object instance.
    networkElements GetPortMacBindingResultNetworkElement[]
    objectType string
    owners string[]
    parents GetPortMacBindingResultParent[]
    permissionResources GetPortMacBindingResultPermissionResource[]
    portId number
    Port ID of the local Switch Interface.
    portMac string
    Port ID value that is advertised and available as a part of LLDP TLV.
    registeredDevices GetPortMacBindingResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switchId number
    Switch Identifier that is local to a cluster.
    tags GetPortMacBindingResultTag[]
    versionContexts GetPortMacBindingResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    aggregate_port_id float
    Aggregate Port ID of the local Switch Interface.
    ancestors Sequence[GetPortMacBindingResultAncestor]
    chassis_id float
    Chassis/FEX device idetifier that is local to a cluster.
    chassis_model str
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassis_serial str
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassis_vendor str
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    class_id str
    create_time str
    The time when this managed object was created.
    device_mac str
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    mod_time str
    The time when this managed object was last modified.
    module_mode float
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    module_model str
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    module_port_id float
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    module_serial str
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    module_side float
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    module_slot float
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    module_vendor str
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid str
    The unique identifier of this Managed Object instance.
    network_elements Sequence[GetPortMacBindingResultNetworkElement]
    object_type str
    owners Sequence[str]
    parents Sequence[GetPortMacBindingResultParent]
    permission_resources Sequence[GetPortMacBindingResultPermissionResource]
    port_id float
    Port ID of the local Switch Interface.
    port_mac str
    Port ID value that is advertised and available as a part of LLDP TLV.
    registered_devices Sequence[GetPortMacBindingResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switch_id float
    Switch Identifier that is local to a cluster.
    tags Sequence[GetPortMacBindingResultTag]
    version_contexts Sequence[GetPortMacBindingResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    aggregatePortId Number
    Aggregate Port ID of the local Switch Interface.
    ancestors List<Property Map>
    chassisId Number
    Chassis/FEX device idetifier that is local to a cluster.
    chassisModel String
    Chassis/Rack Model that is associated with the Switch/FEX interface.
    chassisSerial String
    Chassis/Rack Serial that is associated with the Switch/FEX interface.
    chassisVendor String
    Chassis/Rack Vendor that is associated with the Switch/FEX interface.
    classId String
    createTime String
    The time when this managed object was created.
    deviceMac String
    Device ID value that is advertised and available as a part of LLDP TLV.
    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.
    modTime String
    The time when this managed object was last modified.
    moduleMode Number
    IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.
    moduleModel String
    IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.
    modulePortId Number
    Uplink port identifier of the VIC that is associated with the Switch/FEX interface.
    moduleSerial String
    IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.
    moduleSide Number
    IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.
    moduleSlot Number
    IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.
    moduleVendor String
    IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.
    moid String
    The unique identifier of this Managed Object instance.
    networkElements List<Property Map>
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    portId Number
    Port ID of the local Switch Interface.
    portMac String
    Port ID value that is advertised and available as a part of LLDP TLV.
    registeredDevices List<Property Map>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    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
    Slot ID of the local Switch slot Interface.
    switchId Number
    Switch Identifier that is local to a cluster.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetPortMacBindingResultAncestor

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

    GetPortMacBindingResultNetworkElement

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

    GetPortMacBindingResultParent

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

    GetPortMacBindingResultPermissionResource

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

    GetPortMacBindingResultRegisteredDevice

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

    GetPortMacBindingResultTag

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

    GetPortMacBindingResultVersionContext

    GetPortMacBindingResultVersionContextInterestedMo

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

    GetPortMacBindingResultVersionContextRefMo

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

    GetPortMacBindingTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetPortMacBindingVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetPortMacBindingVersionContextInterestedMo>
    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 GetPortMacBindingVersionContextRefMo
    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 []GetPortMacBindingVersionContextInterestedMo
    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 GetPortMacBindingVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetPortMacBindingVersionContextInterestedMo>
    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 GetPortMacBindingVersionContextRefMo
    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 GetPortMacBindingVersionContextInterestedMo[]
    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 GetPortMacBindingVersionContextRefMo
    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[GetPortMacBindingVersionContextInterestedMo]
    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 GetPortMacBindingVersionContextRefMo
    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.

    GetPortMacBindingVersionContextInterestedMo

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

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

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

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

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

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

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

    GetPortMacBindingVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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