Class: Google::Cloud::Compute::V1::ReliabilityRisk
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReliabilityRisk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a ReliabilityRisk resource.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
Output only.
-
#description ⇒ ::String
An optional textual description of the resource; provided when the resource is created.
-
#details ⇒ ::Google::Cloud::Compute::V1::RiskDetails
[Output Only] Details of the reliability risk resource.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
Output only.
-
#name ⇒ ::String
Name of the resource.
-
#recommendation ⇒ ::Google::Cloud::Compute::V1::RiskRecommendation
The recommendation to mitigate the risk.
-
#self_link ⇒ ::String
Output only.
-
#self_link_with_id ⇒ ::String
Output only.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns Output only. [Output Only] Creation timestamp in RFC3339 text format.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns An optional textual description of the resource; provided when the resource is created.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#details ⇒ ::Google::Cloud::Compute::V1::RiskDetails
Returns [Output Only] Details of the reliability risk resource.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns Output only. [Output Only] Type of resource. Always compute#reliabilityRisk for reliability risks.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recommendation ⇒ ::Google::Cloud::Compute::V1::RiskRecommendation
Returns The recommendation to mitigate the risk.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns Output only. [Output Only] Server-defined URL for the resource.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link_with_id ⇒ ::String
Returns Output only. [Output Only] Server-defined URL for this resource with the resource id.
66653 66654 66655 66656 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 66653 class ReliabilityRisk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |