Show / Hide Table of Contents

Class InternalIpOwner

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

Properties

ETag

The ETag of the item.

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

IpCidrRange

IP CIDR range being owned.

Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type Description
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
IList<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
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX