saklient  0.0.2.11
saklient.cloud.resources.ftpinfo.FtpInfo Class Reference

Public Member Functions

def get_host_name (self)
 FTPサーバのアカウント情報。 More...
 
def get_user (self)
 
def get_password (self)
 
def __init__ (self, obj)
 

Properties

 host_name = property(get_host_name, None, None)
 ホスト名
 
 user = property(get_user, None, None)
 ユーザ名
 
 password = property(get_password, None, None)
 パスワード
 

Constructor & Destructor Documentation

def saklient.cloud.resources.ftpinfo.FtpInfo.__init__ (   self,
  obj 
)

Parameters
{any}obj

Member Function Documentation

def saklient.cloud.resources.ftpinfo.FtpInfo.get_host_name (   self)

FTPサーバのアカウント情報。

Returns
{str}
def saklient.cloud.resources.ftpinfo.FtpInfo.get_password (   self)
Returns
{str}
def saklient.cloud.resources.ftpinfo.FtpInfo.get_user (   self)
Returns
{str}

The documentation for this class was generated from the following file: