- 0.67.0 (latest)
- 0.65.0
- 0.64.0
- 0.62.0
- 0.60.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.52.0
- 0.50.0
- 0.49.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class VmwareEnginePreferences.Builder extends GeneratedMessage.Builder<VmwareEnginePreferences.Builder> implements VmwareEnginePreferencesOrBuilderThe user preferences relating to Google Cloud VMware Engine target platform.
Protobuf type google.cloud.migrationcenter.v1.VmwareEnginePreferences
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VmwareEnginePreferences.BuilderImplements
VmwareEnginePreferencesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public VmwareEnginePreferences build()| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences |
|
buildPartial()
public VmwareEnginePreferences buildPartial()| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences |
|
clear()
public VmwareEnginePreferences.Builder clear()| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
|
clearCommitmentPlan()
public VmwareEnginePreferences.Builder clearCommitmentPlan()Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.VmwareEnginePreferences.CommitmentPlan commitment_plan = 4;
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
clearCpuOvercommitRatio()
public VmwareEnginePreferences.Builder clearCpuOvercommitRatio()CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
double cpu_overcommit_ratio = 1;
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
clearMemoryOvercommitRatio()
public VmwareEnginePreferences.Builder clearMemoryOvercommitRatio()Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
double memory_overcommit_ratio = 2;
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
clearStorageDeduplicationCompressionRatio()
public VmwareEnginePreferences.Builder clearStorageDeduplicationCompressionRatio()The Deduplication and Compression ratio is based on the logical (Used Before) space required to store data before applying deduplication and compression, in relation to the physical (Used After) space required after applying deduplication and compression. Specifically, the ratio is the Used Before space divided by the Used After space. For example, if the Used Before space is 3 GB, but the physical Used After space is 1 GB, the deduplication and compression ratio is 3x. Acceptable values are between 1.0 and 4.0.
double storage_deduplication_compression_ratio = 3;
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
getCommitmentPlan()
public VmwareEnginePreferences.CommitmentPlan getCommitmentPlan()Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.VmwareEnginePreferences.CommitmentPlan commitment_plan = 4;
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.CommitmentPlan |
The commitmentPlan. |
getCommitmentPlanValue()
public int getCommitmentPlanValue()Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.VmwareEnginePreferences.CommitmentPlan commitment_plan = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for commitmentPlan. |
getCpuOvercommitRatio()
public double getCpuOvercommitRatio()CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
double cpu_overcommit_ratio = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The cpuOvercommitRatio. |
getDefaultInstanceForType()
public VmwareEnginePreferences getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMemoryOvercommitRatio()
public double getMemoryOvercommitRatio()Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
double memory_overcommit_ratio = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The memoryOvercommitRatio. |
getStorageDeduplicationCompressionRatio()
public double getStorageDeduplicationCompressionRatio()The Deduplication and Compression ratio is based on the logical (Used Before) space required to store data before applying deduplication and compression, in relation to the physical (Used After) space required after applying deduplication and compression. Specifically, the ratio is the Used Before space divided by the Used After space. For example, if the Used Before space is 3 GB, but the physical Used After space is 1 GB, the deduplication and compression ratio is 3x. Acceptable values are between 1.0 and 4.0.
double storage_deduplication_compression_ratio = 3;
| Returns | |
|---|---|
| Type | Description |
double |
The storageDeduplicationCompressionRatio. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VmwareEnginePreferences other)
public VmwareEnginePreferences.Builder mergeFrom(VmwareEnginePreferences other)| Parameter | |
|---|---|
| Name | Description |
other |
VmwareEnginePreferences |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VmwareEnginePreferences.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VmwareEnginePreferences.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
|
setCommitmentPlan(VmwareEnginePreferences.CommitmentPlan value)
public VmwareEnginePreferences.Builder setCommitmentPlan(VmwareEnginePreferences.CommitmentPlan value)Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.VmwareEnginePreferences.CommitmentPlan commitment_plan = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
VmwareEnginePreferences.CommitmentPlanThe commitmentPlan to set. |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
setCommitmentPlanValue(int value)
public VmwareEnginePreferences.Builder setCommitmentPlanValue(int value)Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.VmwareEnginePreferences.CommitmentPlan commitment_plan = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for commitmentPlan to set. |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
setCpuOvercommitRatio(double value)
public VmwareEnginePreferences.Builder setCpuOvercommitRatio(double value)CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
double cpu_overcommit_ratio = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe cpuOvercommitRatio to set. |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
setMemoryOvercommitRatio(double value)
public VmwareEnginePreferences.Builder setMemoryOvercommitRatio(double value)Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
double memory_overcommit_ratio = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe memoryOvercommitRatio to set. |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |
setStorageDeduplicationCompressionRatio(double value)
public VmwareEnginePreferences.Builder setStorageDeduplicationCompressionRatio(double value)The Deduplication and Compression ratio is based on the logical (Used Before) space required to store data before applying deduplication and compression, in relation to the physical (Used After) space required after applying deduplication and compression. Specifically, the ratio is the Used Before space divided by the Used After space. For example, if the Used Before space is 3 GB, but the physical Used After space is 1 GB, the deduplication and compression ratio is 3x. Acceptable values are between 1.0 and 4.0.
double storage_deduplication_compression_ratio = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe storageDeduplicationCompressionRatio to set. |
| Returns | |
|---|---|
| Type | Description |
VmwareEnginePreferences.Builder |
This builder for chaining. |