Package com.ibm.cloud.is.vpc.v1.model
Class GetVpnServerClientOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetVpnServerClientOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetVpnServerClientOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getVpnServerClient options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetVpnServerClientOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.GetVpnServerClientOptions.Builder
newBuilder()
New builder.String
vpnServerId()
Gets the vpnServerId.
-
-
-
Method Detail
-
newBuilder
public GetVpnServerClientOptions.Builder newBuilder()
New builder.- Returns:
- a GetVpnServerClientOptions builder
-
vpnServerId
public String vpnServerId()
Gets the vpnServerId. The VPN server identifier.- Returns:
- the vpnServerId
-
id
public String id()
Gets the id. The VPN client identifier.- Returns:
- the id
-
-