Package-level declarations

Types

Link copied to clipboard
data class DnsKeySpecArgs(val algorithm: Output<DnsKeySpecAlgorithm>? = null, val keyLength: Output<Int>? = null, val keyType: Output<DnsKeySpecKeyType>? = null, val kind: Output<String>? = null) : ConvertibleToJava<DnsKeySpecArgs>

Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.

Link copied to clipboard
Link copied to clipboard
data class ExprArgs(val description: Output<String>? = null, val expression: Output<String>? = null, val location: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<ExprArgs>

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

Link copied to clipboard

Builder for ExprArgs.

Link copied to clipboard
data class GetChangePlainArgs(val changeId: String, val clientOperationId: String? = null, val managedZone: String, val project: String? = null) : ConvertibleToJava<GetChangePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetManagedZoneIamPolicyPlainArgs(val managedZone: String, val project: String? = null) : ConvertibleToJava<GetManagedZoneIamPolicyPlainArgs>
Link copied to clipboard
data class GetManagedZonePlainArgs(val clientOperationId: String? = null, val managedZone: String, val project: String? = null) : ConvertibleToJava<GetManagedZonePlainArgs>
Link copied to clipboard
data class GetPolicyPlainArgs(val clientOperationId: String? = null, val policy: String, val project: String? = null) : ConvertibleToJava<GetPolicyPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetResourceRecordSetPlainArgs(val clientOperationId: String? = null, val managedZone: String, val name: String, val project: String? = null, val type: String) : ConvertibleToJava<GetResourceRecordSetPlainArgs>
Link copied to clipboard
data class GetResponsePolicyPlainArgs(val clientOperationId: String? = null, val project: String? = null, val responsePolicy: String) : ConvertibleToJava<GetResponsePolicyPlainArgs>
Link copied to clipboard
data class GetResponsePolicyRulePlainArgs(val clientOperationId: String? = null, val project: String? = null, val responsePolicy: String, val responsePolicyRule: String) : ConvertibleToJava<GetResponsePolicyRulePlainArgs>
Link copied to clipboard
data class GoogleIamV1AuditConfigArgs(val auditLogConfigs: Output<List<GoogleIamV1AuditLogConfigArgs>>? = null, val service: Output<String>? = null) : ConvertibleToJava<GoogleIamV1AuditConfigArgs>

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both allServices and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": "user:jose@example.com" }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": "user:aliya@example.com" } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.

Link copied to clipboard
data class GoogleIamV1AuditLogConfigArgs(val exemptedMembers: Output<List<String>>? = null, val logType: Output<GoogleIamV1AuditLogConfigLogType>? = null) : ConvertibleToJava<GoogleIamV1AuditLogConfigArgs>

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": "user:jose@example.com" }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

Link copied to clipboard
data class GoogleIamV1BindingArgs(val condition: Output<ExprArgs>? = null, val members: Output<List<String>>? = null, val role: Output<String>? = null) : ConvertibleToJava<GoogleIamV1BindingArgs>

Associates members, or principals, with a role.

Link copied to clipboard
data class ManagedZoneCloudLoggingConfigArgs(val enableLogging: Output<Boolean>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ManagedZoneCloudLoggingConfigArgs>

Cloud Logging configurations for publicly visible zones.

Link copied to clipboard
data class ManagedZoneDnsSecConfigArgs(val defaultKeySpecs: Output<List<DnsKeySpecArgs>>? = null, val kind: Output<String>? = null, val nonExistence: Output<ManagedZoneDnsSecConfigNonExistence>? = null, val state: Output<ManagedZoneDnsSecConfigState>? = null) : ConvertibleToJava<ManagedZoneDnsSecConfigArgs>
Link copied to clipboard
data class ManagedZoneForwardingConfigArgs(val kind: Output<String>? = null, val targetNameServers: Output<List<ManagedZoneForwardingConfigNameServerTargetArgs>>? = null) : ConvertibleToJava<ManagedZoneForwardingConfigArgs>
data class ManagedZoneForwardingConfigNameServerTargetArgs(val forwardingPath: Output<ManagedZoneForwardingConfigNameServerTargetForwardingPath>? = null, val ipv4Address: Output<String>? = null, val ipv6Address: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ManagedZoneForwardingConfigNameServerTargetArgs>
Link copied to clipboard
data class ManagedZonePeeringConfigArgs(val kind: Output<String>? = null, val targetNetwork: Output<ManagedZonePeeringConfigTargetNetworkArgs>? = null) : ConvertibleToJava<ManagedZonePeeringConfigArgs>
data class ManagedZonePeeringConfigTargetNetworkArgs(val deactivateTime: Output<String>? = null, val kind: Output<String>? = null, val networkUrl: Output<String>? = null) : ConvertibleToJava<ManagedZonePeeringConfigTargetNetworkArgs>
Link copied to clipboard
data class ManagedZonePrivateVisibilityConfigArgs(val gkeClusters: Output<List<ManagedZonePrivateVisibilityConfigGKEClusterArgs>>? = null, val kind: Output<String>? = null, val networks: Output<List<ManagedZonePrivateVisibilityConfigNetworkArgs>>? = null) : ConvertibleToJava<ManagedZonePrivateVisibilityConfigArgs>
data class ManagedZonePrivateVisibilityConfigGKEClusterArgs(val gkeClusterName: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ManagedZonePrivateVisibilityConfigGKEClusterArgs>
data class ManagedZonePrivateVisibilityConfigNetworkArgs(val kind: Output<String>? = null, val networkUrl: Output<String>? = null) : ConvertibleToJava<ManagedZonePrivateVisibilityConfigNetworkArgs>
Link copied to clipboard
data class ManagedZoneReverseLookupConfigArgs(val kind: Output<String>? = null) : ConvertibleToJava<ManagedZoneReverseLookupConfigArgs>
Link copied to clipboard
data class ManagedZoneServiceDirectoryConfigArgs(val kind: Output<String>? = null, val namespace: Output<ManagedZoneServiceDirectoryConfigNamespaceArgs>? = null) : ConvertibleToJava<ManagedZoneServiceDirectoryConfigArgs>

Contains information about Service Directory-backed zones.

data class ManagedZoneServiceDirectoryConfigNamespaceArgs(val deletionTime: Output<String>? = null, val kind: Output<String>? = null, val namespaceUrl: Output<String>? = null) : ConvertibleToJava<ManagedZoneServiceDirectoryConfigNamespaceArgs>
Link copied to clipboard
data class PolicyAlternativeNameServerConfigArgs(val kind: Output<String>? = null, val targetNameServers: Output<List<PolicyAlternativeNameServerConfigTargetNameServerArgs>>? = null) : ConvertibleToJava<PolicyAlternativeNameServerConfigArgs>
data class PolicyAlternativeNameServerConfigTargetNameServerArgs(val forwardingPath: Output<PolicyAlternativeNameServerConfigTargetNameServerForwardingPath>? = null, val ipv4Address: Output<String>? = null, val ipv6Address: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<PolicyAlternativeNameServerConfigTargetNameServerArgs>
Link copied to clipboard
data class PolicyNetworkArgs(val kind: Output<String>? = null, val networkUrl: Output<String>? = null) : ConvertibleToJava<PolicyNetworkArgs>
Link copied to clipboard
Link copied to clipboard
data class ResourceRecordSetArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val routingPolicy: Output<RRSetRoutingPolicyArgs>? = null, val rrdatas: Output<List<String>>? = null, val signatureRrdatas: Output<List<String>>? = null, val ttl: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<ResourceRecordSetArgs>

A unit of data that is returned by the DNS servers.

Link copied to clipboard
data class ResponsePolicyGKEClusterArgs(val gkeClusterName: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ResponsePolicyGKEClusterArgs>
Link copied to clipboard
data class ResponsePolicyNetworkArgs(val kind: Output<String>? = null, val networkUrl: Output<String>? = null) : ConvertibleToJava<ResponsePolicyNetworkArgs>
Link copied to clipboard
data class ResponsePolicyRuleLocalDataArgs(val localDatas: Output<List<ResourceRecordSetArgs>>? = null) : ConvertibleToJava<ResponsePolicyRuleLocalDataArgs>
Link copied to clipboard
data class RRSetRoutingPolicyArgs(val geo: Output<RRSetRoutingPolicyGeoPolicyArgs>? = null, val geoPolicy: Output<RRSetRoutingPolicyGeoPolicyArgs>? = null, val kind: Output<String>? = null, val primaryBackup: Output<RRSetRoutingPolicyPrimaryBackupPolicyArgs>? = null, val wrr: Output<RRSetRoutingPolicyWrrPolicyArgs>? = null, val wrrPolicy: Output<RRSetRoutingPolicyWrrPolicyArgs>? = null) : ConvertibleToJava<RRSetRoutingPolicyArgs>

A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.

Link copied to clipboard
data class RRSetRoutingPolicyGeoPolicyArgs(val enableFencing: Output<Boolean>? = null, val items: Output<List<RRSetRoutingPolicyGeoPolicyGeoPolicyItemArgs>>? = null, val kind: Output<String>? = null) : ConvertibleToJava<RRSetRoutingPolicyGeoPolicyArgs>

Configures a RRSetRoutingPolicy that routes based on the geo location of the querying user.

data class RRSetRoutingPolicyGeoPolicyGeoPolicyItemArgs(val healthCheckedTargets: Output<RRSetRoutingPolicyHealthCheckTargetsArgs>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val rrdatas: Output<List<String>>? = null, val signatureRrdatas: Output<List<String>>? = null) : ConvertibleToJava<RRSetRoutingPolicyGeoPolicyGeoPolicyItemArgs>

ResourceRecordSet data for one geo location.

Link copied to clipboard
data class RRSetRoutingPolicyHealthCheckTargetsArgs(val internalLoadBalancers: Output<List<RRSetRoutingPolicyLoadBalancerTargetArgs>>? = null) : ConvertibleToJava<RRSetRoutingPolicyHealthCheckTargetsArgs>

HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.

Link copied to clipboard
data class RRSetRoutingPolicyLoadBalancerTargetArgs(val ipAddress: Output<String>? = null, val ipProtocol: Output<RRSetRoutingPolicyLoadBalancerTargetIpProtocol>? = null, val kind: Output<String>? = null, val loadBalancerType: Output<RRSetRoutingPolicyLoadBalancerTargetLoadBalancerType>? = null, val networkUrl: Output<String>? = null, val port: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<RRSetRoutingPolicyLoadBalancerTargetArgs>
data class RRSetRoutingPolicyPrimaryBackupPolicyArgs(val backupGeoTargets: Output<RRSetRoutingPolicyGeoPolicyArgs>? = null, val kind: Output<String>? = null, val primaryTargets: Output<RRSetRoutingPolicyHealthCheckTargetsArgs>? = null, val trickleTraffic: Output<Double>? = null) : ConvertibleToJava<RRSetRoutingPolicyPrimaryBackupPolicyArgs>

Configures a RRSetRoutingPolicy such that all queries are responded with the primary_targets if they are healthy. And if all of them are unhealthy, then we fallback to a geo localized policy.

Link copied to clipboard
data class RRSetRoutingPolicyWrrPolicyArgs(val items: Output<List<RRSetRoutingPolicyWrrPolicyWrrPolicyItemArgs>>? = null, val kind: Output<String>? = null) : ConvertibleToJava<RRSetRoutingPolicyWrrPolicyArgs>

Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.

data class RRSetRoutingPolicyWrrPolicyWrrPolicyItemArgs(val healthCheckedTargets: Output<RRSetRoutingPolicyHealthCheckTargetsArgs>? = null, val kind: Output<String>? = null, val rrdatas: Output<List<String>>? = null, val signatureRrdatas: Output<List<String>>? = null, val weight: Output<Double>? = null) : ConvertibleToJava<RRSetRoutingPolicyWrrPolicyWrrPolicyItemArgs>

A routing block which contains the routing information for one WRR item.