GetVpnSitesConfigurationRequest Class

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

public class GetVpnSitesConfigurationRequest

List of Vpn-Sites.

Constructor Summary

Constructor Description
GetVpnSitesConfigurationRequest()

Method Summary

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

Get the sas-url to download the configurations for vpn-sites.

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

Get list of resource-ids of the vpn-sites for which config is to be downloaded.

GetVpnSitesConfigurationRequest withOutputBlobSasUrl(String outputBlobSasUrl)

Set the sas-url to download the configurations for vpn-sites.

GetVpnSitesConfigurationRequest withVpnSites(List<String> vpnSites)

Set list of resource-ids of the vpn-sites for which config is to be downloaded.

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

GetVpnSitesConfigurationRequest

public GetVpnSitesConfigurationRequest()

Method Details

outputBlobSasUrl

public String outputBlobSasUrl()

Get the sas-url to download the configurations for vpn-sites.

Returns:

the outputBlobSasUrl value

vpnSites

public List vpnSites()

Get list of resource-ids of the vpn-sites for which config is to be downloaded.

Returns:

the vpnSites value

withOutputBlobSasUrl

public GetVpnSitesConfigurationRequest withOutputBlobSasUrl(String outputBlobSasUrl)

Set the sas-url to download the configurations for vpn-sites.

Parameters:

outputBlobSasUrl - the outputBlobSasUrl value to set

Returns:

the GetVpnSitesConfigurationRequest object itself.

withVpnSites

public GetVpnSitesConfigurationRequest withVpnSites(List vpnSites)

Set list of resource-ids of the vpn-sites for which config is to be downloaded.

Parameters:

vpnSites - the vpnSites value to set

Returns:

the GetVpnSitesConfigurationRequest object itself.

Applies to