Module: Fog::Vcloud::Terremark::Vcloud::Real

Defined in:
lib/fog/vcloud/terremark/vcloud/requests/get_vdc.rb

Instance Method Summary collapse

Instance Method Details

#get_vdc(vdc_uri) ⇒ Object

Get details of a vdc



9
10
11
12
13
14
15
16
# File 'lib/fog/vcloud/terremark/vcloud/requests/get_vdc.rb', line 9

def get_vdc(vdc_uri)
  request(
    :expects  => 200,
    :method   => 'GET',
    :parser   => Fog::Parsers::Vcloud::Terremark::Vcloud::GetVdc.new,
    :uri      => vdc_uri
  )
end