Properties of an underlying cloud resource that can comprise a Service.
| JSON representation |
|---|
{ "gcpProject" : string , "location" : string , "zone" : string , "functionalType" : { object ( |
| Fields | |
|---|---|
gcpProject
|
Output only. The service project identifier that the underlying cloud resource resides in. |
location
|
Output only. The location that the underlying resource resides in, for example, us-west1. |
zone
|
Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a). |
functionalType
|
Output only. The type of the service. |
registrationType
|
Output only. The registration type of the service. |
extendedMetadata
|
Output only. Additional metadata specific to the resource type. The key is a string that identifies the type of metadata and the value is the metadata contents specific to that type. Key format: An object containing a list of |
identity
|
Output only. The identity associated with the service. |
RegistrationType
The registration type of a service.
| JSON representation |
|---|
{
"type"
:
enum (
|
| Fields | |
|---|---|
type
|
Output only. The registration type of a service. |
Type
The registration type of a service.
| Enums | |
|---|---|
TYPE_UNSPECIFIED
|
Unspecified registration type. Defaults to EXCLUSIVE. |
EXCLUSIVE
|
The service can only be registered to one application. |
SHARED
|
The service can be registered to multiple applications. |

