plcm-network-address.xsd Documentation

Type definitions for network addresses, which can be either in Ipv4 or Ipv6 format and carry some additional data such as purpose and scope of an address.

Imported Namespaces

Target Namespace

Elements

plcm-network-address  PlcmNetworkAddress

Defines an ip-address with its purpose, IP version and several other properties.

plcm-network-address-list  PlcmNetworkAddressList

Represents a list of plcm-network-address elements.


Complex Types

PlcmNetworkAddressList Fields

NameTypeDescriptionAttributes
plcmNetworkAddressList List of plcm-network-addressSee Definition of plcm-network-address

PlcmNetworkAddress Fields

NameTypeDescriptionAttributes
addressPlcmInetAddress The value of the address. Can be ipv4 or ipv6 format but must not specify prefix (CIDR) Mandatory
address-typePlcmNetworkAddressType Describes the purpose of the address Mandatory
versionPlcmIpVersion The version of the address, ipv6 or ipv4
prefix-lengthxs:int Prefix length of the address (CIDR).
orderxs:int Used to impose preferred ordering when necessary as is the case when providing multiple DNS server addresses.
address-scopePlcmNetworkAddressScope The scope of the area in which the address is valid.
dynamicxs:boolean (IPv6 only) Specifies whether the address is dynamic (assigned by SLAAC)
deprecatedxs:boolean (IPv6 only) Specifies whether the address s deprecated - if true the address is no longer valid for new connections.
tentativexs:boolean (IPv6 only) Specifies whether the address has failed duplicate address detection. true = failed, false = passed