Class GlobalVmExtensionPolicy
Message describing GlobalVmExtensionPolicy object.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GlobalVmExtensionPolicy : IDirectResponseSchema
Properties
CreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
An optional description of this resource. Provide this property when you create the resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExtensionPolicies
Required. Map from extension (eg: "cloudops") to its policy configuration. The key is the name of the extension.
Declaration
[JsonProperty("extensionPolicies")]
public virtual IDictionary<string, GlobalVmExtensionPolicyExtensionPolicy> ExtensionPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GlobalVmExtensionPolicyExtensionPolicy> |
Id
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
InstanceSelectors
Optional. Selector to target VMs for a policy. There is a logical "AND" between instance_selectors.
Declaration
[JsonProperty("instanceSelectors")]
public virtual IList<GlobalVmExtensionPolicyInstanceSelector> InstanceSelectors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GlobalVmExtensionPolicyInstanceSelector> |
Kind
Output only. [Output Only] Type of the resource. Alwayscompute#globalVmExtensionPolicy for globalVmExtensionPolicies.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters
long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular
expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all
following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be
a dash.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Priority
Optional. Used to resolve conflicts when multiple policies are active for the same extension. Defaults to 0. Larger the number, higher the priority. When the priority is the same, the policy with the newer create time has higher priority.
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RolloutOperation
Required. The rollout strategy and status.
Declaration
[JsonProperty("rolloutOperation")]
public virtual GlobalVmExtensionPolicyRolloutOperation RolloutOperation { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalVmExtensionPolicyRolloutOperation |
ScopedResourceStatus
Output only. [Output Only] The scoped resource status. It's only for tracking the purging status of the policy.
Declaration
[JsonProperty("scopedResourceStatus")]
public virtual string ScopedResourceStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLink
Output only. [Output Only] Server-defined fully-qualified URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLinkWithId
Output only. [Output Only] Server-defined URL for this resource's resource id.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTimestamp
Output only. [Output Only] Update timestamp inRFC3339 text format.
Declaration
[JsonProperty("updateTimestamp")]
public virtual string UpdateTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |