Resource: AffectedResource
Represents a specific Google Cloud resource, like a virtual machine or database that is targeted by an experiment.
| JSON representation |
|---|
{ "name": string, "displayName": string, "affectedResourceUri": string, "cloudConsoleUrl": string, "state": enum ( |
| Fields | |
|---|---|
name |
Identifier. Unique identifier for this record, linking it to a specific experiment and resource. Format: |
displayName |
Optional. A human-readable name for the affected resource record. |
affectedResourceUri |
Required. The full unique address (URI) of the Google Cloud resource affected by this |
cloudConsoleUrl |
Output only. A direct link to view this specific resource in the Google Cloud Console. |
state |
The current state of this resource within the experiment. Example: |
stateMessage |
A plain-language explanation of what is currently happening with this resource in the experiment. |
error |
Output only. Details of any error that occurred while setting up, running, or stopping the experiment on this specific resource. Empty if no errors occurred. |
Methods |
|
|---|---|
|
Gets the details of a specific cloud resource that is being or was affected by a particular Experiment. |
|
Lists all cloud resources that are being or were affected by a specific Experiment. |