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.
19891 19892 19893 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19891 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
19889 19890 19891 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19889 def all_of_selectors @all_of_selectors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19896 19897 19898 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19896 def update!(**args) @all_of_selectors = args[:all_of_selectors] if args.key?(:all_of_selectors) end |