Class: TencentCloud::Sslpod::V20190605::CreateDomainRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sslpod::V20190605::CreateDomainRequest
- Defined in:
- lib/v20190605/models.rb
Overview
CreateDomain请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(servertype = nil, domain = nil, port = nil, ip = nil, notice = nil, tags = nil) ⇒ CreateDomainRequest
constructor
A new instance of CreateDomainRequest.
Constructor Details
#initialize(servertype = nil, domain = nil, port = nil, ip = nil, notice = nil, tags = nil) ⇒ CreateDomainRequest
Returns a new instance of CreateDomainRequest.
141 142 143 144 145 146 147 148 |
# File 'lib/v20190605/models.rb', line 141 def initialize(servertype=nil, domain=nil, port=nil, ip=nil, notice=nil, =nil) @ServerType = servertype @Domain = domain @Port = port @IP = ip @Notice = notice @Tags = end |
Instance Attribute Details
#Domain ⇒ Object
139 140 141 |
# File 'lib/v20190605/models.rb', line 139 def Domain @Domain end |
#IP ⇒ Object
139 140 141 |
# File 'lib/v20190605/models.rb', line 139 def IP @IP end |
#Notice ⇒ Object
139 140 141 |
# File 'lib/v20190605/models.rb', line 139 def Notice @Notice end |
#Port ⇒ Object
139 140 141 |
# File 'lib/v20190605/models.rb', line 139 def Port @Port end |
#ServerType ⇒ Object
139 140 141 |
# File 'lib/v20190605/models.rb', line 139 def ServerType @ServerType end |
#Tags ⇒ Object
139 140 141 |
# File 'lib/v20190605/models.rb', line 139 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
150 151 152 153 154 155 156 157 |
# File 'lib/v20190605/models.rb', line 150 def deserialize(params) @ServerType = params['ServerType'] @Domain = params['Domain'] @Port = params['Port'] @IP = params['IP'] @Notice = params['Notice'] @Tags = params['Tags'] end |