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 range or IP address (mutually exclusive). | 
| Long | getPolicyIndex()Get Allowlist ID | 
| String | getPolicyVersion()Get Allowlist version | 
| String | getRegistryId()Get Instance ID | 
| void | setCidrBlock(String CidrBlock)Set IP range or IP address (mutually exclusive). | 
| void | setPolicyIndex(Long PolicyIndex)Set Allowlist ID | 
| void | setPolicyVersion(String PolicyVersion)Set Allowlist version | 
| void | setRegistryId(String RegistryId)Set Instance 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, toJsonStringpublic DeleteSecurityPolicyRequest()
public DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - Instance IDpublic Long getPolicyIndex()
public void setPolicyIndex(Long PolicyIndex)
PolicyIndex - Allowlist IDpublic String getPolicyVersion()
public void setPolicyVersion(String PolicyVersion)
PolicyVersion - Allowlist versionpublic String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock - IP range or IP address (mutually exclusive).Copyright © 2025. All rights reserved.