2.2.5.62 IPAddressSpaceType
The IPAddressSpaceType simple type is an enumeration that specifies whether an address space is for the Provider infrastructure or for the Customer infrastructure.
-
<xs:simpleType name="IPAddressSpaceType"> <xs:list> <xs:simpleType> <xs:restriction base="xsd:string"> <xs:enumeration value="None"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Provider"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Customer"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:list> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Provider |
The address space is used for the Provider (physical) infrastructure. |
|
Customer |
The address space is used for the Customer (virtual) infrastructure. |