Skip to content

Commit

Permalink
Automated DCL import.
Browse files Browse the repository at this point in the history
  - 258fc5846c1f58b9d002e614ab56fdb6db7eb752 Automatic import from cloud_mmv2_dcl_20220815_0931_RC00 by DCL Team <[email protected]>

GitOrigin-RevId: 258fc5846c1f58b9d002e614ab56fdb6db7eb752
  • Loading branch information
DCL Team authored and copybara-github committed Aug 15, 2022
1 parent 4d6f2b0 commit c56a8cf
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 30 deletions.
1 change: 0 additions & 1 deletion services/google/compute/alpha/forwarding_rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ components:
Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED,
EXTERNAL, EXTERNAL_MANAGED"
x-kubernetes-immutable: true
x-dcl-server-default: true
enum:
- INVALID
- INTERNAL
Expand Down

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions services/google/compute/alpha/forwarding_rule_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,11 @@ func DCLForwardingRuleSchema() *dcl.Schema {
Description: "Labels to apply to this rule.",
},
"loadBalancingScheme": &dcl.Property{
Type: "string",
GoName: "LoadBalancingScheme",
GoType: "ForwardingRuleLoadBalancingSchemeEnum",
Description: "Specifies the forwarding rule type.\n\n* `EXTERNAL` is used for:\n * Classic Cloud VPN gateways\n * Protocol forwarding to VMs from an external IP address\n * The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP\n* `INTERNAL` is used for:\n * Protocol forwarding to VMs from an internal IP address\n * Internal TCP/UDP load balancers\n* `INTERNAL_MANAGED` is used for:\n * Internal HTTP(S) load balancers\n* `INTERNAL_SELF_MANAGED` is used for:\n * Traffic Director\n* `EXTERNAL_MANAGED` is used for:\n * Global external HTTP(S) load balancers \n\nFor more information about forwarding rules, refer to [Forwarding rule concepts](/load-balancing/docs/forwarding-rule-concepts). Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED, EXTERNAL, EXTERNAL_MANAGED",
Immutable: true,
ServerDefault: true,
Type: "string",
GoName: "LoadBalancingScheme",
GoType: "ForwardingRuleLoadBalancingSchemeEnum",
Description: "Specifies the forwarding rule type.\n\n* `EXTERNAL` is used for:\n * Classic Cloud VPN gateways\n * Protocol forwarding to VMs from an external IP address\n * The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP\n* `INTERNAL` is used for:\n * Protocol forwarding to VMs from an internal IP address\n * Internal TCP/UDP load balancers\n* `INTERNAL_MANAGED` is used for:\n * Internal HTTP(S) load balancers\n* `INTERNAL_SELF_MANAGED` is used for:\n * Traffic Director\n* `EXTERNAL_MANAGED` is used for:\n * Global external HTTP(S) load balancers \n\nFor more information about forwarding rules, refer to [Forwarding rule concepts](/load-balancing/docs/forwarding-rule-concepts). Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED, EXTERNAL, EXTERNAL_MANAGED",
Immutable: true,
Enum: []string{
"INVALID",
"INTERNAL",
Expand Down
1 change: 0 additions & 1 deletion services/google/compute/beta/forwarding_rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ components:
Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED,
EXTERNAL, EXTERNAL_MANAGED"
x-kubernetes-immutable: true
x-dcl-server-default: true
enum:
- INVALID
- INTERNAL
Expand Down

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions services/google/compute/beta/forwarding_rule_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,11 @@ func DCLForwardingRuleSchema() *dcl.Schema {
Description: "Labels to apply to this rule.",
},
"loadBalancingScheme": &dcl.Property{
Type: "string",
GoName: "LoadBalancingScheme",
GoType: "ForwardingRuleLoadBalancingSchemeEnum",
Description: "Specifies the forwarding rule type.\n\n* `EXTERNAL` is used for:\n * Classic Cloud VPN gateways\n * Protocol forwarding to VMs from an external IP address\n * The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP\n* `INTERNAL` is used for:\n * Protocol forwarding to VMs from an internal IP address\n * Internal TCP/UDP load balancers\n* `INTERNAL_MANAGED` is used for:\n * Internal HTTP(S) load balancers\n* `INTERNAL_SELF_MANAGED` is used for:\n * Traffic Director\n* `EXTERNAL_MANAGED` is used for:\n * Global external HTTP(S) load balancers \n\nFor more information about forwarding rules, refer to [Forwarding rule concepts](/load-balancing/docs/forwarding-rule-concepts). Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED, EXTERNAL, EXTERNAL_MANAGED",
Immutable: true,
ServerDefault: true,
Type: "string",
GoName: "LoadBalancingScheme",
GoType: "ForwardingRuleLoadBalancingSchemeEnum",
Description: "Specifies the forwarding rule type.\n\n* `EXTERNAL` is used for:\n * Classic Cloud VPN gateways\n * Protocol forwarding to VMs from an external IP address\n * The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP\n* `INTERNAL` is used for:\n * Protocol forwarding to VMs from an internal IP address\n * Internal TCP/UDP load balancers\n* `INTERNAL_MANAGED` is used for:\n * Internal HTTP(S) load balancers\n* `INTERNAL_SELF_MANAGED` is used for:\n * Traffic Director\n* `EXTERNAL_MANAGED` is used for:\n * Global external HTTP(S) load balancers \n\nFor more information about forwarding rules, refer to [Forwarding rule concepts](/load-balancing/docs/forwarding-rule-concepts). Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED, EXTERNAL, EXTERNAL_MANAGED",
Immutable: true,
Enum: []string{
"INVALID",
"INTERNAL",
Expand Down
1 change: 0 additions & 1 deletion services/google/compute/forwarding_rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ components:
Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED,
EXTERNAL, EXTERNAL_MANAGED"
x-kubernetes-immutable: true
x-dcl-server-default: true
enum:
- INVALID
- INTERNAL
Expand Down
11 changes: 5 additions & 6 deletions services/google/compute/forwarding_rule_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,11 @@ func DCLForwardingRuleSchema() *dcl.Schema {
Description: "Labels to apply to this rule.",
},
"loadBalancingScheme": &dcl.Property{
Type: "string",
GoName: "LoadBalancingScheme",
GoType: "ForwardingRuleLoadBalancingSchemeEnum",
Description: "Specifies the forwarding rule type.\n\n* `EXTERNAL` is used for:\n * Classic Cloud VPN gateways\n * Protocol forwarding to VMs from an external IP address\n * The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP\n* `INTERNAL` is used for:\n * Protocol forwarding to VMs from an internal IP address\n * Internal TCP/UDP load balancers\n* `INTERNAL_MANAGED` is used for:\n * Internal HTTP(S) load balancers\n* `INTERNAL_SELF_MANAGED` is used for:\n * Traffic Director\n* `EXTERNAL_MANAGED` is used for:\n * Global external HTTP(S) load balancers \n\nFor more information about forwarding rules, refer to [Forwarding rule concepts](/load-balancing/docs/forwarding-rule-concepts). Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED, EXTERNAL, EXTERNAL_MANAGED",
Immutable: true,
ServerDefault: true,
Type: "string",
GoName: "LoadBalancingScheme",
GoType: "ForwardingRuleLoadBalancingSchemeEnum",
Description: "Specifies the forwarding rule type.\n\n* `EXTERNAL` is used for:\n * Classic Cloud VPN gateways\n * Protocol forwarding to VMs from an external IP address\n * The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP\n* `INTERNAL` is used for:\n * Protocol forwarding to VMs from an internal IP address\n * Internal TCP/UDP load balancers\n* `INTERNAL_MANAGED` is used for:\n * Internal HTTP(S) load balancers\n* `INTERNAL_SELF_MANAGED` is used for:\n * Traffic Director\n* `EXTERNAL_MANAGED` is used for:\n * Global external HTTP(S) load balancers \n\nFor more information about forwarding rules, refer to [Forwarding rule concepts](/load-balancing/docs/forwarding-rule-concepts). Possible values: INVALID, INTERNAL, INTERNAL_MANAGED, INTERNAL_SELF_MANAGED, EXTERNAL, EXTERNAL_MANAGED",
Immutable: true,
Enum: []string{
"INVALID",
"INTERNAL",
Expand Down
6 changes: 3 additions & 3 deletions services/google/compute/forwarding_rule_yaml_embed.go

Large diffs are not rendered by default.

0 comments on commit c56a8cf

Please sign in to comment.