P2SVpnConnectionHealthRequest Class

  • java.lang.Object
    • com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest

public class P2SVpnConnectionHealthRequest

List of P2S Vpn connection health request.

Constructor Summary

Constructor Description
P2SVpnConnectionHealthRequest()

Method Summary

Modifier and Type Method and Description
java.lang.String outputBlobSasUrl()

Get the sas-url to download the P2S Vpn connection health detail.

java.util.List<java.lang.String> vpnUserNamesFilter()

Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.

P2SVpnConnectionHealthRequest withOutputBlobSasUrl(String outputBlobSasUrl)

Set the sas-url to download the P2S Vpn connection health detail.

P2SVpnConnectionHealthRequest withVpnUserNamesFilter(List<String> vpnUserNamesFilter)

Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

P2SVpnConnectionHealthRequest

public P2SVpnConnectionHealthRequest()

Method Details

outputBlobSasUrl

public String outputBlobSasUrl()

Get the sas-url to download the P2S Vpn connection health detail.

Returns:

the outputBlobSasUrl value

vpnUserNamesFilter

public List vpnUserNamesFilter()

Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.

Returns:

the vpnUserNamesFilter value

withOutputBlobSasUrl

public P2SVpnConnectionHealthRequest withOutputBlobSasUrl(String outputBlobSasUrl)

Set the sas-url to download the P2S Vpn connection health detail.

Parameters:

outputBlobSasUrl - the outputBlobSasUrl value to set

Returns:

the P2SVpnConnectionHealthRequest object itself.

withVpnUserNamesFilter

public P2SVpnConnectionHealthRequest withVpnUserNamesFilter(List vpnUserNamesFilter)

Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.

Parameters:

vpnUserNamesFilter - the vpnUserNamesFilter value to set

Returns:

the P2SVpnConnectionHealthRequest object itself.

Applies to