Package com.ibm.cloud.is.vpc.v1.model
Class UpdateNetworkAclRuleOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.UpdateNetworkAclRuleOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateNetworkAclRuleOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateNetworkAclRule options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateNetworkAclRuleOptions.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.Map<String,Object>
networkAclRulePatch()
Gets the networkAclRulePatch.UpdateNetworkAclRuleOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateNetworkAclRuleOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateNetworkAclRuleOptions 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
-
-