org.jclouds.openstack.nova.v2_0.domain
Class SecurityGroupRule.Builder<T extends SecurityGroupRule.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Ingress.Builder<T>
org.jclouds.openstack.nova.v2_0.domain.SecurityGroupRule.Builder<T>
- Enclosing class:
- SecurityGroupRule
public abstract static class SecurityGroupRule.Builder<T extends SecurityGroupRule.Builder<T>>
- extends Ingress.Builder<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
group
protected TenantIdAndName group
parentGroupId
protected String parentGroupId
ipRange
protected String ipRange
SecurityGroupRule.Builder
public SecurityGroupRule.Builder()
id
public T id(String id)
- See Also:
SecurityGroupRule.getId()
group
public T group(TenantIdAndName group)
- See Also:
SecurityGroupRule.getGroup()
parentGroupId
public T parentGroupId(String parentGroupId)
- See Also:
SecurityGroupRule.getParentGroupId()
ipRange
public T ipRange(String ipRange)
- See Also:
SecurityGroupRule.getIpRange()
build
public SecurityGroupRule build()
- Overrides:
build in class Ingress.Builder<T extends SecurityGroupRule.Builder<T>>
fromSecurityGroupRule
public T fromSecurityGroupRule(SecurityGroupRule in)
Copyright © 2009-2012 jclouds. All Rights Reserved.