Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::CapacityPlanFilters.
CapacityPlanFilters is a set of filters to apply to the capacity plan.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity_plan_id
def capacity_plan_id() -> ::String
Returns
- (::String) — Optional. Optional capacity plan id. Should be populated for request page to lock based on the same capacity plan.
#capacity_plan_id=
def capacity_plan_id=(value) -> ::String
Parameter
- value (::String) — Optional. Optional capacity plan id. Should be populated for request page to lock based on the same capacity plan.
Returns
- (::String) — Optional. Optional capacity plan id. Should be populated for request page to lock based on the same capacity plan.
#capacity_types
def capacity_types() -> ::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityType>
Returns
- (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityType>) — Required. The capacity types to include in the response.
#capacity_types=
def capacity_types=(value) -> ::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityType>
Parameter
- value (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityType>) — Required. The capacity types to include in the response.
Returns
- (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityType>) — Required. The capacity types to include in the response.
#keys
def keys() -> ::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlanKey>
Returns
- (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlanKey>) — Required. The capacity plan keys to include in the response.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlanKey>
Parameter
- value (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlanKey>) — Required. The capacity plan keys to include in the response.
Returns
- (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlanKey>) — Required. The capacity plan keys to include in the response.