dhcp
RetrSubnetBindingStruct


This structure encapsulates all the necessary parameters required during retrieving Subnet Bindings.


public struct RetrSubnetBindingStruct

Properties
nodeId The systemAddress of a network equipment. This is a required input parameter.

type=string

routerId The virtual router ID in the network or virtual router ID in the service. This is a required input parameter.

type=long

localDhcpServerName The local DHCP server name. This is a required input parameter.

type=string

addressPoolName The local DHCP server IP address pool name. This is a required input parameter.

type=string

subnetAddress The subnet address. The host bits must be zero. This is an optional input parameter.

type=string

subnetAddressType The subnet address type. This is an optional input parameter.

type=int

subnetAddressPrefixLength The subnet prefix length. This is an optional input parameter.

type=int

timeout The number of milliseconds to wait before receiving the results. If no results are received in the given time, the method returns. This is an optional input parameter. The default value is 5 minutes (300000).

type=long