GoogleInstanceNameComparison Object
Description
Comparison for Google instance names.
Properties
compareType
Comparison to use.
Type: string
Valid Values:
containsdoes-not-containdoes-not-end-withdoes-not-equaldoes-not-start-withends-withequalsstarts-with
Required: Yes
instanceName
Text to compare.
Type: string
Required: Yes
Sample JSON
{
"compareType": "starts-with",
"instanceName": "prod-"
}Last updated