compute  v1
Classes | Properties | List of all members
Google.Apis.Compute.v1.Data.Route Class Reference

Represents a Route resource. More...

Inheritance diagram for Google.Apis.Compute.v1.Data.Route:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  WarningsData
 

Properties

virtual string CreationTimestamp [get, set]
 [Output Only] Creation timestamp in RFC3339 text format. More...
 
virtual string Description [get, set]
 An optional description of this resource. Provide this field when you create the resource. More...
 
virtual string DestRange [get, set]
 The destination range of outgoing packets that this route applies to. Only IPv4 is supported. More...
 
virtual System.Nullable< ulong > Id [get, set]
 [Output Only] The unique identifier for the resource. This identifier is defined by the server. More...
 
virtual string Kind [get, set]
 [Output Only] Type of this resource. Always compute::routes for Route resources. More...
 
virtual string Name [get, set]
 Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit. More...
 
virtual string Network [get, set]
 Fully-qualified URL of the network that this route applies to. More...
 
virtual string NextHopGateway [get, set]
 The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/project/global/gateways/default-internet-gateway More...
 
virtual string NextHopIlb [get, set]
 The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets. You can only specify the forwarding rule as a partial or full URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule - regions/region/forwardingRules/forwardingRule More...
 
virtual string NextHopInstance [get, set]
 The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/ More...
 
virtual string NextHopIp [get, set]
 The network IP address of an instance that should handle matching packets. Only IPv4 is supported. More...
 
virtual string NextHopNetwork [get, set]
 The URL of the local network if it should handle matching packets. More...
 
virtual string NextHopPeering [get, set]
 [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035. More...
 
virtual string NextHopVpnTunnel [get, set]
 The URL to a VpnTunnel that should handle matching packets. More...
 
virtual System.Nullable< long > Priority [get, set]
 The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is 1000. The priority value must be from 0 to 65535, inclusive. More...
 
virtual string SelfLink [get, set]
 [Output Only] Server-defined fully-qualified URL for this resource. More...
 
virtual System.Collections.Generic.IList< string > Tags [get, set]
 A list of instance tags to which this route applies. More...
 
virtual System.Collections.Generic.IList< Route.WarningsDataWarnings [get, set]
 [Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Represents a Route resource.

A route defines a path from VM instances in the VPC network to a specific destination. This destination can be inside or outside the VPC network. For more information, read the Routes overview. (== resource_for {$api_version}.routes ==)

Property Documentation

◆ CreationTimestamp

virtual string Google.Apis.Compute.v1.Data.Route.CreationTimestamp
getset

[Output Only] Creation timestamp in RFC3339 text format.

◆ Description

virtual string Google.Apis.Compute.v1.Data.Route.Description
getset

An optional description of this resource. Provide this field when you create the resource.

◆ DestRange

virtual string Google.Apis.Compute.v1.Data.Route.DestRange
getset

The destination range of outgoing packets that this route applies to. Only IPv4 is supported.

◆ ETag

virtual string Google.Apis.Compute.v1.Data.Route.ETag
getset

The ETag of the item.

◆ Id

virtual System.Nullable<ulong> Google.Apis.Compute.v1.Data.Route.Id
getset

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

◆ Kind

virtual string Google.Apis.Compute.v1.Data.Route.Kind
getset

[Output Only] Type of this resource. Always compute::routes for Route resources.

◆ Name

virtual string Google.Apis.Compute.v1.Data.Route.Name
getset

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.

◆ Network

virtual string Google.Apis.Compute.v1.Data.Route.Network
getset

Fully-qualified URL of the network that this route applies to.

◆ NextHopGateway

virtual string Google.Apis.Compute.v1.Data.Route.NextHopGateway
getset

The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/project/global/gateways/default-internet-gateway

◆ NextHopIlb

virtual string Google.Apis.Compute.v1.Data.Route.NextHopIlb
getset

The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets. You can only specify the forwarding rule as a partial or full URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule - regions/region/forwardingRules/forwardingRule

◆ NextHopInstance

virtual string Google.Apis.Compute.v1.Data.Route.NextHopInstance
getset

The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/

◆ NextHopIp

virtual string Google.Apis.Compute.v1.Data.Route.NextHopIp
getset

The network IP address of an instance that should handle matching packets. Only IPv4 is supported.

◆ NextHopNetwork

virtual string Google.Apis.Compute.v1.Data.Route.NextHopNetwork
getset

The URL of the local network if it should handle matching packets.

◆ NextHopPeering

virtual string Google.Apis.Compute.v1.Data.Route.NextHopPeering
getset

[Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.

◆ NextHopVpnTunnel

virtual string Google.Apis.Compute.v1.Data.Route.NextHopVpnTunnel
getset

The URL to a VpnTunnel that should handle matching packets.

◆ Priority

virtual System.Nullable<long> Google.Apis.Compute.v1.Data.Route.Priority
getset

The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is 1000. The priority value must be from 0 to 65535, inclusive.

◆ SelfLink

virtual string Google.Apis.Compute.v1.Data.Route.SelfLink
getset

[Output Only] Server-defined fully-qualified URL for this resource.

◆ Tags

virtual System.Collections.Generic.IList<string> Google.Apis.Compute.v1.Data.Route.Tags
getset

A list of instance tags to which this route applies.

◆ Warnings

virtual System.Collections.Generic.IList<Route.WarningsData> Google.Apis.Compute.v1.Data.Route.Warnings
getset

[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.


The documentation for this class was generated from the following file: