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

intersight.getNetworkInterfaceList

Explore with Pulumi AI

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

    List of interfaces available on the switch to describe the available port inventory information.

    Using getNetworkInterfaceList

    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 getNetworkInterfaceList(args: GetNetworkInterfaceListArgs, opts?: InvokeOptions): Promise<GetNetworkInterfaceListResult>
    function getNetworkInterfaceListOutput(args: GetNetworkInterfaceListOutputArgs, opts?: InvokeOptions): Output<GetNetworkInterfaceListResult>
    def get_network_interface_list(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   admin_state: Optional[str] = None,
                                   allowed_vlans: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetNetworkInterfaceListAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   description: Optional[str] = None,
                                   device_mo_id: Optional[str] = None,
                                   display_name: Optional[str] = None,
                                   dn: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   id: Optional[str] = None,
                                   ip_address: Optional[str] = None,
                                   ip_subnet: Optional[float] = None,
                                   mac: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   mtu: Optional[float] = None,
                                   name: Optional[str] = None,
                                   network_element: Optional[GetNetworkInterfaceListNetworkElement] = None,
                                   object_type: Optional[str] = None,
                                   oper_state: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetNetworkInterfaceListParent] = None,
                                   permission_resources: Optional[Sequence[GetNetworkInterfaceListPermissionResource]] = None,
                                   port_channel_id: Optional[float] = None,
                                   port_sub_type: Optional[str] = None,
                                   port_type: Optional[str] = None,
                                   registered_device: Optional[GetNetworkInterfaceListRegisteredDevice] = None,
                                   rn: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   slot_id: Optional[str] = None,
                                   speed: Optional[str] = None,
                                   speed_group: Optional[str] = None,
                                   tags: Optional[Sequence[GetNetworkInterfaceListTag]] = None,
                                   version_context: Optional[GetNetworkInterfaceListVersionContext] = None,
                                   vlan: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetNetworkInterfaceListResult
    def get_network_interface_list_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   admin_state: Optional[pulumi.Input[str]] = None,
                                   allowed_vlans: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInterfaceListAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   device_mo_id: Optional[pulumi.Input[str]] = None,
                                   display_name: 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,
                                   ip_address: Optional[pulumi.Input[str]] = None,
                                   ip_subnet: Optional[pulumi.Input[float]] = None,
                                   mac: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   mtu: Optional[pulumi.Input[float]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   network_element: Optional[pulumi.Input[GetNetworkInterfaceListNetworkElementArgs]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   oper_state: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetNetworkInterfaceListParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInterfaceListPermissionResourceArgs]]]] = None,
                                   port_channel_id: Optional[pulumi.Input[float]] = None,
                                   port_sub_type: Optional[pulumi.Input[str]] = None,
                                   port_type: Optional[pulumi.Input[str]] = None,
                                   registered_device: Optional[pulumi.Input[GetNetworkInterfaceListRegisteredDeviceArgs]] = None,
                                   rn: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   slot_id: Optional[pulumi.Input[str]] = None,
                                   speed: Optional[pulumi.Input[str]] = None,
                                   speed_group: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkInterfaceListTagArgs]]]] = None,
                                   version_context: Optional[pulumi.Input[GetNetworkInterfaceListVersionContextArgs]] = None,
                                   vlan: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetNetworkInterfaceListResult]
    func LookupNetworkInterfaceList(ctx *Context, args *LookupNetworkInterfaceListArgs, opts ...InvokeOption) (*LookupNetworkInterfaceListResult, error)
    func LookupNetworkInterfaceListOutput(ctx *Context, args *LookupNetworkInterfaceListOutputArgs, opts ...InvokeOption) LookupNetworkInterfaceListResultOutput

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

    public static class GetNetworkInterfaceList 
    {
        public static Task<GetNetworkInterfaceListResult> InvokeAsync(GetNetworkInterfaceListArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkInterfaceListResult> Invoke(GetNetworkInterfaceListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkInterfaceListResult> getNetworkInterfaceList(GetNetworkInterfaceListArgs args, InvokeOptions options)
    public static Output<GetNetworkInterfaceListResult> getNetworkInterfaceList(GetNetworkInterfaceListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getNetworkInterfaceList:getNetworkInterfaceList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Admin state of the interface list.
    AllowedVlans string
    Allowed VLANs of the interface list.
    Ancestors List<GetNetworkInterfaceListAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the interface list.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisplayName string
    Display name of the interface list.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IpAddress string
    IP address of the interface list.
    IpSubnet double
    IP subnet of the interface list.
    Mac string
    MAC address of the interface list.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit of the interface list.
    Name string
    Name of the interface list.
    NetworkElement GetNetworkInterfaceListNetworkElement
    ObjectType string
    OperState string
    Operational state of the interface list.
    Owners List<string>
    Parent GetNetworkInterfaceListParent
    PermissionResources List<GetNetworkInterfaceListPermissionResource>
    PortChannelId double
    Port channel id for port channel created on FI switch.
    PortSubType string
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    PortType string
    Port type of interface list.
    RegisteredDevice GetNetworkInterfaceListRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId string
    Slot id of the interface list.
    Speed string
    Port speed of the interface list.
    SpeedGroup string
    Speed Group of the interface list.
    Tags List<GetNetworkInterfaceListTag>
    VersionContext GetNetworkInterfaceListVersionContext
    Vlan string
    VLAN of the interface list.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Admin state of the interface list.
    AllowedVlans string
    Allowed VLANs of the interface list.
    Ancestors []GetNetworkInterfaceListAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the interface list.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisplayName string
    Display name of the interface list.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IpAddress string
    IP address of the interface list.
    IpSubnet float64
    IP subnet of the interface list.
    Mac string
    MAC address of the interface list.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit of the interface list.
    Name string
    Name of the interface list.
    NetworkElement GetNetworkInterfaceListNetworkElement
    ObjectType string
    OperState string
    Operational state of the interface list.
    Owners []string
    Parent GetNetworkInterfaceListParent
    PermissionResources []GetNetworkInterfaceListPermissionResource
    PortChannelId float64
    Port channel id for port channel created on FI switch.
    PortSubType string
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    PortType string
    Port type of interface list.
    RegisteredDevice GetNetworkInterfaceListRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId string
    Slot id of the interface list.
    Speed string
    Port speed of the interface list.
    SpeedGroup string
    Speed Group of the interface list.
    Tags []GetNetworkInterfaceListTag
    VersionContext GetNetworkInterfaceListVersionContext
    Vlan string
    VLAN of the interface list.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Admin state of the interface list.
    allowedVlans String
    Allowed VLANs of the interface list.
    ancestors List<GetNetworkInterfaceListAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the interface list.
    deviceMoId String
    The database identifier of the registered device of an object.
    displayName String
    Display name of the interface list.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    ipAddress String
    IP address of the interface list.
    ipSubnet Double
    IP subnet of the interface list.
    mac String
    MAC address of the interface list.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit of the interface list.
    name String
    Name of the interface list.
    networkElement GetNetworkInterfaceListNetworkElement
    objectType String
    operState String
    Operational state of the interface list.
    owners List<String>
    parent GetNetworkInterfaceListParent
    permissionResources List<GetNetworkInterfaceListPermissionResource>
    portChannelId Double
    Port channel id for port channel created on FI switch.
    portSubType String
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    portType String
    Port type of interface list.
    registeredDevice GetNetworkInterfaceListRegisteredDevice
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId String
    Slot id of the interface list.
    speed String
    Port speed of the interface list.
    speedGroup String
    Speed Group of the interface list.
    tags List<GetNetworkInterfaceListTag>
    versionContext GetNetworkInterfaceListVersionContext
    vlan String
    VLAN of the interface list.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    Admin state of the interface list.
    allowedVlans string
    Allowed VLANs of the interface list.
    ancestors GetNetworkInterfaceListAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the interface list.
    deviceMoId string
    The database identifier of the registered device of an object.
    displayName string
    Display name of the interface list.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    ipAddress string
    IP address of the interface list.
    ipSubnet number
    IP subnet of the interface list.
    mac string
    MAC address of the interface list.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit of the interface list.
    name string
    Name of the interface list.
    networkElement GetNetworkInterfaceListNetworkElement
    objectType string
    operState string
    Operational state of the interface list.
    owners string[]
    parent GetNetworkInterfaceListParent
    permissionResources GetNetworkInterfaceListPermissionResource[]
    portChannelId number
    Port channel id for port channel created on FI switch.
    portSubType string
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    portType string
    Port type of interface list.
    registeredDevice GetNetworkInterfaceListRegisteredDevice
    rn string
    The Relative Name uniquely identifies an object within a given context.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId string
    Slot id of the interface list.
    speed string
    Port speed of the interface list.
    speedGroup string
    Speed Group of the interface list.
    tags GetNetworkInterfaceListTag[]
    versionContext GetNetworkInterfaceListVersionContext
    vlan string
    VLAN of the interface list.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    Admin state of the interface list.
    allowed_vlans str
    Allowed VLANs of the interface list.
    ancestors Sequence[GetNetworkInterfaceListAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the interface list.
    device_mo_id str
    The database identifier of the registered device of an object.
    display_name str
    Display name of the interface list.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    ip_address str
    IP address of the interface list.
    ip_subnet float
    IP subnet of the interface list.
    mac str
    MAC address of the interface list.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mtu float
    Maximum transmission unit of the interface list.
    name str
    Name of the interface list.
    network_element GetNetworkInterfaceListNetworkElement
    object_type str
    oper_state str
    Operational state of the interface list.
    owners Sequence[str]
    parent GetNetworkInterfaceListParent
    permission_resources Sequence[GetNetworkInterfaceListPermissionResource]
    port_channel_id float
    Port channel id for port channel created on FI switch.
    port_sub_type str
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    port_type str
    Port type of interface list.
    registered_device GetNetworkInterfaceListRegisteredDevice
    rn str
    The Relative Name uniquely identifies an object within a given context.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slot_id str
    Slot id of the interface list.
    speed str
    Port speed of the interface list.
    speed_group str
    Speed Group of the interface list.
    tags Sequence[GetNetworkInterfaceListTag]
    version_context GetNetworkInterfaceListVersionContext
    vlan str
    VLAN of the interface list.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Admin state of the interface list.
    allowedVlans String
    Allowed VLANs of the interface list.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the interface list.
    deviceMoId String
    The database identifier of the registered device of an object.
    displayName String
    Display name of the interface list.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    ipAddress String
    IP address of the interface list.
    ipSubnet Number
    IP subnet of the interface list.
    mac String
    MAC address of the interface list.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit of the interface list.
    name String
    Name of the interface list.
    networkElement Property Map
    objectType String
    operState String
    Operational state of the interface list.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    portChannelId Number
    Port channel id for port channel created on FI switch.
    portSubType String
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    portType String
    Port type of interface list.
    registeredDevice Property Map
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId String
    Slot id of the interface list.
    speed String
    Port speed of the interface list.
    speedGroup String
    Speed Group of the interface list.
    tags List<Property Map>
    versionContext Property Map
    vlan String
    VLAN of the interface list.

    getNetworkInterfaceList Result

    The following output properties are available:

    Id string
    Results List<GetNetworkInterfaceListResult>
    AccountMoid string
    AdditionalProperties string
    AdminState string
    AllowedVlans string
    Ancestors List<GetNetworkInterfaceListAncestor>
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    DisplayName string
    Dn string
    DomainGroupMoid string
    IpAddress string
    IpSubnet double
    Mac string
    ModTime string
    Moid string
    Mtu double
    Name string
    NetworkElement GetNetworkInterfaceListNetworkElement
    ObjectType string
    OperState string
    Owners List<string>
    Parent GetNetworkInterfaceListParent
    PermissionResources List<GetNetworkInterfaceListPermissionResource>
    PortChannelId double
    PortSubType string
    PortType string
    RegisteredDevice GetNetworkInterfaceListRegisteredDevice
    Rn string
    SharedScope string
    SlotId string
    Speed string
    SpeedGroup string
    Tags List<GetNetworkInterfaceListTag>
    VersionContext GetNetworkInterfaceListVersionContext
    Vlan string
    Id string
    Results []GetNetworkInterfaceListResult
    AccountMoid string
    AdditionalProperties string
    AdminState string
    AllowedVlans string
    Ancestors []GetNetworkInterfaceListAncestor
    ClassId string
    CreateTime string
    Description string
    DeviceMoId string
    DisplayName string
    Dn string
    DomainGroupMoid string
    IpAddress string
    IpSubnet float64
    Mac string
    ModTime string
    Moid string
    Mtu float64
    Name string
    NetworkElement GetNetworkInterfaceListNetworkElement
    ObjectType string
    OperState string
    Owners []string
    Parent GetNetworkInterfaceListParent
    PermissionResources []GetNetworkInterfaceListPermissionResource
    PortChannelId float64
    PortSubType string
    PortType string
    RegisteredDevice GetNetworkInterfaceListRegisteredDevice
    Rn string
    SharedScope string
    SlotId string
    Speed string
    SpeedGroup string
    Tags []GetNetworkInterfaceListTag
    VersionContext GetNetworkInterfaceListVersionContext
    Vlan string
    id String
    results List<GetNetworkInterfaceListResult>
    accountMoid String
    additionalProperties String
    adminState String
    allowedVlans String
    ancestors List<GetNetworkInterfaceListAncestor>
    classId String
    createTime String
    description String
    deviceMoId String
    displayName String
    dn String
    domainGroupMoid String
    ipAddress String
    ipSubnet Double
    mac String
    modTime String
    moid String
    mtu Double
    name String
    networkElement GetNetworkInterfaceListNetworkElement
    objectType String
    operState String
    owners List<String>
    parent GetNetworkInterfaceListParent
    permissionResources List<GetNetworkInterfaceListPermissionResource>
    portChannelId Double
    portSubType String
    portType String
    registeredDevice GetNetworkInterfaceListRegisteredDevice
    rn String
    sharedScope String
    slotId String
    speed String
    speedGroup String
    tags List<GetNetworkInterfaceListTag>
    versionContext GetNetworkInterfaceListVersionContext
    vlan String
    id string
    results GetNetworkInterfaceListResult[]
    accountMoid string
    additionalProperties string
    adminState string
    allowedVlans string
    ancestors GetNetworkInterfaceListAncestor[]
    classId string
    createTime string
    description string
    deviceMoId string
    displayName string
    dn string
    domainGroupMoid string
    ipAddress string
    ipSubnet number
    mac string
    modTime string
    moid string
    mtu number
    name string
    networkElement GetNetworkInterfaceListNetworkElement
    objectType string
    operState string
    owners string[]
    parent GetNetworkInterfaceListParent
    permissionResources GetNetworkInterfaceListPermissionResource[]
    portChannelId number
    portSubType string
    portType string
    registeredDevice GetNetworkInterfaceListRegisteredDevice
    rn string
    sharedScope string
    slotId string
    speed string
    speedGroup string
    tags GetNetworkInterfaceListTag[]
    versionContext GetNetworkInterfaceListVersionContext
    vlan string
    id str
    results Sequence[GetNetworkInterfaceListResult]
    account_moid str
    additional_properties str
    admin_state str
    allowed_vlans str
    ancestors Sequence[GetNetworkInterfaceListAncestor]
    class_id str
    create_time str
    description str
    device_mo_id str
    display_name str
    dn str
    domain_group_moid str
    ip_address str
    ip_subnet float
    mac str
    mod_time str
    moid str
    mtu float
    name str
    network_element GetNetworkInterfaceListNetworkElement
    object_type str
    oper_state str
    owners Sequence[str]
    parent GetNetworkInterfaceListParent
    permission_resources Sequence[GetNetworkInterfaceListPermissionResource]
    port_channel_id float
    port_sub_type str
    port_type str
    registered_device GetNetworkInterfaceListRegisteredDevice
    rn str
    shared_scope str
    slot_id str
    speed str
    speed_group str
    tags Sequence[GetNetworkInterfaceListTag]
    version_context GetNetworkInterfaceListVersionContext
    vlan str

    Supporting Types

    GetNetworkInterfaceListAncestor

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

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

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

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

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

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

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

    GetNetworkInterfaceListNetworkElement

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

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

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

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

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

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

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

    GetNetworkInterfaceListParent

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

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

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

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

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

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

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

    GetNetworkInterfaceListPermissionResource

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

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

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

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

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

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

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

    GetNetworkInterfaceListRegisteredDevice

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

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

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

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

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

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

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

    GetNetworkInterfaceListResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Admin state of the interface list.
    AllowedVlans string
    Allowed VLANs of the interface list.
    Ancestors List<GetNetworkInterfaceListResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the interface list.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisplayName string
    Display name of the interface list.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IpAddress string
    IP address of the interface list.
    IpSubnet double
    IP subnet of the interface list.
    Mac string
    MAC address of the interface list.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu double
    Maximum transmission unit of the interface list.
    Name string
    Name of the interface list.
    NetworkElements List<GetNetworkInterfaceListResultNetworkElement>
    ObjectType string
    OperState string
    Operational state of the interface list.
    Owners List<string>
    Parents List<GetNetworkInterfaceListResultParent>
    PermissionResources List<GetNetworkInterfaceListResultPermissionResource>
    PortChannelId double
    Port channel id for port channel created on FI switch.
    PortSubType string
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    PortType string
    Port type of interface list.
    RegisteredDevices List<GetNetworkInterfaceListResultRegisteredDevice>
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId string
    Slot id of the interface list.
    Speed string
    Port speed of the interface list.
    SpeedGroup string
    Speed Group of the interface list.
    Tags List<GetNetworkInterfaceListResultTag>
    VersionContexts List<GetNetworkInterfaceListResultVersionContext>
    Vlan string
    VLAN of the interface list.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    Admin state of the interface list.
    AllowedVlans string
    Allowed VLANs of the interface list.
    Ancestors []GetNetworkInterfaceListResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the interface list.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisplayName string
    Display name of the interface list.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IpAddress string
    IP address of the interface list.
    IpSubnet float64
    IP subnet of the interface list.
    Mac string
    MAC address of the interface list.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu float64
    Maximum transmission unit of the interface list.
    Name string
    Name of the interface list.
    NetworkElements []GetNetworkInterfaceListResultNetworkElement
    ObjectType string
    OperState string
    Operational state of the interface list.
    Owners []string
    Parents []GetNetworkInterfaceListResultParent
    PermissionResources []GetNetworkInterfaceListResultPermissionResource
    PortChannelId float64
    Port channel id for port channel created on FI switch.
    PortSubType string
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    PortType string
    Port type of interface list.
    RegisteredDevices []GetNetworkInterfaceListResultRegisteredDevice
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SlotId string
    Slot id of the interface list.
    Speed string
    Port speed of the interface list.
    SpeedGroup string
    Speed Group of the interface list.
    Tags []GetNetworkInterfaceListResultTag
    VersionContexts []GetNetworkInterfaceListResultVersionContext
    Vlan string
    VLAN of the interface list.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Admin state of the interface list.
    allowedVlans String
    Allowed VLANs of the interface list.
    ancestors List<GetNetworkInterfaceListResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the interface list.
    deviceMoId String
    The database identifier of the registered device of an object.
    displayName String
    Display name of the interface list.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ipAddress String
    IP address of the interface list.
    ipSubnet Double
    IP subnet of the interface list.
    mac String
    MAC address of the interface list.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Double
    Maximum transmission unit of the interface list.
    name String
    Name of the interface list.
    networkElements List<GetNetworkInterfaceListResultNetworkElement>
    objectType String
    operState String
    Operational state of the interface list.
    owners List<String>
    parents List<GetNetworkInterfaceListResultParent>
    permissionResources List<GetNetworkInterfaceListResultPermissionResource>
    portChannelId Double
    Port channel id for port channel created on FI switch.
    portSubType String
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    portType String
    Port type of interface list.
    registeredDevices List<GetNetworkInterfaceListResultRegisteredDevice>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId String
    Slot id of the interface list.
    speed String
    Port speed of the interface list.
    speedGroup String
    Speed Group of the interface list.
    tags List<GetNetworkInterfaceListResultTag>
    versionContexts List<GetNetworkInterfaceListResultVersionContext>
    vlan String
    VLAN of the interface list.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    Admin state of the interface list.
    allowedVlans string
    Allowed VLANs of the interface list.
    ancestors GetNetworkInterfaceListResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the interface list.
    deviceMoId string
    The database identifier of the registered device of an object.
    displayName string
    Display name of the interface list.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ipAddress string
    IP address of the interface list.
    ipSubnet number
    IP subnet of the interface list.
    mac string
    MAC address of the interface list.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu number
    Maximum transmission unit of the interface list.
    name string
    Name of the interface list.
    networkElements GetNetworkInterfaceListResultNetworkElement[]
    objectType string
    operState string
    Operational state of the interface list.
    owners string[]
    parents GetNetworkInterfaceListResultParent[]
    permissionResources GetNetworkInterfaceListResultPermissionResource[]
    portChannelId number
    Port channel id for port channel created on FI switch.
    portSubType string
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    portType string
    Port type of interface list.
    registeredDevices GetNetworkInterfaceListResultRegisteredDevice[]
    rn string
    The Relative Name uniquely identifies an object within a given context.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId string
    Slot id of the interface list.
    speed string
    Port speed of the interface list.
    speedGroup string
    Speed Group of the interface list.
    tags GetNetworkInterfaceListResultTag[]
    versionContexts GetNetworkInterfaceListResultVersionContext[]
    vlan string
    VLAN of the interface list.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    Admin state of the interface list.
    allowed_vlans str
    Allowed VLANs of the interface list.
    ancestors Sequence[GetNetworkInterfaceListResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the interface list.
    device_mo_id str
    The database identifier of the registered device of an object.
    display_name str
    Display name of the interface list.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ip_address str
    IP address of the interface list.
    ip_subnet float
    IP subnet of the interface list.
    mac str
    MAC address of the interface list.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mtu float
    Maximum transmission unit of the interface list.
    name str
    Name of the interface list.
    network_elements Sequence[GetNetworkInterfaceListResultNetworkElement]
    object_type str
    oper_state str
    Operational state of the interface list.
    owners Sequence[str]
    parents Sequence[GetNetworkInterfaceListResultParent]
    permission_resources Sequence[GetNetworkInterfaceListResultPermissionResource]
    port_channel_id float
    Port channel id for port channel created on FI switch.
    port_sub_type str
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    port_type str
    Port type of interface list.
    registered_devices Sequence[GetNetworkInterfaceListResultRegisteredDevice]
    rn str
    The Relative Name uniquely identifies an object within a given context.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slot_id str
    Slot id of the interface list.
    speed str
    Port speed of the interface list.
    speed_group str
    Speed Group of the interface list.
    tags Sequence[GetNetworkInterfaceListResultTag]
    version_contexts Sequence[GetNetworkInterfaceListResultVersionContext]
    vlan str
    VLAN of the interface list.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    Admin state of the interface list.
    allowedVlans String
    Allowed VLANs of the interface list.
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the interface list.
    deviceMoId String
    The database identifier of the registered device of an object.
    displayName String
    Display name of the interface list.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ipAddress String
    IP address of the interface list.
    ipSubnet Number
    IP subnet of the interface list.
    mac String
    MAC address of the interface list.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu Number
    Maximum transmission unit of the interface list.
    name String
    Name of the interface list.
    networkElements List<Property Map>
    objectType String
    operState String
    Operational state of the interface list.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    portChannelId Number
    Port channel id for port channel created on FI switch.
    portSubType String
    Interface types supported in Network device like Subinterfaces, Breakout Interfaces.
    portType String
    Port type of interface list.
    registeredDevices List<Property Map>
    rn String
    The Relative Name uniquely identifies an object within a given context.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    slotId String
    Slot id of the interface list.
    speed String
    Port speed of the interface list.
    speedGroup String
    Speed Group of the interface list.
    tags List<Property Map>
    versionContexts List<Property Map>
    vlan String
    VLAN of the interface list.

    GetNetworkInterfaceListResultAncestor

    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

    GetNetworkInterfaceListResultNetworkElement

    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

    GetNetworkInterfaceListResultParent

    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

    GetNetworkInterfaceListResultPermissionResource

    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

    GetNetworkInterfaceListResultRegisteredDevice

    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

    GetNetworkInterfaceListResultTag

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

    GetNetworkInterfaceListResultVersionContext

    GetNetworkInterfaceListResultVersionContextInterestedMo

    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

    GetNetworkInterfaceListResultVersionContextRefMo

    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

    GetNetworkInterfaceListTag

    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.

    GetNetworkInterfaceListVersionContext

    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<GetNetworkInterfaceListVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNetworkInterfaceListVersionContextRefMo
    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 []GetNetworkInterfaceListVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNetworkInterfaceListVersionContextRefMo
    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<GetNetworkInterfaceListVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNetworkInterfaceListVersionContextRefMo
    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 GetNetworkInterfaceListVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNetworkInterfaceListVersionContextRefMo
    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[GetNetworkInterfaceListVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetNetworkInterfaceListVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetNetworkInterfaceListVersionContextInterestedMo

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

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

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

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

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

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

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

    GetNetworkInterfaceListVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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