public class InstanceOperator extends AbstractModel
Constructor and Description |
---|
InstanceOperator() |
InstanceOperator(InstanceOperator source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
OperatorAction[] |
getDeniedActions()
Get Prohibited operations for the instance
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID
|
void |
setDeniedActions(OperatorAction[] DeniedActions)
Set Prohibited operations for the instance
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InstanceOperator()
public InstanceOperator(InstanceOperator source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic OperatorAction[] getDeniedActions()
public void setDeniedActions(OperatorAction[] DeniedActions)
DeniedActions
- Prohibited operations for the instance
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.