doc_out/DomainCapabilities.html.md in purecloud-0.50.1 vs doc_out/DomainCapabilities.html.md in purecloud-0.51.1
- old
+ new
@@ -5,11 +5,13 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **enabled** | **BOOLEAN** | | [optional] [default to false]|
-| **dhcp** | **BOOLEAN** | | [optional] [default to false]|
-| **metric** | **Integer** | | [optional] |
+| **enabled** | **BOOLEAN** | True if this address family on the interface is enabled. | [optional] [default to false]|
+| **dhcp** | **BOOLEAN** | True if this address family on the interface is using DHCP. | [optional] [default to false]|
+| **metric** | **Integer** | The metric being used for the address family on this interface. Lower values will have a higher priority. If autoMetric is true, this value will be the automatically calculated metric. To set this value be sure autoMetric is false. If no value is returned, metric configuration is not supported on this Edge. | [optional] |
+| **auto_metric** | **BOOLEAN** | True if the metric is being calculated automatically for the address family on this interface. | [optional] [default to false]|
+| **supports_metric** | **BOOLEAN** | True if metric configuration is supported. | [optional] [default to false]|
{: class="table table-striped"}