Click or drag to resize
PortListOptions Class
Optional filter and paging options when listing ports.
Inheritance Hierarchy
SystemObject
  OpenStackFilterOptions
    OpenStack.Networking.v2PortListOptions

Namespace: OpenStack.Networking.v2
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class PortListOptions : FilterOptions

The PortListOptions type exposes the following members.

Constructors
  NameDescription
Public methodPortListOptions
Initializes a new instance of the PortListOptions class
Top
Properties
  NameDescription
Public propertyDeviceId
Filter by the associated device identifier.
Public propertyDeviceOwner
Filter by the entity that is using the port.
Public propertyMACAddress
Filter by the MAC address.
Public propertyName
Filter by the port name.
Public propertyNetworkId
Filter by the associated network.
Public propertyStatus
Filter by the port status.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also