Oracle Database@Google Cloud v1 API - Class StopGoldengateDeploymentRequest (1.6.0)

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

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class StopGoldengateDeploymentRequest.

The request for GoldengateDeployment.Stop.

Inheritance

object > StopGoldengateDeploymentRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

StopGoldengateDeploymentRequest()

public StopGoldengateDeploymentRequest()

StopGoldengateDeploymentRequest(StopGoldengateDeploymentRequest)

public StopGoldengateDeploymentRequest(StopGoldengateDeploymentRequest other)
Parameter
Name Description
other StopGoldengateDeploymentRequest

Properties

GoldengateDeploymentName

public GoldengateDeploymentName GoldengateDeploymentName { get; set; }

GoldengateDeploymentName-typed view over the Name resource name property.

Property Value
Type Description
GoldengateDeploymentName

Name

public string Name { get; set; }

Required. The name of the Goldengate Deployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.

Property Value
Type Description
string