Class Ingress.Builder<T extends Ingress.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Ingress.Builder<T>
- Direct Known Subclasses:
SecurityGroupRule.Builder
- Enclosing class:
- Ingress
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected org.jclouds.net.domain.IpProtocolprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ipProtocol
protected org.jclouds.net.domain.IpProtocol ipProtocol -
fromPort
protected int fromPort -
toPort
protected int toPort
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
ipProtocol
- See Also:
-
fromPort
- See Also:
-
toPort
- See Also:
-
build
-
fromIngress
-