public final class VpnLinkProviderProperties extends Object
| Constructor and Description |
|---|
VpnLinkProviderProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
linkProviderName()
Get the linkProviderName property: Name of the link provider.
|
Integer |
linkSpeedInMbps()
Get the linkSpeedInMbps property: Link speed.
|
void |
validate()
Validates the instance.
|
VpnLinkProviderProperties |
withLinkProviderName(String linkProviderName)
Set the linkProviderName property: Name of the link provider.
|
VpnLinkProviderProperties |
withLinkSpeedInMbps(Integer linkSpeedInMbps)
Set the linkSpeedInMbps property: Link speed.
|
public String linkProviderName()
public VpnLinkProviderProperties withLinkProviderName(String linkProviderName)
linkProviderName - the linkProviderName value to set.public Integer linkSpeedInMbps()
public VpnLinkProviderProperties withLinkSpeedInMbps(Integer linkSpeedInMbps)
linkSpeedInMbps - the linkSpeedInMbps value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.