Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.