pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
GetVpnSitePlainArgs
Get
Vpn
Site
Plain
Args
data
class
GetVpnSitePlainArgs
(
val
resourceGroupName
:
String
,
val
vpnSiteName
:
String
)
:
ConvertibleToJava
<
GetVpnSitePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Vpn
Site
Plain
Args
Link copied to clipboard
fun
GetVpnSitePlainArgs
(
resourceGroupName
:
String
,
vpnSiteName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetVpnSitePlainArgs
Properties
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The resource group name of the VpnSite.
vpn
Site
Name
Link copied to clipboard
val
vpnSiteName
:
String
The name of the VpnSite being retrieved.