public class AclRule extends Object
| Constructor and Description |
|---|
AclRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getDescription() |
String |
getDestinationIpAddress() |
String |
getDestinationPort() |
String |
getDirection() |
String |
getId() |
Integer |
getIpVersion() |
Integer |
getPosition() |
String |
getProtocol() |
String |
getSourceIpAddress() |
String |
getSourcePort() |
String |
getSubnetId() |
AclRule |
setAction(String action) |
AclRule |
setDescription(String description) |
AclRule |
setDestinationIpAddress(String destinationIpAddress) |
AclRule |
setDestinationPort(String destinationPort) |
AclRule |
setDirection(String direction) |
AclRule |
setId(String id) |
AclRule |
setIpVersion(Integer ipVersion) |
AclRule |
setPosition(Integer position) |
AclRule |
setProtocol(String protocol) |
AclRule |
setSourceIpAddress(String sourceIpAddress) |
AclRule |
setSourcePort(String sourcePort) |
AclRule |
setSubnetId(String subnetId) |
String |
toString() |
public String getId()
public String getSubnetId()
public String getDescription()
public String getProtocol()
public String getSourceIpAddress()
public String getDestinationIpAddress()
public String getSourcePort()
public String getDestinationPort()
public Integer getPosition()
public String getDirection()
public Integer getIpVersion()
public String getAction()
Copyright © 2026. All rights reserved.