Class: Google::Cloud::AppHub::V1::WorkloadProperties

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

Overview

Properties of an underlying compute resource represented by the Workload.

Instance Attribute Summary collapse

Instance Attribute Details

#gcp_project::String (readonly)

Returns Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.

Returns:

  • (::String)

    Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.



112
113
114
115
# File 'proto_docs/google/cloud/apphub/v1/workload.rb', line 112

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

#location::String (readonly)

Returns Output only. The location that the underlying compute resource resides in (e.g us-west1).

Returns:

  • (::String)

    Output only. The location that the underlying compute resource resides in (e.g us-west1).



112
113
114
115
# File 'proto_docs/google/cloud/apphub/v1/workload.rb', line 112

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

#zone::String (readonly)

Returns Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).

Returns:

  • (::String)

    Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).



112
113
114
115
# File 'proto_docs/google/cloud/apphub/v1/workload.rb', line 112

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