DeviceProperties Class
List of properties of the device.
- Inheritance
-
azure.mgmt.network._serialization.ModelDeviceProperties
Constructor
DeviceProperties(*, device_vendor: str | None = None, device_model: str | None = None, link_speed_in_mbps: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
device_vendor
|
Name of the device Vendor. |
device_model
|
Model of the device. |
link_speed_in_mbps
|
Link speed. |
Variables
Name | Description |
---|---|
device_vendor
|
Name of the device Vendor. |
device_model
|
Model of the device. |
link_speed_in_mbps
|
Link speed. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python