An IP pool network configuration.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| defaultGateway | string | element | 0/1 | Gets the default gateway. | |
| dnsSuffix | string | element | 0/1 | Gets the dns suffix. | |
| primaryDns | string | element | 0/1 | Gets the primary dns. | |
| secondaryDns | string | element | 0/1 | Gets the secondary dns. | |
| subnetMask | string | element | 0/1 | Gets the subnet mask. |
Example
<IPPoolNetworkConfig> <subnetMask>...</subnetMask> <defaultGateway>...</defaultGateway> <primaryDns>...</primaryDns> <secondaryDns>...</secondaryDns> <dnsSuffix>...</dnsSuffix> </IPPoolNetworkConfig>