Class P2SVpnConnectionHealthRequest
- java.lang.Object
-
- com.azure.resourcemanager.network.models.P2SVpnConnectionHealthRequest
-
public final class P2SVpnConnectionHealthRequest extends Object
List of P2S Vpn connection health request.
-
-
Constructor Summary
Constructors Constructor Description P2SVpnConnectionHealthRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringoutputBlobSasUrl()Get the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.voidvalidate()Validates the instance.List<String>vpnUserNamesFilter()Get the vpnUserNamesFilter property: The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.P2SVpnConnectionHealthRequestwithOutputBlobSasUrl(String outputBlobSasUrl)Set the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.P2SVpnConnectionHealthRequestwithVpnUserNamesFilter(List<String> vpnUserNamesFilter)Set the vpnUserNamesFilter property: The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
-
-
-
Method Detail
-
vpnUserNamesFilter
public List<String> vpnUserNamesFilter()
Get the vpnUserNamesFilter property: The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.- Returns:
- the vpnUserNamesFilter value.
-
withVpnUserNamesFilter
public P2SVpnConnectionHealthRequest withVpnUserNamesFilter(List<String> vpnUserNamesFilter)
Set the vpnUserNamesFilter property: 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.
-
outputBlobSasUrl
public String outputBlobSasUrl()
Get the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.- Returns:
- the outputBlobSasUrl value.
-
withOutputBlobSasUrl
public P2SVpnConnectionHealthRequest withOutputBlobSasUrl(String outputBlobSasUrl)
Set the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.- Parameters:
outputBlobSasUrl- the outputBlobSasUrl value to set.- Returns:
- the P2SVpnConnectionHealthRequest object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-