Package com.ibm.cloud.is.vpc.v1.model
Class AddEndpointGatewayIpOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.AddEndpointGatewayIpOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AddEndpointGatewayIpOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe addEndpointGatewayIp options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddEndpointGatewayIpOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringendpointGatewayId()Gets the endpointGatewayId.Stringid()Gets the id.AddEndpointGatewayIpOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public AddEndpointGatewayIpOptions.Builder newBuilder()
New builder.- Returns:
- a AddEndpointGatewayIpOptions builder
-
endpointGatewayId
public String endpointGatewayId()
Gets the endpointGatewayId. The endpoint gateway identifier.- Returns:
- the endpointGatewayId
-
id
public String id()
Gets the id. The reserved IP identifier.- Returns:
- the id
-
-