Class: TencentCloud::Cwp::V20180228::AssetWebLocationInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetWebLocationInfo
- Defined in:
- lib/v20180228/models.rb
Overview
资产管理Web站点列表信息
Instance Attribute Summary collapse
- #Command ⇒ Object
- #Ip ⇒ Object
- #MainPath ⇒ Object
- #Name ⇒ Object
- #Port ⇒ Object
- #Proto ⇒ Object
- #SafeStatus ⇒ Object
- #ServiceType ⇒ Object
- #UpdateTime ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, port = nil, proto = nil, servicetype = nil, safestatus = nil, user = nil, mainpath = nil, command = nil, ip = nil, updatetime = nil) ⇒ AssetWebLocationInfo
constructor
A new instance of AssetWebLocationInfo.
Constructor Details
#initialize(name = nil, port = nil, proto = nil, servicetype = nil, safestatus = nil, user = nil, mainpath = nil, command = nil, ip = nil, updatetime = nil) ⇒ AssetWebLocationInfo
Returns a new instance of AssetWebLocationInfo.
2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'lib/v20180228/models.rb', line 2538 def initialize(name=nil, port=nil, proto=nil, servicetype=nil, safestatus=nil, user=nil, mainpath=nil, command=nil, ip=nil, updatetime=nil) @Name = name @Port = port @Proto = proto @ServiceType = servicetype @SafeStatus = safestatus @User = user @MainPath = mainpath @Command = command @Ip = ip @UpdateTime = updatetime end |
Instance Attribute Details
#Command ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def Command @Command end |
#Ip ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def Ip @Ip end |
#MainPath ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def MainPath @MainPath end |
#Name ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def Name @Name end |
#Port ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def Port @Port end |
#Proto ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def Proto @Proto end |
#SafeStatus ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def SafeStatus @SafeStatus end |
#ServiceType ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def ServiceType @ServiceType end |
#UpdateTime ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def UpdateTime @UpdateTime end |
#User ⇒ Object
2536 2537 2538 |
# File 'lib/v20180228/models.rb', line 2536 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/v20180228/models.rb', line 2551 def deserialize(params) @Name = params['Name'] @Port = params['Port'] @Proto = params['Proto'] @ServiceType = params['ServiceType'] @SafeStatus = params['SafeStatus'] @User = params['User'] @MainPath = params['MainPath'] @Command = params['Command'] @Ip = params['Ip'] @UpdateTime = params['UpdateTime'] end |