Class Range
Represents a found unused range.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class Range : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IpCidrRange
CIDR range in "10.x.x.x/y" format that is within the allocated ranges and currently unused.
Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Network
In the Shared VPC host project, the VPC network that's peered with the consumer network. For example:
projects/1234321/global/networks/host-network
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }Property Value
| Type | Description | 
|---|---|
| string |