Package com.ibm.cloud.is.vpc.v1.model
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.GenericModelThe listNetworkAclRules options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListNetworkAclRulesOptions.BuilderBuilder.static interfaceListNetworkAclRulesOptions.DirectionFilters the collection to rules with a `direction` property matching the specified value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdirection()Gets the direction.Longlimit()Gets the limit.StringnetworkAclId()Gets the networkAclId.ListNetworkAclRulesOptions.BuildernewBuilder()New builder.Stringstart()Gets the start.
-
-
-
Method Detail
-
newBuilder
public ListNetworkAclRulesOptions.Builder newBuilder()
New builder.- Returns:
- a ListNetworkAclRulesOptions builder
-
networkAclId
public String networkAclId()
Gets the networkAclId. The network ACL identifier.- Returns:
- the networkAclId
-
start
public String start()
Gets the start. A server-provided token determining what resource to start the page on.- Returns:
- the start
-
limit
public Long limit()
Gets the limit. The number of resources to return on a page.- Returns:
- the limit
-
direction
public String direction()
Gets the direction. Filters the collection to rules with a `direction` property matching the specified value.- Returns:
- the direction
-
-