public class NeutronListenerV2Update extends Object implements ListenerV2Update
Modifier and Type | Class and Description |
---|---|
static class |
NeutronListenerV2Update.ListenerV2UpdateConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NeutronListenerV2Update() |
Modifier and Type | Method and Description |
---|---|
static ListenerV2UpdateBuilder |
builder() |
Integer |
getConnectionLimit()
Optional
|
String |
getDefaultTlsContainerRef()
Optional
|
String |
getDescription()
Optional
|
String |
getName()
Optional
|
boolean |
isAdminStateUp()
Optional
|
ListenerV2UpdateBuilder |
toBuilder() |
String |
toString() |
public ListenerV2UpdateBuilder toBuilder()
toBuilder
in interface Buildable<ListenerV2UpdateBuilder>
public boolean isAdminStateUp()
isAdminStateUp
in interface ListenerV2Update
ListenerV2.isAdminStateUp()
public String getDescription()
getDescription
in interface ListenerV2Update
ListenerV2.getDescription()
public String getName()
getName
in interface ListenerV2Update
ListenerV2.getName()
public Integer getConnectionLimit()
getConnectionLimit
in interface ListenerV2Update
ListenerV2.getConnectionLimit()
public String getDefaultTlsContainerRef()
getDefaultTlsContainerRef
in interface ListenerV2Update
ListenerV2.getDefaultTlsContainerRef()
public static ListenerV2UpdateBuilder builder()
Copyright © 2017. All rights reserved.