Class: TencentCloud::Cfs::V20190719::FileSystemClient
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::FileSystemClient
- Defined in:
- lib/v20190719/models.rb
Overview
文件系统客户端信息
Instance Attribute Summary collapse
- #CfsVip ⇒ Object
- #ClientIp ⇒ Object
- #MountDirectory ⇒ Object
- #VpcId ⇒ Object
- #Zone ⇒ Object
- #ZoneName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cfsvip = nil, clientip = nil, vpcid = nil, zone = nil, zonename = nil, mountdirectory = nil) ⇒ FileSystemClient
constructor
A new instance of FileSystemClient.
Constructor Details
#initialize(cfsvip = nil, clientip = nil, vpcid = nil, zone = nil, zonename = nil, mountdirectory = nil) ⇒ FileSystemClient
Returns a new instance of FileSystemClient.
2704 2705 2706 2707 2708 2709 2710 2711 |
# File 'lib/v20190719/models.rb', line 2704 def initialize(cfsvip=nil, clientip=nil, vpcid=nil, zone=nil, zonename=nil, mountdirectory=nil) @CfsVip = cfsvip @ClientIp = clientip @VpcId = vpcid @Zone = zone @ZoneName = zonename @MountDirectory = mountdirectory end |
Instance Attribute Details
#CfsVip ⇒ Object
2702 2703 2704 |
# File 'lib/v20190719/models.rb', line 2702 def CfsVip @CfsVip end |
#ClientIp ⇒ Object
2702 2703 2704 |
# File 'lib/v20190719/models.rb', line 2702 def ClientIp @ClientIp end |
#MountDirectory ⇒ Object
2702 2703 2704 |
# File 'lib/v20190719/models.rb', line 2702 def MountDirectory @MountDirectory end |
#VpcId ⇒ Object
2702 2703 2704 |
# File 'lib/v20190719/models.rb', line 2702 def VpcId @VpcId end |
#Zone ⇒ Object
2702 2703 2704 |
# File 'lib/v20190719/models.rb', line 2702 def Zone @Zone end |
#ZoneName ⇒ Object
2702 2703 2704 |
# File 'lib/v20190719/models.rb', line 2702 def ZoneName @ZoneName end |
Instance Method Details
#deserialize(params) ⇒ Object
2713 2714 2715 2716 2717 2718 2719 2720 |
# File 'lib/v20190719/models.rb', line 2713 def deserialize(params) @CfsVip = params['CfsVip'] @ClientIp = params['ClientIp'] @VpcId = params['VpcId'] @Zone = params['Zone'] @ZoneName = params['ZoneName'] @MountDirectory = params['MountDirectory'] end |