class CloudControl::API::Drs

Public Instance Methods

list_consistency_group_snaps(consistency_group_id, options={}) click to toggle source
# File lib/cloudcontrol/api/drs.rb, line 9
def list_consistency_group_snaps(consistency_group_id, options={})
  org_endpoint '/consistencyGroup/snapshot'
  options[:consistencyGroupId] = consistency_group_id
  query_params options
  get_simple
end
list_consistency_groups(options = {}) click to toggle source
# File lib/cloudcontrol/api/drs.rb, line 3
def list_consistency_groups(options = {})
  org_endpoint '/consistencyGroup/consistencyGroup'
  query_params options
  get_simple
end