public class DeleteSecurityPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteSecurityPolicyRequest() |
DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest 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 |
getCidrBlock()
Get 网段或IP(互斥)
|
Long |
getPolicyIndex()
Get 白名单Id
|
String |
getPolicyVersion()
Get 白名单版本
|
String |
getRegistryId()
Get 实例Id
|
void |
setCidrBlock(String CidrBlock)
Set 网段或IP(互斥)
|
void |
setPolicyIndex(Long PolicyIndex)
Set 白名单Id
|
void |
setPolicyVersion(String PolicyVersion)
Set 白名单版本
|
void |
setRegistryId(String RegistryId)
Set 实例Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteSecurityPolicyRequest()
public DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- 实例Idpublic Long getPolicyIndex()
public void setPolicyIndex(Long PolicyIndex)
PolicyIndex
- 白名单Idpublic String getPolicyVersion()
public void setPolicyVersion(String PolicyVersion)
PolicyVersion
- 白名单版本public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- 网段或IP(互斥)Copyright © 2024. All rights reserved.