是否可以将Google云DNS条目指向Google计算引擎实例?

是否可以将Google云DNS条目指向Google计算引擎实例?,dns,google-api,google-cloud-platform,google-cloud-dns,Dns,Google Api,Google Cloud Platform,Google Cloud Dns,我是否可以使用指向我的Google Compute Engine主机逻辑名称的引用或链接,而不是173.255.x.x.: { "additions": [ { "kind": "dns#resourceRecordSet", "name": "compute-engine-host.domain.com.", "rrdatas": [ "173.255.x.x."

我是否可以使用指向我的Google Compute Engine主机逻辑名称的引用或链接,而不是
173.255.x.x.

{
    "additions": [
        {
            "kind": "dns#resourceRecordSet",
            "name": "compute-engine-host.domain.com.",
            "rrdatas": [
                "173.255.x.x."
            ],
            "ttl": 60,
            "type": "A"
        }
    ]
}

我不相信这是可能的,但我会看看我们是否能把它列入建设的清单

在此之前,您应该能够使用该方法让您的GCE计算机在启动时添加/更新DNS记录