Class SecurityGroupRuleSecurityGroupRuleProtocolTCPUDP

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SecurityGroupRuleSecurityGroupRuleProtocolTCPUDP
    extends SecurityGroupRule
    A rule specifying the TCP or UDP traffic to allow. Either both `port_min` and `port_max` will be present, or neither. When neither is present, all destination ports are allowed for the protocol. When both have the same value, that single destination port is allowed.