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

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

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

Details of the Goldengate Deployment Environment resource.

Inheritance

object > GoldengateDeploymentEnvironment

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateDeploymentEnvironment()

public GoldengateDeploymentEnvironment()

GoldengateDeploymentEnvironment(GoldengateDeploymentEnvironment)

public GoldengateDeploymentEnvironment(GoldengateDeploymentEnvironment other)
Parameter
Name Description
other GoldengateDeploymentEnvironment

Properties

AutoScalingEnabled

public bool AutoScalingEnabled { get; set; }

Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.

Property Value
Type Description
bool

Category

public GoldengateDeploymentEnvironment.Types.DeploymentCategory Category { get; set; }

Output only. The category of the Goldengate Deployment Environment resource.

Property Value
Type Description
GoldengateDeploymentEnvironmentTypesDeploymentCategory

DefaultCpuCoreCount

public int DefaultCpuCoreCount { get; set; }

Output only. The default CPU core count of the Goldengate Deployment Environment resource.

Property Value
Type Description
int

DisplayName

public string DisplayName { get; set; }

The display name of the Goldengate Deployment Environment resource.

Property Value
Type Description
string

EnvironmentType

public GoldengateDeploymentEnvironment.Types.DeploymentEnvironmentType EnvironmentType { get; set; }

Output only. The environment type of the Goldengate Deployment Environment resource.

Property Value
Type Description
GoldengateDeploymentEnvironmentTypesDeploymentEnvironmentType

GoldengateDeploymentEnvironmentName

public GoldengateDeploymentEnvironmentName GoldengateDeploymentEnvironmentName { get; set; }

GoldengateDeploymentEnvironmentName-typed view over the Name resource name property.

Property Value
Type Description
GoldengateDeploymentEnvironmentName

MaxCpuCoreCount

public int MaxCpuCoreCount { get; set; }

Output only. The max CPU core count of the Goldengate Deployment Environment resource.

Property Value
Type Description
int

MemoryGbPerCpuCore

public int MemoryGbPerCpuCore { get; set; }

Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.

Property Value
Type Description
int

MinCpuCoreCount

public int MinCpuCoreCount { get; set; }

Output only. The min CPU core count of the Goldengate Deployment Environment resource.

Property Value
Type Description
int

Name

public string Name { get; set; }

Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}

Property Value
Type Description
string

NetworkBandwidthGbpsPerCpuCore

public int NetworkBandwidthGbpsPerCpuCore { get; set; }

Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.

Property Value
Type Description
int

StorageUsageLimitGbPerCpuCore

public int StorageUsageLimitGbPerCpuCore { get; set; }

Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.

Property Value
Type Description
int