Class ListNetworkAclRulesOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.ListNetworkAclRulesOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListNetworkAclRulesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listNetworkAclRules options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder.static interface
Filters the collection to rules with a `direction` property matching the specified value. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ListNetworkAclRulesOptions builder
-
networkAclId
Gets the networkAclId. The network ACL identifier.- Returns:
- the networkAclId
-
start
Gets the start. A server-provided token determining what resource to start the page on.- Returns:
- the start
-
limit
-
direction
Gets the direction. Filters the collection to rules with a `direction` property matching the specified value.- Returns:
- the direction
-