class Google::Apis::ComputeV1::InterconnectAttachmentPrivateInfo

Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.

Attributes

tag8021q[RW]
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` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 17071
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 17076
def update!(**args)
  @tag8021q = args[:tag8021q] if args.key?(:tag8021q)
end