Compute Engine v1 API - Class StatefulPolicyPreservedStateNetworkIp (2.15.0)

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

Inheritance

object > StatefulPolicyPreservedStateNetworkIp

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

StatefulPolicyPreservedStateNetworkIp()

public StatefulPolicyPreservedStateNetworkIp()

StatefulPolicyPreservedStateNetworkIp(StatefulPolicyPreservedStateNetworkIp)

public StatefulPolicyPreservedStateNetworkIp(StatefulPolicyPreservedStateNetworkIp other)
Parameter
NameDescription
otherStatefulPolicyPreservedStateNetworkIp

Properties

AutoDelete

public string AutoDelete { get; set; }

These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Check the AutoDelete enum for the list of possible values.

Property Value
TypeDescription
string

HasAutoDelete

public bool HasAutoDelete { get; }

Gets whether the "auto_delete" field is set

Property Value
TypeDescription
bool