Show / Hide Table of Contents

Class InternalIpAddress

Inheritance
object
InternalIpAddress
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 InternalIpAddress : IDirectResponseSchema

Properties

Cidr

IP CIDR address or range.

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

Owner

The owner of the internal IP address.

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

Purpose

The purpose of the internal IP address if applicable.

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

Region

The region of the internal IP address if applicable.

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

Type

The type of the internal IP address.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX