Sha256: 24c6c207de94ec792ace57272ffa06805fcbde88ed6fc3efa24ce8e22476ab4c
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists affinity group types available # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listAffinityGroupTypes.html] def list_affinity_group_types(options={}) options.merge!( 'command' => 'listAffinityGroupTypes' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_affinity_group_types.rb |