public sealed class StatefulPolicyPreservedStateNetworkIp : IMessage<StatefulPolicyPreservedStateNetworkIp>, IEquatable<StatefulPolicyPreservedStateNetworkIp>, IDeepCloneable<StatefulPolicyPreservedStateNetworkIp>, IBufferMessage, IMessage
Implements
IMessageStatefulPolicyPreservedStateNetworkIp, IEquatableStatefulPolicyPreservedStateNetworkIp, IDeepCloneableStatefulPolicyPreservedStateNetworkIp, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
StatefulPolicyPreservedStateNetworkIp()
public StatefulPolicyPreservedStateNetworkIp()
StatefulPolicyPreservedStateNetworkIp(StatefulPolicyPreservedStateNetworkIp)
public StatefulPolicyPreservedStateNetworkIp(StatefulPolicyPreservedStateNetworkIp other)
Parameter | |
---|---|
Name | Description |
other | StatefulPolicyPreservedStateNetworkIp |
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 | |
---|---|
Type | Description |
string |
HasAutoDelete
public bool HasAutoDelete { get; }
Gets whether the "auto_delete" field is set
Property Value | |
---|---|
Type | Description |
bool |