Defines an ip-address with its purpose, IP version and several other properties.
Represents a list of plcm-network-address elements.
Name | Type | Description | Attributes |
---|---|---|---|
plcmNetworkAddressList | List of plcm-network-address | See Definition of plcm-network-address |
Name | Type | Description | Attributes |
---|---|---|---|
address | PlcmInetAddress | The value of the address. Can be ipv4 or ipv6 format but must not specify prefix (CIDR) | Mandatory |
address-type | PlcmNetworkAddressType | Describes the purpose of the address | Mandatory |
version | PlcmIpVersion | The version of the address, ipv6 or ipv4 | |
prefix-length | xs:int | Prefix length of the address (CIDR). | |
order | xs:int | Used to impose preferred ordering when necessary as is the case when providing multiple DNS server addresses. | |
address-scope | PlcmNetworkAddressScope | The scope of the area in which the address is valid. | |
dynamic | xs:boolean | (IPv6 only) Specifies whether the address is dynamic (assigned by SLAAC) | |
deprecated | xs:boolean | (IPv6 only) Specifies whether the address s deprecated - if true the address is no longer valid for new connections. | |
tentative | xs:boolean | (IPv6 only) Specifies whether the address has failed duplicate address detection. true = failed, false = passed |