Class: Google::Apis::ComputeBeta::InterconnectAttachmentPrivateInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Overview

Private information for an interconnect attachment when this belongs to an interconnect of type IT_PRIVATE.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentPrivateInfo

Returns a new instance of InterconnectAttachmentPrivateInfo



10122
10123
10124
# File 'generated/google/apis/compute_beta/classes.rb', line 10122

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)


10120
10121
10122
# File 'generated/google/apis/compute_beta/classes.rb', line 10120

def tag8021q
  @tag8021q
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10127
10128
10129
# File 'generated/google/apis/compute_beta/classes.rb', line 10127

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