public class UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest extends AbstractModel
skipSign
Constructor and Description |
---|
UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest() |
UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest(UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest 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 |
---|---|
String |
getClusterId()
Get 集群Id
|
String |
getDescription()
Get 策略描述
|
Long |
getId()
Get 策略id
|
String |
getYaml()
Get base64编码的networkpolicy yaml字符串
|
void |
setClusterId(String ClusterId)
Set 集群Id
|
void |
setDescription(String Description)
Set 策略描述
|
void |
setId(Long Id)
Set 策略id
|
void |
setYaml(String Yaml)
Set base64编码的networkpolicy yaml字符串
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest()
public UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest(UpdateAndPublishNetworkFirewallPolicyYamlDetailRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群Idpublic Long getId()
public void setId(Long Id)
Id
- 策略idpublic String getYaml()
public void setYaml(String Yaml)
Yaml
- base64编码的networkpolicy yaml字符串public String getDescription()
public void setDescription(String Description)
Description
- 策略描述Copyright © 2023. All rights reserved.