CreateBlueprintRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request object for CreateBlueprint.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". |
blueprint_id |
str
Optional. The name of the blueprint. |
blueprint |
google.cloud.telcoautomation_v1alpha1.types.Blueprint
Required. The Blueprint to create.
|