public sealed class CreateMappingRuleRequest : IMessage<CreateMappingRuleRequest>, IEquatable<CreateMappingRuleRequest>, IDeepCloneable<CreateMappingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class CreateMappingRuleRequest.
Request message for 'CreateMappingRule' command.
Implements
IMessageCreateMappingRuleRequest, IEquatableCreateMappingRuleRequest, IDeepCloneableCreateMappingRuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
CreateMappingRuleRequest()
public CreateMappingRuleRequest()
CreateMappingRuleRequest(CreateMappingRuleRequest)
public CreateMappingRuleRequest(CreateMappingRuleRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateMappingRuleRequest |
Properties
MappingRule
public MappingRule MappingRule { get; set; }
Required. Represents a mapping rule object.
Property Value | |
---|---|
Type | Description |
MappingRule |
MappingRuleId
public string MappingRuleId { get; set; }
Required. The ID of the rule to create.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent which owns this collection of mapping rules.
Property Value | |
---|---|
Type | Description |
string |
ParentAsConversionWorkspaceName
public ConversionWorkspaceName ParentAsConversionWorkspaceName { get; set; }
ConversionWorkspaceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConversionWorkspaceName |
RequestId
public string RequestId { get; set; }
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Property Value | |
---|---|
Type | Description |
string |