Documentation ¶
Index ¶
- func GoogleDnsRecordSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleDnsRecordSet_IsConstruct(x interface{}) *bool
- func GoogleDnsRecordSet_IsTerraformElement(x interface{}) *bool
- func GoogleDnsRecordSet_IsTerraformResource(x interface{}) *bool
- func GoogleDnsRecordSet_TfResourceType() *string
- func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyGeoList_Override(g GoogleDnsRecordSetRoutingPolicyGeoList, ...)
- func NewGoogleDnsRecordSetRoutingPolicyGeoOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyGeoOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList, ...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList, ...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(...)
- func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference, ...)
- func NewGoogleDnsRecordSetRoutingPolicyWrrList_Override(g GoogleDnsRecordSetRoutingPolicyWrrList, ...)
- func NewGoogleDnsRecordSetRoutingPolicyWrrOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyWrrOutputReference, ...)
- func NewGoogleDnsRecordSet_Override(g GoogleDnsRecordSet, scope constructs.Construct, id *string, ...)
- type GoogleDnsRecordSet
- type GoogleDnsRecordSetConfig
- type GoogleDnsRecordSetRoutingPolicy
- type GoogleDnsRecordSetRoutingPolicyGeo
- type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets
- type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers
- type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList
- type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
- type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference
- type GoogleDnsRecordSetRoutingPolicyGeoList
- type GoogleDnsRecordSetRoutingPolicyGeoOutputReference
- type GoogleDnsRecordSetRoutingPolicyOutputReference
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackup
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference
- type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference
- type GoogleDnsRecordSetRoutingPolicyWrr
- type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets
- type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
- type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList
- type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference
- type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference
- type GoogleDnsRecordSetRoutingPolicyWrrList
- type GoogleDnsRecordSetRoutingPolicyWrrOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDnsRecordSet_GenerateConfigForImport ¶
func GoogleDnsRecordSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleDnsRecordSet resource upon running "cdktf plan <stack-name>".
func GoogleDnsRecordSet_IsConstruct ¶
func GoogleDnsRecordSet_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleDnsRecordSet_IsTerraformElement ¶
func GoogleDnsRecordSet_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDnsRecordSet_IsTerraformResource ¶
func GoogleDnsRecordSet_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDnsRecordSet_TfResourceType ¶
func GoogleDnsRecordSet_TfResourceType() *string
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList_Override(g GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsRecordSetRoutingPolicyGeoList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoList_Override(g GoogleDnsRecordSetRoutingPolicyGeoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyGeoOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyGeoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList_Override(g GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsRecordSetRoutingPolicyWrrList_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrList_Override(g GoogleDnsRecordSetRoutingPolicyWrrList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsRecordSetRoutingPolicyWrrOutputReference_Override ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrOutputReference_Override(g GoogleDnsRecordSetRoutingPolicyWrrOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsRecordSet_Override ¶
func NewGoogleDnsRecordSet_Override(g GoogleDnsRecordSet, scope constructs.Construct, id *string, config *GoogleDnsRecordSetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set google_dns_record_set} Resource.
Types ¶
type GoogleDnsRecordSet ¶
type GoogleDnsRecordSet interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) ManagedZone() *string SetManagedZone(val *string) ManagedZoneInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RoutingPolicy() GoogleDnsRecordSetRoutingPolicyOutputReference RoutingPolicyInput() *GoogleDnsRecordSetRoutingPolicy Rrdatas() *[]*string SetRrdatas(val *[]*string) RrdatasInput() *[]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Ttl() *float64 SetTtl(val *float64) TtlInput() *float64 Type() *string SetType(val *string) TypeInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutRoutingPolicy(value *GoogleDnsRecordSetRoutingPolicy) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRoutingPolicy() ResetRrdatas() ResetTtl() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set google_dns_record_set}.
func NewGoogleDnsRecordSet ¶
func NewGoogleDnsRecordSet(scope constructs.Construct, id *string, config *GoogleDnsRecordSetConfig) GoogleDnsRecordSet
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set google_dns_record_set} Resource.
type GoogleDnsRecordSetConfig ¶
type GoogleDnsRecordSetConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The name of the zone in which this record set will reside. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#managed_zone GoogleDnsRecordSet#managed_zone} ManagedZone *string `field:"required" json:"managedZone" yaml:"managedZone"` // The DNS name this record set will apply to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#name GoogleDnsRecordSet#name} Name *string `field:"required" json:"name" yaml:"name"` // The DNS record set type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#type GoogleDnsRecordSet#type} Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#id GoogleDnsRecordSet#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The ID of the project in which the resource belongs. // // If it is not provided, the provider project is used. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#project GoogleDnsRecordSet#project} Project *string `field:"optional" json:"project" yaml:"project"` // routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#routing_policy GoogleDnsRecordSet#routing_policy} RoutingPolicy *GoogleDnsRecordSetRoutingPolicy `field:"optional" json:"routingPolicy" yaml:"routingPolicy"` // The string data for the records in this record set whose meaning depends on the DNS type. // // For TXT record, if the string data contains spaces, add surrounding \" if you don't want your string to get split on spaces. To specify a single record value longer than 255 characters such as a TXT record for DKIM, add \"\" inside the Terraform configuration string (e.g. "first255characters\"\"morecharacters"). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#rrdatas GoogleDnsRecordSet#rrdatas} Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` // The time-to-live of this record set (seconds). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ttl GoogleDnsRecordSet#ttl} Ttl *float64 `field:"optional" json:"ttl" yaml:"ttl"` }
type GoogleDnsRecordSetRoutingPolicy ¶
type GoogleDnsRecordSetRoutingPolicy struct { // Specifies whether to enable fencing for geo queries. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#enable_geo_fencing GoogleDnsRecordSet#enable_geo_fencing} EnableGeoFencing interface{} `field:"optional" json:"enableGeoFencing" yaml:"enableGeoFencing"` // geo block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#geo GoogleDnsRecordSet#geo} Geo interface{} `field:"optional" json:"geo" yaml:"geo"` // primary_backup block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#primary_backup GoogleDnsRecordSet#primary_backup} PrimaryBackup *GoogleDnsRecordSetRoutingPolicyPrimaryBackup `field:"optional" json:"primaryBackup" yaml:"primaryBackup"` // wrr block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#wrr GoogleDnsRecordSet#wrr} Wrr interface{} `field:"optional" json:"wrr" yaml:"wrr"` }
type GoogleDnsRecordSetRoutingPolicyGeo ¶
type GoogleDnsRecordSetRoutingPolicyGeo struct { // The location name defined in Google Cloud. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#location GoogleDnsRecordSet#location} Location *string `field:"required" json:"location" yaml:"location"` // health_checked_targets block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#health_checked_targets GoogleDnsRecordSet#health_checked_targets} HealthCheckedTargets *GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets `field:"optional" json:"healthCheckedTargets" yaml:"healthCheckedTargets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#rrdatas GoogleDnsRecordSet#rrdatas}. Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` }
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets ¶
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#internal_load_balancers GoogleDnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers ¶
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_address GoogleDnsRecordSet#ip_address} IpAddress *string `field:"required" json:"ipAddress" yaml:"ipAddress"` // The configured IP protocol of the load balancer. This value is case-sensitive. Possible values: ["tcp", "udp"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_protocol GoogleDnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // The type of load balancer. This value is case-sensitive. Possible values: ["regionalL4ilb", "regionalL7ilb", "globalL7ilb"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#load_balancer_type GoogleDnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"required" json:"loadBalancerType" yaml:"loadBalancerType"` // The fully qualified url of the network in which the load balancer belongs. This should be formatted like `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#network_url GoogleDnsRecordSet#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` // The configured port of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#port GoogleDnsRecordSet#port} Port *string `field:"required" json:"port" yaml:"port"` // The ID of the project in which the load balancer belongs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#project GoogleDnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#region GoogleDnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList ¶
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IpAddress() *string SetIpAddress(val *string) IpAddressInput() *string IpProtocol() *string SetIpProtocol(val *string) IpProtocolInput() *string LoadBalancerType() *string SetLoadBalancerType(val *string) LoadBalancerTypeInput() *string NetworkUrl() *string SetNetworkUrl(val *string) NetworkUrlInput() *string Port() *string SetPort(val *string) PortInput() *string Project() *string SetProject(val *string) ProjectInput() *string Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRegion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalLoadBalancers() GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets SetInternalValue(val *GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutInternalLoadBalancers(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference
type GoogleDnsRecordSetRoutingPolicyGeoList ¶
type GoogleDnsRecordSetRoutingPolicyGeoList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyGeoOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyGeoList ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyGeoList
type GoogleDnsRecordSetRoutingPolicyGeoOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyGeoOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HealthCheckedTargets() GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference HealthCheckedTargetsInput() *GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets InternalValue() interface{} SetInternalValue(val interface{}) Location() *string SetLocation(val *string) LocationInput() *string Rrdatas() *[]*string SetRrdatas(val *[]*string) RrdatasInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutHealthCheckedTargets(value *GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets) ResetHealthCheckedTargets() ResetRrdatas() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyGeoOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyGeoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyGeoOutputReference
type GoogleDnsRecordSetRoutingPolicyOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EnableGeoFencing() interface{} SetEnableGeoFencing(val interface{}) EnableGeoFencingInput() interface{} // Experimental. Fqn() *string Geo() GoogleDnsRecordSetRoutingPolicyGeoList GeoInput() interface{} InternalValue() *GoogleDnsRecordSetRoutingPolicy SetInternalValue(val *GoogleDnsRecordSetRoutingPolicy) PrimaryBackup() GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference PrimaryBackupInput() *GoogleDnsRecordSetRoutingPolicyPrimaryBackup // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Wrr() GoogleDnsRecordSetRoutingPolicyWrrList WrrInput() interface{} // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutGeo(value interface{}) PutPrimaryBackup(value *GoogleDnsRecordSetRoutingPolicyPrimaryBackup) PutWrr(value interface{}) ResetEnableGeoFencing() ResetGeo() ResetPrimaryBackup() ResetWrr() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsRecordSetRoutingPolicyOutputReference
type GoogleDnsRecordSetRoutingPolicyPrimaryBackup ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackup struct { // backup_geo block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#backup_geo GoogleDnsRecordSet#backup_geo} BackupGeo interface{} `field:"required" json:"backupGeo" yaml:"backupGeo"` // primary block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#primary GoogleDnsRecordSet#primary} Primary *GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary `field:"required" json:"primary" yaml:"primary"` // Specifies whether to enable fencing for backup geo queries. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#enable_geo_fencing_for_backups GoogleDnsRecordSet#enable_geo_fencing_for_backups} EnableGeoFencingForBackups interface{} `field:"optional" json:"enableGeoFencingForBackups" yaml:"enableGeoFencingForBackups"` // Specifies the percentage of traffic to send to the backup targets even when the primary targets are healthy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#trickle_ratio GoogleDnsRecordSet#trickle_ratio} TrickleRatio *float64 `field:"optional" json:"trickleRatio" yaml:"trickleRatio"` }
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo struct { // The location name defined in Google Cloud. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#location GoogleDnsRecordSet#location} Location *string `field:"required" json:"location" yaml:"location"` // health_checked_targets block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#health_checked_targets GoogleDnsRecordSet#health_checked_targets} HealthCheckedTargets *GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets `field:"optional" json:"healthCheckedTargets" yaml:"healthCheckedTargets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#rrdatas GoogleDnsRecordSet#rrdatas}. Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` }
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#internal_load_balancers GoogleDnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_address GoogleDnsRecordSet#ip_address} IpAddress *string `field:"required" json:"ipAddress" yaml:"ipAddress"` // The configured IP protocol of the load balancer. This value is case-sensitive. Possible values: ["tcp", "udp"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_protocol GoogleDnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // The type of load balancer. This value is case-sensitive. Possible values: ["regionalL4ilb", "regionalL7ilb", "globalL7ilb"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#load_balancer_type GoogleDnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"required" json:"loadBalancerType" yaml:"loadBalancerType"` // The fully qualified url of the network in which the load balancer belongs. This should be formatted like `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#network_url GoogleDnsRecordSet#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` // The configured port of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#port GoogleDnsRecordSet#port} Port *string `field:"required" json:"port" yaml:"port"` // The ID of the project in which the load balancer belongs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#project GoogleDnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#region GoogleDnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IpAddress() *string SetIpAddress(val *string) IpAddressInput() *string IpProtocol() *string SetIpProtocol(val *string) IpProtocolInput() *string LoadBalancerType() *string SetLoadBalancerType(val *string) LoadBalancerTypeInput() *string NetworkUrl() *string SetNetworkUrl(val *string) NetworkUrlInput() *string Port() *string SetPort(val *string) PortInput() *string Project() *string SetProject(val *string) ProjectInput() *string Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRegion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalLoadBalancers() GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets SetInternalValue(val *GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutInternalLoadBalancers(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HealthCheckedTargets() GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference HealthCheckedTargetsInput() *GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets InternalValue() interface{} SetInternalValue(val interface{}) Location() *string SetLocation(val *string) LocationInput() *string Rrdatas() *[]*string SetRrdatas(val *[]*string) RrdatasInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutHealthCheckedTargets(value *GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets) ResetHealthCheckedTargets() ResetRrdatas() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference interface { cdktf.ComplexObject BackupGeo() GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList BackupGeoInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EnableGeoFencingForBackups() interface{} SetEnableGeoFencingForBackups(val interface{}) EnableGeoFencingForBackupsInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleDnsRecordSetRoutingPolicyPrimaryBackup SetInternalValue(val *GoogleDnsRecordSetRoutingPolicyPrimaryBackup) Primary() GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference PrimaryInput() *GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TrickleRatio() *float64 SetTrickleRatio(val *float64) TrickleRatioInput() *float64 // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutBackupGeo(value interface{}) PutPrimary(value *GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary) ResetEnableGeoFencingForBackups() ResetTrickleRatio() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#internal_load_balancers GoogleDnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_address GoogleDnsRecordSet#ip_address} IpAddress *string `field:"required" json:"ipAddress" yaml:"ipAddress"` // The configured IP protocol of the load balancer. This value is case-sensitive. Possible values: ["tcp", "udp"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_protocol GoogleDnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // The type of load balancer. This value is case-sensitive. Possible values: ["regionalL4ilb", "regionalL7ilb", "globalL7ilb"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#load_balancer_type GoogleDnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"required" json:"loadBalancerType" yaml:"loadBalancerType"` // The fully qualified url of the network in which the load balancer belongs. This should be formatted like `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#network_url GoogleDnsRecordSet#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` // The configured port of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#port GoogleDnsRecordSet#port} Port *string `field:"required" json:"port" yaml:"port"` // The ID of the project in which the load balancer belongs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#project GoogleDnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#region GoogleDnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IpAddress() *string SetIpAddress(val *string) IpAddressInput() *string IpProtocol() *string SetIpProtocol(val *string) IpProtocolInput() *string LoadBalancerType() *string SetLoadBalancerType(val *string) LoadBalancerTypeInput() *string NetworkUrl() *string SetNetworkUrl(val *string) NetworkUrlInput() *string Port() *string SetPort(val *string) PortInput() *string Project() *string SetProject(val *string) ProjectInput() *string Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRegion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalLoadBalancers() GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary SetInternalValue(val *GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutInternalLoadBalancers(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference
type GoogleDnsRecordSetRoutingPolicyWrr ¶
type GoogleDnsRecordSetRoutingPolicyWrr struct { // The ratio of traffic routed to the target. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#weight GoogleDnsRecordSet#weight} Weight *float64 `field:"required" json:"weight" yaml:"weight"` // health_checked_targets block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#health_checked_targets GoogleDnsRecordSet#health_checked_targets} HealthCheckedTargets *GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets `field:"optional" json:"healthCheckedTargets" yaml:"healthCheckedTargets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#rrdatas GoogleDnsRecordSet#rrdatas}. Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` }
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets ¶
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#internal_load_balancers GoogleDnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers ¶
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_address GoogleDnsRecordSet#ip_address} IpAddress *string `field:"required" json:"ipAddress" yaml:"ipAddress"` // The configured IP protocol of the load balancer. This value is case-sensitive. Possible values: ["tcp", "udp"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#ip_protocol GoogleDnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // The type of load balancer. This value is case-sensitive. Possible values: ["regionalL4ilb", "regionalL7ilb", "globalL7ilb"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#load_balancer_type GoogleDnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"required" json:"loadBalancerType" yaml:"loadBalancerType"` // The fully qualified url of the network in which the load balancer belongs. This should be formatted like `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#network_url GoogleDnsRecordSet#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` // The configured port of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#port GoogleDnsRecordSet#port} Port *string `field:"required" json:"port" yaml:"port"` // The ID of the project in which the load balancer belongs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#project GoogleDnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.11.0/docs/resources/google_dns_record_set#region GoogleDnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList ¶
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) IpAddress() *string SetIpAddress(val *string) IpAddressInput() *string IpProtocol() *string SetIpProtocol(val *string) IpProtocolInput() *string LoadBalancerType() *string SetLoadBalancerType(val *string) LoadBalancerTypeInput() *string NetworkUrl() *string SetNetworkUrl(val *string) NetworkUrlInput() *string Port() *string SetPort(val *string) PortInput() *string Project() *string SetProject(val *string) ProjectInput() *string Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRegion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalLoadBalancers() GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets SetInternalValue(val *GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutInternalLoadBalancers(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference
type GoogleDnsRecordSetRoutingPolicyWrrList ¶
type GoogleDnsRecordSetRoutingPolicyWrrList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleDnsRecordSetRoutingPolicyWrrOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyWrrList ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsRecordSetRoutingPolicyWrrList
type GoogleDnsRecordSetRoutingPolicyWrrOutputReference ¶
type GoogleDnsRecordSetRoutingPolicyWrrOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HealthCheckedTargets() GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference HealthCheckedTargetsInput() *GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets InternalValue() interface{} SetInternalValue(val interface{}) Rrdatas() *[]*string SetRrdatas(val *[]*string) RrdatasInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Weight() *float64 SetWeight(val *float64) WeightInput() *float64 // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutHealthCheckedTargets(value *GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets) ResetHealthCheckedTargets() ResetRrdatas() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDnsRecordSetRoutingPolicyWrrOutputReference ¶
func NewGoogleDnsRecordSetRoutingPolicyWrrOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsRecordSetRoutingPolicyWrrOutputReference
Source Files ¶
- GoogleDnsRecordSet.go
- GoogleDnsRecordSetConfig.go
- GoogleDnsRecordSetRoutingPolicy.go
- GoogleDnsRecordSetRoutingPolicyGeo.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargets.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList__checks.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference.go
- GoogleDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyGeoList.go
- GoogleDnsRecordSetRoutingPolicyGeoList__checks.go
- GoogleDnsRecordSetRoutingPolicyGeoOutputReference.go
- GoogleDnsRecordSetRoutingPolicyGeoOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyOutputReference.go
- GoogleDnsRecordSetRoutingPolicyOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackup.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimary.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference.go
- GoogleDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyWrr.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargets.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList__checks.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference.go
- GoogleDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference__checks.go
- GoogleDnsRecordSetRoutingPolicyWrrList.go
- GoogleDnsRecordSetRoutingPolicyWrrList__checks.go
- GoogleDnsRecordSetRoutingPolicyWrrOutputReference.go
- GoogleDnsRecordSetRoutingPolicyWrrOutputReference__checks.go
- GoogleDnsRecordSet__checks.go
- main.go