ResourceDemand(mapping=None, *, ignore_unknown_fields=False, **kwargs)Capacity demand for a resource.
| Attributes | |
|---|---|
| Name | Description | 
| id | strOutput only. Identifier of resource demand. | 
| resource_container | google.cloud.capacityplanner_v1beta.types.ResourceContainerRequired. The resource container associated with the demand. | 
| resource_id | google.cloud.capacityplanner_v1beta.types.ResourceIdentifierRequired. Identifier of resource. | 
| location_id | google.cloud.capacityplanner_v1beta.types.LocationIdentifierRequired. Identifier of location. | 
| state | google.cloud.capacityplanner_v1beta.types.StateOutput only. State of the resource demand. | 
| reporter | google.cloud.capacityplanner_v1beta.types.UserOutput only. User who reported the demand. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. Timestamp when the demand was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. Timestamp when the demand was last updated. | 
| demand_values | google.cloud.capacityplanner_v1beta.types.DemandValuesRequired. The demand values associated with the resource. | 
| demand_metadata | google.cloud.capacityplanner_v1beta.types.DemandMetadataOptional. The metadata associated with the demand. | 
| child_resource_demands | MutableSequence[google.cloud.capacityplanner_v1beta.types.ChildResourceDemand]Optional. The child resource demands associated with the resource. |