Show / Hide Table of Contents

Class PreservedStatePreservedNetworkIpIpAddress

Inheritance
System.Object
PreservedStatePreservedNetworkIpIpAddress
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top