Class: TencentCloud::Tem::V20210701::ModifyEnvironmentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::ModifyEnvironmentRequest
- Defined in:
- lib/v20210701/models.rb
Overview
ModifyEnvironment请求参数结构体
Instance Attribute Summary collapse
- #Description ⇒ Object
- #EnvironmentId ⇒ Object
- #EnvironmentName ⇒ Object
- #EnvType ⇒ Object
- #SourceChannel ⇒ Object
- #SubnetIds ⇒ Object
- #Vpc ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, environmentname = nil, description = nil, vpc = nil, subnetids = nil, sourcechannel = nil, envtype = nil) ⇒ ModifyEnvironmentRequest
constructor
A new instance of ModifyEnvironmentRequest.
Constructor Details
#initialize(environmentid = nil, environmentname = nil, description = nil, vpc = nil, subnetids = nil, sourcechannel = nil, envtype = nil) ⇒ ModifyEnvironmentRequest
Returns a new instance of ModifyEnvironmentRequest.
3673 3674 3675 3676 3677 3678 3679 3680 3681 |
# File 'lib/v20210701/models.rb', line 3673 def initialize(environmentid=nil, environmentname=nil, description=nil, vpc=nil, subnetids=nil, sourcechannel=nil, envtype=nil) @EnvironmentId = environmentid @EnvironmentName = environmentname @Description = description @Vpc = vpc @SubnetIds = subnetids @SourceChannel = sourcechannel @EnvType = envtype end |
Instance Attribute Details
#Description ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def Description @Description end |
#EnvironmentId ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def EnvironmentId @EnvironmentId end |
#EnvironmentName ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def EnvironmentName @EnvironmentName end |
#EnvType ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def EnvType @EnvType end |
#SourceChannel ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def SourceChannel @SourceChannel end |
#SubnetIds ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def SubnetIds @SubnetIds end |
#Vpc ⇒ Object
3671 3672 3673 |
# File 'lib/v20210701/models.rb', line 3671 def Vpc @Vpc end |
Instance Method Details
#deserialize(params) ⇒ Object
3683 3684 3685 3686 3687 3688 3689 3690 3691 |
# File 'lib/v20210701/models.rb', line 3683 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @EnvironmentName = params['EnvironmentName'] @Description = params['Description'] @Vpc = params['Vpc'] @SubnetIds = params['SubnetIds'] @SourceChannel = params['SourceChannel'] @EnvType = params['EnvType'] end |