Package com.ibm.cloud.is.vpc.v1.model
Class CreateNetworkAclRuleOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CreateNetworkAclRuleOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateNetworkAclRuleOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createNetworkAclRule options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateNetworkAclRuleOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
networkAclId()
Gets the networkAclId.NetworkACLRulePrototype
networkAclRulePrototype()
Gets the networkAclRulePrototype.CreateNetworkAclRuleOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CreateNetworkAclRuleOptions.Builder newBuilder()
New builder.- Returns:
- a CreateNetworkAclRuleOptions builder
-
networkAclId
public String networkAclId()
Gets the networkAclId. The network ACL identifier.- Returns:
- the networkAclId
-
networkAclRulePrototype
public NetworkACLRulePrototype networkAclRulePrototype()
Gets the networkAclRulePrototype. The network ACL rule prototype object.- Returns:
- the networkAclRulePrototype
-
-