Class: Google::Apis::ComputeAlpha::InterconnectAttachmentPrivateInfo
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentPrivateInfo
- 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
Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.
Instance Attribute Summary collapse
-
#tag8021q ⇒ Fixnum
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentPrivateInfo
constructor
A new instance of InterconnectAttachmentPrivateInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentPrivateInfo
Returns a new instance of InterconnectAttachmentPrivateInfo.
21456 21457 21458 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tag8021q ⇒ Fixnum
[Output Only] 802.1q encapsulation tag to be used for traffic between Google
and the customer, going to and from this network and region.
Corresponds to the JSON property tag8021q
21454 21455 21456 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21454 def tag8021q @tag8021q end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21461 21462 21463 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21461 def update!(**args) @tag8021q = args[:tag8021q] if args.key?(:tag8021q) end |