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.
Implements
IMessageGetMeshRequest, IEquatableGetMeshRequest, IDeepCloneableGetMeshRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
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; }
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 |