| Class | Fog::Compute::AWS::Server |
| In: |
lib/fog/compute/models/aws/server.rb
|
| Parent: | Fog::Model |
| 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] |
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