Class: Google::Cloud::TelcoAutomation::V1::NFDeploySiteStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#hydration::Google::Cloud::TelcoAutomation::V1::HydrationStatus (readonly)

Returns Output only. Hydration status.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:



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