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.



83765
83766
83767
# File 'lib/google/apis/compute_alpha/classes.rb', line 83765

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>)


83763
83764
83765
# File 'lib/google/apis/compute_alpha/classes.rb', line 83763

def all_of_selectors
  @all_of_selectors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



83770
83771
83772
# File 'lib/google/apis/compute_alpha/classes.rb', line 83770

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