Class VpnLinkProviderProperties
java.lang.Object
com.azure.resourcemanager.network.models.VpnLinkProviderProperties
List of properties of a link provider.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VpnLinkProviderProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the linkProviderName property: Name of the link provider.Get the linkSpeedInMbps property: Link speed.voidvalidate()Validates the instance.withLinkProviderName(String linkProviderName) Set the linkProviderName property: Name of the link provider.withLinkSpeedInMbps(Integer linkSpeedInMbps) Set the linkSpeedInMbps property: Link speed.
-
Constructor Details
-
VpnLinkProviderProperties
public VpnLinkProviderProperties()Creates an instance of VpnLinkProviderProperties class.
-
-
Method Details
-
linkProviderName
Get the linkProviderName property: Name of the link provider.- Returns:
- the linkProviderName value.
-
withLinkProviderName
Set the linkProviderName property: Name of the link provider.- Parameters:
linkProviderName- the linkProviderName value to set.- Returns:
- the VpnLinkProviderProperties object itself.
-
linkSpeedInMbps
Get the linkSpeedInMbps property: Link speed.- Returns:
- the linkSpeedInMbps value.
-
withLinkSpeedInMbps
Set the linkSpeedInMbps property: Link speed.- Parameters:
linkSpeedInMbps- the linkSpeedInMbps value to set.- Returns:
- the VpnLinkProviderProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-