import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getSystemHa(args?: GetSystemHaArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetSystemHa. */ export interface GetSystemHaArgs { vdomparam?: string; } /** * A collection of values returned by GetSystemHa. */ export interface GetSystemHaResult { readonly arps: number; readonly arpsInterval: number; readonly authentication: string; readonly cpuThreshold: string; readonly encryption: string; readonly evpnTtl: number; readonly failoverHoldTime: number; readonly ftpProxyThreshold: string; readonly gratuitousArps: string; readonly groupId: number; readonly groupName: string; readonly haDirect: string; readonly haEthType: string; readonly haMgmtInterfaces: outputs.GetSystemHaHaMgmtInterface[]; readonly haMgmtStatus: string; readonly haUptimeDiffMargin: number; readonly hbInterval: number; readonly hbIntervalInMilliseconds: string; readonly hbLostThreshold: number; readonly hbdev: string; readonly hcEthType: string; readonly helloHolddown: number; readonly httpProxyThreshold: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly imapProxyThreshold: string; readonly interClusterSessionSync: string; readonly key: string; readonly l2epEthType: string; readonly linkFailedSignal: string; readonly loadBalanceAll: string; readonly logicalSn: string; readonly memoryBasedFailover: string; readonly memoryCompatibleMode: string; readonly memoryFailoverFlipTimeout: number; readonly memoryFailoverMonitorPeriod: number; readonly memoryFailoverSampleRate: number; readonly memoryFailoverThreshold: number; readonly memoryThreshold: string; readonly mode: string; readonly monitor: string; readonly multicastTtl: number; readonly nntpProxyThreshold: string; readonly override: string; readonly overrideWaitTime: number; readonly password: string; readonly pingserverFailoverThreshold: number; readonly pingserverFlipTimeout: number; readonly pingserverMonitorInterface: string; readonly pingserverSecondaryForceReset: string; readonly pingserverSlaveForceReset: string; readonly pop3ProxyThreshold: string; readonly priority: number; readonly routeHold: number; readonly routeTtl: number; readonly routeWait: number; readonly schedule: string; readonly secondaryVclusters: outputs.GetSystemHaSecondaryVcluster[]; readonly sessionPickup: string; readonly sessionPickupConnectionless: string; readonly sessionPickupDelay: string; readonly sessionPickupExpectation: string; readonly sessionPickupNat: string; readonly sessionSyncDev: string; readonly smtpProxyThreshold: string; readonly ssdFailover: string; readonly standaloneConfigSync: string; readonly standaloneMgmtVdom: string; readonly syncConfig: string; readonly syncPacketBalance: string; readonly unicastGateway: string; readonly unicastHb: string; readonly unicastHbNetmask: string; readonly unicastHbPeerip: string; readonly unicastPeers: outputs.GetSystemHaUnicastPeer[]; readonly unicastStatus: string; readonly uninterruptiblePrimaryWait: number; readonly uninterruptibleUpgrade: string; readonly vcluster2: string; readonly vclusterId: number; readonly vclusterStatus: string; readonly vclusters: outputs.GetSystemHaVcluster[]; readonly vdom: string; readonly vdomparam?: string; readonly weight: string; } export declare function getSystemHaOutput(args?: GetSystemHaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetSystemHa. */ export interface GetSystemHaOutputArgs { vdomparam?: pulumi.Input; }