Dns Functions
object DnsFunctions
Functions
Link copied to clipboard
Get the DNSKEY and DS records of DNSSEC-signed managed zones. For more information see the official documentation and API.
Link copied to clipboard
Provides access to a zone's attributes within Google Cloud DNS. For more information see the official documentation and API.
suspend fun getManagedZone(argument: suspend GetManagedZonePlainArgsBuilder.() -> Unit): GetManagedZoneResult
Link copied to clipboard
suspend fun getManagedZoneIamPolicy(argument: GetManagedZoneIamPolicyPlainArgs): GetManagedZoneIamPolicyResult
Retrieves the current IAM policy data for managedzone
suspend fun getManagedZoneIamPolicy(argument: suspend GetManagedZoneIamPolicyPlainArgsBuilder.() -> Unit): GetManagedZoneIamPolicyResult
suspend fun getManagedZoneIamPolicy(managedZone: String, project: String? = null): GetManagedZoneIamPolicyResult
Link copied to clipboard
Get a DNS record set within Google Cloud DNS For more information see the official documentation and API
suspend fun getRecordSet(argument: suspend GetRecordSetPlainArgsBuilder.() -> Unit): GetRecordSetResult
suspend fun getRecordSet(managedZone: String, name: String, project: String? = null, type: String): GetRecordSetResult