- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class PerInstanceConfig : IMessage<PerInstanceConfig>, IEquatable<PerInstanceConfig>, IDeepCloneable<PerInstanceConfig>, IBufferMessage, IMessageImplements
IMessagePerInstanceConfig, IEquatablePerInstanceConfig, IDeepCloneablePerInstanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PerInstanceConfig()
public PerInstanceConfig()PerInstanceConfig(PerInstanceConfig)
public PerInstanceConfig(PerInstanceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PerInstanceConfig |
Properties
Fingerprint
public string Fingerprint { get; set; }Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance configuration or the field needs to be unset.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasFingerprint
public bool HasFingerprint { get; }Gets whether the "fingerprint" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }The name of a per-instance configuration and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance configuration with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance configuration for a VM instance that either doesn't exist or is not part of the group will result in an error.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PreservedState
public PreservedState PreservedState { get; set; }The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy.
| Property Value | |
|---|---|
| Type | Description |
PreservedState |
|
Status
public string Status { get; set; }The status of applying this per-instance configuration on the corresponding managed instance. Check the Status enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|