Show / Hide Table of Contents

Class InternalIpOwner

Inheritance
System.Object
InternalIpOwner
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 InternalIpOwner : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IpCidrRange

IP CIDR range being owned.

Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type Description
System.String

Owners

URLs of the IP owners of the IP CIDR range.

Declaration
[JsonProperty("owners")]
public virtual IList<string> Owners { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

SystemOwned

Whether this IP CIDR range is reserved for system use.

Declaration
[JsonProperty("systemOwned")]
public virtual bool? SystemOwned { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top