Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/assuredworkloads_v1/classes.rb,
lib/google/apis/assuredworkloads_v1/representations.rb,
lib/google/apis/assuredworkloads_v1/representations.rb
Overview
Represent the resources that are children of this Workload.
Instance Attribute Summary collapse
-
#resource_id ⇒ Fixnum
Resource identifier.
-
#resource_type ⇒ String
Indicates the type of resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
constructor
A new instance of GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1WorkloadResourceInfo
Returns a new instance of GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.
1027 1028 1029 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1027 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_id ⇒ Fixnum
Resource identifier. For a project this represents project_number.
Corresponds to the JSON property resourceId
1020 1021 1022 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1020 def resource_id @resource_id end |
#resource_type ⇒ String
Indicates the type of resource.
Corresponds to the JSON property resourceType
1025 1026 1027 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1025 def resource_type @resource_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1032 1033 1034 1035 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1032 def update!(**args) @resource_id = args[:resource_id] if args.key?(:resource_id) @resource_type = args[:resource_type] if args.key?(:resource_type) end |