App Hub v1 API - Class ServiceProperties (1.0.0-beta02)

public sealed class ServiceProperties : IMessage<ServiceProperties>, IEquatable<ServiceProperties>, IDeepCloneable<ServiceProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the App Hub v1 API class ServiceProperties.

Properties of an underlying cloud resource that can comprise a Service.

Inheritance

object > ServiceProperties

Namespace

Google.Cloud.AppHub.V1

Assembly

Google.Cloud.AppHub.V1.dll

Constructors

ServiceProperties()

public ServiceProperties()

ServiceProperties(ServiceProperties)

public ServiceProperties(ServiceProperties other)
Parameter
Name Description
other ServiceProperties

Properties

GcpProject

public string GcpProject { get; set; }

Output only. The service project identifier that the underlying cloud resource resides in.

Property Value
Type Description
string

Location

public string Location { get; set; }

Output only. The location that the underlying resource resides in, for example, us-west1.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).

Property Value
Type Description
string