Class: Fog::Compute::AWS::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/capify-ec2/server.rb

Instance Method Summary collapse

Instance Method Details

#contact_pointObject



8
9
10
# File 'lib/capify-ec2/server.rb', line 8

def contact_point
  dns_name || public_ip_address || private_ip_address
end

#nameObject



12
13
14
# File 'lib/capify-ec2/server.rb', line 12

def name
  tags["Name"] || id
end