Class: Google::Cloud::ServiceHealth::V1::OrganizationImpact
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::OrganizationImpact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Represents impact to assets at organizational level. It is a read-only view and does not allow any modifications.
Instance Attribute Summary collapse
-
#asset ⇒ ::Google::Cloud::ServiceHealth::V1::Asset
readonly
Output only.
-
#events ⇒ ::Array<::String>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#asset ⇒ ::Google::Cloud::ServiceHealth::V1::Asset (readonly)
Returns Output only. Google Cloud asset possibly impacted by the specified events.
402 403 404 405 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 402 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#events ⇒ ::Array<::String> (readonly)
Returns Output only. A list of event names impacting the asset.
402 403 404 405 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 402 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. Unique name of the organization impact in this
scope including organization and location using the form
organizations/{organization_id}/locations/{location}/organizationImpacts/{organization_impact_id}
.
organization_id
- ID (number) of the organization that contains the
event. To get your organization_id
, see
Getting your organization resource
ID.
organization_impact_id
- ID of the OrganizationImpact
resource.
402 403 404 405 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 402 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the affected project was last modified.
402 403 404 405 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 402 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |