Class: TencentCloud::Wedata::V20210820::AiopsScriptInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

数据运维脚本信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(scriptcontent = nil, cospath = nil, cosregion = nil, cosbucketname = nil) ⇒ AiopsScriptInfo

Returns a new instance of AiopsScriptInfo.



269
270
271
272
273
274
# File 'lib/v20210820/models.rb', line 269

def initialize(scriptcontent=nil, cospath=nil, cosregion=nil, cosbucketname=nil)
  @ScriptContent = scriptcontent
  @CosPath = cospath
  @CosRegion = cosregion
  @CosBucketName = cosbucketname
end

Instance Attribute Details

#CosBucketNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ScriptContent:

    脚本内容

  • CosPath:

    脚本所在COS的路径

  • CosRegion:

    脚本所在COS的地域

  • CosBucketName:

    脚本所在COS的桶名称



267
268
269
# File 'lib/v20210820/models.rb', line 267

def CosBucketName
  @CosBucketName
end

#CosPathObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ScriptContent:

    脚本内容

  • CosPath:

    脚本所在COS的路径

  • CosRegion:

    脚本所在COS的地域

  • CosBucketName:

    脚本所在COS的桶名称



267
268
269
# File 'lib/v20210820/models.rb', line 267

def CosPath
  @CosPath
end

#CosRegionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ScriptContent:

    脚本内容

  • CosPath:

    脚本所在COS的路径

  • CosRegion:

    脚本所在COS的地域

  • CosBucketName:

    脚本所在COS的桶名称



267
268
269
# File 'lib/v20210820/models.rb', line 267

def CosRegion
  @CosRegion
end

#ScriptContentObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ScriptContent:

    脚本内容

  • CosPath:

    脚本所在COS的路径

  • CosRegion:

    脚本所在COS的地域

  • CosBucketName:

    脚本所在COS的桶名称



267
268
269
# File 'lib/v20210820/models.rb', line 267

def ScriptContent
  @ScriptContent
end

Instance Method Details

#deserialize(params) ⇒ Object



276
277
278
279
280
281
# File 'lib/v20210820/models.rb', line 276

def deserialize(params)
  @ScriptContent = params['ScriptContent']
  @CosPath = params['CosPath']
  @CosRegion = params['CosRegion']
  @CosBucketName = params['CosBucketName']
end