Package | Description |
---|---|
com.oracle.bmc.containerengine.requests |
Modifier and Type | Method and Description |
---|---|
static DeleteNodeRequest.Builder |
DeleteNodeRequest.builder()
Return a new builder for this request object.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.copy(DeleteNodeRequest o)
Copy method to populate the builder with values from the given instance.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.isDecrementSize(Boolean isDecrementSize)
If the nodepool should be scaled down after the node is deleted.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.isForceDeletionAfterOverrideGraceDuration(Boolean isForceDeletionAfterOverrideGraceDuration)
If the underlying compute instance should be deleted if you cannot evict all the pods in
grace period
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.nodeId(String nodeId)
The OCID of the compute instance.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.nodePoolId(String nodePoolId)
The OCID of the node pool.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.overrideEvictionGraceDuration(String overrideEvictionGraceDuration)
Duration after which OKE will give up eviction of the pods on the node.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DeleteNodeRequest.Builder |
DeleteNodeRequest.toBuilder()
Return an instance of
DeleteNodeRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.