Uses of Class
com.ibm.cloud.is.vpc.v1.model.NetworkACLIdentity
Packages that use NetworkACLIdentity
-
Uses of NetworkACLIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of NetworkACLIdentity in com.ibm.cloud.is.vpc.v1.modelModifier and TypeClassDescriptionclassNetworkACLIdentityByCRN.classNetworkACLIdentityByHref.classNetworkACLIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return NetworkACLIdentityModifier and TypeMethodDescriptionSubnetPatch.networkAcl()Gets the networkAcl.SubnetPrototype.networkAcl()Gets the networkAcl.ReplaceSubnetNetworkAclOptions.networkAclIdentity()Gets the networkAclIdentity.NetworkACLPrototype.sourceNetworkAcl()Gets the sourceNetworkAcl.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type NetworkACLIdentityModifier and TypeMethodDescriptionSubnetPatch.Builder.networkAcl(NetworkACLIdentity networkAcl) Set the networkAcl.SubnetPrototypeSubnetByCIDR.Builder.networkAcl(NetworkACLIdentity networkAcl) Set the networkAcl.SubnetPrototypeSubnetByTotalCount.Builder.networkAcl(NetworkACLIdentity networkAcl) Set the networkAcl.ReplaceSubnetNetworkAclOptions.Builder.networkAclIdentity(NetworkACLIdentity networkAclIdentity) Set the networkAclIdentity.NetworkACLPrototypeNetworkACLBySourceNetworkACL.Builder.sourceNetworkAcl(NetworkACLIdentity sourceNetworkAcl) Set the sourceNetworkAcl.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type NetworkACLIdentityModifierConstructorDescriptionBuilder(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.