Package org.openstack4j.model.octavia
Interface ListenerV2Update
-
- All Superinterfaces:
Buildable<ListenerV2UpdateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
OctaviaListenerV2Update
public interface ListenerV2Update extends ModelEntity, Buildable<ListenerV2UpdateBuilder>
An entity used to update an lbaas v2 listener- Author:
- wei
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetConnectionLimit()OptionalStringgetDefaultTlsContainerRef()OptionalStringgetDescription()OptionalStringgetName()OptionalbooleanisAdminStateUp()Optional
-
-
-
Method Detail
-
isAdminStateUp
boolean isAdminStateUp()
Optional- See Also:
ListenerV2.isAdminStateUp()
-
getDescription
String getDescription()
Optional- See Also:
ListenerV2.getDescription()
-
getName
String getName()
Optional- See Also:
ListenerV2.getName()
-
getConnectionLimit
Integer getConnectionLimit()
Optional- See Also:
ListenerV2.getConnectionLimit()
-
getDefaultTlsContainerRef
String getDefaultTlsContainerRef()
Optional- See Also:
ListenerV2.getDefaultTlsContainerRef()
-
-