Class: Google::Cloud::TelcoAutomation::V1::HydrationStatus
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::HydrationStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Hydration status.
Instance Attribute Summary collapse
-
#site_version ⇒ ::Google::Cloud::TelcoAutomation::V1::SiteVersion
readonly
Output only.
-
#status ⇒ ::String
readonly
Output only.
Instance Attribute Details
#site_version ⇒ ::Google::Cloud::TelcoAutomation::V1::SiteVersion (readonly)
Returns Output only. SiteVersion Hydration is targeting.
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1421 class HydrationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::String (readonly)
Returns Output only. Status.
1421 1422 1423 1424 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1421 class HydrationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |