GetP2sVpnGatewayP2sVpnConnectionHealthDetailedPlainArgs

data class GetP2sVpnGatewayP2sVpnConnectionHealthDetailedPlainArgs(val gatewayName: String, val outputBlobSasUrl: String? = null, val resourceGroupName: String, val vpnUserNamesFilter: List<String>? = null) : ConvertibleToJava<GetP2sVpnGatewayP2sVpnConnectionHealthDetailedPlainArgs>

Constructors

constructor(gatewayName: String, outputBlobSasUrl: String? = null, resourceGroupName: String, vpnUserNamesFilter: List<String>? = null)

Properties

Link copied to clipboard

The name of the P2SVpnGateway.

Link copied to clipboard

The sas-url to download the P2S Vpn connection health detail.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.

Functions

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