Class: TencentCloud::Tke::V20180525::HttpGet
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::HttpGet
- Defined in:
- lib/v20180525/models.rb
Overview
Probe中的HttpGet
Instance Attribute Summary collapse
-
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Scheme ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, port = nil, scheme = nil) ⇒ HttpGet
constructor
A new instance of HttpGet.
Constructor Details
#initialize(path = nil, port = nil, scheme = nil) ⇒ HttpGet
Returns a new instance of HttpGet.
12424 12425 12426 12427 12428 |
# File 'lib/v20180525/models.rb', line 12424 def initialize(path=nil, port=nil, scheme=nil) @Path = path @Port = port @Scheme = scheme end |
Instance Attribute Details
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12422 12423 12424 |
# File 'lib/v20180525/models.rb', line 12422 def Path @Path end |
#Port ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12422 12423 12424 |
# File 'lib/v20180525/models.rb', line 12422 def Port @Port end |
#Scheme ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12422 12423 12424 |
# File 'lib/v20180525/models.rb', line 12422 def Scheme @Scheme end |
Instance Method Details
#deserialize(params) ⇒ Object
12430 12431 12432 12433 12434 |
# File 'lib/v20180525/models.rb', line 12430 def deserialize(params) @Path = params['Path'] @Port = params['Port'] @Scheme = params['Scheme'] end |