GetVirtualNetworkGatewayBgpPeerStatusPlainArgs

data class GetVirtualNetworkGatewayBgpPeerStatusPlainArgs(val peer: String? = null, val resourceGroupName: String, val virtualNetworkGatewayName: String) : ConvertibleToJava<GetVirtualNetworkGatewayBgpPeerStatusPlainArgs>

Constructors

constructor(peer: String? = null, resourceGroupName: String, virtualNetworkGatewayName: String)

Properties

Link copied to clipboard
val peer: String? = null

The IP address of the peer to retrieve the status of.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the virtual network gateway.

Functions

Link copied to clipboard
open override fun toJava(): GetVirtualNetworkGatewayBgpPeerStatusPlainArgs