Show / Hide Table of Contents

Class GoldengateDeploymentEnvironment

Details of the Goldengate Deployment Environment resource.

Inheritance
object
GoldengateDeploymentEnvironment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateDeploymentEnvironment : IDirectResponseSchema

Properties

AutoScalingEnabled

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

Declaration
[JsonProperty("autoScalingEnabled")]
public virtual bool? AutoScalingEnabled { get; set; }
Property Value
Type Description
bool?

Category

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

Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
string

DefaultCpuCoreCount

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

Declaration
[JsonProperty("defaultCpuCoreCount")]
public virtual int? DefaultCpuCoreCount { get; set; }
Property Value
Type Description
int?

DisplayName

The display name of the Goldengate Deployment Environment resource.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnvironmentType

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

Declaration
[JsonProperty("environmentType")]
public virtual string EnvironmentType { get; set; }
Property Value
Type Description
string

MaxCpuCoreCount

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

Declaration
[JsonProperty("maxCpuCoreCount")]
public virtual int? MaxCpuCoreCount { get; set; }
Property Value
Type Description
int?

MemoryGbPerCpuCore

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

Declaration
[JsonProperty("memoryGbPerCpuCore")]
public virtual int? MemoryGbPerCpuCore { get; set; }
Property Value
Type Description
int?

MinCpuCoreCount

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

Declaration
[JsonProperty("minCpuCoreCount")]
public virtual int? MinCpuCoreCount { get; set; }
Property Value
Type Description
int?

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NetworkBandwidthGbpsPerCpuCore

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

Declaration
[JsonProperty("networkBandwidthGbpsPerCpuCore")]
public virtual int? NetworkBandwidthGbpsPerCpuCore { get; set; }
Property Value
Type Description
int?

StorageUsageLimitGbPerCpuCore

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

Declaration
[JsonProperty("storageUsageLimitGbPerCpuCore")]
public virtual int? StorageUsageLimitGbPerCpuCore { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX