Class: TencentCloud::Tem::V20201221::CreateServiceV2Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::CreateServiceV2Request
- Defined in:
- lib/v20201221/models.rb
Overview
CreateServiceV2请求参数结构体
Instance Attribute Summary collapse
-
#CodingLanguage ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#DeployMode ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#Description ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#InstanceId ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#RepoName ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#RepoServer ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#RepoType ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#ServiceName ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#SourceChannel ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#SubnetList ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
-
#UseDefaultImageService ⇒ Object
-
JAVA - OTHER - IMAGE - JAR - WAR.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(servicename = nil, description = nil, usedefaultimageservice = nil, repotype = nil, instanceid = nil, reposerver = nil, reponame = nil, sourcechannel = nil, subnetlist = nil, codinglanguage = nil, deploymode = nil) ⇒ CreateServiceV2Request
constructor
A new instance of CreateServiceV2Request.
Constructor Details
#initialize(servicename = nil, description = nil, usedefaultimageservice = nil, repotype = nil, instanceid = nil, reposerver = nil, reponame = nil, sourcechannel = nil, subnetlist = nil, codinglanguage = nil, deploymode = nil) ⇒ CreateServiceV2Request
Returns a new instance of CreateServiceV2Request.
322 323 324 325 326 327 328 329 330 331 332 333 334 |
# File 'lib/v20201221/models.rb', line 322 def initialize(servicename=nil, description=nil, usedefaultimageservice=nil, repotype=nil, instanceid=nil, reposerver=nil, reponame=nil, sourcechannel=nil, subnetlist=nil, codinglanguage=nil, deploymode=nil) @ServiceName = servicename @Description = description @UseDefaultImageService = usedefaultimageservice @RepoType = repotype @InstanceId = instanceid @RepoServer = reposerver @RepoName = reponame @SourceChannel = sourcechannel @SubnetList = subnetlist @CodingLanguage = codinglanguage @DeployMode = deploymode end |
Instance Attribute Details
#CodingLanguage ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def CodingLanguage @CodingLanguage end |
#DeployMode ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def DeployMode @DeployMode end |
#Description ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def Description @Description end |
#InstanceId ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def InstanceId @InstanceId end |
#RepoName ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def RepoName @RepoName end |
#RepoServer ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def RepoServer @RepoServer end |
#RepoType ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def RepoType @RepoType end |
#ServiceName ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def ServiceName @ServiceName end |
#SourceChannel ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def SourceChannel @SourceChannel end |
#SubnetList ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def SubnetList @SubnetList end |
#UseDefaultImageService ⇒ Object
-
JAVA
-
OTHER
-
IMAGE
-
JAR
-
WAR
320 321 322 |
# File 'lib/v20201221/models.rb', line 320 def UseDefaultImageService @UseDefaultImageService end |
Instance Method Details
#deserialize(params) ⇒ Object
336 337 338 339 340 341 342 343 344 345 346 347 348 |
# File 'lib/v20201221/models.rb', line 336 def deserialize(params) @ServiceName = params['ServiceName'] @Description = params['Description'] @UseDefaultImageService = params['UseDefaultImageService'] @RepoType = params['RepoType'] @InstanceId = params['InstanceId'] @RepoServer = params['RepoServer'] @RepoName = params['RepoName'] @SourceChannel = params['SourceChannel'] @SubnetList = params['SubnetList'] @CodingLanguage = params['CodingLanguage'] @DeployMode = params['DeployMode'] end |