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.GenericModelThe updateVpnServerRoute options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateVpnServerRouteOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.UpdateVpnServerRouteOptions.BuildernewBuilder()New builder.StringvpnServerId()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
-
-