Class: Google::Apis::ComputeBeta::VmExtensionPoliciesScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VmExtensionPoliciesScopedList

Returns a new instance of VmExtensionPoliciesScopedList.



70350
70351
70352
# File 'lib/google/apis/compute_beta/classes.rb', line 70350

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

Instance Attribute Details

#vm_extension_policiesArray<Google::Apis::ComputeBeta::VmExtensionPolicy>

List of VmExtensionPolicy resources contained in this scope. Corresponds to the JSON property vmExtensionPolicies



70342
70343
70344
# File 'lib/google/apis/compute_beta/classes.rb', line 70342

def vm_extension_policies
  @vm_extension_policies
end

#warningGoogle::Apis::ComputeBeta::VmExtensionPoliciesScopedList::Warning

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property warning



70348
70349
70350
# File 'lib/google/apis/compute_beta/classes.rb', line 70348

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



70355
70356
70357
70358
# File 'lib/google/apis/compute_beta/classes.rb', line 70355

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