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