You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/cloud/compute/v1/compute.proto
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,7 @@ message Address {
615
615
// VM internal/alias IP, Internal LB service IP, etc.
616
616
GCE_ENDPOINT = 230515243;
617
617
618
-
// A regional internal IP address range reserved for the VLAN attachment that is used in IPsec-encrypted Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment���s IP address range.
618
+
// A regional internal IP address range reserved for the VLAN attachment that is used in IPsec-encrypted Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment’s IP address range.
619
619
IPSEC_INTERCONNECT = 340437251;
620
620
621
621
// External IP automatically reserved for Cloud NAT.
// The start timestamps of time intervals when this scaling schedule is to provide a scaling signal. This field uses the extended cron format (with an optional year field). The expression can describe a single timestamp if the optional year is set, in which case the scaling schedule runs once. The schedule is interpreted with respect to time_zone. This field is required. Note: These timestamps only describe when autoscaler starts providing the scaling signal. The VMs need additional time to become serving.
2403
2403
optional string schedule = 375820951;
2404
2404
2405
-
// The time zone to use when interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. This field is assigned a default value of ���UTC��� if left empty.
2405
+
// The time zone to use when interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. This field is assigned a default value of “UTC” if left empty.
2406
2406
optional string time_zone = 36848094;
2407
2407
2408
2408
}
@@ -6133,9 +6133,9 @@ message FixedOrPercent {
6133
6133
// Represents a Forwarding Rule resource. Forwarding rule resources in Google Cloud can be either regional or global in scope: * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules) * [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules) A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud Platform load balancer. Forwarding rules can also reference target instances and Cloud VPN Classic gateways (targetVpnGateway). For more information, read Forwarding rule concepts and Using protocol forwarding.
6134
6134
message ForwardingRule {
6135
6135
// The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
6136
-
enum IPProtocol {
6136
+
enum IPProtocolEnum {
6137
6137
// A value indicating that the enum field is not set.
6138
-
UNDEFINED_I_P_PROTOCOL = 0;
6138
+
UNDEFINED_I_P_PROTOCOL_ENUM = 0;
6139
6139
6140
6140
AH = 2087;
6141
6141
@@ -6219,7 +6219,7 @@ message ForwardingRule {
6219
6219
optional string I_p_address = 42976943;
6220
6220
6221
6221
// The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
6222
-
// Check the IPProtocol enum for the list of possible values.
6222
+
// Check the IPProtocolEnum enum for the list of possible values.
6223
6223
optional string I_p_protocol = 488094525;
6224
6224
6225
6225
// This field is used along with the backend_service field for Internal TCP/UDP Load Balancing or Network Load Balancing, or with the target field for internal and external TargetInstance. You can only use one of ports and port_range, or allPorts. The three are mutually exclusive. For TCP, UDP and SCTP traffic, packets addressed to any ports will be forwarded to the target or backendService.
// Flag to update all instances instead of specified list of ���instances���. If the flag is set to true then the instances may not be specified in the request.
10616
+
// Flag to update all instances instead of specified list of “instances”. If the flag is set to true then the instances may not be specified in the request.
10617
10617
optional bool all_instances = 403676512;
10618
10618
10619
10619
// The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
// Flag to update all instances instead of specified list of ���instances���. If the flag is set to true then the instances may not be specified in the request.
18468
+
// Flag to update all instances instead of specified list of “instances”. If the flag is set to true then the instances may not be specified in the request.
18469
18469
optional bool all_instances = 403676512;
18470
18470
18471
18471
// The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
0 commit comments