public static class CreateResourceRequest.CreateResourceRequestSelfManagedResourceOptionsNodeTolerations
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
effect
The result.
|
String |
key
The key name.
|
String |
operator
The relationship between key names and key values.
|
String |
value
The key value.
|
| 构造器和说明 |
|---|
CreateResourceRequestSelfManagedResourceOptionsNodeTolerations() |
@NameInMap(value="effect") public String effect
The result.
Valid values:
NoSchedule
@NameInMap(value="key") public String key
The key name.
example:key1
@NameInMap(value="operator") public String operator
The relationship between key names and key values.
Valid values:
Equal
@NameInMap(value="value") public String value
The key value.
example:value1
public CreateResourceRequestSelfManagedResourceOptionsNodeTolerations()
public static CreateResourceRequest.CreateResourceRequestSelfManagedResourceOptionsNodeTolerations build(Map<String,?> map) throws Exception
Exceptionpublic CreateResourceRequest.CreateResourceRequestSelfManagedResourceOptionsNodeTolerations setEffect(String effect)
public String getEffect()
public CreateResourceRequest.CreateResourceRequestSelfManagedResourceOptionsNodeTolerations setKey(String key)
public String getKey()
public CreateResourceRequest.CreateResourceRequestSelfManagedResourceOptionsNodeTolerations setOperator(String operator)
public String getOperator()
public CreateResourceRequest.CreateResourceRequestSelfManagedResourceOptionsNodeTolerations setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.