Reference documentation and code samples for the Compute V1 Client class LicenseResourceRequirements.
Generated from protobuf message google.cloud.compute.v1.LicenseResourceRequirements
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ min_guest_cpu_count |
int
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance. |
↳ min_memory_mb |
int
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance. |
getMinGuestCpuCount
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
Returns | |
---|---|
Type | Description |
int |
hasMinGuestCpuCount
clearMinGuestCpuCount
setMinGuestCpuCount
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMinMemoryMb
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
Returns | |
---|---|
Type | Description |
int |
hasMinMemoryMb
clearMinMemoryMb
setMinMemoryMb
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |