import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare class GtmProperty extends pulumi.CustomResource { /** * Get an existing GtmProperty resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: GtmPropertyState, opts?: pulumi.CustomResourceOptions): GtmProperty; /** * Returns true if the given object is an instance of GtmProperty. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is GtmProperty; readonly backupCname: pulumi.Output; readonly backupIp: pulumi.Output; readonly balanceByDownloadScore: pulumi.Output; readonly cname: pulumi.Output; readonly comments: pulumi.Output; readonly domain: pulumi.Output; readonly dynamicTtl: pulumi.Output; readonly failbackDelay: pulumi.Output; readonly failoverDelay: pulumi.Output; readonly ghostDemandReporting: pulumi.Output; readonly handoutLimit: pulumi.Output; readonly handoutMode: pulumi.Output; readonly healthMax: pulumi.Output; readonly healthMultiplier: pulumi.Output; readonly healthThreshold: pulumi.Output; readonly ipv6: pulumi.Output; readonly livenessTests: pulumi.Output; readonly loadImbalancePercentage: pulumi.Output; readonly mapName: pulumi.Output; readonly maxUnreachablePenalty: pulumi.Output; readonly minLiveFraction: pulumi.Output; readonly name: pulumi.Output; readonly scoreAggregationType: pulumi.Output; readonly stateChangeNotificationWebhook: pulumi.Output; readonly staticRrSets: pulumi.Output; readonly stickinessBonusConstant: pulumi.Output; readonly stickinessBonusPercentage: pulumi.Output; readonly trafficTargets: pulumi.Output; readonly type: pulumi.Output; readonly unreachableThreshold: pulumi.Output; readonly useComputedTargets: pulumi.Output; readonly waitOnComplete: pulumi.Output; readonly weightedHashBitsForIpv4: pulumi.Output; readonly weightedHashBitsForIpv6: pulumi.Output; /** * Create a GtmProperty resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: GtmPropertyArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering GtmProperty resources. */ export interface GtmPropertyState { backupCname?: pulumi.Input; backupIp?: pulumi.Input; balanceByDownloadScore?: pulumi.Input; cname?: pulumi.Input; comments?: pulumi.Input; domain?: pulumi.Input; dynamicTtl?: pulumi.Input; failbackDelay?: pulumi.Input; failoverDelay?: pulumi.Input; ghostDemandReporting?: pulumi.Input; handoutLimit?: pulumi.Input; handoutMode?: pulumi.Input; healthMax?: pulumi.Input; healthMultiplier?: pulumi.Input; healthThreshold?: pulumi.Input; ipv6?: pulumi.Input; livenessTests?: pulumi.Input[] | undefined>; loadImbalancePercentage?: pulumi.Input; mapName?: pulumi.Input; maxUnreachablePenalty?: pulumi.Input; minLiveFraction?: pulumi.Input; name?: pulumi.Input; scoreAggregationType?: pulumi.Input; stateChangeNotificationWebhook?: pulumi.Input; staticRrSets?: pulumi.Input[] | undefined>; stickinessBonusConstant?: pulumi.Input; stickinessBonusPercentage?: pulumi.Input; trafficTargets?: pulumi.Input[] | undefined>; type?: pulumi.Input; unreachableThreshold?: pulumi.Input; useComputedTargets?: pulumi.Input; waitOnComplete?: pulumi.Input; weightedHashBitsForIpv4?: pulumi.Input; weightedHashBitsForIpv6?: pulumi.Input; } /** * The set of arguments for constructing a GtmProperty resource. */ export interface GtmPropertyArgs { backupCname?: pulumi.Input; backupIp?: pulumi.Input; balanceByDownloadScore?: pulumi.Input; cname?: pulumi.Input; comments?: pulumi.Input; domain: pulumi.Input; dynamicTtl?: pulumi.Input; failbackDelay?: pulumi.Input; failoverDelay?: pulumi.Input; ghostDemandReporting?: pulumi.Input; handoutLimit: pulumi.Input; handoutMode: pulumi.Input; healthMax?: pulumi.Input; healthMultiplier?: pulumi.Input; healthThreshold?: pulumi.Input; ipv6?: pulumi.Input; livenessTests?: pulumi.Input[] | undefined>; loadImbalancePercentage?: pulumi.Input; mapName?: pulumi.Input; maxUnreachablePenalty?: pulumi.Input; minLiveFraction?: pulumi.Input; name?: pulumi.Input; scoreAggregationType: pulumi.Input; stateChangeNotificationWebhook?: pulumi.Input; staticRrSets?: pulumi.Input[] | undefined>; stickinessBonusConstant?: pulumi.Input; stickinessBonusPercentage?: pulumi.Input; trafficTargets?: pulumi.Input[] | undefined>; type: pulumi.Input; unreachableThreshold?: pulumi.Input; useComputedTargets?: pulumi.Input; waitOnComplete?: pulumi.Input; } //# sourceMappingURL=gtmProperty.d.ts.map