public interface GoldengateDeploymentEnvironmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoScalingEnabled()
public abstract boolean getAutoScalingEnabled()Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.
bool auto_scaling_enabled = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The autoScalingEnabled. |
getCategory()
public abstract GoldengateDeploymentEnvironment.DeploymentCategory getCategory()Output only. The category of the Goldengate Deployment Environment resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentCategory category = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentEnvironment.DeploymentCategory |
The category. |
getCategoryValue()
public abstract int getCategoryValue()Output only. The category of the Goldengate Deployment Environment resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentCategory category = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for category. |
getDefaultCpuCoreCount()
public abstract int getDefaultCpuCoreCount()Output only. The default CPU core count of the Goldengate Deployment Environment resource.
int32 default_cpu_core_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The defaultCpuCoreCount. |
getDisplayName()
public abstract String getDisplayName()The display name of the Goldengate Deployment Environment resource.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The display name of the Goldengate Deployment Environment resource.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getEnvironmentType()
public abstract GoldengateDeploymentEnvironment.DeploymentEnvironmentType getEnvironmentType()Output only. The environment type of the Goldengate Deployment Environment resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentEnvironmentType environment_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateDeploymentEnvironment.DeploymentEnvironmentType |
The environmentType. |
getEnvironmentTypeValue()
public abstract int getEnvironmentTypeValue()Output only. The environment type of the Goldengate Deployment Environment resource.
.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentEnvironmentType environment_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for environmentType. |
getMaxCpuCoreCount()
public abstract int getMaxCpuCoreCount()Output only. The max CPU core count of the Goldengate Deployment Environment resource.
int32 max_cpu_core_count = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The maxCpuCoreCount. |
getMemoryGbPerCpuCore()
public abstract int getMemoryGbPerCpuCore()Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.
int32 memory_gb_per_cpu_core = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The memoryGbPerCpuCore. |
getMinCpuCoreCount()
public abstract int getMinCpuCoreCount()Output only. The min CPU core count of the Goldengate Deployment Environment resource.
int32 min_cpu_core_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The minCpuCoreCount. |
getName()
public abstract String getName()Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNetworkBandwidthGbpsPerCpuCore()
public abstract int getNetworkBandwidthGbpsPerCpuCore()Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.
int32 network_bandwidth_gbps_per_cpu_core = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The networkBandwidthGbpsPerCpuCore. |
getStorageUsageLimitGbPerCpuCore()
public abstract int getStorageUsageLimitGbPerCpuCore()Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.
int32 storage_usage_limit_gb_per_cpu_core = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The storageUsageLimitGbPerCpuCore. |