Uses of Class
com.cloudforgeci.api.network.VpcFactory
Packages that use VpcFactory
-
Uses of VpcFactory in com.cloudforgeci.api.compute
Methods in com.cloudforgeci.api.compute that return VpcFactoryModifier and TypeMethodDescriptionApplicationFactory.ApplicationSystem.vpc()Returns the value of thevpcrecord component.Constructors in com.cloudforgeci.api.compute with parameters of type VpcFactoryModifierConstructorDescriptionApplicationSystem(VpcFactory vpc, AlbFactory alb, EfsFactory efs) Creates an instance of aApplicationSystemrecord class. -
Uses of VpcFactory in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return VpcFactoryModifier and TypeMethodDescriptionSystemContext.createVpcFactory(software.constructs.Construct scope, String idPrefix) Creates a VPC factory with proper context injection.SystemContext.InfrastructureFactories.vpc()Returns the value of thevpcrecord component.Constructors in com.cloudforgeci.api.core with parameters of type VpcFactoryModifierConstructorDescriptionInfrastructureFactories(VpcFactory vpc, AlbFactory alb, EfsFactory efs, LoggingCwFactory logging) Creates an instance of aInfrastructureFactoriesrecord class.