Class: Google::Cloud::Compute::V1::InterconnectAttachmentL2ForwardingGeneveHeader
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectAttachmentL2ForwardingGeneveHeader
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
GeneveHeader related configurations.
Instance Attribute Summary collapse
-
#vni ⇒ ::Integer
Optional.
Instance Attribute Details
#vni ⇒ ::Integer
Returns Optional. VNI is a 24-bit unique virtual network identifier, from 0 to 16,777,215.
36038 36039 36040 36041 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36038 class InterconnectAttachmentL2ForwardingGeneveHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |