Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
DeletePrivateIpResponse |
VirtualNetwork.deletePrivateIp(DeletePrivateIpRequest request)
Unassigns and deletes the specified private IP.
|
DeletePrivateIpResponse |
VirtualNetworkClient.deletePrivateIp(DeletePrivateIpRequest request) |
Future<DeletePrivateIpResponse> |
VirtualNetworkAsyncClient.deletePrivateIp(DeletePrivateIpRequest request,
AsyncHandler<DeletePrivateIpRequest,DeletePrivateIpResponse> handler) |
Future<DeletePrivateIpResponse> |
VirtualNetworkAsync.deletePrivateIp(DeletePrivateIpRequest request,
AsyncHandler<DeletePrivateIpRequest,DeletePrivateIpResponse> handler)
Unassigns and deletes the specified private IP.
|
Modifier and Type | Method and Description |
---|---|
Future<DeletePrivateIpResponse> |
VirtualNetworkAsyncClient.deletePrivateIp(DeletePrivateIpRequest request,
AsyncHandler<DeletePrivateIpRequest,DeletePrivateIpResponse> handler) |
Future<DeletePrivateIpResponse> |
VirtualNetworkAsync.deletePrivateIp(DeletePrivateIpRequest request,
AsyncHandler<DeletePrivateIpRequest,DeletePrivateIpResponse> handler)
Unassigns and deletes the specified private IP.
|
Modifier and Type | Method and Description |
---|---|
DeletePrivateIpRequest |
DeletePrivateIpRequest.Builder.build()
Build the instance of DeletePrivateIpRequest as configured by this builder
|
DeletePrivateIpRequest |
DeletePrivateIpRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeletePrivateIpRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeletePrivateIpRequest.Builder |
DeletePrivateIpRequest.Builder.copy(DeletePrivateIpRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.