Class: Google::Cloud::AppHub::V1::WorkloadReference
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::WorkloadReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/workload.rb
Overview
Reference of an underlying compute resource represented by the Workload.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#uri ⇒ ::String (readonly)
Returns Output only. The underlying compute resource uri.
94 95 96 97 |
# File 'proto_docs/google/cloud/apphub/v1/workload.rb', line 94 class WorkloadReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |