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 class
EndpointGatewayReservedIPReservedIPIdentity
Identifies a reserved IP by a unique property.class
EndpointGatewayReservedIPReservedIPIdentityByHref
EndpointGatewayReservedIPReservedIPIdentityByHref.class
EndpointGatewayReservedIPReservedIPIdentityById
EndpointGatewayReservedIPReservedIPIdentityById.class
EndpointGatewayReservedIPReservedIPPrototypeTargetContext
EndpointGatewayReservedIPReservedIPPrototypeTargetContext.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.Builder
CreateEndpointGatewayOptions.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.Builder
CreateEndpointGatewayOptions.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.
-