public final class P2SVpnConnectionHealthRequest extends Object
| Constructor and Description |
|---|
P2SVpnConnectionHealthRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
outputBlobSasUrl()
Get the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.
|
void |
validate()
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.
|
P2SVpnConnectionHealthRequest |
withOutputBlobSasUrl(String outputBlobSasUrl)
Set the outputBlobSasUrl property: The sas-url to download the P2S Vpn connection health detail.
|
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.
|
public List<String> vpnUserNamesFilter()
public P2SVpnConnectionHealthRequest withVpnUserNamesFilter(List<String> vpnUserNamesFilter)
vpnUserNamesFilter - the vpnUserNamesFilter value to set.public String outputBlobSasUrl()
public P2SVpnConnectionHealthRequest withOutputBlobSasUrl(String outputBlobSasUrl)
outputBlobSasUrl - the outputBlobSasUrl value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.