Method: QingCloud::SDK::CacheService#change_cache_vxnet

Defined in:
lib/qingcloud/sdk/service/cache.rb

#change_cache_vxnet(cache: '', private_ips: [], vxnet: '') ⇒ Object



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# File 'lib/qingcloud/sdk/service/cache.rb', line 108

def change_cache_vxnet(cache: '', private_ips: [], vxnet: '')
  input = {
    config:         config,
    properties:     properties,
    api_name:       'ChangeCacheVxnet',
    request_method: 'GET',
    request_params: {
      'cache'       => cache,
      'private_ips' => private_ips,
      'vxnet'       => vxnet,
    },
  }

  change_cache_vxnet_input_validate input

  request = Request.new input
  request.send
end