Class: TencentCloud::Yunjing::V20180228::EditBashRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::EditBashRuleRequest
- Defined in:
- lib/v20180228/models.rb
Overview
EditBashRule请求参数结构体
Instance Attribute Summary collapse
- #Hostip ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #Level ⇒ Object
- #Name ⇒ Object
- #Rule ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, level = nil, rule = nil, id = nil, uuid = nil, hostip = nil, isglobal = nil) ⇒ EditBashRuleRequest
constructor
A new instance of EditBashRuleRequest.
Constructor Details
#initialize(name = nil, level = nil, rule = nil, id = nil, uuid = nil, hostip = nil, isglobal = nil) ⇒ EditBashRuleRequest
Returns a new instance of EditBashRuleRequest.
4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/v20180228/models.rb', line 4297 def initialize(name=nil, level=nil, rule=nil, id=nil, uuid=nil, hostip=nil, isglobal=nil) @Name = name @Level = level @Rule = rule @Id = id @Uuid = uuid @Hostip = hostip @IsGlobal = isglobal end |
Instance Attribute Details
#Hostip ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def Hostip @Hostip end |
#Id ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def Id @Id end |
#IsGlobal ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def IsGlobal @IsGlobal end |
#Level ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def Level @Level end |
#Name ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def Name @Name end |
#Rule ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def Rule @Rule end |
#Uuid ⇒ Object
4295 4296 4297 |
# File 'lib/v20180228/models.rb', line 4295 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
4307 4308 4309 4310 4311 4312 4313 4314 4315 |
# File 'lib/v20180228/models.rb', line 4307 def deserialize(params) @Name = params['Name'] @Level = params['Level'] @Rule = params['Rule'] @Id = params['Id'] @Uuid = params['Uuid'] @Hostip = params['Hostip'] @IsGlobal = params['IsGlobal'] end |