public final class VnetGatewayProperties extends Object
| Constructor and Description |
|---|
VnetGatewayProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
String |
vnetName()
Get the vnetName property: The Virtual Network name.
|
String |
vpnPackageUri()
Get the vpnPackageUri property: The URI where the VPN package can be downloaded.
|
VnetGatewayProperties |
withVnetName(String vnetName)
Set the vnetName property: The Virtual Network name.
|
VnetGatewayProperties |
withVpnPackageUri(String vpnPackageUri)
Set the vpnPackageUri property: The URI where the VPN package can be downloaded.
|
public String vnetName()
public VnetGatewayProperties withVnetName(String vnetName)
vnetName - the vnetName value to set.public String vpnPackageUri()
public VnetGatewayProperties withVpnPackageUri(String vpnPackageUri)
vpnPackageUri - the vpnPackageUri value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.