Class: Google::Cloud::TelcoAutomation::V1::WorkloadStatus
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::WorkloadStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Workload 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 running in the workload cluster.
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1448 class WorkloadStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::String (readonly)
Returns Output only. Status.
1448 1449 1450 1451 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1448 class WorkloadStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |