Get Security Group Rules Rule
data class GetSecurityGroupRulesRule(val description: String, val destCidrIp: String, val destGroupId: String, val destGroupOwnerAccount: String, val direction: String, val ipProtocol: String, val nicType: String, val policy: String, val portRange: String, val priority: Int, val sourceCidrIp: String, val sourceGroupId: String, val sourceGroupOwnerAccount: String)
Constructors
Link copied to clipboard
fun GetSecurityGroupRulesRule(description: String, destCidrIp: String, destGroupId: String, destGroupOwnerAccount: String, direction: String, ipProtocol: String, nicType: String, policy: String, portRange: String, priority: Int, sourceCidrIp: String, sourceGroupId: String, sourceGroupOwnerAccount: String)