public final class VnetInfo extends Object
| Constructor and Description |
|---|
VnetInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
certBlob()
Get the certBlob property: A certificate file (.cer) blob containing the public key of the private key used to
authenticate a Point-To-Site VPN connection.
|
String |
certThumbprint()
Get the certThumbprint property: The client certificate thumbprint.
|
String |
dnsServers()
Get the dnsServers property: DNS servers to be used by this Virtual Network.
|
Boolean |
isSwift()
Get the isSwift property: Flag that is used to denote if this is VNET injection.
|
Boolean |
resyncRequired()
Get the resyncRequired property: <code>true</code> if a resync is required; otherwise,
<code>false</code>.
|
List<VnetRouteInner> |
routes()
Get the routes property: The routes that this Virtual Network connection uses.
|
void |
validate()
Validates the instance.
|
String |
vnetResourceId()
Get the vnetResourceId property: The Virtual Network's resource ID.
|
VnetInfo |
withCertBlob(String certBlob)
Set the certBlob property: A certificate file (.cer) blob containing the public key of the private key used to
authenticate a Point-To-Site VPN connection.
|
VnetInfo |
withDnsServers(String dnsServers)
Set the dnsServers property: DNS servers to be used by this Virtual Network.
|
VnetInfo |
withIsSwift(Boolean isSwift)
Set the isSwift property: Flag that is used to denote if this is VNET injection.
|
VnetInfo |
withVnetResourceId(String vnetResourceId)
Set the vnetResourceId property: The Virtual Network's resource ID.
|
public String vnetResourceId()
public VnetInfo withVnetResourceId(String vnetResourceId)
vnetResourceId - the vnetResourceId value to set.public String certThumbprint()
public String certBlob()
public VnetInfo withCertBlob(String certBlob)
certBlob - the certBlob value to set.public List<VnetRouteInner> routes()
public Boolean resyncRequired()
public String dnsServers()
public VnetInfo withDnsServers(String dnsServers)
dnsServers - the dnsServers value to set.public Boolean isSwift()
public VnetInfo withIsSwift(Boolean isSwift)
isSwift - the isSwift value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.