Class: Google::Apis::ComputeAlpha::VmExtensionPolicyInstalledSoftwareSelectorSelectorSet
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::VmExtensionPolicyInstalledSoftwareSelectorSelectorSet
- 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
-
#all_of_selectors ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VmExtensionPolicyInstalledSoftwareSelectorSelectorSet
constructor
A new instance of VmExtensionPolicyInstalledSoftwareSelectorSelectorSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_selectors ⇒ Array<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
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 |