public class DeleteLogstashRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
deleteType
The type of the release operation.
|
构造器和说明 |
---|
DeleteLogstashRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteLogstashRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDeleteType() |
DeleteLogstashRequest |
setClientToken(String clientToken) |
DeleteLogstashRequest |
setDeleteType(String deleteType) |
@NameInMap(value="clientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
@NameInMap(value="deleteType") public String deleteType
The type of the release operation. Valid values:
* immediate: The cluster is immediately deleted when it is released. After the cluster is deleted, the data stored in the cluster is deleted, and the system removes the cluster from the Logstash cluster list.
* protective: The cluster is released 24 hours later. During the period of 24 hours, you can still find the cluster in the Logstash cluster list, and [restore the cluster](https://help.aliyun.com/document_detail/202205.html) or [immediately release the cluster](https://help.aliyun.com/document_detail/160591.html). After 24 hours elapse, the data stored in the cluster is deleted.
public static DeleteLogstashRequest build(Map<String,?> map) throws Exception
Exception
public DeleteLogstashRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteLogstashRequest setDeleteType(String deleteType)
public String getDeleteType()
Copyright © 2024. All rights reserved.