Uses of Class
com.ibm.cloud.is.vpc.v1.model.RemoveEndpointGatewayIpOptions
-
Packages that use RemoveEndpointGatewayIpOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of RemoveEndpointGatewayIpOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type RemoveEndpointGatewayIpOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Void>
Vpc. removeEndpointGatewayIp(RemoveEndpointGatewayIpOptions removeEndpointGatewayIpOptions)
Unbind a reserved IP from an endpoint gateway. -
Uses of RemoveEndpointGatewayIpOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return RemoveEndpointGatewayIpOptions Modifier and Type Method Description RemoveEndpointGatewayIpOptions
RemoveEndpointGatewayIpOptions.Builder. build()
Builds a RemoveEndpointGatewayIpOptions.
-