Show / Hide Table of Contents

Class VmExtensionPolicyInstalledSoftwareSelector

Defines the software requirements for a VM extension policy.

Inheritance
object
VmExtensionPolicyInstalledSoftwareSelector
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX