VpnGatewayVpnGatewayInterface class
A VPN gateway interface.
Constructors
- VpnGatewayVpnGatewayInterface({int? id, String? interconnectAttachment, String? ipAddress, String? ipv6Address})
- VpnGatewayVpnGatewayInterface.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
Numeric identifier for this VPN interface associated with the VPN gateway.
getter/setter pair
- interconnectAttachment ↔ String?
-
URL of the VLAN attachment (interconnectAttachment) resource for this VPN
gateway interface.
getter/setter pair
- ipAddress ↔ String?
-
IP address for this VPN interface associated with the VPN gateway.
getter/setter pair
- ipv6Address ↔ String?
-
IPv6 address for this VPN interface associated with the VPN gateway.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited