Package com.mypurecloud.sdk.v2.model
Class DomainCapabilities
java.lang.Object
com.mypurecloud.sdk.v2.model.DomainCapabilities
- All Implemented Interfaces:
Serializable
DomainCapabilities
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoMetric(Boolean autoMetric) True if the metric is being calculated automatically for the address family on this interface.True if this address family on the interface is using DHCP.True if this address family on the interface is enabled.booleangetDhcp()inthashCode()The metric being used for the address family on this interface.pingEnabled(Boolean pingEnabled) Set to true to enable this address family on this interface to respond to ping requests.voidsetAutoMetric(Boolean autoMetric) voidvoidsetEnabled(Boolean enabled) voidvoidsetPingEnabled(Boolean pingEnabled) toString()
-
Constructor Details
-
DomainCapabilities
public DomainCapabilities() -
DomainCapabilities
-
-
Method Details
-
enabled
True if this address family on the interface is enabled. -
getEnabled
-
setEnabled
-
dhcp
True if this address family on the interface is using DHCP. -
getDhcp
-
setDhcp
-
metric
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. -
getMetric
-
setMetric
-
autoMetric
True if the metric is being calculated automatically for the address family on this interface. -
getAutoMetric
-
setAutoMetric
-
getSupportsMetric
-
pingEnabled
Set to true to enable this address family on this interface to respond to ping requests. -
getPingEnabled
-
setPingEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-