Class: TencentCloud::Ckafka::V20190819::CreateRouteRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CreateRouteRequest
- Defined in:
- lib/v20190819/models.rb
Overview
CreateRoute请求参数结构体
Instance Attribute Summary collapse
- #AccessType ⇒ Object
- #AuthFlag ⇒ Object
- #CallerAppid ⇒ Object
- #InstanceId ⇒ Object
- #Ip ⇒ Object
- #Note ⇒ Object
- #PublicNetwork ⇒ Object
- #SecurityGroupIds ⇒ Object
- #SubnetId ⇒ Object
- #VipType ⇒ Object
- #VpcId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, viptype = nil, vpcid = nil, subnetid = nil, accesstype = nil, authflag = nil, callerappid = nil, publicnetwork = nil, ip = nil, note = nil, securitygroupids = nil) ⇒ CreateRouteRequest
constructor
A new instance of CreateRouteRequest.
Constructor Details
#initialize(instanceid = nil, viptype = nil, vpcid = nil, subnetid = nil, accesstype = nil, authflag = nil, callerappid = nil, publicnetwork = nil, ip = nil, note = nil, securitygroupids = nil) ⇒ CreateRouteRequest
Returns a new instance of CreateRouteRequest.
2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 |
# File 'lib/v20190819/models.rb', line 2436 def initialize(instanceid=nil, viptype=nil, vpcid=nil, subnetid=nil, accesstype=nil, authflag=nil, callerappid=nil, publicnetwork=nil, ip=nil, note=nil, securitygroupids=nil) @InstanceId = instanceid @VipType = viptype @VpcId = vpcid @SubnetId = subnetid @AccessType = accesstype @AuthFlag = authflag @CallerAppid = callerappid @PublicNetwork = publicnetwork @Ip = ip @Note = note @SecurityGroupIds = securitygroupids end |
Instance Attribute Details
#AccessType ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def AccessType @AccessType end |
#AuthFlag ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def AuthFlag @AuthFlag end |
#CallerAppid ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def CallerAppid @CallerAppid end |
#InstanceId ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def InstanceId @InstanceId end |
#Ip ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def Ip @Ip end |
#Note ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def Note @Note end |
#PublicNetwork ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def PublicNetwork @PublicNetwork end |
#SecurityGroupIds ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def SecurityGroupIds @SecurityGroupIds end |
#SubnetId ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def SubnetId @SubnetId end |
#VipType ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def VipType @VipType end |
#VpcId ⇒ Object
2434 2435 2436 |
# File 'lib/v20190819/models.rb', line 2434 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 |
# File 'lib/v20190819/models.rb', line 2450 def deserialize(params) @InstanceId = params['InstanceId'] @VipType = params['VipType'] @VpcId = params['VpcId'] @SubnetId = params['SubnetId'] @AccessType = params['AccessType'] @AuthFlag = params['AuthFlag'] @CallerAppid = params['CallerAppid'] @PublicNetwork = params['PublicNetwork'] @Ip = params['Ip'] @Note = params['Note'] @SecurityGroupIds = params['SecurityGroupIds'] end |