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