Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkACL
Packages that use NetworkACL
Package
Description
Virtual Private Cloud API v1.
-
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 NetworkACLModifier and TypeMethodDescriptioncom.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 NetworkACLModifier and TypeMethodDescriptionNetworkAclsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.NetworkACLCollection.getNetworkAcls()Gets the networkAcls.NetworkAclsPager.getNext()Returns the next page of results.