- 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 |
|
---|---|
|
The method compute.v1.ProjectsService.DisableXpnHost is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.DisableXpnResource is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.EnableXpnHost is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.EnableXpnResource is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.Get is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.GetXpnHost is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.GetXpnResources is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.ListXpnHosts is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.MoveDisk is not available in Trusted Cloud by S3NS. |
(deprecated) |
The method compute.v1.ProjectsService.MoveInstance is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.SetCloudArmorTier is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.SetCommonInstanceMetadata is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.SetDefaultNetworkTier is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.ProjectsService.SetUsageExportBucket is not available in Trusted Cloud by S3NS. |