Vcenter NamespaceManagement InfrastructurePolicies GuestMatchSpec

Vcenter NamespaceManagement InfrastructurePolicies GuestMatchSpec
Vcenter NamespaceManagement InfrastructurePolicies GuestMatchSpec

The Vcenter NamespaceManagement InfrastructurePolicies GuestMatchSpec schema contains matching criteria for guest operating systems.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "guest_id": {
        "op": "string",
        "value": "string"
    },
    "guest_family": {
        "op": "string",
        "value": "string"
    }
}
guest_id
Optional

Matches the workload's guest ID. For a complete list of supported values, please refer to GuestOsIdentifier enumerated type from the VIM API.

This property was added in vSphere API 9.1.0.0.

If missing or null, no guest ID matching is performed.

guest_family
Optional

Matches the workload's guest family defined in Vcenter NamespaceManagement InfrastructurePolicies GuestFamilyType

This property was added in vSphere API 9.1.0.0.

If missing or null, no guest family matching is performed.