Method: XClarityClient::Mixins::RemoteFileServerMixin#create_remotefileserver_profile

Defined in:
lib/xclarity_client/mixins/remote_file_server_mixin.rb

#create_remotefileserver_profile(opts = {}) ⇒ Object



10
11
12
13
14
# File 'lib/xclarity_client/mixins/remote_file_server_mixin.rb', line 10

def create_remotefileserver_profile(opts = {})
  RemoteFileServerManagement.new(@config).create_remotefileserver_profile(
    opts
  )
end