ReliabilityRisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a ReliabilityRisk resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
creation_timestamp |
str
Output only. [Output Only] Creation timestamp in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
|
description |
str
An optional textual description of the resource; provided when the resource is created. This field is a member of oneof_ _description.
|
details |
google.cloud.compute_v1beta.types.RiskDetails
[Output Only] Details of the reliability risk resource This field is a member of oneof_ _details.
|
id |
int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
|
kind |
str
Output only. [Output Only] Type of resource. Always compute#reliabilityRisk for reliability risks. This field is a member of oneof_ _kind.
|
name |
str
Name of the resource. The name must be 1-63 characters long and comply with RFC1035. This field is a member of oneof_ _name.
|
recommendation |
google.cloud.compute_v1beta.types.RiskRecommendation
The recommendation to mitigate the risk. This field is a member of oneof_ _recommendation.
|
self_link |
str
Output only. [Output Only] Server-defined URL for the resource. This field is a member of oneof_ _self_link.
|
self_link_with_id |
str
Output only. [Output Only] Server-defined URL for this resource with the resource id. This field is a member of oneof_ _self_link_with_id.
|