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."],[[["This documentation is for the `CreateMeshRequest` class within the Network Services v1 API, specifically version 1.0.0-beta01, and it's used when creating a new mesh using the `CreateMesh` method."],["The `CreateMeshRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities for object interaction."],["The `CreateMeshRequest` class includes properties such as `Mesh` (the resource to be created), `MeshId` (the short name for the resource), and `Parent` (the parent resource for the Mesh, in a specific format), along with `ParentAsLocationName` as a typed view."],["There are two constructors provided for `CreateMeshRequest`, a default constructor and one that accepts another `CreateMeshRequest` object for creating a copy."],["This class is located in the namespace `Google.Cloud.NetworkServices.V1` and is part of the `Google.Cloud.NetworkServices.V1.dll` assembly."]]],[]]