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.



72530
72531
72532
# File 'lib/google/apis/compute_beta/classes.rb', line 72530

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



72522
72523
72524
# File 'lib/google/apis/compute_beta/classes.rb', line 72522

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



72528
72529
72530
# File 'lib/google/apis/compute_beta/classes.rb', line 72528

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



72535
72536
72537
72538
# File 'lib/google/apis/compute_beta/classes.rb', line 72535

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