Uses of Class
com.ibm.cloud.is.vpc.v1.model.EndpointGatewayReservedIP
-
Packages that use EndpointGatewayReservedIP Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of EndpointGatewayReservedIP in com.ibm.cloud.is.vpc.v1.model
Subclasses of EndpointGatewayReservedIP in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description classEndpointGatewayReservedIPReservedIPIdentityIdentifies a reserved IP by a unique property.classEndpointGatewayReservedIPReservedIPIdentityByHrefEndpointGatewayReservedIPReservedIPIdentityByHref.classEndpointGatewayReservedIPReservedIPIdentityByIdEndpointGatewayReservedIPReservedIPIdentityById.classEndpointGatewayReservedIPReservedIPPrototypeTargetContextEndpointGatewayReservedIPReservedIPPrototypeTargetContext.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type EndpointGatewayReservedIP Modifier and Type Method Description List<EndpointGatewayReservedIP>CreateEndpointGatewayOptions. ips()Gets the ips.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type EndpointGatewayReservedIP Modifier and Type Method Description CreateEndpointGatewayOptions.BuilderCreateEndpointGatewayOptions.Builder. addIps(EndpointGatewayReservedIP ips)Adds a new element to ips.Method parameters in com.ibm.cloud.is.vpc.v1.model with type arguments of type EndpointGatewayReservedIP Modifier and Type Method Description CreateEndpointGatewayOptions.BuilderCreateEndpointGatewayOptions.Builder. ips(List<EndpointGatewayReservedIP> ips)Set the ips.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type EndpointGatewayReservedIP Constructor Description Builder(EndpointGatewayReservedIP endpointGatewayReservedIpReservedIpPrototypeTargetContext)Instantiates a new Builder from an existing EndpointGatewayReservedIPReservedIPPrototypeTargetContext instance.
-