Class RouterBgpPeerCustomLearnedIpRange
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class RouterBgpPeerCustomLearnedIpRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Range
The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is
provided without a subnet mask, it is interpreted as, for IPv4, a /32
singular IP address range, and, for
IPv6, /128
.
Declaration
[JsonProperty("range")]
public virtual string Range { get; set; }
Property Value
Type | Description |
---|---|
string |