Package | Description |
---|---|
com.tencentcloudapi.tke.v20180525.models |
Modifier and Type | Method and Description |
---|---|
SwitchInfo |
Switch.getAudit()
Get 审计开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
SwitchInfo |
Switch.getEvent()
Get 事件开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
SwitchInfo |
Switch.getLog()
Get 普通日志的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
SwitchInfo |
Switch.getMasterLog()
Get master 日志详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
Switch.setAudit(SwitchInfo Audit)
Set 审计开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Switch.setEvent(SwitchInfo Event)
Set 事件开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Switch.setLog(SwitchInfo Log)
Set 普通日志的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Switch.setMasterLog(SwitchInfo MasterLog)
Set master 日志详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
SwitchInfo(SwitchInfo 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.
|
Copyright © 2024. All rights reserved.