Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::ChildResourceDemand.
Capacity demand for a child resource such as shapes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#demand_metadata
def demand_metadata() -> ::Google::Cloud::CapacityPlanner::V1beta::DemandMetadata
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::DemandMetadata) — Optional. The metadata associated with the child resource demand.
#demand_metadata=
def demand_metadata=(value) -> ::Google::Cloud::CapacityPlanner::V1beta::DemandMetadata
Parameter
- value (::Google::Cloud::CapacityPlanner::V1beta::DemandMetadata) — Optional. The metadata associated with the child resource demand.
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::DemandMetadata) — Optional. The metadata associated with the child resource demand.
#demand_values
def demand_values() -> ::Google::Cloud::CapacityPlanner::V1beta::DemandValues
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::DemandValues) — Required. The demand values associated with the child resource.
#demand_values=
def demand_values=(value) -> ::Google::Cloud::CapacityPlanner::V1beta::DemandValues
Parameter
- value (::Google::Cloud::CapacityPlanner::V1beta::DemandValues) — Required. The demand values associated with the child resource.
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::DemandValues) — Required. The demand values associated with the child resource.
#resource_id
def resource_id() -> ::Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier) — Required. Identifier of resource.
#resource_id=
def resource_id=(value) -> ::Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier
Parameter
- value (::Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier) — Required. Identifier of resource.
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::ResourceIdentifier) — Required. Identifier of resource.