class Google::Apis::BaremetalsolutionV1alpha1::VlanAttachment

A GCP vlan attachment.

Attributes

id[RW]

Identifier of the VLAN attachment. Corresponds to the JSON property `id` @return [String]

pairing_key[RW]

Attachment pairing key. Corresponds to the JSON property `pairingKey` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/baremetalsolution_v1alpha1/classes.rb, line 951
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/baremetalsolution_v1alpha1/classes.rb, line 956
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @pairing_key = args[:pairing_key] if args.key?(:pairing_key)
end