Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkACLRule
-
Packages that use NetworkACLRule Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of NetworkACLRule in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type NetworkACLRule Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACLRule>Vpc. createNetworkAclRule(CreateNetworkAclRuleOptions createNetworkAclRuleOptions)Create a rule for a network ACL.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACLRule>Vpc. getNetworkAclRule(GetNetworkAclRuleOptions getNetworkAclRuleOptions)Retrieve a network ACL rule.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACLRule>Vpc. updateNetworkAclRule(UpdateNetworkAclRuleOptions updateNetworkAclRuleOptions)Update a network ACL rule. -
Uses of NetworkACLRule in com.ibm.cloud.is.vpc.v1.model
Subclasses of NetworkACLRule in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description classNetworkACLRuleNetworkACLRuleProtocolAllNetworkACLRuleNetworkACLRuleProtocolAll.classNetworkACLRuleNetworkACLRuleProtocolICMPNetworkACLRuleNetworkACLRuleProtocolICMP.classNetworkACLRuleNetworkACLRuleProtocolTCPUDPNetworkACLRuleNetworkACLRuleProtocolTCPUDP.
-