Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<SecurityGroup> |
VirtualMachine.getSecurityGroups() |
Modifier and Type | Method and Description |
---|---|
int |
SecurityGroup.compareTo(SecurityGroup arg0) |
Modifier and Type | Method and Description |
---|---|
VirtualMachine.Builder |
VirtualMachine.Builder.securityGroups(Set<SecurityGroup> securityGroups) |
Constructor and Description |
---|
VirtualMachine(long id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
long domainId,
boolean usesVirtualNetwork,
String group,
long groupId,
long guestOSId,
boolean hAEnabled,
long hostId,
String hostname,
String iPAddress,
String iSODisplayText,
long iSOId,
String iSOName,
Long jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
long rootDeviceId,
String rootDeviceType,
Set<SecurityGroup> securityGroups,
long serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
long templateId,
String templateName,
long zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor) |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroupClient.createSecurityGroup(String name)
Creates a security group
|
SecurityGroup |
SecurityGroupClient.getSecurityGroup(long id)
get a specific security group by id
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.createSecurityGroup(String name) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.getSecurityGroup(long id) |
Set<SecurityGroup> |
SecurityGroupClient.listSecurityGroups(ListSecurityGroupsOptions... options)
Lists security groups
|
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> |
SecurityGroupAsyncClient.listSecurityGroups(ListSecurityGroupsOptions... options) |
Copyright © 2009-2012 jclouds. All Rights Reserved.