Class: Google::Apis::ComputeBeta::InterconnectAttachmentL2ForwardingGeneveHeader
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectAttachmentL2ForwardingGeneveHeader
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
GeneveHeader related configurations.
Instance Attribute Summary collapse
-
#vni ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentL2ForwardingGeneveHeader
constructor
A new instance of InterconnectAttachmentL2ForwardingGeneveHeader.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentL2ForwardingGeneveHeader
Returns a new instance of InterconnectAttachmentL2ForwardingGeneveHeader.
29487 29488 29489 |
# File 'lib/google/apis/compute_beta/classes.rb', line 29487 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vni ⇒ Fixnum
Optional. VNI is a 24-bit unique virtual network identifier, from 0 to
16,777,215.
Corresponds to the JSON property vni
29485 29486 29487 |
# File 'lib/google/apis/compute_beta/classes.rb', line 29485 def vni @vni end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29492 29493 29494 |
# File 'lib/google/apis/compute_beta/classes.rb', line 29492 def update!(**args) @vni = args[:vni] if args.key?(:vni) end |