Reference documentation and code samples for the Google Cloud OsConfig V1 Client class InventoryFilter.
Filtering criteria to select VMs based on inventory details.
Generated from protobuf message google.cloud.osconfig.v1.OSPolicy.InventoryFilter
Namespace
Google \ Cloud \ OsConfig \ V1 \ OSPolicyMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ os_short_name |
string
Required. The OS short name |
↳ os_version |
string
The OS version Prefix matches are supported if asterisk() is provided as the last character. For example, to match all versions with a major version of |
getOsShortName
Required. The OS short name
Returns | |
---|---|
Type | Description |
string |
setOsShortName
Required. The OS short name
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOsVersion
The OS version
Prefix matches are supported if asterisk() is provided as the
last character. For example, to match all versions with a major
version of 7
, specify the following value for this field `7.`
An empty string matches all OS versions.
Returns | |
---|---|
Type | Description |
string |
setOsVersion
The OS version
Prefix matches are supported if asterisk() is provided as the
last character. For example, to match all versions with a major
version of 7
, specify the following value for this field `7.`
An empty string matches all OS versions.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |