public sealed class TestGoldengateConnectionAssignmentRequest : IMessage<TestGoldengateConnectionAssignmentRequest>, IEquatable<TestGoldengateConnectionAssignmentRequest>, IDeepCloneable<TestGoldengateConnectionAssignmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class TestGoldengateConnectionAssignmentRequest.
Request message for TestGoldengateConnectionAssignment.
Implements
IMessageTestGoldengateConnectionAssignmentRequest, IEquatableTestGoldengateConnectionAssignmentRequest, IDeepCloneableTestGoldengateConnectionAssignmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
TestGoldengateConnectionAssignmentRequest()
public TestGoldengateConnectionAssignmentRequest()TestGoldengateConnectionAssignmentRequest(TestGoldengateConnectionAssignmentRequest)
public TestGoldengateConnectionAssignmentRequest(TestGoldengateConnectionAssignmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TestGoldengateConnectionAssignmentRequest |
Properties
GoldengateConnectionAssignmentName
public GoldengateConnectionAssignmentName GoldengateConnectionAssignmentName { get; set; }GoldengateConnectionAssignmentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateConnectionAssignmentName |
|
Name
public string Name { get; set; }Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public TestGoldengateConnectionAssignmentRequest.Types.TestType Type { get; set; }Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.
| Property Value | |
|---|---|
| Type | Description |
TestGoldengateConnectionAssignmentRequestTypesTestType |
|