Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkACL
-
Packages that use NetworkACL Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of NetworkACL in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type NetworkACL Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACL>Vpc. createNetworkAcl(CreateNetworkAclOptions createNetworkAclOptions)Create a network ACL.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACL>Vpc. getNetworkAcl(GetNetworkAclOptions getNetworkAclOptions)Retrieve a network ACL.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACL>Vpc. getSubnetNetworkAcl(GetSubnetNetworkAclOptions getSubnetNetworkAclOptions)Retrieve a subnet's attached network ACL.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACL>Vpc. replaceSubnetNetworkAcl(ReplaceSubnetNetworkAclOptions replaceSubnetNetworkAclOptions)Replace the network ACL for a subnet.com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACL>Vpc. updateNetworkAcl(UpdateNetworkAclOptions updateNetworkAclOptions)Update a network ACL. -
Uses of NetworkACL in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type NetworkACL Modifier and Type Method Description List<NetworkACL>NetworkAclsPager. getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<NetworkACL>NetworkACLCollection. getNetworkAcls()Gets the networkAcls.List<NetworkACL>NetworkAclsPager. getNext()Returns the next page of results.
-