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.
Implements
IMessageCreateWasmPluginRequest, IEquatableCreateWasmPluginRequest, IDeepCloneableCreateWasmPluginRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
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 |