Class: Google::Apis::ComputeAlpha::VmExtensionPoliciesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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.



79734
79735
79736
# File 'lib/google/apis/compute_alpha/classes.rb', line 79734

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

Instance Attribute Details

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

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



79726
79727
79728
# File 'lib/google/apis/compute_alpha/classes.rb', line 79726

def vm_extension_policies
  @vm_extension_policies
end

#warningGoogle::Apis::ComputeAlpha::VmExtensionPoliciesScopedList::Warning

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



79732
79733
79734
# File 'lib/google/apis/compute_alpha/classes.rb', line 79732

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



79739
79740
79741
79742
# File 'lib/google/apis/compute_alpha/classes.rb', line 79739

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