Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkACLIdentity
-
Packages that use NetworkACLIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of NetworkACLIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of NetworkACLIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
NetworkACLIdentityByCRN
NetworkACLIdentityByCRN.class
NetworkACLIdentityByHref
NetworkACLIdentityByHref.class
NetworkACLIdentityById
NetworkACLIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return NetworkACLIdentity Modifier and Type Method Description NetworkACLIdentity
SubnetPatch. networkAcl()
Gets the networkAcl.NetworkACLIdentity
SubnetPrototype. networkAcl()
Gets the networkAcl.NetworkACLIdentity
ReplaceSubnetNetworkAclOptions. networkAclIdentity()
Gets the networkAclIdentity.NetworkACLIdentity
NetworkACLPrototype. sourceNetworkAcl()
Gets the sourceNetworkAcl.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type NetworkACLIdentity Modifier and Type Method Description SubnetPatch.Builder
SubnetPatch.Builder. networkAcl(NetworkACLIdentity networkAcl)
Set the networkAcl.SubnetPrototypeSubnetByCIDR.Builder
SubnetPrototypeSubnetByCIDR.Builder. networkAcl(NetworkACLIdentity networkAcl)
Set the networkAcl.SubnetPrototypeSubnetByTotalCount.Builder
SubnetPrototypeSubnetByTotalCount.Builder. networkAcl(NetworkACLIdentity networkAcl)
Set the networkAcl.ReplaceSubnetNetworkAclOptions.Builder
ReplaceSubnetNetworkAclOptions.Builder. networkAclIdentity(NetworkACLIdentity networkAclIdentity)
Set the networkAclIdentity.NetworkACLPrototypeNetworkACLBySourceNetworkACL.Builder
NetworkACLPrototypeNetworkACLBySourceNetworkACL.Builder. sourceNetworkAcl(NetworkACLIdentity sourceNetworkAcl)
Set the sourceNetworkAcl.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type NetworkACLIdentity Constructor Description Builder(NetworkACLIdentity networkAclIdentityByCrn)
Instantiates a new Builder from an existing NetworkACLIdentityByCRN instance.Builder(NetworkACLIdentity networkAclIdentityByHref)
Instantiates a new Builder from an existing NetworkACLIdentityByHref instance.Builder(NetworkACLIdentity networkAclIdentityById)
Instantiates a new Builder from an existing NetworkACLIdentityById instance.Builder(VPCIdentity vpc, NetworkACLIdentity sourceNetworkAcl)
Instantiates a new builder with required properties.Builder(String id, NetworkACLIdentity networkAclIdentity)
Instantiates a new builder with required properties.
-