Class InternalIpOwner
Implements
Inherited Members
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? |