Class PreservedStatePreservedNetworkIp
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class PreservedStatePreservedNetworkIp : IDirectResponseSchema
Properties
AutoDelete
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.
Declaration
[JsonProperty("autoDelete")]
public virtual string AutoDelete { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
Ip address representation
Declaration
[JsonProperty("ipAddress")]
public virtual PreservedStatePreservedNetworkIpIpAddress IpAddress { get; set; }
Property Value
Type | Description |
---|---|
PreservedStatePreservedNetworkIpIpAddress |