Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroup.CreateSecurityGroup
Create and Update options - extend the domain class, passed to API update and create calls.
|
Constructor and Description |
---|
SecurityGroups(Iterable<SecurityGroup> securityGroups,
Iterable<Link> securityGroupsLinks) |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroupApi.create(SecurityGroup.CreateSecurityGroup securityGroup)
Creates a new SecurityGroup.
|
SecurityGroup |
SecurityGroupApi.getSecurityGroup(String id) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<SecurityGroup> |
SecurityGroupApi.listSecurityGroups() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<SecurityGroup>> |
SecurityGroupsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.