Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
AttachVnicResponse |
ComputeClient.attachVnic(AttachVnicRequest request) |
AttachVnicResponse |
Compute.attachVnic(AttachVnicRequest request)
Creates a secondary VNIC and attaches it to the specified instance.
|
Future<AttachVnicResponse> |
ComputeAsync.attachVnic(AttachVnicRequest request,
AsyncHandler<AttachVnicRequest,AttachVnicResponse> handler)
Creates a secondary VNIC and attaches it to the specified instance.
|
Future<AttachVnicResponse> |
ComputeAsyncClient.attachVnic(AttachVnicRequest request,
AsyncHandler<AttachVnicRequest,AttachVnicResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<AttachVnicResponse> |
ComputeAsync.attachVnic(AttachVnicRequest request,
AsyncHandler<AttachVnicRequest,AttachVnicResponse> handler)
Creates a secondary VNIC and attaches it to the specified instance.
|
Future<AttachVnicResponse> |
ComputeAsyncClient.attachVnic(AttachVnicRequest request,
AsyncHandler<AttachVnicRequest,AttachVnicResponse> handler) |
Modifier and Type | Method and Description |
---|---|
AttachVnicRequest |
AttachVnicRequest.Builder.build()
Build the instance of AttachVnicRequest as configured by this builder
|
AttachVnicRequest |
AttachVnicRequest.Builder.buildWithoutInvocationCallback()
Build the instance of AttachVnicRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
AttachVnicRequest.Builder |
AttachVnicRequest.Builder.copy(AttachVnicRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.