Class: Google::Apis::ComputeV1::MachineTypesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MachineTypesScopedList

Returns a new instance of MachineTypesScopedList.



14932
14933
14934
# File 'generated/google/apis/compute_v1/classes.rb', line 14932

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#machine_typesArray<Google::Apis::ComputeV1::MachineType>

[Output Only] A list of machine types contained in this scope. Corresponds to the JSON property machineTypes



14924
14925
14926
# File 'generated/google/apis/compute_v1/classes.rb', line 14924

def machine_types
  @machine_types
end

#warningGoogle::Apis::ComputeV1::MachineTypesScopedList::Warning

[Output Only] An informational warning that appears when the machine types list is empty. Corresponds to the JSON property warning



14930
14931
14932
# File 'generated/google/apis/compute_v1/classes.rb', line 14930

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14937
14938
14939
14940
# File 'generated/google/apis/compute_v1/classes.rb', line 14937

def update!(**args)
  @machine_types = args[:machine_types] if args.key?(:machine_types)
  @warning = args[:warning] if args.key?(:warning)
end