Show / Hide Table of Contents

Class PreservedStatePreservedNetworkIpIpAddress

Inheritance
object
PreservedStatePreservedNetworkIpIpAddress
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreservedStatePreservedNetworkIpIpAddress : IDirectResponseSchema

Properties

Address

The URL of the reservation for this IP address.

Declaration
[JsonProperty("address")]
public virtual string Address { 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

Literal

An IPv4 internal network address to assign to the instance for this network interface.

Declaration
[JsonProperty("literal")]
public virtual string Literal { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX