@Generated(value="OracleSDKGenerator", comments="API Version: 20180222") public class DeleteNodeRequest extends BmcRequest<Void>
Example: Click here to see how to use DeleteNodeRequest.
Modifier and Type | Class and Description |
---|---|
static class |
DeleteNodeRequest.Builder |
Constructor and Description |
---|
DeleteNodeRequest() |
Modifier and Type | Method and Description |
---|---|
static DeleteNodeRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
String |
getIfMatch()
For optimistic concurrency control.
|
Boolean |
getIsDecrementSize()
If the nodepool should be scaled down after the node is deleted.
|
Boolean |
getIsForceDeletionAfterOverrideGraceDuration()
If the underlying compute instance should be deleted if you cannot evict all the pods in
grace period
|
String |
getNodeId()
The OCID of the compute instance.
|
String |
getNodePoolId()
The OCID of the node pool.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
String |
getOverrideEvictionGraceDuration()
Duration after which OKE will give up eviction of the pods on the node.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
DeleteNodeRequest.Builder |
toBuilder()
Return an instance of
DeleteNodeRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getNodePoolId()
The OCID of the node pool.
public String getNodeId()
The OCID of the compute instance.
public Boolean getIsDecrementSize()
If the nodepool should be scaled down after the node is deleted.
public String getIfMatch()
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
parameter to the value of the etag from a previous GET or POST response for that
resource. The resource will be updated or deleted only if the etag you provide matches the
resource’s current etag value.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public String getOverrideEvictionGraceDuration()
Duration after which OKE will give up eviction of the pods on the node. PT0M will indicate you want to delete the node without cordon and drain. Default PT60M, Min PT0M, Max: PT60M. Format ISO 8601 e.g PT30M
public Boolean getIsForceDeletionAfterOverrideGraceDuration()
If the underlying compute instance should be deleted if you cannot evict all the pods in grace period
public DeleteNodeRequest.Builder toBuilder()
Return an instance of DeleteNodeRequest.Builder
that allows you to modify request properties.
DeleteNodeRequest.Builder
that allows you to modify request properties.public static DeleteNodeRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.