public class SecurityPolicy extends AbstractModel
Constructor and Description |
---|
SecurityPolicy() |
SecurityPolicy(SecurityPolicy 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 The public network IP address of the access source
|
String |
getDescription()
Get Remarks
|
Long |
getPolicyIndex()
Get Policy index
|
String |
getPolicyVersion()
Get The version of the security policy
|
void |
setCidrBlock(String CidrBlock)
Set The public network IP address of the access source
|
void |
setDescription(String Description)
Set Remarks
|
void |
setPolicyIndex(Long PolicyIndex)
Set Policy index
|
void |
setPolicyVersion(String PolicyVersion)
Set The version of the security policy
|
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 SecurityPolicy()
public SecurityPolicy(SecurityPolicy source)
public Long getPolicyIndex()
public void setPolicyIndex(Long PolicyIndex)
PolicyIndex
- Policy indexpublic String getDescription()
public void setDescription(String Description)
Description
- Remarkspublic String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- The public network IP address of the access sourcepublic String getPolicyVersion()
public void setPolicyVersion(String PolicyVersion)
PolicyVersion
- The version of the security policyCopyright © 2023. All rights reserved.