Network Services v1 API - Class CreateWasmPluginRequest (1.2.0)

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

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

Request used by the CreateWasmPlugin method.

Inheritance

object > CreateWasmPluginRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

CreateWasmPluginRequest()

public CreateWasmPluginRequest()

CreateWasmPluginRequest(CreateWasmPluginRequest)

public CreateWasmPluginRequest(CreateWasmPluginRequest other)
Parameter
Name Description
other CreateWasmPluginRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/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

WasmPlugin

public WasmPlugin WasmPlugin { get; set; }

Required. WasmPlugin resource to be created.

Property Value
Type Description
WasmPlugin

WasmPluginId

public string WasmPluginId { get; set; }

Required. User-provided ID of the WasmPlugin resource to be created.

Property Value
Type Description
string