Class Fog::Compute::AWS::Server
In: lib/fog/aws/models/compute/server.rb
Parent: Fog::Compute::Server

Methods

Attributes

architecture  [RW] 
instance_initiated_shutdown_behavior  [RW] 
password  [RW] 
private_key  [W] 
private_key_path  [W] 
public_key  [W] 
public_key_path  [W] 
username  [W] 

Public Class methods

Public Instance methods

I tried to call it monitoring= and be smart with attributes[] but in save a merge_attribute is called after run_instance thus making an un-necessary request. Use this until finding a clever solution

[Validate]