CapacityPlan(mapping=None, *, ignore_unknown_fields=False, **kwargs)A plan for additional capacity needed by a Google Cloud Platform project. This is synonymous with CapacityDemand, CapacityRequest, and CapacityDemandRequest.
| Attributes | |
|---|---|
| Name | Description | 
| name | strIdentifier. The name of the capacity plan. Format: projects/{project}/capacityPlans/{capacity_plan_id} | 
| capacity_demand_metadata | google.cloud.capacityplanner_v1beta.types.DemandMetadataOptional. The metadata associated with a capacity demand. | 
| service_demands | MutableSequence[google.cloud.capacityplanner_v1beta.types.ServiceDemand]Required. The capacity demand associated with a service. | 
| reporter | google.cloud.capacityplanner_v1beta.types.UserOutput only. User who created the capacity plan. | 
| state | google.cloud.capacityplanner_v1beta.types.StateOutput only. State of the plan. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. Timestamp when the plan was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. Timestamp when the plan was last updated. | 
| description | strOptional. Description of the plan. | 
| title | strOptional. Title of the plan. |