VpnDeviceScriptParameters Class
Vpn device configuration script generation parameters.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnDeviceScriptParameters
Constructor
VpnDeviceScriptParameters(*, vendor: str | None = None, device_family: str | None = None, firmware_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vendor
|
The vendor for the vpn device. |
device_family
|
The device family for the vpn device. |
firmware_version
|
The firmware version for the vpn device. |
Variables
Name | Description |
---|---|
vendor
|
The vendor for the vpn device. |
device_family
|
The device family for the vpn device. |
firmware_version
|
The firmware version for the vpn device. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python