Class VpnClientConnectionHealthDetailListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.VpnClientConnectionHealthDetailListResultInner
-
public final class VpnClientConnectionHealthDetailListResultInner extends Object
List of virtual network gateway vpn client connection health.
-
-
Constructor Summary
Constructors Constructor Description VpnClientConnectionHealthDetailListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<VpnClientConnectionHealthDetail>value()Get the value property: List of vpn client connection health.VpnClientConnectionHealthDetailListResultInnerwithValue(List<VpnClientConnectionHealthDetail> value)Set the value property: List of vpn client connection health.
-
-
-
Method Detail
-
value
public List<VpnClientConnectionHealthDetail> value()
Get the value property: List of vpn client connection health.- Returns:
- the value value.
-
withValue
public VpnClientConnectionHealthDetailListResultInner withValue(List<VpnClientConnectionHealthDetail> value)
Set the value property: List of vpn client connection health.- Parameters:
value- the value value to set.- Returns:
- the VpnClientConnectionHealthDetailListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-