Uses of Class
com.ibm.cloud.is.vpc.v1.model.SecurityGroupRule
Packages that use SecurityGroupRule
Package
Description
Virtual Private Cloud API v1.
-
Uses of SecurityGroupRule in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type SecurityGroupRuleModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<SecurityGroupRule> Vpc.createSecurityGroupRule
(CreateSecurityGroupRuleOptions createSecurityGroupRuleOptions) Create a rule for a security group.com.ibm.cloud.sdk.core.http.ServiceCall
<SecurityGroupRule> Vpc.getSecurityGroupRule
(GetSecurityGroupRuleOptions getSecurityGroupRuleOptions) Retrieve a security group rule.com.ibm.cloud.sdk.core.http.ServiceCall
<SecurityGroupRule> Vpc.updateSecurityGroupRule
(UpdateSecurityGroupRuleOptions updateSecurityGroupRuleOptions) Update a security group rule. -
Uses of SecurityGroupRule in com.ibm.cloud.is.vpc.v1.model
Subclasses of SecurityGroupRule in com.ibm.cloud.is.vpc.v1.modelModifier and TypeClassDescriptionclass
A rule allowing traffic for all supported protocols.class
A rule specifying the ICMP traffic to allow.class
A rule specifying the TCP or UDP traffic to allow.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type SecurityGroupRule