public abstract static class MonitoringPolicy.Port extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MonitoringPolicy.Port.AddPort |
static class |
MonitoringPolicy.Port.CreatePort |
static class |
MonitoringPolicy.Port.UpdatePort |
Constructor and Description |
---|
Port() |
Modifier and Type | Method and Description |
---|---|
abstract Types.AlertIfType |
alertIf() |
static MonitoringPolicy.Port |
create(String id,
Types.ProtocolType protocol,
int port,
Types.AlertIfType alertIf,
boolean emailNotification) |
abstract boolean |
emailNotification() |
abstract String |
id() |
abstract int |
port() |
abstract Types.ProtocolType |
protocol() |
public abstract String id()
public abstract Types.ProtocolType protocol()
public abstract int port()
public abstract Types.AlertIfType alertIf()
public abstract boolean emailNotification()
public static MonitoringPolicy.Port create(String id, Types.ProtocolType protocol, int port, Types.AlertIfType alertIf, boolean emailNotification)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.