Class: Google::Apis::ComputeBeta::InterconnectAttachmentPrivateInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeBeta::InterconnectAttachmentPrivateInfo
 
 
- Defined in:
 - generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentPrivateInfo
Returns a new instance of InterconnectAttachmentPrivateInfo
      11053 11054 11055  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 11053 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
      11051 11052 11053  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 11051 def tag8021q @tag8021q end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      11058 11059 11060  | 
    
      # File 'generated/google/apis/compute_beta/classes.rb', line 11058 def update!(**args) @tag8021q = args[:tag8021q] if args.key?(:tag8021q) end  |