Class: Google::Cloud::Run::V2::VpcAccess::NetworkInterface
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::VpcAccess::NetworkInterface
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/vendor_settings.rb
Overview
Direct VPC egress settings.
Instance Attribute Summary collapse
-
#network ⇒ ::String
Optional.
-
#subnetwork ⇒ ::String
Optional.
-
#tags ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#network ⇒ ::String
Returns Optional. The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 63 class NetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork ⇒ ::String
Returns Optional. The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 63 class NetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tags ⇒ ::Array<::String>
Returns Optional. Network tags applied to this Cloud Run resource.
63 64 65 66 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 63 class NetworkInterface include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |