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
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
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>
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 |