Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences.

The user preferences relating to Google Cloud VMware Engine target platform.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commitment_plan

def commitment_plan() -> ::Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences::CommitmentPlan
Returns

#commitment_plan=

def commitment_plan=(value) -> ::Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences::CommitmentPlan
Parameter
Returns

#cpu_overcommit_ratio

def cpu_overcommit_ratio() -> ::Float
Returns
  • (::Float) — CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.

#cpu_overcommit_ratio=

def cpu_overcommit_ratio=(value) -> ::Float
Parameter
  • value (::Float) — CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
Returns
  • (::Float) — CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.

#memory_overcommit_ratio

def memory_overcommit_ratio() -> ::Float
Returns
  • (::Float) — Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.

#memory_overcommit_ratio=

def memory_overcommit_ratio=(value) -> ::Float
Parameter
  • value (::Float) — Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
Returns
  • (::Float) — Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.

#storage_deduplication_compression_ratio

def storage_deduplication_compression_ratio() -> ::Float
Returns
  • (::Float) — 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.

#storage_deduplication_compression_ratio=

def storage_deduplication_compression_ratio=(value) -> ::Float
Parameter
  • value (::Float) — 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.
Returns
  • (::Float) — 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.