Class: Google::Apis::ComputeAlpha::VmExtensionPolicyInstalledSoftwareSelectorSelectorSet

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VmExtensionPolicyInstalledSoftwareSelectorSelectorSet

Returns a new instance of VmExtensionPolicyInstalledSoftwareSelectorSelectorSet.



84042
84043
84044
# File 'lib/google/apis/compute_alpha/classes.rb', line 84042

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

Instance Attribute Details

#all_of_selectorsArray<String>

Optional. All software in this list must be detected (AND logic). Valid software names (e.g. "Apache Web Server"). Corresponds to the JSON property allOfSelectors

Returns:

  • (Array<String>)


84040
84041
84042
# File 'lib/google/apis/compute_alpha/classes.rb', line 84040

def all_of_selectors
  @all_of_selectors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



84047
84048
84049
# File 'lib/google/apis/compute_alpha/classes.rb', line 84047

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