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
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `networksecurity.googleapis.com/MirroringDeployment`.
131
+
The cloud location of the deployment, e.g. `us-central1-a` or `asia-south1-b`.
127
132
128
133
*`mirroring_deployment_id` -
129
134
(Required)
130
-
Required. Id of the requesting object
131
-
If auto-generating Id server-side, remove this field and
132
-
mirroring_deployment_id from the method_signature of Create RPC
135
+
The ID to use for the new deployment, which will become the final
136
+
component of the deployment's resource name.
133
137
134
138
135
139
- - -
136
140
137
141
138
142
*`labels` -
139
143
(Optional)
140
-
Optional. Labels as keyvalue pairs
144
+
Labels are key/value pairs that help to organize and filter resources.
141
145
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
142
146
Please refer to the field `effective_labels` for all of the labels present on the resource.
143
147
@@ -152,27 +156,34 @@ In addition to the arguments listed above, the following computed attributes are
152
156
*`id` - an identifier for the resource with format `projects/{{project}}/locations/{{location}}/mirroringDeployments/{{mirroring_deployment_id}}`
153
157
154
158
*`name` -
155
-
Immutable. Identifier. The name of the MirroringDeployment.
159
+
The resource name of this deployment, for example:
A Deployment Group represents the collector deployments across different zones within an organization.
25
+
A deployment group aggregates many zonal mirroring backends (deployments)
26
+
into a single global mirroring service. Consumers can connect this service
27
+
using an endpoint group.
25
28
26
29
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
27
30
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.
@@ -65,26 +68,26 @@ The following arguments are supported:
65
68
66
69
*`network` -
67
70
(Required)
68
-
Required. Immutable. The network that is being used for the deployment. Format is:
69
-
projects/{project}/global/networks/{network}.
71
+
The network that will be used for all child deployments, for example:
72
+
`projects/{project}/global/networks/{network}`.
73
+
See https://google.aip.dev/124.
70
74
71
75
*`location` -
72
76
(Required)
73
-
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `networksecurity.googleapis.com/MirroringDeploymentGroup`.
77
+
The cloud location of the deployment group, currently restricted to `global`.
74
78
75
79
*`mirroring_deployment_group_id` -
76
80
(Required)
77
-
Required. Id of the requesting object
78
-
If auto-generating Id server-side, remove this field and
79
-
mirroring_deployment_group_id from the method_signature of Create RPC
81
+
The ID to use for the new deployment group, which will become the final
82
+
component of the deployment group's resource name.
80
83
81
84
82
85
- - -
83
86
84
87
85
88
*`labels` -
86
89
(Optional)
87
-
Optional. Labels as keyvalue pairs
90
+
Labels are key/value pairs that help to organize and filter resources.
88
91
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
89
92
Please refer to the field `effective_labels` for all of the labels present on the resource.
90
93
@@ -99,29 +102,36 @@ In addition to the arguments listed above, the following computed attributes are
99
102
*`id` - an identifier for the resource with format `projects/{{project}}/locations/{{location}}/mirroringDeploymentGroups/{{mirroring_deployment_group_id}}`
100
103
101
104
*`name` -
102
-
Immutable. Identifier. Then name of the MirroringDeploymentGroup.
105
+
The resource name of this deployment group, for example:
Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `networksecurity.googleapis.com/MirroringEndpointGroup`.
85
+
The cloud location of the endpoint group, currently restricted to `global`.
82
86
83
87
*`mirroring_endpoint_group_id` -
84
88
(Required)
85
-
Required. Id of the requesting object
86
-
If auto-generating Id server-side, remove this field and
87
-
mirroring_endpoint_group_id from the method_signature of Create RPC
89
+
The ID to use for the endpoint group, which will become the final component
90
+
of the endpoint group's resource name.
88
91
89
92
90
93
- - -
91
94
92
95
93
96
*`labels` -
94
97
(Optional)
95
-
Optional. Labels as keyvalue pairs
98
+
Labels are key/value pairs that help to organize and filter resources.
96
99
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
97
100
Please refer to the field `effective_labels` for all of the labels present on the resource.
98
101
@@ -107,27 +110,35 @@ In addition to the arguments listed above, the following computed attributes are
107
110
*`id` - an identifier for the resource with format `projects/{{project}}/locations/{{location}}/mirroringEndpointGroups/{{mirroring_endpoint_group_id}}`
108
111
109
112
*`name` -
110
-
Immutable. Identifier. The name of the MirroringEndpointGroup.
113
+
The resource name of this endpoint group, for example:
0 commit comments