intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getPortMacBinding
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregatePort doubleId 
- Aggregate Port ID of the local Switch Interface.
- Ancestors
List<GetPort Mac Binding Ancestor> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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.
- ModulePort doubleId 
- 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 GetPort Mac Binding Network Element 
- ObjectType string
- Owners List<string>
- Parent
GetPort Mac Binding Parent 
- PermissionResources List<GetPort Mac Binding Permission Resource> 
- 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 GetPort Mac Binding Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
List<GetPort Mac Binding Tag> 
- VersionContext GetPort Mac Binding Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregatePort float64Id 
- Aggregate Port ID of the local Switch Interface.
- Ancestors
[]GetPort Mac Binding Ancestor 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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.
- ModulePort float64Id 
- 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 GetPort Mac Binding Network Element 
- ObjectType string
- Owners []string
- Parent
GetPort Mac Binding Parent 
- PermissionResources []GetPort Mac Binding Permission Resource 
- 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 GetPort Mac Binding Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
[]GetPort Mac Binding Tag 
- VersionContext GetPort Mac Binding Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregatePort DoubleId 
- Aggregate Port ID of the local Switch Interface.
- ancestors
List<GetPort Mac Binding Ancestor> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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.
- modulePort DoubleId 
- 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 GetPort Mac Binding Network Element 
- objectType String
- owners List<String>
- parent
GetPort Mac Binding Parent 
- permissionResources List<GetPort Mac Binding Permission Resource> 
- 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 GetPort Mac Binding Registered Device 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
List<GetPort Mac Binding Tag> 
- versionContext GetPort Mac Binding Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- aggregatePort numberId 
- Aggregate Port ID of the local Switch Interface.
- ancestors
GetPort Mac Binding Ancestor[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- 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.
- modulePort numberId 
- 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 GetPort Mac Binding Network Element 
- objectType string
- owners string[]
- parent
GetPort Mac Binding Parent 
- permissionResources GetPort Mac Binding Permission Resource[] 
- 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 GetPort Mac Binding Registered Device 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
GetPort Mac Binding Tag[] 
- versionContext GetPort Mac Binding Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- aggregate_port_ floatid 
- Aggregate Port ID of the local Switch Interface.
- ancestors
Sequence[GetPort Mac Binding Ancestor] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- 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_ floatid 
- 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 GetPort Mac Binding Network Element 
- object_type str
- owners Sequence[str]
- parent
GetPort Mac Binding Parent 
- permission_resources Sequence[GetPort Mac Binding Permission Resource] 
- 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 GetPort Mac Binding Registered Device 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
Sequence[GetPort Mac Binding Tag] 
- version_context GetPort Mac Binding Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregatePort NumberId 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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.
- modulePort NumberId 
- 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.
- 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.
- List<Property Map>
- versionContext Property Map
getPortMacBinding Result
The following output properties are available:
- Id string
- Results
List<GetPort Mac Binding Result> 
- AccountMoid string
- AdditionalProperties string
- AggregatePort doubleId 
- Ancestors
List<GetPort Mac Binding Ancestor> 
- ChassisId double
- ChassisModel string
- ChassisSerial string
- ChassisVendor string
- ClassId string
- CreateTime string
- DeviceMac string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- ModTime string
- ModuleMode double
- ModuleModel string
- ModulePort doubleId 
- ModuleSerial string
- ModuleSide double
- ModuleSlot double
- ModuleVendor string
- Moid string
- NetworkElement GetPort Mac Binding Network Element 
- ObjectType string
- Owners List<string>
- Parent
GetPort Mac Binding Parent 
- PermissionResources List<GetPort Mac Binding Permission Resource> 
- PortId double
- PortMac string
- RegisteredDevice GetPort Mac Binding Registered Device 
- Rn string
- string
- SlotId double
- SwitchId double
- 
List<GetPort Mac Binding Tag> 
- VersionContext GetPort Mac Binding Version Context 
- Id string
- Results
[]GetPort Mac Binding Result 
- AccountMoid string
- AdditionalProperties string
- AggregatePort float64Id 
- Ancestors
[]GetPort Mac Binding Ancestor 
- ChassisId float64
- ChassisModel string
- ChassisSerial string
- ChassisVendor string
- ClassId string
- CreateTime string
- DeviceMac string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- ModTime string
- ModuleMode float64
- ModuleModel string
- ModulePort float64Id 
- ModuleSerial string
- ModuleSide float64
- ModuleSlot float64
- ModuleVendor string
- Moid string
- NetworkElement GetPort Mac Binding Network Element 
- ObjectType string
- Owners []string
- Parent
GetPort Mac Binding Parent 
- PermissionResources []GetPort Mac Binding Permission Resource 
- PortId float64
- PortMac string
- RegisteredDevice GetPort Mac Binding Registered Device 
- Rn string
- string
- SlotId float64
- SwitchId float64
- 
[]GetPort Mac Binding Tag 
- VersionContext GetPort Mac Binding Version Context 
- id String
- results
List<GetPort Mac Binding Result> 
- accountMoid String
- additionalProperties String
- aggregatePort DoubleId 
- ancestors
List<GetPort Mac Binding Ancestor> 
- chassisId Double
- chassisModel String
- chassisSerial String
- chassisVendor String
- classId String
- createTime String
- deviceMac String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- modTime String
- moduleMode Double
- moduleModel String
- modulePort DoubleId 
- moduleSerial String
- moduleSide Double
- moduleSlot Double
- moduleVendor String
- moid String
- networkElement GetPort Mac Binding Network Element 
- objectType String
- owners List<String>
- parent
GetPort Mac Binding Parent 
- permissionResources List<GetPort Mac Binding Permission Resource> 
- portId Double
- portMac String
- registeredDevice GetPort Mac Binding Registered Device 
- rn String
- String
- slotId Double
- switchId Double
- 
List<GetPort Mac Binding Tag> 
- versionContext GetPort Mac Binding Version Context 
- id string
- results
GetPort Mac Binding Result[] 
- accountMoid string
- additionalProperties string
- aggregatePort numberId 
- ancestors
GetPort Mac Binding Ancestor[] 
- chassisId number
- chassisModel string
- chassisSerial string
- chassisVendor string
- classId string
- createTime string
- deviceMac string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- modTime string
- moduleMode number
- moduleModel string
- modulePort numberId 
- moduleSerial string
- moduleSide number
- moduleSlot number
- moduleVendor string
- moid string
- networkElement GetPort Mac Binding Network Element 
- objectType string
- owners string[]
- parent
GetPort Mac Binding Parent 
- permissionResources GetPort Mac Binding Permission Resource[] 
- portId number
- portMac string
- registeredDevice GetPort Mac Binding Registered Device 
- rn string
- string
- slotId number
- switchId number
- 
GetPort Mac Binding Tag[] 
- versionContext GetPort Mac Binding Version Context 
- id str
- results
Sequence[GetPort Mac Binding Result] 
- account_moid str
- additional_properties str
- aggregate_port_ floatid 
- ancestors
Sequence[GetPort Mac Binding Ancestor] 
- chassis_id float
- chassis_model str
- chassis_serial str
- chassis_vendor str
- class_id str
- create_time str
- device_mac str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- mod_time str
- module_mode float
- module_model str
- module_port_ floatid 
- module_serial str
- module_side float
- module_slot float
- module_vendor str
- moid str
- network_element GetPort Mac Binding Network Element 
- object_type str
- owners Sequence[str]
- parent
GetPort Mac Binding Parent 
- permission_resources Sequence[GetPort Mac Binding Permission Resource] 
- port_id float
- port_mac str
- registered_device GetPort Mac Binding Registered Device 
- rn str
- str
- slot_id float
- switch_id float
- 
Sequence[GetPort Mac Binding Tag] 
- version_context GetPort Mac Binding Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- aggregatePort NumberId 
- ancestors List<Property Map>
- chassisId Number
- chassisModel String
- chassisSerial String
- chassisVendor String
- classId String
- createTime String
- deviceMac String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- modTime String
- moduleMode Number
- moduleModel String
- modulePort NumberId 
- moduleSerial String
- moduleSide Number
- moduleSlot Number
- moduleVendor String
- moid String
- networkElement Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- portId Number
- portMac String
- registeredDevice Property Map
- rn String
- String
- slotId Number
- switchId Number
- List<Property Map>
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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
- AggregatePort doubleId 
- Aggregate Port ID of the local Switch Interface.
- Ancestors
List<GetPort Mac Binding Result Ancestor> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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.
- ModulePort doubleId 
- 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<GetPort Mac Binding Result Network Element> 
- ObjectType string
- Owners List<string>
- Parents
List<GetPort Mac Binding Result Parent> 
- PermissionResources List<GetPort Mac Binding Result Permission Resource> 
- 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<GetPort Mac Binding Result Registered Device> 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
List<GetPort Mac Binding Result Tag> 
- VersionContexts List<GetPort Mac Binding Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregatePort float64Id 
- Aggregate Port ID of the local Switch Interface.
- Ancestors
[]GetPort Mac Binding Result Ancestor 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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.
- ModulePort float64Id 
- 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 []GetPort Mac Binding Result Network Element 
- ObjectType string
- Owners []string
- Parents
[]GetPort Mac Binding Result Parent 
- PermissionResources []GetPort Mac Binding Result Permission Resource 
- 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 []GetPort Mac Binding Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
[]GetPort Mac Binding Result Tag 
- VersionContexts []GetPort Mac Binding Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregatePort DoubleId 
- Aggregate Port ID of the local Switch Interface.
- ancestors
List<GetPort Mac Binding Result Ancestor> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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.
- modulePort DoubleId 
- 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<GetPort Mac Binding Result Network Element> 
- objectType String
- owners List<String>
- parents
List<GetPort Mac Binding Result Parent> 
- permissionResources List<GetPort Mac Binding Result Permission Resource> 
- 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<GetPort Mac Binding Result Registered Device> 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
List<GetPort Mac Binding Result Tag> 
- versionContexts List<GetPort Mac Binding Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- aggregatePort numberId 
- Aggregate Port ID of the local Switch Interface.
- ancestors
GetPort Mac Binding Result Ancestor[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- 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.
- modulePort numberId 
- 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 GetPort Mac Binding Result Network Element[] 
- objectType string
- owners string[]
- parents
GetPort Mac Binding Result Parent[] 
- permissionResources GetPort Mac Binding Result Permission Resource[] 
- 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 GetPort Mac Binding Result Registered Device[] 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
GetPort Mac Binding Result Tag[] 
- versionContexts GetPort Mac Binding Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- aggregate_port_ floatid 
- Aggregate Port ID of the local Switch Interface.
- ancestors
Sequence[GetPort Mac Binding Result Ancestor] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- 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_ floatid 
- 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[GetPort Mac Binding Result Network Element] 
- object_type str
- owners Sequence[str]
- parents
Sequence[GetPort Mac Binding Result Parent] 
- permission_resources Sequence[GetPort Mac Binding Result Permission Resource] 
- 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[GetPort Mac Binding Result Registered Device] 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- 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.
- 
Sequence[GetPort Mac Binding Result Tag] 
- version_contexts Sequence[GetPort Mac Binding Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregatePort NumberId 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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.
- modulePort NumberId 
- 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.
- 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.
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetPortMacBindingResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<GetPort Mac Binding Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetPort Mac Binding Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetPort Mac Binding Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetPort Mac Binding Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetPort Mac Binding Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetPort Mac Binding Version Context Ref Mo 
- 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 []GetPort Mac Binding Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetPort Mac Binding Version Context Ref Mo 
- 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<GetPort Mac Binding Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetPort Mac Binding Version Context Ref Mo 
- 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 GetPort Mac Binding Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetPort Mac Binding Version Context Ref Mo 
- 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[GetPort Mac Binding Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetPort Mac Binding Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet