Reference documentation and code samples for the Service Health V1 API class Google::Cloud::ServiceHealth::V1::OrganizationImpact.
Represents impact to assets at organizational level. It is a read-only view and does not allow any modifications.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#asset
def asset() -> ::Google::Cloud::ServiceHealth::V1::Asset
- (::Google::Cloud::ServiceHealth::V1::Asset) — Output only. Google Cloud asset possibly impacted by the specified events.
#events
def events() -> ::Array<::String>
- (::Array<::String>) — Output only. A list of event names impacting the asset.
#name
def name() -> ::String
-
(::String) — 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 yourorganization_id
, see Getting your organization resource ID.
organization_impact_id
- ID of the OrganizationImpact resource.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the affected project was last modified.