Class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
[Output Only] A consumer forwarding rule connected to this service attachment.
Instance Attribute Summary collapse
-
#forwarding_rule ⇒ String
The url of a consumer forwarding rule.
-
#status ⇒ String
The status of the forwarding rule.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceAttachmentConsumerForwardingRule
constructor
A new instance of ServiceAttachmentConsumerForwardingRule.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceAttachmentConsumerForwardingRule
Returns a new instance of ServiceAttachmentConsumerForwardingRule.
35510 35511 35512 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35510 def initialize(**args) update!(**args) end |
Instance Attribute Details
#forwarding_rule ⇒ String
The url of a consumer forwarding rule.
Corresponds to the JSON property forwardingRule
35503 35504 35505 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35503 def forwarding_rule @forwarding_rule end |
#status ⇒ String
The status of the forwarding rule.
Corresponds to the JSON property status
35508 35509 35510 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35508 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35515 35516 35517 35518 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35515 def update!(**args) @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule) @status = args[:status] if args.key?(:status) end |