- 1.35.0 (latest)
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.2
- 1.18.0
- 1.17.0
- 1.16.1
- 1.15.0
- 1.14.1
- 1.13.0
- 1.12.1
- 1.11.0
- 1.10.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.5.2
- 1.4.0
- 1.3.2
- 1.2.0
- 1.1.0
- 1.0.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.2
- 0.3.0
- 0.2.1
- 0.1.0
Project(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a Project resource.
A project is used to organize resources in a Google Cloud Platform environment. For more information, read about the Resource Hierarchy. (== resource_for {$api_version}.projects ==)
Attributes |
|
---|---|
Name | Description |
common_instance_metadata |
google.cloud.compute_v1.types.Metadata
Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information. |
creation_timestamp |
str
[Output Only] Creation timestamp in RFC3339 text format. |
default_network_tier |
google.cloud.compute_v1.types.Project.DefaultNetworkTier
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM. |
default_service_account |
str
[Output Only] Default service account used by VMs running in this project. |
description |
str
An optional textual description of the resource. |
enabled_features |
Sequence[str]
Restricted features enabled for use on this project. |
id |
str
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This is not the project ID, and is just a unique ID used by Compute Engine to identify resources. |
kind |
str
[Output Only] Type of the resource. Always compute#project for projects. |
name |
str
The project ID. For example: my-example- roject. Use the project ID to make requests to Compute Engine. |
quotas |
Sequence[google.cloud.compute_v1.types.Quota]
[Output Only] Quotas assigned to this project. |
self_link |
str
[Output Only] Server-defined URL for the resource. |
usage_export_location |
google.cloud.compute_v1.types.UsageExportLocation
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored. |
xpn_project_status |
google.cloud.compute_v1.types.Project.XpnProjectStatus
[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated. |
Classes
DefaultNetworkTier
DefaultNetworkTier(value)
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.
XpnProjectStatus
XpnProjectStatus(value)
[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.