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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python