public sealed class CreateMeshRequest : IMessage<CreateMeshRequest>, IEquatable<CreateMeshRequest>, IDeepCloneable<CreateMeshRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class CreateMeshRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CreateMeshRequest` class is used to create a request for the `CreateMesh` method in the Network Services v1 API, available in the `Google.Cloud.NetworkServices.V1` namespace, version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["`CreateMeshRequest` has three main properties: `Mesh`, which is the mesh resource to be created, `MeshId`, which is the short name of the mesh resource, and `Parent`, which specifies the parent resource for the mesh in the format `projects/*/locations/global`."],["There are two constructors for `CreateMeshRequest`, one being parameterless and the other taking another `CreateMeshRequest` as a parameter for copying."],["`ParentAsLocationName` provides a `LocationName`-typed view over the `Parent` property, allowing for resource name manipulation with that type."]]],[]]