Uses of Enum
software.amazon.awscdk.services.ecs.NetworkMode
Packages that use NetworkMode
-
Uses of NetworkMode in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return NetworkModeModifier and TypeMethodDescriptionPortMap.getNetworkmode()The networking mode to use for the containers in the task.ServiceConnect.getNetworkmode()The networking mode to use for the containers in the task.default NetworkModeCommonTaskDefinitionAttributes.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeCommonTaskDefinitionAttributes.Jsii$Proxy.getNetworkMode()final NetworkModeEc2TaskDefinitionAttributes.Jsii$Proxy.getNetworkMode()default NetworkModeEc2TaskDefinitionProps.getNetworkMode()The Docker networking mode to use for the containers in the task.final NetworkModeEc2TaskDefinitionProps.Jsii$Proxy.getNetworkMode()final NetworkModeExternalTaskDefinitionAttributes.Jsii$Proxy.getNetworkMode()default NetworkModeExternalTaskDefinitionProps.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeExternalTaskDefinitionProps.Jsii$Proxy.getNetworkMode()FargateTaskDefinition.getNetworkMode()The Docker networking mode to use for the containers in the task.final NetworkModeFargateTaskDefinitionAttributes.Jsii$Proxy.getNetworkMode()default NetworkModeIEc2TaskDefinition.Jsii$Default.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeIEc2TaskDefinition.Jsii$Proxy.getNetworkMode()The networking mode to use for the containers in the task.default NetworkModeIExternalTaskDefinition.Jsii$Default.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeIExternalTaskDefinition.Jsii$Proxy.getNetworkMode()The networking mode to use for the containers in the task.default NetworkModeIFargateTaskDefinition.Jsii$Default.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeIFargateTaskDefinition.Jsii$Proxy.getNetworkMode()The networking mode to use for the containers in the task.ITaskDefinition.getNetworkMode()The networking mode to use for the containers in the task.default NetworkModeITaskDefinition.Jsii$Default.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeITaskDefinition.Jsii$Proxy.getNetworkMode()The networking mode to use for the containers in the task.TaskDefinition.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeTaskDefinitionAttributes.Jsii$Proxy.getNetworkMode()default NetworkModeTaskDefinitionProps.getNetworkMode()The networking mode to use for the containers in the task.final NetworkModeTaskDefinitionProps.Jsii$Proxy.getNetworkMode()static NetworkModeReturns the enum constant of this type with the specified name.static NetworkMode[]NetworkMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type NetworkModeModifier and TypeMethodDescriptionstatic PortMap.BuilderPortMap.Builder.create(NetworkMode networkmode) static ServiceConnect.BuilderServiceConnect.Builder.create(NetworkMode networkmode) CommonTaskDefinitionAttributes.Builder.networkMode(NetworkMode networkMode) Sets the value ofCommonTaskDefinitionAttributes.getNetworkMode()Ec2TaskDefinition.Builder.networkMode(NetworkMode networkMode) The Docker networking mode to use for the containers in the task.Ec2TaskDefinitionAttributes.Builder.networkMode(NetworkMode networkMode) Sets the value ofCommonTaskDefinitionAttributes.getNetworkMode()Ec2TaskDefinitionProps.Builder.networkMode(NetworkMode networkMode) Sets the value ofEc2TaskDefinitionProps.getNetworkMode()ExternalTaskDefinition.Builder.networkMode(NetworkMode networkMode) The networking mode to use for the containers in the task.ExternalTaskDefinitionAttributes.Builder.networkMode(NetworkMode networkMode) Sets the value ofCommonTaskDefinitionAttributes.getNetworkMode()ExternalTaskDefinitionProps.Builder.networkMode(NetworkMode networkMode) Sets the value ofExternalTaskDefinitionProps.getNetworkMode()FargateTaskDefinitionAttributes.Builder.networkMode(NetworkMode networkMode) Sets the value ofCommonTaskDefinitionAttributes.getNetworkMode()TaskDefinition.Builder.networkMode(NetworkMode networkMode) The networking mode to use for the containers in the task.TaskDefinitionAttributes.Builder.networkMode(NetworkMode networkMode) Sets the value ofCommonTaskDefinitionAttributes.getNetworkMode()TaskDefinitionProps.Builder.networkMode(NetworkMode networkMode) Sets the value ofTaskDefinitionProps.getNetworkMode()Constructors in software.amazon.awscdk.services.ecs with parameters of type NetworkModeModifierConstructorDescriptionPortMap(NetworkMode networkmode, PortMapping pm) ServiceConnect(NetworkMode networkmode, PortMapping pm)