Class: TencentCloud::Dc::V20180410::CreateCasInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dc::V20180410::CreateCasInput
- Defined in:
- lib/v20180410/models.rb
Overview
创建敏捷上云入参
Instance Attribute Summary collapse
- #ArRegion ⇒ Object
- #Bandwidth ⇒ Object
- #BIapLinkProtected ⇒ Object
- #IdcAddress ⇒ Object
- #IdcPointType ⇒ Object
- #IdcType ⇒ Object
- #Name ⇒ Object
- #Remarks ⇒ Object
- #Telephone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, idcaddress = nil, idctype = nil, bandwidth = nil, telephone = nil, remarks = nil, arregion = nil, idcpointtype = nil, biaplinkprotected = nil) ⇒ CreateCasInput
constructor
A new instance of CreateCasInput.
Constructor Details
#initialize(name = nil, idcaddress = nil, idctype = nil, bandwidth = nil, telephone = nil, remarks = nil, arregion = nil, idcpointtype = nil, biaplinkprotected = nil) ⇒ CreateCasInput
Returns a new instance of CreateCasInput.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'lib/v20180410/models.rb', line 410 def initialize(name=nil, idcaddress=nil, idctype=nil, bandwidth=nil, telephone=nil, remarks=nil, arregion=nil, idcpointtype=nil, biaplinkprotected=nil) @Name = name @IdcAddress = idcaddress @IdcType = idctype @Bandwidth = bandwidth @Telephone = telephone @Remarks = remarks @ArRegion = arregion @IdcPointType = idcpointtype @BIapLinkProtected = biaplinkprotected end |
Instance Attribute Details
#ArRegion ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def ArRegion @ArRegion end |
#Bandwidth ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def Bandwidth @Bandwidth end |
#BIapLinkProtected ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def BIapLinkProtected @BIapLinkProtected end |
#IdcAddress ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def IdcAddress @IdcAddress end |
#IdcPointType ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def IdcPointType @IdcPointType end |
#IdcType ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def IdcType @IdcType end |
#Name ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def Name @Name end |
#Remarks ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def Remarks @Remarks end |
#Telephone ⇒ Object
408 409 410 |
# File 'lib/v20180410/models.rb', line 408 def Telephone @Telephone end |
Instance Method Details
#deserialize(params) ⇒ Object
422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/v20180410/models.rb', line 422 def deserialize(params) @Name = params['Name'] @IdcAddress = params['IdcAddress'] @IdcType = params['IdcType'] @Bandwidth = params['Bandwidth'] @Telephone = params['Telephone'] @Remarks = params['Remarks'] @ArRegion = params['ArRegion'] @IdcPointType = params['IdcPointType'] @BIapLinkProtected = params['BIapLinkProtected'] end |