Network Services v1beta1 API - Class CreateExtensionBindingRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Services v1beta1 API class CreateExtensionBindingRequest.

Request used by the CreateExtensionBinding method.

Inheritance

object > CreateExtensionBindingRequest

Namespace

Google.Cloud.NetworkServices.V1Beta1

Assembly

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