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: docs/dyn/workloadmanager_v1.projects.locations.discoveredprofiles.html
+2-80Lines changed: 2 additions & 80 deletions
Original file line number
Diff line number
Diff line change
@@ -112,46 +112,10 @@ <h3>Method Details</h3>
112
112
An object of the form:
113
113
114
114
{ # workload resource
115
-
"application": { # The database layer # Optional. The application layer
116
-
"applicationType": "A String", # the application layer
117
-
"databaseType": "A String", # Optional. the database layer
118
-
"instances": [ # Optional. instances in a layer
119
-
{ # a vm instance
120
-
"name": "A String", # Output only. name of the VM
121
-
"region": "A String", # Output only. The location of the VM
122
-
"status": "A String", # Output only. The state of the VM
123
-
},
124
-
],
125
-
"sid": "A String", # Output only. system identification of a layer
126
-
},
127
-
"ascs": { # The database layer # Optional. The ascs layer
128
-
"applicationType": "A String", # the application layer
129
-
"databaseType": "A String", # Optional. the database layer
130
-
"instances": [ # Optional. instances in a layer
131
-
{ # a vm instance
132
-
"name": "A String", # Output only. name of the VM
133
-
"region": "A String", # Output only. The location of the VM
134
-
"status": "A String", # Output only. The state of the VM
135
-
},
136
-
],
137
-
"sid": "A String", # Output only. system identification of a layer
138
-
},
139
-
"database": { # The database layer # Optional. The database layer
140
-
"applicationType": "A String", # the application layer
141
-
"databaseType": "A String", # Optional. the database layer
142
-
"instances": [ # Optional. instances in a layer
143
-
{ # a vm instance
144
-
"name": "A String", # Output only. name of the VM
145
-
"region": "A String", # Output only. The location of the VM
146
-
"status": "A String", # Output only. The state of the VM
147
-
},
148
-
],
149
-
"sid": "A String", # Output only. system identification of a layer
150
-
},
151
115
"labels": { # Optional. such as name, description, version. More example can be found in deployment
152
116
"a_key": "A String",
153
117
},
154
-
"name": "A String", # Identifier. name of resource names have the form 'projects/{project_id}/workloads/{workload_id}'
118
+
"name": "A String", # Identifier. name of resource names have the form 'projects/{project_id}/locations/{location}/workloadProfiles/{workload_id}'
155
119
"refreshedTime": "A String", # Required. time when the workload data was refreshed
156
120
"sapWorkload": { # The body of sap workload # The sap workload content
157
121
"application": { # The component of sap workload # Output only. the acsc componment
"state": "A String", # Output only. [output only] the current state if a a workload
251
212
"workloadType": "A String", # Required. The type of the workload
252
213
}</pre>
253
214
</div>
@@ -276,46 +237,10 @@ <h3>Method Details</h3>
276
237
],
277
238
"workloadProfiles": [ # Output only. The list of workload profiles
278
239
{ # workload resource
279
-
"application": { # The database layer # Optional. The application layer
280
-
"applicationType": "A String", # the application layer
281
-
"databaseType": "A String", # Optional. the database layer
282
-
"instances": [ # Optional. instances in a layer
283
-
{ # a vm instance
284
-
"name": "A String", # Output only. name of the VM
285
-
"region": "A String", # Output only. The location of the VM
286
-
"status": "A String", # Output only. The state of the VM
287
-
},
288
-
],
289
-
"sid": "A String", # Output only. system identification of a layer
290
-
},
291
-
"ascs": { # The database layer # Optional. The ascs layer
292
-
"applicationType": "A String", # the application layer
293
-
"databaseType": "A String", # Optional. the database layer
294
-
"instances": [ # Optional. instances in a layer
295
-
{ # a vm instance
296
-
"name": "A String", # Output only. name of the VM
297
-
"region": "A String", # Output only. The location of the VM
298
-
"status": "A String", # Output only. The state of the VM
299
-
},
300
-
],
301
-
"sid": "A String", # Output only. system identification of a layer
302
-
},
303
-
"database": { # The database layer # Optional. The database layer
304
-
"applicationType": "A String", # the application layer
305
-
"databaseType": "A String", # Optional. the database layer
306
-
"instances": [ # Optional. instances in a layer
307
-
{ # a vm instance
308
-
"name": "A String", # Output only. name of the VM
309
-
"region": "A String", # Output only. The location of the VM
310
-
"status": "A String", # Output only. The state of the VM
311
-
},
312
-
],
313
-
"sid": "A String", # Output only. system identification of a layer
314
-
},
315
240
"labels": { # Optional. such as name, description, version. More example can be found in deployment
316
241
"a_key": "A String",
317
242
},
318
-
"name": "A String", # Identifier. name of resource names have the form 'projects/{project_id}/workloads/{workload_id}'
243
+
"name": "A String", # Identifier. name of resource names have the form 'projects/{project_id}/locations/{location}/workloadProfiles/{workload_id}'
319
244
"refreshedTime": "A String", # Required. time when the workload data was refreshed
320
245
"sapWorkload": { # The body of sap workload # The sap workload content
321
246
"application": { # The component of sap workload # Output only. the acsc componment
0 commit comments