Network Services v1 API - Class GetMeshRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Services v1 API class GetMeshRequest.

Request used by the GetMesh method.

Inheritance

object > GetMeshRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

GetMeshRequest()

public GetMeshRequest()

GetMeshRequest(GetMeshRequest)

public GetMeshRequest(GetMeshRequest other)
Parameter
Name Description
other GetMeshRequest

Properties

MeshName

public MeshName MeshName { get; set; }

MeshName-typed view over the Name resource name property.

Property Value
Type Description
MeshName

Name

public string Name { get; set; }

Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*.

Property Value
Type Description
string