GetVirtualNetworkGatewayBgpPeerStatusPlainArgs

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

Constructors

fun GetVirtualNetworkGatewayBgpPeerStatusPlainArgs(peer: String? = null, resourceGroupName: String, virtualNetworkGatewayName: String)

Functions

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

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.