org.jclouds.cloudstack.domain
Class IngressRule.Builder
java.lang.Object
org.jclouds.cloudstack.domain.IngressRule.Builder
- Enclosing class:
- IngressRule
public static class IngressRule.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IngressRule.Builder
public IngressRule.Builder()
account
public IngressRule.Builder account(String account)
CIDR
public IngressRule.Builder CIDR(String CIDR)
endPort
public IngressRule.Builder endPort(int endPort)
ICMPCode
public IngressRule.Builder ICMPCode(int ICMPCode)
ICMPType
public IngressRule.Builder ICMPType(int ICMPType)
protocol
public IngressRule.Builder protocol(String protocol)
id
public IngressRule.Builder id(long id)
securityGroupName
public IngressRule.Builder securityGroupName(String securityGroupName)
startPort
public IngressRule.Builder startPort(int startPort)
build
public IngressRule build()
Copyright © 2009-2012 jclouds. All Rights Reserved.