public class VpnClientParameters extends Object
| Constructor and Description |
|---|
VpnClientParameters() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorArchitecture |
processorArchitecture()
Get the processorArchitecture value.
|
VpnClientParameters |
withProcessorArchitecture(ProcessorArchitecture processorArchitecture)
Set the processorArchitecture value.
|
public ProcessorArchitecture processorArchitecture()
public VpnClientParameters withProcessorArchitecture(ProcessorArchitecture processorArchitecture)
processorArchitecture - the processorArchitecture value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/