Class: Google::Cloud::TelcoAutomation::V1::NFDeploySiteStatus
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::NFDeploySiteStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Per-Site Status.
Instance Attribute Summary collapse
-
#hydration ⇒ ::Google::Cloud::TelcoAutomation::V1::HydrationStatus
readonly
Output only.
-
#pending_deletion ⇒ ::Boolean
readonly
Output only.
-
#site ⇒ ::String
readonly
Output only.
-
#workload ⇒ ::Google::Cloud::TelcoAutomation::V1::WorkloadStatus
readonly
Output only.
Instance Attribute Details
#hydration ⇒ ::Google::Cloud::TelcoAutomation::V1::HydrationStatus (readonly)
Returns Output only. Hydration status.
1409 1410 1411 1412 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1409 class NFDeploySiteStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pending_deletion ⇒ ::Boolean (readonly)
Returns Output only. If true, the Site Deletion is in progress.
1409 1410 1411 1412 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1409 class NFDeploySiteStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#site ⇒ ::String (readonly)
Returns Output only. Site id.
1409 1410 1411 1412 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1409 class NFDeploySiteStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload ⇒ ::Google::Cloud::TelcoAutomation::V1::WorkloadStatus (readonly)
Returns Output only. Workload status.
1409 1410 1411 1412 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1409 class NFDeploySiteStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |