Documentation ¶
Index ¶
- func DnsRecordSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DnsRecordSet_IsConstruct(x interface{}) *bool
- func DnsRecordSet_IsTerraformElement(x interface{}) *bool
- func DnsRecordSet_IsTerraformResource(x interface{}) *bool
- func DnsRecordSet_TfResourceType() *string
- func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList, ...)
- func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(...)
- func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference_Override(d DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyGeoList_Override(d DnsRecordSetRoutingPolicyGeoList, ...)
- func NewDnsRecordSetRoutingPolicyGeoOutputReference_Override(d DnsRecordSetRoutingPolicyGeoOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyOutputReference_Override(d DnsRecordSetRoutingPolicyOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList_Override(...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference_Override(...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList, ...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList, ...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference_Override(...)
- func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList, ...)
- func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(...)
- func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference_Override(d DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference, ...)
- func NewDnsRecordSetRoutingPolicyWrrList_Override(d DnsRecordSetRoutingPolicyWrrList, ...)
- func NewDnsRecordSetRoutingPolicyWrrOutputReference_Override(d DnsRecordSetRoutingPolicyWrrOutputReference, ...)
- func NewDnsRecordSet_Override(d DnsRecordSet, scope constructs.Construct, id *string, ...)
- type DnsRecordSet
- type DnsRecordSetConfig
- type DnsRecordSetRoutingPolicy
- type DnsRecordSetRoutingPolicyGeo
- type DnsRecordSetRoutingPolicyGeoHealthCheckedTargets
- type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers
- type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList
- type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
- type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference
- type DnsRecordSetRoutingPolicyGeoList
- type DnsRecordSetRoutingPolicyGeoOutputReference
- type DnsRecordSetRoutingPolicyOutputReference
- type DnsRecordSetRoutingPolicyPrimaryBackup
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList
- type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference
- type DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
- type DnsRecordSetRoutingPolicyPrimaryBackupPrimary
- type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers
- type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList
- type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference
- type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference
- type DnsRecordSetRoutingPolicyWrr
- type DnsRecordSetRoutingPolicyWrrHealthCheckedTargets
- type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers
- type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList
- type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference
- type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference
- type DnsRecordSetRoutingPolicyWrrList
- type DnsRecordSetRoutingPolicyWrrOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DnsRecordSet_GenerateConfigForImport ¶
func DnsRecordSet_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DnsRecordSet resource upon running "cdktf plan <stack-name>".
func DnsRecordSet_IsConstruct ¶
func DnsRecordSet_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 DnsRecordSet_IsTerraformElement ¶
func DnsRecordSet_IsTerraformElement(x interface{}) *bool
Experimental.
func DnsRecordSet_IsTerraformResource ¶
func DnsRecordSet_IsTerraformResource(x interface{}) *bool
Experimental.
func DnsRecordSet_TfResourceType ¶
func DnsRecordSet_TfResourceType() *string
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList_Override ¶
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(d DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference_Override(d DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsRecordSetRoutingPolicyGeoList_Override ¶
func NewDnsRecordSetRoutingPolicyGeoList_Override(d DnsRecordSetRoutingPolicyGeoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyGeoOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyGeoOutputReference_Override(d DnsRecordSetRoutingPolicyGeoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSetRoutingPolicyOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyOutputReference_Override(d DnsRecordSetRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSetRoutingPolicyPrimaryBackupOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference_Override(d DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList_Override ¶
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList_Override(d DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference_Override(d DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference_Override(d DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsRecordSetRoutingPolicyWrrList_Override ¶
func NewDnsRecordSetRoutingPolicyWrrList_Override(d DnsRecordSetRoutingPolicyWrrList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsRecordSetRoutingPolicyWrrOutputReference_Override ¶
func NewDnsRecordSetRoutingPolicyWrrOutputReference_Override(d DnsRecordSetRoutingPolicyWrrOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsRecordSet_Override ¶
func NewDnsRecordSet_Override(d DnsRecordSet, scope constructs.Construct, id *string, config *DnsRecordSetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set google_dns_record_set} Resource.
Types ¶
type DnsRecordSet ¶
type DnsRecordSet 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() DnsRecordSetRoutingPolicyOutputReference RoutingPolicyInput() *DnsRecordSetRoutingPolicy 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 *DnsRecordSetRoutingPolicy) 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{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/6.14.1/docs/resources/dns_record_set google_dns_record_set}.
func NewDnsRecordSet ¶
func NewDnsRecordSet(scope constructs.Construct, id *string, config *DnsRecordSetConfig) DnsRecordSet
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set google_dns_record_set} Resource.
type DnsRecordSetConfig ¶
type DnsRecordSetConfig 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/6.14.1/docs/resources/dns_record_set#managed_zone DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#name DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#type DnsRecordSet#type} Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#id DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#project DnsRecordSet#project} Project *string `field:"optional" json:"project" yaml:"project"` // routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#routing_policy DnsRecordSet#routing_policy} RoutingPolicy *DnsRecordSetRoutingPolicy `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/6.14.1/docs/resources/dns_record_set#rrdatas DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#ttl DnsRecordSet#ttl} Ttl *float64 `field:"optional" json:"ttl" yaml:"ttl"` }
type DnsRecordSetRoutingPolicy ¶
type DnsRecordSetRoutingPolicy struct { // Specifies whether to enable fencing for geo queries. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#enable_geo_fencing DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#geo DnsRecordSet#geo} Geo interface{} `field:"optional" json:"geo" yaml:"geo"` // primary_backup block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#primary_backup DnsRecordSet#primary_backup} PrimaryBackup *DnsRecordSetRoutingPolicyPrimaryBackup `field:"optional" json:"primaryBackup" yaml:"primaryBackup"` // wrr block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#wrr DnsRecordSet#wrr} Wrr interface{} `field:"optional" json:"wrr" yaml:"wrr"` }
type DnsRecordSetRoutingPolicyGeo ¶
type DnsRecordSetRoutingPolicyGeo struct { // The location name defined in Google Cloud. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#location DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#health_checked_targets DnsRecordSet#health_checked_targets} HealthCheckedTargets *DnsRecordSetRoutingPolicyGeoHealthCheckedTargets `field:"optional" json:"healthCheckedTargets" yaml:"healthCheckedTargets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#rrdatas DnsRecordSet#rrdatas}. Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` }
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargets ¶
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargets struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#internal_load_balancers DnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers ¶
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#ip_address DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#ip_protocol DnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // 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/6.14.1/docs/resources/dns_record_set#network_url DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#port DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#project DnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // 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/6.14.1/docs/resources/dns_record_set#load_balancer_type DnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"optional" json:"loadBalancerType" yaml:"loadBalancerType"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#region DnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList ¶
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference // 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 NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList ¶
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference 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 ResetLoadBalancerType() 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 NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference ¶
type DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference 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() DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *DnsRecordSetRoutingPolicyGeoHealthCheckedTargets SetInternalValue(val *DnsRecordSetRoutingPolicyGeoHealthCheckedTargets) // 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 NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference ¶
func NewDnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference
type DnsRecordSetRoutingPolicyGeoList ¶
type DnsRecordSetRoutingPolicyGeoList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyGeoOutputReference // 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 NewDnsRecordSetRoutingPolicyGeoList ¶
func NewDnsRecordSetRoutingPolicyGeoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyGeoList
type DnsRecordSetRoutingPolicyGeoOutputReference ¶
type DnsRecordSetRoutingPolicyGeoOutputReference 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() DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference HealthCheckedTargetsInput() *DnsRecordSetRoutingPolicyGeoHealthCheckedTargets 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 *DnsRecordSetRoutingPolicyGeoHealthCheckedTargets) 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 NewDnsRecordSetRoutingPolicyGeoOutputReference ¶
func NewDnsRecordSetRoutingPolicyGeoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyGeoOutputReference
type DnsRecordSetRoutingPolicyOutputReference ¶
type DnsRecordSetRoutingPolicyOutputReference 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() DnsRecordSetRoutingPolicyGeoList GeoInput() interface{} InternalValue() *DnsRecordSetRoutingPolicy SetInternalValue(val *DnsRecordSetRoutingPolicy) PrimaryBackup() DnsRecordSetRoutingPolicyPrimaryBackupOutputReference PrimaryBackupInput() *DnsRecordSetRoutingPolicyPrimaryBackup // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Wrr() DnsRecordSetRoutingPolicyWrrList 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 *DnsRecordSetRoutingPolicyPrimaryBackup) 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 NewDnsRecordSetRoutingPolicyOutputReference ¶
func NewDnsRecordSetRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsRecordSetRoutingPolicyOutputReference
type DnsRecordSetRoutingPolicyPrimaryBackup ¶
type DnsRecordSetRoutingPolicyPrimaryBackup struct { // backup_geo block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#backup_geo DnsRecordSet#backup_geo} BackupGeo interface{} `field:"required" json:"backupGeo" yaml:"backupGeo"` // primary block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#primary DnsRecordSet#primary} Primary *DnsRecordSetRoutingPolicyPrimaryBackupPrimary `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/6.14.1/docs/resources/dns_record_set#enable_geo_fencing_for_backups DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#trickle_ratio DnsRecordSet#trickle_ratio} TrickleRatio *float64 `field:"optional" json:"trickleRatio" yaml:"trickleRatio"` }
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo struct { // The location name defined in Google Cloud. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#location DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#health_checked_targets DnsRecordSet#health_checked_targets} HealthCheckedTargets *DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets `field:"optional" json:"healthCheckedTargets" yaml:"healthCheckedTargets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#rrdatas DnsRecordSet#rrdatas}. Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` }
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#internal_load_balancers DnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#ip_address DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#ip_protocol DnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // 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/6.14.1/docs/resources/dns_record_set#network_url DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#port DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#project DnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // 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/6.14.1/docs/resources/dns_record_set#load_balancer_type DnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"optional" json:"loadBalancerType" yaml:"loadBalancerType"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#region DnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference // 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 NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference 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 ResetLoadBalancerType() 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 NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference 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() DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets SetInternalValue(val *DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets) // 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 NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference // 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 NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference ¶
type DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference 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() DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference HealthCheckedTargetsInput() *DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets 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 *DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets) 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 NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference
type DnsRecordSetRoutingPolicyPrimaryBackupOutputReference ¶
type DnsRecordSetRoutingPolicyPrimaryBackupOutputReference interface { cdktf.ComplexObject BackupGeo() DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList 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() *DnsRecordSetRoutingPolicyPrimaryBackup SetInternalValue(val *DnsRecordSetRoutingPolicyPrimaryBackup) Primary() DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference PrimaryInput() *DnsRecordSetRoutingPolicyPrimaryBackupPrimary // 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 *DnsRecordSetRoutingPolicyPrimaryBackupPrimary) 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 NewDnsRecordSetRoutingPolicyPrimaryBackupOutputReference ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsRecordSetRoutingPolicyPrimaryBackupOutputReference
type DnsRecordSetRoutingPolicyPrimaryBackupPrimary ¶
type DnsRecordSetRoutingPolicyPrimaryBackupPrimary struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#internal_load_balancers DnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers ¶
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#ip_address DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#ip_protocol DnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // 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/6.14.1/docs/resources/dns_record_set#network_url DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#port DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#project DnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // 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/6.14.1/docs/resources/dns_record_set#load_balancer_type DnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"optional" json:"loadBalancerType" yaml:"loadBalancerType"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#region DnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList ¶
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference // 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 NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference ¶
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference 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 ResetLoadBalancerType() 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 NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference ¶
type DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference 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() DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *DnsRecordSetRoutingPolicyPrimaryBackupPrimary SetInternalValue(val *DnsRecordSetRoutingPolicyPrimaryBackupPrimary) // 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 NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference ¶
func NewDnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference
type DnsRecordSetRoutingPolicyWrr ¶
type DnsRecordSetRoutingPolicyWrr struct { // The ratio of traffic routed to the target. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#weight DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#health_checked_targets DnsRecordSet#health_checked_targets} HealthCheckedTargets *DnsRecordSetRoutingPolicyWrrHealthCheckedTargets `field:"optional" json:"healthCheckedTargets" yaml:"healthCheckedTargets"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#rrdatas DnsRecordSet#rrdatas}. Rrdatas *[]*string `field:"optional" json:"rrdatas" yaml:"rrdatas"` }
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargets ¶
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargets struct { // internal_load_balancers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#internal_load_balancers DnsRecordSet#internal_load_balancers} InternalLoadBalancers interface{} `field:"required" json:"internalLoadBalancers" yaml:"internalLoadBalancers"` }
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers ¶
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers struct { // The frontend IP address of the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#ip_address DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#ip_protocol DnsRecordSet#ip_protocol} IpProtocol *string `field:"required" json:"ipProtocol" yaml:"ipProtocol"` // 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/6.14.1/docs/resources/dns_record_set#network_url DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#port DnsRecordSet#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/6.14.1/docs/resources/dns_record_set#project DnsRecordSet#project} Project *string `field:"required" json:"project" yaml:"project"` // 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/6.14.1/docs/resources/dns_record_set#load_balancer_type DnsRecordSet#load_balancer_type} LoadBalancerType *string `field:"optional" json:"loadBalancerType" yaml:"loadBalancerType"` // The region of the load balancer. Only needed for regional load balancers. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.14.1/docs/resources/dns_record_set#region DnsRecordSet#region} Region *string `field:"optional" json:"region" yaml:"region"` }
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList ¶
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference // 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 NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList ¶
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference 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 ResetLoadBalancerType() 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 NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference ¶
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference ¶
type DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference 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() DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList InternalLoadBalancersInput() interface{} InternalValue() *DnsRecordSetRoutingPolicyWrrHealthCheckedTargets SetInternalValue(val *DnsRecordSetRoutingPolicyWrrHealthCheckedTargets) // 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 NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference ¶
func NewDnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference
type DnsRecordSetRoutingPolicyWrrList ¶
type DnsRecordSetRoutingPolicyWrrList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DnsRecordSetRoutingPolicyWrrOutputReference // 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 NewDnsRecordSetRoutingPolicyWrrList ¶
func NewDnsRecordSetRoutingPolicyWrrList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsRecordSetRoutingPolicyWrrList
type DnsRecordSetRoutingPolicyWrrOutputReference ¶
type DnsRecordSetRoutingPolicyWrrOutputReference 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() DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference HealthCheckedTargetsInput() *DnsRecordSetRoutingPolicyWrrHealthCheckedTargets 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 *DnsRecordSetRoutingPolicyWrrHealthCheckedTargets) 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 NewDnsRecordSetRoutingPolicyWrrOutputReference ¶
func NewDnsRecordSetRoutingPolicyWrrOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsRecordSetRoutingPolicyWrrOutputReference
Source Files ¶
- DnsRecordSet.go
- DnsRecordSetConfig.go
- DnsRecordSetRoutingPolicy.go
- DnsRecordSetRoutingPolicyGeo.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargets.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancers.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersList__checks.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancersOutputReference__checks.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference.go
- DnsRecordSetRoutingPolicyGeoHealthCheckedTargetsOutputReference__checks.go
- DnsRecordSetRoutingPolicyGeoList.go
- DnsRecordSetRoutingPolicyGeoList__checks.go
- DnsRecordSetRoutingPolicyGeoOutputReference.go
- DnsRecordSetRoutingPolicyGeoOutputReference__checks.go
- DnsRecordSetRoutingPolicyOutputReference.go
- DnsRecordSetRoutingPolicyOutputReference__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackup.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeo.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargets.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancers.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersList__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsInternalLoadBalancersOutputReference__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoHealthCheckedTargetsOutputReference__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoList__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference.go
- DnsRecordSetRoutingPolicyPrimaryBackupBackupGeoOutputReference__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupOutputReference.go
- DnsRecordSetRoutingPolicyPrimaryBackupOutputReference__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimary.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancers.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersList__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancersOutputReference__checks.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference.go
- DnsRecordSetRoutingPolicyPrimaryBackupPrimaryOutputReference__checks.go
- DnsRecordSetRoutingPolicyWrr.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargets.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancers.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersList__checks.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsInternalLoadBalancersOutputReference__checks.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference.go
- DnsRecordSetRoutingPolicyWrrHealthCheckedTargetsOutputReference__checks.go
- DnsRecordSetRoutingPolicyWrrList.go
- DnsRecordSetRoutingPolicyWrrList__checks.go
- DnsRecordSetRoutingPolicyWrrOutputReference.go
- DnsRecordSetRoutingPolicyWrrOutputReference__checks.go
- DnsRecordSet__checks.go
- main.go