public sealed class CreateExtensionBindingRequest : IMessage<CreateExtensionBindingRequest>, IEquatable<CreateExtensionBindingRequest>, IDeepCloneable<CreateExtensionBindingRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1beta1 API class CreateExtensionBindingRequest.
Request used by the CreateExtensionBinding method.
Implements
IMessageCreateExtensionBindingRequest, IEquatableCreateExtensionBindingRequest, IDeepCloneableCreateExtensionBindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Beta1Assembly
Google.Cloud.NetworkServices.V1Beta1.dll
Constructors
CreateExtensionBindingRequest()
public CreateExtensionBindingRequest()CreateExtensionBindingRequest(CreateExtensionBindingRequest)
public CreateExtensionBindingRequest(CreateExtensionBindingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateExtensionBindingRequest |
Properties
ExtensionBinding
public ExtensionBinding ExtensionBinding { get; set; }Required. ExtensionBinding resource to be created.
| Property Value | |
|---|---|
| Type | Description |
ExtensionBinding |
|
ExtensionBindingId
public string ExtensionBindingId { get; set; }Required. Short name of the ExtensionBinding resource to be created.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource of the ExtensionBinding resource. Must be
in the format projects/{project}/locations/{location}.
| 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 |
|