IpOverEthernetAddressInfo_ipAddresses

IpOverEthernetAddressInfo_ipAddresses
IpOverEthernetAddressInfo_ipAddresses
JSON Example
{
    "type": "string",
    "addresses": [
        "string"
    ],
    "isDynamic": false,
    "addressRange": {
        "minAddress": "string",
        "maxAddress": "string"
    },
    "subnetId": "string"
}
string
type
Required

The type of the IP addresses. Permitted values: IPV4, IPV6.

Possible values are : IPV4, IPV6,
array of IpAddress
addresses
Optional

Fixed addresses assigned (from the subnet defined by "subnetId" if provided). Exactly one of "addresses" or "addressRange" shall be present.

boolean
isDynamic
Optional

Indicates whether this set of addresses was assigned dynamically (true) or based on address information provided as input from the API consumer (false). Shall be present if "addresses" is present and shall be absent otherwise.

addressRange
Optional

addressRange

subnetId
Optional

subnetId