Package cn.ucloud.vpc.models
Class UpdateNetworkAclEntryRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.vpc.models.UpdateNetworkAclEntryRequest
-
public class UpdateNetworkAclEntryRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description UpdateNetworkAclEntryRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAclId()StringgetCidrBlock()StringgetDescription()StringgetDirection()StringgetEntryAction()StringgetEntryId()StringgetIpProtocol()StringgetPortRange()IntegergetPriority()StringgetProjectId()StringgetRegion()List<String>getTargetResourceIds()IntegergetTargetType()IntegerloadMaxRetries()IntegerloadTimeout()voidsetAclId(String aclId)voidsetCidrBlock(String cidrBlock)voidsetDescription(String description)voidsetDirection(String direction)voidsetEntryAction(String entryAction)voidsetEntryId(String entryId)voidsetIpProtocol(String ipProtocol)voidsetPortRange(String portRange)voidsetPriority(Integer priority)voidsetProjectId(String projectId)voidsetRegion(String region)voidsetTargetResourceIds(List<String> targetResourceIds)voidsetTargetType(Integer targetType)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getAclId
public String getAclId()
-
setAclId
public void setAclId(String aclId)
-
getEntryId
public String getEntryId()
-
setEntryId
public void setEntryId(String entryId)
-
getPriority
public Integer getPriority()
-
setPriority
public void setPriority(Integer priority)
-
getDirection
public String getDirection()
-
setDirection
public void setDirection(String direction)
-
getIpProtocol
public String getIpProtocol()
-
setIpProtocol
public void setIpProtocol(String ipProtocol)
-
getCidrBlock
public String getCidrBlock()
-
setCidrBlock
public void setCidrBlock(String cidrBlock)
-
getPortRange
public String getPortRange()
-
setPortRange
public void setPortRange(String portRange)
-
getEntryAction
public String getEntryAction()
-
setEntryAction
public void setEntryAction(String entryAction)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getTargetType
public Integer getTargetType()
-
setTargetType
public void setTargetType(Integer targetType)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-