Compute Engine v1 API - Class ManagedInstanceVersion (2.8.0)

public sealed class ManagedInstanceVersion : IMessage<ManagedInstanceVersion>, IEquatable<ManagedInstanceVersion>, IDeepCloneable<ManagedInstanceVersion>, IBufferMessage, IMessage

Inheritance

object > ManagedInstanceVersion

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ManagedInstanceVersion()

public ManagedInstanceVersion()

ManagedInstanceVersion(ManagedInstanceVersion)

public ManagedInstanceVersion(ManagedInstanceVersion other)
Parameter
NameDescription
otherManagedInstanceVersion

Properties

HasInstanceTemplate

public bool HasInstanceTemplate { get; }

Gets whether the "instance_template" field is set

Property Value
TypeDescription
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
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
TypeDescription
string

Name

public string Name { get; set; }

[Output Only] Name of the version.

Property Value
TypeDescription
string