Class: Google::Cloud::TelcoAutomation::V1::ResourceStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb

Overview

Status of a deployment resource.

Instance Attribute Summary collapse

Instance Attribute Details

#group::String

Returns Group to which the resource belongs to.

Returns:

  • (::String)

    Group to which the resource belongs to.



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind::String

Returns Kind of the resource.

Returns:

  • (::String)

    Kind of the resource.



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Name of the resource.

Returns:

  • (::String)

    Name of the resource.



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#nf_deploy_status::Google::Cloud::TelcoAutomation::V1::NFDeployStatus (readonly)

Returns Output only. Detailed status of NFDeploy.

Returns:



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_namespace::String

Returns Namespace of the resource.

Returns:

  • (::String)

    Namespace of the resource.



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_type::Google::Cloud::TelcoAutomation::V1::ResourceType (readonly)

Returns Output only. Resource type.

Returns:



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::Cloud::TelcoAutomation::V1::Status (readonly)

Returns Output only. Status of the resource.

Returns:



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns Version of the resource.

Returns:

  • (::String)

    Version of the resource.



1375
1376
1377
1378
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1375

class ResourceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end