Share via


2.2.4.346 ProviderAddressSpace

The ProviderAddressSpace complex type extends the complex type AddressSpace. A particular Provider address space contains provider or fabric/physical networks on top of which virtual networks can be built.

 <xs:complexType name="ProviderAddressSpace">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:AddressSpace">
       <xs:sequence>
         <xs:element minOccurs="0" name="IsDefault" type="xsd:boolean" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

IsDefault: When set to TRUE, this parameter specifies that the given provider address space is the built-in, default provider address space. In IPAM, an end user cannot create a default Provider address space.