Class: TencentCloud::Iss::V20230517::UpdateGatewayData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::UpdateGatewayData
- Defined in:
- lib/v20230517/models.rb
Overview
修改网关信息返回结果
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #ClusterName ⇒ Object
- #CreatedAt ⇒ Object
- #Description ⇒ Object
- #GatewayId ⇒ Object
- #GwId ⇒ Object
- #Name ⇒ Object
- #Secret ⇒ Object
- #Status ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, gwid = nil, name = nil, description = nil, clusterid = nil, clustername = nil, status = nil, createdat = nil, secret = nil, version = nil) ⇒ UpdateGatewayData
constructor
A new instance of UpdateGatewayData.
Constructor Details
#initialize(gatewayid = nil, gwid = nil, name = nil, description = nil, clusterid = nil, clustername = nil, status = nil, createdat = nil, secret = nil, version = nil) ⇒ UpdateGatewayData
Returns a new instance of UpdateGatewayData.
7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 |
# File 'lib/v20230517/models.rb', line 7345 def initialize(gatewayid=nil, gwid=nil, name=nil, description=nil, clusterid=nil, clustername=nil, status=nil, createdat=nil, secret=nil, version=nil) @GatewayId = gatewayid @GwId = gwid @Name = name @Description = description @ClusterId = clusterid @ClusterName = clustername @Status = status @CreatedAt = createdat @Secret = secret @Version = version end |
Instance Attribute Details
#ClusterId ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def ClusterId @ClusterId end |
#ClusterName ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def ClusterName @ClusterName end |
#CreatedAt ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def CreatedAt @CreatedAt end |
#Description ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def Description @Description end |
#GatewayId ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def GatewayId @GatewayId end |
#GwId ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def GwId @GwId end |
#Name ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def Name @Name end |
#Secret ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def Secret @Secret end |
#Status ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def Status @Status end |
#Version ⇒ Object
7343 7344 7345 |
# File 'lib/v20230517/models.rb', line 7343 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 |
# File 'lib/v20230517/models.rb', line 7358 def deserialize(params) @GatewayId = params['GatewayId'] @GwId = params['GwId'] @Name = params['Name'] @Description = params['Description'] @ClusterId = params['ClusterId'] @ClusterName = params['ClusterName'] @Status = params['Status'] @CreatedAt = params['CreatedAt'] @Secret = params['Secret'] @Version = params['Version'] end |