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 IPSubnet complex type allows extending the attributes of the IPBlock complex type to represent information pertaining to an IP subnet.
-
<xs:complexType name="IPSubnet"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IPBlock"> <xs:sequence> <xs:element minOccurs="0" name="CustomerAddressSpaceName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="IsOverlapping" type="xsd:boolean" /> <xs:element minOccurs="0" name="Name" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ProviderAddressSpaceName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="UseForUtilization" type="xsd:boolean" /> <xs:element minOccurs="0" name="VLANId" nillable="true" type="serarr:ArrayOfint" /> <xs:element minOccurs="0" name="VSId" type="xsd:int" /> <xs:element minOccurs="0" name="VirtualizationType" type="ipam:IPVirtualizationType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
CustomerAddressSpaceName: This specifies the name of the customer address space that the IP subnet is associated with.
IsOverlapping: This specifies whether this subnet overlaps with any other subnet in this address space.
Name: This specifies the name of the IP subnet.
ProviderAddressSpaceName: This specifies the name of the provider address space that the IP subnet is associated with.
UseForUtilization: This specifies whether the subnet is used for utilization calculation of the IP block. In case of overlapping subnets, only one of the overlapping ones is used for calculating utilization information for the parent block. The subnet that is used for the utilization calculation of the parent block will have this set to TRUE.
VLANId: This specifies the array containing the identifiers of the VLANs that this subnet maps to.
VSId: This specifies the identifier of the virtual subnet that is associated with this subnet.
VirtualizationType: This specifies whether the given subnet is a physical subnet, in which case this property will be marked as NonVirtualized, or whether it is being used in a virtual environment, in which case its VirtualizationType will be set to either fabric or virtual.