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.GenericModel
The listNetworkAclRules options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListNetworkAclRulesOptions.Builder
Builder.static interface
ListNetworkAclRulesOptions.Direction
Filters 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 String
direction()
Gets the direction.Long
limit()
Gets the limit.String
networkAclId()
Gets the networkAclId.ListNetworkAclRulesOptions.Builder
newBuilder()
New builder.String
start()
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
-
-