Class: Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
The user preferences relating to Google Cloud VMware Engine target platform.
Defined Under Namespace
Modules: CommitmentPlan
Instance Attribute Summary collapse
-
#commitment_plan ⇒ ::Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences::CommitmentPlan
Commitment plan to consider when calculating costs for virtual machine insights and recommendations.
-
#cpu_overcommit_ratio ⇒ ::Float
CPU overcommit ratio.
-
#memory_overcommit_ratio ⇒ ::Float
Memory overcommit ratio.
-
#storage_deduplication_compression_ratio ⇒ ::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.
Instance Attribute Details
#commitment_plan ⇒ ::Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences::CommitmentPlan
Returns 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.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3402 class VmwareEnginePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of committed use discount. module CommitmentPlan # Unspecified commitment plan. COMMITMENT_PLAN_UNSPECIFIED = 0 # No commitment plan (on-demand usage). ON_DEMAND = 1 # 1 year commitment (monthly payments). COMMITMENT_1_YEAR_MONTHLY_PAYMENTS = 2 # 3 year commitment (monthly payments). COMMITMENT_3_YEAR_MONTHLY_PAYMENTS = 3 # 1 year commitment (upfront payment). COMMITMENT_1_YEAR_UPFRONT_PAYMENT = 4 # 3 years commitment (upfront payment). COMMITMENT_3_YEAR_UPFRONT_PAYMENT = 5 end end |
#cpu_overcommit_ratio ⇒ ::Float
Returns CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3402 class VmwareEnginePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of committed use discount. module CommitmentPlan # Unspecified commitment plan. COMMITMENT_PLAN_UNSPECIFIED = 0 # No commitment plan (on-demand usage). ON_DEMAND = 1 # 1 year commitment (monthly payments). COMMITMENT_1_YEAR_MONTHLY_PAYMENTS = 2 # 3 year commitment (monthly payments). COMMITMENT_3_YEAR_MONTHLY_PAYMENTS = 3 # 1 year commitment (upfront payment). COMMITMENT_1_YEAR_UPFRONT_PAYMENT = 4 # 3 years commitment (upfront payment). COMMITMENT_3_YEAR_UPFRONT_PAYMENT = 5 end end |
#memory_overcommit_ratio ⇒ ::Float
Returns Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3402 class VmwareEnginePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of committed use discount. module CommitmentPlan # Unspecified commitment plan. COMMITMENT_PLAN_UNSPECIFIED = 0 # No commitment plan (on-demand usage). ON_DEMAND = 1 # 1 year commitment (monthly payments). COMMITMENT_1_YEAR_MONTHLY_PAYMENTS = 2 # 3 year commitment (monthly payments). COMMITMENT_3_YEAR_MONTHLY_PAYMENTS = 3 # 1 year commitment (upfront payment). COMMITMENT_1_YEAR_UPFRONT_PAYMENT = 4 # 3 years commitment (upfront payment). COMMITMENT_3_YEAR_UPFRONT_PAYMENT = 5 end end |
#storage_deduplication_compression_ratio ⇒ ::Float
Returns 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.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3402 class VmwareEnginePreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of committed use discount. module CommitmentPlan # Unspecified commitment plan. COMMITMENT_PLAN_UNSPECIFIED = 0 # No commitment plan (on-demand usage). ON_DEMAND = 1 # 1 year commitment (monthly payments). COMMITMENT_1_YEAR_MONTHLY_PAYMENTS = 2 # 3 year commitment (monthly payments). COMMITMENT_3_YEAR_MONTHLY_PAYMENTS = 3 # 1 year commitment (upfront payment). COMMITMENT_1_YEAR_UPFRONT_PAYMENT = 4 # 3 years commitment (upfront payment). COMMITMENT_3_YEAR_UPFRONT_PAYMENT = 5 end end |