GetVirtualNetworkGatewayResiliencyInformationPlainArgs

data class GetVirtualNetworkGatewayResiliencyInformationPlainArgs(val attemptRefresh: Boolean? = null, val resourceGroupName: String, val virtualNetworkGatewayName: String) : ConvertibleToJava<GetVirtualNetworkGatewayResiliencyInformationPlainArgs>

Constructors

constructor(attemptRefresh: Boolean? = null, resourceGroupName: String, virtualNetworkGatewayName: String)

Properties

Link copied to clipboard
val attemptRefresh: Boolean? = null

Attempt to recalculate the Resiliency Information for the gateway

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(): GetVirtualNetworkGatewayResiliencyInformationPlainArgs