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 GatewayAddress allows extended attributes on a BaseIpamObject type (section 2.2.4.64).
-
<xs:complexType name="GatewayAddress"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="GatewayIP" nillable="true" type="sysnet:IPAddress" /> <xs:element minOccurs="0" name="IsAutomatic" type="xsd:boolean" /> <xs:element minOccurs="0" name="Metric" type="xsd:int" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
GatewayIP: An IpamIPAddress that represents the gateway IP address.
IsAutomatic: A Boolean that represents whether the metric is automatically configured.
Metric: An integer that represents the selectability of this gateway; a lower number means the gateway is more likely to be used for routing.