Uses of Class
com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGateway
-
Packages that use PrivatePathServiceGateway Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of PrivatePathServiceGateway in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PrivatePathServiceGateway Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGateway>
Vpc. createPrivatePathServiceGateway(CreatePrivatePathServiceGatewayOptions createPrivatePathServiceGatewayOptions)
Create a private path service gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGateway>
Vpc. getPrivatePathServiceGateway(GetPrivatePathServiceGatewayOptions getPrivatePathServiceGatewayOptions)
Retrieve a private path service gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGateway>
Vpc. updatePrivatePathServiceGateway(UpdatePrivatePathServiceGatewayOptions updatePrivatePathServiceGatewayOptions)
Update a private path service gateway. -
Uses of PrivatePathServiceGateway in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PrivatePathServiceGateway Modifier and Type Method Description List<PrivatePathServiceGateway>
PrivatePathServiceGatewaysPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<PrivatePathServiceGateway>
PrivatePathServiceGatewaysPager. getNext()
Returns the next page of results.List<PrivatePathServiceGateway>
PrivatePathServiceGatewayCollection. getPrivatePathServiceGateways()
Gets the privatePathServiceGateways.
-