public class VnetInfoInner extends ProxyOnlyResource
| Constructor and Description |
|---|
VnetInfoInner() |
| 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.
|
VnetInfoInner |
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.
|
VnetInfoInner |
withDnsServers(String dnsServers)
Set the dnsServers property: DNS servers to be used by this Virtual Network.
|
VnetInfoInner |
withIsSwift(Boolean isSwift)
Set the isSwift property: Flag that is used to denote if this is VNET injection.
|
VnetInfoInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
VnetInfoInner |
withVnetResourceId(String vnetResourceId)
Set the vnetResourceId property: The Virtual Network's resource ID.
|
kindpublic String vnetResourceId()
public VnetInfoInner withVnetResourceId(String vnetResourceId)
vnetResourceId - the vnetResourceId value to set.public String certThumbprint()
public String certBlob()
public VnetInfoInner withCertBlob(String certBlob)
certBlob - the certBlob value to set.public List<VnetRouteInner> routes()
public Boolean resyncRequired()
public String dnsServers()
public VnetInfoInner withDnsServers(String dnsServers)
dnsServers - the dnsServers value to set.public Boolean isSwift()
public VnetInfoInner withIsSwift(Boolean isSwift)
isSwift - the isSwift value to set.public VnetInfoInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.