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