org.jclouds.elb.domain
Class SecurityGroupAndOwner
java.lang.Object
org.jclouds.elb.domain.SecurityGroupAndOwner
public class SecurityGroupAndOwner
- extends Object
The security group that you can use as part of your inbound rules for your
LoadBalancer's back-end Amazon EC2 application instances. To only allow
traffic from LoadBalancers, add a security group rule to your back end
instance that specifies this source security group as the inbound source.
- Author:
- Adrian Cole
- See Also:
- doc
name
protected final String name
owner
protected final String owner
SecurityGroupAndOwner
protected SecurityGroupAndOwner(String name,
String owner)
builder
public static SecurityGroupAndOwner.Builder builder()
toBuilder
public SecurityGroupAndOwner.Builder toBuilder()
getName
public String getName()
- Name of the source security group.
getOwner
public String getOwner()
- Owner of the source security group.
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
-
- Overrides:
equals in class Object
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.