VirtualNetworkGatewayConnectionTunnelProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VirtualNetworkGatewayConnectionTunnelProperties
- com.
Implements
public final class VirtualNetworkGatewayConnectionTunnelProperties
implements JsonSerializable<VirtualNetworkGatewayConnectionTunnelProperties>
The VirtualNetworkGatewayConnectionTunnelProperties model.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualNetworkGatewayConnectionTunnelProperties() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
bgpPeeringAddress()
Get the bgp |
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
tunnelIpAddress()
Get the tunnel |
| void |
validate()
Validates the instance. |
|
Virtual |
withBgpPeeringAddress(String bgpPeeringAddress)
Set the bgp |
|
Virtual |
withTunnelIpAddress(String tunnelIpAddress)
Set the tunnel |
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkGatewayConnectionTunnelProperties
public VirtualNetworkGatewayConnectionTunnelProperties()
Creates an instance of VirtualNetworkGatewayConnectionTunnelProperties class.
Method Details
bgpPeeringAddress
public String bgpPeeringAddress()
Get the bgpPeeringAddress property: Tunnel BGP peering address.
Returns:
fromJson
public static VirtualNetworkGatewayConnectionTunnelProperties fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkGatewayConnectionTunnelProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
tunnelIpAddress
public String tunnelIpAddress()
Get the tunnelIpAddress property: Tunnel remote IP address.
Returns:
validate
public void validate()
Validates the instance.
withBgpPeeringAddress
public VirtualNetworkGatewayConnectionTunnelProperties withBgpPeeringAddress(String bgpPeeringAddress)
Set the bgpPeeringAddress property: Tunnel BGP peering address.
Parameters:
Returns:
withTunnelIpAddress
public VirtualNetworkGatewayConnectionTunnelProperties withTunnelIpAddress(String tunnelIpAddress)
Set the tunnelIpAddress property: Tunnel remote IP address.
Parameters:
Returns: