Class: Google::Apis::ComputeAlpha::GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet
- 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) ⇒ GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet
constructor
A new instance of GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet
Returns a new instance of GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet.
19760 19761 19762 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19760 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
19758 19759 19760 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19758 def all_of_selectors @all_of_selectors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19765 19766 19767 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19765 def update!(**args) @all_of_selectors = args[:all_of_selectors] if args.key?(:all_of_selectors) end |