public sealed class CreateServiceBindingRequest : IMessage<CreateServiceBindingRequest>, IEquatable<CreateServiceBindingRequest>, IDeepCloneable<CreateServiceBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class CreateServiceBindingRequest.
Request used by the ServiceBinding method.
Implements
IMessageCreateServiceBindingRequest, IEquatableCreateServiceBindingRequest, IDeepCloneableCreateServiceBindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
CreateServiceBindingRequest()
public CreateServiceBindingRequest()
CreateServiceBindingRequest(CreateServiceBindingRequest)
public CreateServiceBindingRequest(CreateServiceBindingRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateServiceBindingRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource of the ServiceBinding. 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 |
ServiceBinding
public ServiceBinding ServiceBinding { get; set; }
Required. ServiceBinding resource to be created.
Property Value | |
---|---|
Type | Description |
ServiceBinding |
ServiceBindingId
public string ServiceBindingId { get; set; }
Required. Short name of the ServiceBinding resource to be created.
Property Value | |
---|---|
Type | Description |
string |