| Home | Trees | Indices | Help |
|
|---|
|
|
This class represents a single compute node in a StarCluster.
It contains all useful metadata for the node such as the internal/external hostnames, ips, etc as well as a paramiko ssh object for executing commands, creating/modifying files on the node.
Takes boto.ec2.instance.Instance, key_location, and alias as input and optionally a user to ssh as (defaults to root)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| ip_address | |||
| public_dns_name | |||
| private_ip_address | |||
| private_dns_name | |||
| private_dns_name_short | |||
| id | |||
| block_device_mapping | |||
| dns_name | |||
| state | |||
| launch_time | |||
| key_name | |||
| arch | |||
| instance_type | |||
| image_id | |||
| placement | |||
|
network_names Returns all network names for this node in a dictionary |
|||
| spot_id | |||
| ssh | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|||
ip_address
|
public_dns_name
|
private_ip_address
|
private_dns_name
|
private_dns_name_short
|
id
|
block_device_mapping
|
dns_name
|
state
|
launch_time
|
key_name
|
arch
|
instance_type
|
image_id
|
placement
|
network_namesReturns all network names for this node in a dictionary
|
spot_id
|
ssh
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri May 14 13:53:40 2010 | http://epydoc.sourceforge.net |