Class CapacityPlan (0.1.0)

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 str
Identifier. The name of the capacity plan. Format: projects/{project}/capacityPlans/{capacity_plan_id}
capacity_demand_metadata google.cloud.capacityplanner_v1beta.types.DemandMetadata
Optional. 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.User
Output only. User who created the capacity plan.
state google.cloud.capacityplanner_v1beta.types.State
Output only. State of the plan.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the plan was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the plan was last updated.
description str
Optional. Description of the plan.
title str
Optional. Title of the plan.