public sealed class ManagedInstanceVersion : IMessage<ManagedInstanceVersion>, IEquatable<ManagedInstanceVersion>, IDeepCloneable<ManagedInstanceVersion>, IBufferMessage, IMessage
Implements
IMessageManagedInstanceVersion, IEquatableManagedInstanceVersion, IDeepCloneableManagedInstanceVersion, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ManagedInstanceVersion()
public ManagedInstanceVersion()
ManagedInstanceVersion(ManagedInstanceVersion)
public ManagedInstanceVersion(ManagedInstanceVersion other)
Parameter | |
---|---|
Name | Description |
other | ManagedInstanceVersion |
Properties
HasInstanceTemplate
public bool HasInstanceTemplate { get; }
Gets whether the "instance_template" 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 |
InstanceTemplate
public string InstanceTemplate { get; set; }
[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
[Output Only] Name of the version.
Property Value | |
---|---|
Type | Description |
string |