VnetInfo Class

Virtual Network information contract.

Constructor

VnetInfo()

Variables

Name Description
vnet_resource_id
str

The Virtual Network's resource ID.

cert_thumbprint
str

The client certificate thumbprint.

cert_blob
str

A certificate file (.cer) blob containing the public key of the private key used to authenticate a nPoint-To-Site VPN connection.

routes
list[<xref:"VnetRoute">]

The routes that this Virtual Network connection uses.

resync_required

true if a resync is required; otherwise, false.

dns_servers
str

DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

is_swift

Flag that is used to denote if this is VNET injection.

Attributes

certBlob

A certificate file (.cer) blob containing the public key of the private key used to authenticate a

Point-To-Site VPN connection.

certBlob: str

certThumbprint

The client certificate thumbprint.

certThumbprint: str

dnsServers

DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

dnsServers: str

isSwift

Flag that is used to denote if this is VNET injection.

isSwift: bool

resyncRequired

true if a resync is required; otherwise, false.

resyncRequired: bool

routes

The routes that this Virtual Network connection uses.

routes: list[azure.mgmt.web.types.VnetRoute]

vnetResourceId

The Virtual Network's resource ID.

vnetResourceId: str