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