Class: Google::Cloud::Build::V1::PrivatePoolV1Config::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::PrivatePoolV1Config::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Defines the network configuration for the pool.
Defined Under Namespace
Modules: EgressOption
Instance Attribute Summary collapse
-
#egress_option ⇒ ::Google::Cloud::Build::V1::PrivatePoolV1Config::NetworkConfig::EgressOption
Option to configure network egress for the workers.
-
#peered_network ⇒ ::String
Required.
-
#peered_network_ip_range ⇒ ::String
Immutable.
Instance Attribute Details
#egress_option ⇒ ::Google::Cloud::Build::V1::PrivatePoolV1Config::NetworkConfig::EgressOption
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2228 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the egress option for the pool. module EgressOption # If set, defaults to PUBLIC_EGRESS. EGRESS_OPTION_UNSPECIFIED = 0 # If set, workers are created without any public address, which prevents # network egress to public IPs unless a network proxy is configured. NO_PUBLIC_EGRESS = 1 # If set, workers are created with a public address which allows for # public internet egress. PUBLIC_EGRESS = 2 end end |
#peered_network ⇒ ::String
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2228 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the egress option for the pool. module EgressOption # If set, defaults to PUBLIC_EGRESS. EGRESS_OPTION_UNSPECIFIED = 0 # If set, workers are created without any public address, which prevents # network egress to public IPs unless a network proxy is configured. NO_PUBLIC_EGRESS = 1 # If set, workers are created with a public address which allows for # public internet egress. PUBLIC_EGRESS = 2 end end |
#peered_network_ip_range ⇒ ::String
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2228 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the egress option for the pool. module EgressOption # If set, defaults to PUBLIC_EGRESS. EGRESS_OPTION_UNSPECIFIED = 0 # If set, workers are created without any public address, which prevents # network egress to public IPs unless a network proxy is configured. NO_PUBLIC_EGRESS = 1 # If set, workers are created with a public address which allows for # public internet egress. PUBLIC_EGRESS = 2 end end |