Uses of Class
com.ibm.cloud.is.vpc.v1.model.ReservedIP
Packages that use ReservedIP
Package
Description
Virtual Private Cloud API v1.
-
Uses of ReservedIP in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ReservedIPModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.addEndpointGatewayIp(AddEndpointGatewayIpOptions addEndpointGatewayIpOptions) Bind a reserved IP to an endpoint gateway.com.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.createSubnetReservedIp(CreateSubnetReservedIpOptions createSubnetReservedIpOptions) Reserve an IP in a subnet.com.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.getBareMetalServerNetworkInterfaceIp(GetBareMetalServerNetworkInterfaceIpOptions getBareMetalServerNetworkInterfaceIpOptions) Deprecated.this method is deprecated and may be removed in a future releasecom.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.getEndpointGatewayIp(GetEndpointGatewayIpOptions getEndpointGatewayIpOptions) Retrieve a reserved IP bound to an endpoint gateway.com.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.getInstanceNetworkInterfaceIp(GetInstanceNetworkInterfaceIpOptions getInstanceNetworkInterfaceIpOptions) Deprecated.this method is deprecated and may be removed in a future releasecom.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.getSubnetReservedIp(GetSubnetReservedIpOptions getSubnetReservedIpOptions) Retrieve a reserved IP.com.ibm.cloud.sdk.core.http.ServiceCall<ReservedIP> Vpc.updateSubnetReservedIp(UpdateSubnetReservedIpOptions updateSubnetReservedIpOptions) Update a reserved IP. -
Uses of ReservedIP in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ReservedIPModifier and TypeMethodDescriptionEndpointGatewayIpsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.InstanceNetworkInterfaceIpsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.SubnetReservedIpsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.ReservedIPCollectionBareMetalServerNetworkInterfaceContext.getIps()Gets the ips.ReservedIPCollectionEndpointGatewayContext.getIps()Gets the ips.ReservedIPCollectionInstanceNetworkInterfaceContext.getIps()Gets the ips.EndpointGatewayIpsPager.getNext()Returns the next page of results.InstanceNetworkInterfaceIpsPager.getNext()Returns the next page of results.SubnetReservedIpsPager.getNext()Returns the next page of results.ReservedIPCollection.getReservedIps()Gets the reservedIps.