public interface NetworkPolicyPortFluent<A extends NetworkPolicyPortFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
Copyright © 2011–2017 Red Hat. All rights reserved.