Method: Google::Apis::BaremetalsolutionV1alpha1::InstanceConfig#update!

Defined in:
lib/google/apis/baremetalsolution_v1alpha1/classes.rb

#update!(**args) ⇒ Object

Update properties of this object



77
78
79
80
81
82
83
84
85
86
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 77

def update!(**args)
  @client_network = args[:client_network] if args.key?(:client_network)
  @hyperthreading = args[:hyperthreading] if args.key?(:hyperthreading)
  @id = args[:id] if args.key?(:id)
  @instance_type = args[:instance_type] if args.key?(:instance_type)
  @location = args[:location] if args.key?(:location)
  @os_image = args[:os_image] if args.key?(:os_image)
  @private_network = args[:private_network] if args.key?(:private_network)
  @user_note = args[:user_note] if args.key?(:user_note)
end