VpnClientConnectionHealthDetailListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.VpnClientConnectionHealthDetailListResultInner

Implements

public final class VpnClientConnectionHealthDetailListResultInner
implements JsonSerializable<VpnClientConnectionHealthDetailListResultInner>

List of virtual network gateway vpn client connection health.

Constructor Summary

Constructor Description
VpnClientConnectionHealthDetailListResultInner()

Creates an instance of VpnClientConnectionHealthDetailListResultInner class.

Method Summary

Modifier and Type Method and Description
static VpnClientConnectionHealthDetailListResultInner fromJson(JsonReader jsonReader)

Reads an instance of VpnClientConnectionHealthDetailListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<VpnClientConnectionHealthDetail> value()

Get the value property: List of vpn client connection health.

VpnClientConnectionHealthDetailListResultInner withValue(List<VpnClientConnectionHealthDetail> value)

Set the value property: List of vpn client connection health.

Methods inherited from java.lang.Object

Constructor Details

VpnClientConnectionHealthDetailListResultInner

public VpnClientConnectionHealthDetailListResultInner()

Creates an instance of VpnClientConnectionHealthDetailListResultInner class.

Method Details

fromJson

public static VpnClientConnectionHealthDetailListResultInner fromJson(JsonReader jsonReader)

Reads an instance of VpnClientConnectionHealthDetailListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VpnClientConnectionHealthDetailListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the VpnClientConnectionHealthDetailListResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of vpn client connection health.

Returns:

the value value.

withValue

public VpnClientConnectionHealthDetailListResultInner withValue(List value)

Set the value property: List of vpn client connection health.

Parameters:

value - the value value to set.

Returns:

the VpnClientConnectionHealthDetailListResultInner object itself.

Applies to