Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::LicenseResourceRequirements.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#min_guest_cpu_count
def min_guest_cpu_count() -> ::Integer
Returns
- (::Integer) — Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
#min_guest_cpu_count=
def min_guest_cpu_count=(value) -> ::Integer
Parameter
- value (::Integer) — Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
Returns
- (::Integer) — Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
#min_memory_mb
def min_memory_mb() -> ::Integer
Returns
- (::Integer) — Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
#min_memory_mb=
def min_memory_mb=(value) -> ::Integer
Parameter
- value (::Integer) — Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
Returns
- (::Integer) — Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.