Class GoogleCloudRunV2ServiceMesh
Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2ServiceMesh : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Mesh
The Mesh resource name. Format: projects/{project}/locations/global/meshes/{mesh}
, where {project}
can
be project id or number.
Declaration
[JsonProperty("mesh")]
public virtual string Mesh { get; set; }
Property Value
Type | Description |
---|---|
string |