Class: Google::Apis::ComputeAlpha::InterconnectAttachmentPrivateInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentPrivateInfo

Returns a new instance of InterconnectAttachmentPrivateInfo.



18012
18013
18014
# File 'generated/google/apis/compute_alpha/classes.rb', line 18012

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tag8021qFixnum

[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

Returns:

  • (Fixnum)


18010
18011
18012
# File 'generated/google/apis/compute_alpha/classes.rb', line 18010

def tag8021q
  @tag8021q
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18017
18018
18019
# File 'generated/google/apis/compute_alpha/classes.rb', line 18017

def update!(**args)
  @tag8021q = args[:tag8021q] if args.key?(:tag8021q)
end