Class: Google::Cloud::Compute::V1::ForwardingRuleAttachedExtension
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ForwardingRuleAttachedExtension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Reference to an extension resource that is attached to this ForwardingRule.
Instance Attribute Summary collapse
-
#reference ⇒ ::String
Output only.
Instance Attribute Details
#reference ⇒ ::String
Returns Output only. The resource name.
21588 21589 21590 21591 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21588 class ForwardingRuleAttachedExtension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |