Class: TencentCloud::Iecp::V20210914::DescribeEdgeUnitExtraResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgeUnitExtraResponse
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgeUnitExtra返回参数结构体
Instance Attribute Summary collapse
- #APIServerExposeAddress ⇒ Object
- #APIServerResolveIP ⇒ Object
- #APIServerType ⇒ Object
- #APIServerURL ⇒ Object
- #APIServerURLPort ⇒ Object
- #IsCreatePrometheus ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(apiservertype = nil, apiserverurl = nil, apiserverurlport = nil, apiserverresolveip = nil, apiserverexposeaddress = nil, iscreateprometheus = nil, requestid = nil) ⇒ DescribeEdgeUnitExtraResponse
constructor
A new instance of DescribeEdgeUnitExtraResponse.
Constructor Details
#initialize(apiservertype = nil, apiserverurl = nil, apiserverurlport = nil, apiserverresolveip = nil, apiserverexposeaddress = nil, iscreateprometheus = nil, requestid = nil) ⇒ DescribeEdgeUnitExtraResponse
Returns a new instance of DescribeEdgeUnitExtraResponse.
2717 2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/v20210914/models.rb', line 2717 def initialize(apiservertype=nil, apiserverurl=nil, apiserverurlport=nil, apiserverresolveip=nil, apiserverexposeaddress=nil, iscreateprometheus=nil, requestid=nil) @APIServerType = apiservertype @APIServerURL = apiserverurl @APIServerURLPort = apiserverurlport @APIServerResolveIP = apiserverresolveip @APIServerExposeAddress = apiserverexposeaddress @IsCreatePrometheus = iscreateprometheus @RequestId = requestid end |
Instance Attribute Details
#APIServerExposeAddress ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def APIServerExposeAddress @APIServerExposeAddress end |
#APIServerResolveIP ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def APIServerResolveIP @APIServerResolveIP end |
#APIServerType ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def APIServerType @APIServerType end |
#APIServerURL ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def APIServerURL @APIServerURL end |
#APIServerURLPort ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def APIServerURLPort @APIServerURLPort end |
#IsCreatePrometheus ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def IsCreatePrometheus @IsCreatePrometheus end |
#RequestId ⇒ Object
2715 2716 2717 |
# File 'lib/v20210914/models.rb', line 2715 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2727 2728 2729 2730 2731 2732 2733 2734 2735 |
# File 'lib/v20210914/models.rb', line 2727 def deserialize(params) @APIServerType = params['APIServerType'] @APIServerURL = params['APIServerURL'] @APIServerURLPort = params['APIServerURLPort'] @APIServerResolveIP = params['APIServerResolveIP'] @APIServerExposeAddress = params['APIServerExposeAddress'] @IsCreatePrometheus = params['IsCreatePrometheus'] @RequestId = params['RequestId'] end |