3.3.4.105.2.1 GetSubnetById
The GetSubnetById element specifies the input values for the GetSubnetById operation.
-
<xs:element name="GetSubnetById"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="id" type="xsd:long" /> <xs:element minOccurs="0" name="addressFamily" type="syssock:AddressFamily" /> </xs:sequence> </xs:complexType> </xs:element>
id: The RecordId of the subnet that needs to be fetched.
addressFamily: The AddressFamily of the subnet with the given id.