GetServerFirewallRulesRule

data class GetServerFirewallRulesRule(val firewallRuleId: String, val id: String, val instanceId: String, val port: String, val remark: String, val ruleProtocol: String)

Constructors

Link copied to clipboard
constructor(firewallRuleId: String, id: String, instanceId: String, port: String, remark: String, ruleProtocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the firewall rule.

Link copied to clipboard
val id: String

The ID of the Firewall Rule. The value formats as <instance_id>:<firewall_rule_id>.

Link copied to clipboard

Alibaba Cloud simple application server instance ID.

Link copied to clipboard

The port range of the firewall rule.

Link copied to clipboard

The remarks of the firewall rule.

Link copied to clipboard

The transport layer protocol. Valid values: Tcp, Udp, TcpAndUdp.