Resource type definitions

AIX

type NIC (

static int OfflineMonitorInterval = 60

static str ArgList[] = { Device, NetworkType, PingOptimize, NetworkHosts }

static str Operations = None

str Device

str NetworkType

int PingOptimize = 1

str NetworkHosts[]

)

HP-UX

type NIC (

static str ArgList[] = { Device, NetworkType, PingOptimize, NetworkHosts}

static int OfflineMonitorInterval = 60

static str Operations = None

str Device

str NetworkType = "ether"

int PingOptimize = 1

str NetworkHosts[]

)

Linux

type NIC (

static int OfflineMonitorInterval = 60

static str ArgList[] = { Device, PingOptimize, Mii, NetworkHosts }

static str Operations = None

str Device

int PingOptimize = 1

int Mii = 1

str NetworkHosts[]

)

Solaris

type NIC (

static keylist SupportedActions = { "device.vfd" }

static str ArgList[] = { Device, NetworkType, PingOptimize, NetworkHosts}

static int OfflineMonitorInterval = 60

static str Operations = None

str Device

str NetworkType

int PingOptimize = 1

str NetworkHosts[]

)