Class InternalIpAddress
Inheritance
System.Object
InternalIpAddress
Implements
Google.Apis.Requests.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 InternalIpAddress : IDirectResponseSchema
Properties
Cidr
IP CIDR address or range.
Declaration
[JsonProperty("cidr")]
public virtual string Cidr { 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 |
Owner
The owner of the internal IP address.
Declaration
[JsonProperty("owner")]
public virtual string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Purpose
The purpose of the internal IP address if applicable.
Declaration
[JsonProperty("purpose")]
public virtual string Purpose { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region of the internal IP address if applicable.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the internal IP address.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema