Uses of Enum Class
com.cloudforge.core.enums.NetworkMode
Packages that use NetworkMode
Package
Description
-
Uses of NetworkMode in com.cloudforge.core.config
Fields in com.cloudforge.core.config declared as NetworkMode -
Uses of NetworkMode in com.cloudforge.core.enums
Methods in com.cloudforge.core.enums that return NetworkModeModifier and TypeMethodDescriptionstatic NetworkModeNetworkMode.defaultForProfile(SecurityProfile profile) Get default network mode for a security profile.static NetworkModeNetworkMode.fromString(String value) Parse network mode from string (case-insensitive).static NetworkModeReturns the enum constant of this class with the specified name.static NetworkMode[]NetworkMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NetworkMode in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return NetworkMode -
Uses of NetworkMode in com.cloudforgeci.api.core.security
Methods in com.cloudforgeci.api.core.security with parameters of type NetworkModeModifier and TypeMethodDescriptionintDevSecurityProfileConfiguration.getNatGatewayCount(TopologyType topology, RuntimeType runtime, NetworkMode networkMode) intProductionSecurityProfileConfiguration.getNatGatewayCount(TopologyType topology, RuntimeType runtime, NetworkMode networkMode) intStagingSecurityProfileConfiguration.getNatGatewayCount(TopologyType topology, RuntimeType runtime, NetworkMode networkMode) -
Uses of NetworkMode in com.cloudforgeci.api.interfaces
Methods in com.cloudforgeci.api.interfaces with parameters of type NetworkModeModifier and TypeMethodDescriptionintSecurityProfileConfiguration.getNatGatewayCount(TopologyType topology, RuntimeType runtime, NetworkMode networkMode) Get the number of NAT gateways to create based on topology, runtime, and security profile.