Class ServiceProperties
Properties of an underlying cloud resource that can comprise a Service.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class ServiceProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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:
apphub.googleapis.com/{metadataType}
Declaration
[JsonProperty("extendedMetadata")]
public virtual IDictionary<string, ExtendedMetadata> ExtendedMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ExtendedMetadata> |
FunctionalType
Output only. The type of the service.
Declaration
[JsonProperty("functionalType")]
public virtual FunctionalType FunctionalType { get; set; }
Property Value
| Type | Description |
|---|---|
| FunctionalType |
GcpProject
Output only. The service project identifier that the underlying cloud resource resides in.
Declaration
[JsonProperty("gcpProject")]
public virtual string GcpProject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identity
Output only. The identity associated with the service.
Declaration
[JsonProperty("identity")]
public virtual Identity Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Identity |
Location
Output only. The location that the underlying resource resides in, for example, us-west1.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegistrationType
Output only. The registration type of the service.
Declaration
[JsonProperty("registrationType")]
public virtual RegistrationType RegistrationType { get; set; }
Property Value
| Type | Description |
|---|---|
| RegistrationType |
Zone
Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |