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
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
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
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
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 |