VPCACCESS

vpcaccess.projects.locations.connectors.create

valid {
    input.Body.ipCidrRange == STRING
    input.Body.machineType == STRING
    input.Body.maxInstances == INTEGER
    input.Body.maxThroughput == INTEGER
    input.Body.minInstances == INTEGER
    input.Body.minThroughput == INTEGER
    input.Body.name == STRING
    input.Body.network == STRING
    input.Body.subnet.name == STRING
    input.Body.subnet.projectId == STRING
    input.ReqMap.parent == STRING
    input.Qs.connectorId == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.connectors.delete

valid {
    input.ReqMap.name == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.connectors.get

valid {
    input.ReqMap.name == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.connectors.list

valid {
    input.ReqMap.parent == STRING
    input.Qs.pageSize == INTEGER
    input.Qs.pageToken == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.connectors.patch

valid {
    input.Body.ipCidrRange == STRING
    input.Body.machineType == STRING
    input.Body.maxInstances == INTEGER
    input.Body.maxThroughput == INTEGER
    input.Body.minInstances == INTEGER
    input.Body.minThroughput == INTEGER
    input.Body.name == STRING
    input.Body.network == STRING
    input.Body.subnet.name == STRING
    input.Body.subnet.projectId == STRING
    input.ReqMap.name == STRING
    input.Qs.updateMask == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.list

valid {
    input.ReqMap.name == STRING
    input.Qs.filter == STRING
    input.Qs.pageSize == INTEGER
    input.Qs.pageToken == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.operations.get

valid {
    input.ReqMap.name == STRING
    input.ProviderMetadata.Region == STRING
}

vpcaccess.projects.locations.operations.list

valid {
    input.ReqMap.name == STRING
    input.Qs.filter == STRING
    input.Qs.pageSize == INTEGER
    input.Qs.pageToken == STRING
    input.ProviderMetadata.Region == STRING
}