2.2.5.2 AddressAssignment
This simple type is an enumeration used to specify the type of address assignment.
-
<xs:simpleType name="AddressAssignment"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Static" /> <xs:enumeration value="Dynamic" /> <xs:enumeration value="Auto" /> <xs:enumeration value="VIP" /> <xs:enumeration value="Reserved" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
Value |
Description |
---|---|
None |
Unspecified or an invalid value. |
Static |
The address assignment type is static. |
Dynamic |
The address assignment type is dynamic, i.e. using either DHCPv4 ([RFC2131]) or DHCPv6 ([RFC3315]) protocols. |
Auto |
The address assignment type is using the stateless auto-configuration ([RFC4862]). |
VIP |
The address assignment is being done for virtual IP load balancing. |
Reserved |
The address assignment type specifies a reservation address or an address range. |