Class: Google::Cloud::BareMetalSolution::V2::NetworkConfig::IntakeVlanAttachment
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::NetworkConfig::IntakeVlanAttachment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb
Overview
A GCP vlan attachment.
Instance Attribute Summary collapse
-
#id ⇒ ::String
Identifier of the VLAN attachment.
-
#pairing_key ⇒ ::String
Attachment pairing key.
Instance Attribute Details
#id ⇒ ::String
Returns Identifier of the VLAN attachment.
471 472 473 474 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 471 class IntakeVlanAttachment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pairing_key ⇒ ::String
Returns Attachment pairing key.
471 472 473 474 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/provisioning.rb', line 471 class IntakeVlanAttachment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |