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

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.

Request used by the CreateMesh method.

Inheritance

object > CreateMeshRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

CreateMeshRequest()

public CreateMeshRequest()

CreateMeshRequest(CreateMeshRequest)

public CreateMeshRequest(CreateMeshRequest other)
Parameter
Name Description
other CreateMeshRequest

Properties

Mesh

public Mesh Mesh { get; set; }

Required. Mesh resource to be created.

Property Value
Type Description
Mesh

MeshId

public string MeshId { get; set; }

Required. Short name of the Mesh resource to be created.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName