2.2.5.61 IPVirtualizationType

The IPVirtualizationType simple type is an enumeration that specifies the virtualization type for an address space.

 <xs:simpleType name="IPVirtualizationType">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xsd:string">
         <xs:enumeration value="NonVirtualized" />
         <xs:enumeration value="Fabric" />
         <xs:enumeration value="Virtual" />
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

NonVirtualized

The address space is for a network that is not virtualized.

Fabric

The address space is for the physical infrastructure of a virtualized environment.

Virtual

The address space is for the virtual machines of a virtualized environment.