Class VmExtensionPolicyInstalledSoftwareSelector
Defines the software requirements for a VM extension policy.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class VmExtensionPolicyInstalledSoftwareSelector : IDirectResponseSchema
Properties
AnyOfSelectors
Optional. If any of these SelectorSets are satisfied, the condition is met (OR logic). The key is a user-provided name for this set.
Declaration
[JsonProperty("anyOfSelectors")]
public virtual IDictionary<string, VmExtensionPolicyInstalledSoftwareSelectorSelectorSet> AnyOfSelectors { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, VmExtensionPolicyInstalledSoftwareSelectorSelectorSet> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |