-
Notifications
You must be signed in to change notification settings - Fork 246
/
azure.mgmt.web.v2020_09_01.models.VnetInfo.yml
101 lines (92 loc) · 2.69 KB
/
azure.mgmt.web.v2020_09_01.models.VnetInfo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
### YamlMime:PythonClass
uid: azure.mgmt.web.v2020_09_01.models.VnetInfo
name: VnetInfo
fullName: azure.mgmt.web.v2020_09_01.models.VnetInfo
module: azure.mgmt.web.v2020_09_01.models
inheritances:
- azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
summary: 'Virtual Network information contract.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'VnetInfo(*, kind: str | None = None, vnet_resource_id: str | None = None,
cert_blob: str | None = None, dns_servers: str | None = None, is_swift: bool |
None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: kind
description: Kind of resource.
types:
- <xref:str>
- name: vnet_resource_id
description: The Virtual Network's resource ID.
types:
- <xref:str>
- name: cert_blob
description: 'A certificate file (.cer) blob containing the public key of the
private key
used to authenticate a
Point-To-Site VPN connection.'
types:
- <xref:str>
- name: dns_servers
description: 'DNS servers to be used by this Virtual Network. This should be a
comma-separated list of IP addresses.'
types:
- <xref:str>
- name: is_swift
description: Flag that is used to denote if this is VNET injection.
types:
- <xref:bool>
variables:
- description: Resource Id.
name: id
types:
- <xref:str>
- description: Resource Name.
name: name
types:
- <xref:str>
- description: Kind of resource.
name: kind
types:
- <xref:str>
- description: Resource type.
name: type
types:
- <xref:str>
- description: The system metadata relating to this resource.
name: system_data
types:
- <xref:azure.mgmt.web.v2020_09_01.models.SystemData>
- description: The Virtual Network's resource ID.
name: vnet_resource_id
types:
- <xref:str>
- description: The client certificate thumbprint.
name: cert_thumbprint
types:
- <xref:str>
- description: 'A certificate file (.cer) blob containing the public key of the private
key
used to authenticate a
Point-To-Site VPN connection.'
name: cert_blob
types:
- <xref:str>
- description: The routes that this Virtual Network connection uses.
name: routes
types:
- <xref:list>[<xref:azure.mgmt.web.v2020_09_01.models.VnetRoute>]
- description: '`<code>true</code>` if a resync is required; otherwise,
`<code>false</code>`.'
name: resync_required
types:
- <xref:bool>
- description: 'DNS servers to be used by this Virtual Network. This should be a
comma-separated list of IP addresses.'
name: dns_servers
types:
- <xref:str>
- description: Flag that is used to denote if this is VNET injection.
name: is_swift
types:
- <xref:bool>