- Resource: ProjectsGetResponse
- Project
- UsageExportLocation
- XpnProjectStatus
- VmDnsSetting
- CloudArmorTier
- Methods
Resource: ProjectsGetResponse
JSON representation |
---|
{
"resource": {
object ( |
Fields | |
---|---|
resource |
|
Project
Represents a Project resource.
A project is used to organize resources in a Trusted Cloud Platform environment. For more information, read about the Resource Hierarchy.
JSON representation |
---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "commonInstanceMetadata": { object ( |
Fields | |
---|---|
kind |
[Output Only] Type of the resource. Always
for projects. |
id |
[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. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
The project ID. For example:
. Use the project ID to make requests to Compute Engine. |
description |
An optional textual description of the resource. |
commonInstanceMetadata |
Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information. |
quotas[] |
[Output Only] Quotas assigned to this project. |
usageExportLocation |
An optional naming prefix for daily usage reports and the Trusted Cloud Storage bucket where they are stored. |
enabledFeatures[] |
An optional list of restricted features enabled for use on this project. |
selfLink |
[Output Only] Server-defined URL for the resource. |
defaultServiceAccount |
[Output Only] Default service account used by VMs running in this 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
, are differentiated. |
defaultNetworkTier |
This signifies the default network tier used for configuring resources of the project and can only take the following values:
,
. Initially the default network tier is
. |
vmDnsSetting |
[Output Only] Default internal DNS setting used by VMs running in this project. |
cloudArmorTier |
[Output Only] The Cloud Armor tier for this project. It can be one of the following values:
,
. If this field is not specified, it is assumed to be
. |
UsageExportLocation
The location in Cloud Storage and naming method of the daily usage report. Contains bucketName and report_name prefix.
JSON representation |
---|
{ "bucketName": string, "reportNamePrefix": string } |
Fields | |
---|---|
bucketName |
The name of an existing bucket in Cloud Storage where the usage report object is stored. The Trusted Cloud service Account is granted write access to this bucket. This can either be the bucket name by itself, such as
, or the bucket name with
or
in front of it, such as
. |
reportNamePrefix |
An optional prefix for the name of the usage report object stored in
. If not supplied, defaults to
. The report is stored as a CSV file named
where
is the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage object naming conventions. |
XpnProjectStatus
Enums | |
---|---|
UNSPECIFIED_XPN_PROJECT_STATUS |
|
HOST |
VmDnsSetting
Enums | |
---|---|
UNSPECIFIED_VM_DNS_SETTING |
|
GLOBAL_DEFAULT |
|
ZONAL_DEFAULT |
|
ZONAL_ONLY |
CloudArmorTier
Cloud Armor tier.
Enums | |
---|---|
CA_STANDARD |
Standard protection. |
CA_ENTERPRISE_ANNUAL |
Enterprise tier protection billed annually. |
CA_ENTERPRISE_PAYGO |
Enterprise tier protection billed monthly. |
Methods |
|
---|---|
|
Disable this project as a shared VPC host project. |
|
Disable a service resource (also known as service project) associated with this host project. |
|
Enable this project as a shared VPC host project. |
|
Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project. |
|
Returns the specified Project resource. |
|
Gets the shared VPC host project that this project links to. |
|
Gets service resources (a.k.a service project) associated with this host project. |
|
Lists all shared VPC host projects visible to the user in an organization. |
(deprecated) |
Starting September 29, 2025, you can't use the moveDisk API on new projects. |
(deprecated) |
Moves an instance and its attached persistent disks from one zone to another. |
|
Sets metadata common to all instances within the specified project using the data included in the request. |
|
Sets the default network tier of the project. |
|
Enables the usage export feature and sets the usage export bucket where reports are stored. |
|
The method compute.v1.ProjectsService.SetCloudArmorTier is not available in Trusted Cloud by S3NS. |