Cloud Run Admin v2 API - Class ServiceMesh (2.10.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class ServiceMesh.

Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.

Inheritance

object > ServiceMesh

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ServiceMesh()

public ServiceMesh()

ServiceMesh(ServiceMesh)

public ServiceMesh(ServiceMesh other)
Parameter
Name Description
other ServiceMesh

Properties

Mesh

public string Mesh { get; set; }

The Mesh resource name. Format: projects/{project}/locations/global/meshes/{mesh}, where {project} can be project id or number.

Property Value
Type Description
string

MeshAsMeshName

public MeshName MeshAsMeshName { get; set; }

MeshName-typed view over the Mesh resource name property.

Property Value
Type Description
MeshName