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.
3588 3589 3590 3591 3592 3593 3594 3595 3596 |
# File 'lib/v20210701/models.rb', line 3588 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
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def Description @Description end |
#EnvironmentId ⇒ Object
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def EnvironmentId @EnvironmentId end |
#EnvironmentName ⇒ Object
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def EnvironmentName @EnvironmentName end |
#EnvType ⇒ Object
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def EnvType @EnvType end |
#SourceChannel ⇒ Object
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def SourceChannel @SourceChannel end |
#SubnetIds ⇒ Object
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def SubnetIds @SubnetIds end |
#Vpc ⇒ Object
3586 3587 3588 |
# File 'lib/v20210701/models.rb', line 3586 def Vpc @Vpc end |
Instance Method Details
#deserialize(params) ⇒ Object
3598 3599 3600 3601 3602 3603 3604 3605 3606 |
# File 'lib/v20210701/models.rb', line 3598 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 |