Network Config Egress Option
enum NetworkConfigEgressOption : Enum<NetworkConfigEgressOption> , ConvertibleToJava<NetworkConfigEgressOption>
Option to configure network egress for the workers.
Entries
Link copied to clipboard
If set, defaults to PUBLIC_EGRESS.
Link copied to clipboard
If set, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured.
Link copied to clipboard
If set, workers are created with a public address which allows for public internet egress.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.