Class | Fog::Compute::AWS::Server |
In: |
lib/fog/aws/models/compute/server.rb
|
Parent: | Fog::Compute::Server |
architecture | [RW] | |
iam_instance_profile_arn | [W] | |
iam_instance_profile_name | [W] | |
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