Class: TencentCloud::Cwp::V20180228::DescribeAgentInstallCommandRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeAgentInstallCommandRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeAgentInstallCommand请求参数结构体
Instance Attribute Summary collapse
- #ExpireDate ⇒ Object
- #IsCloud ⇒ Object
- #NetType ⇒ Object
- #RegionCode ⇒ Object
- #TagIds ⇒ Object
- #Vip ⇒ Object
- #VpcId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(iscloud = nil, nettype = nil, regioncode = nil, vpcid = nil, tagids = nil, expiredate = nil, vip = nil) ⇒ DescribeAgentInstallCommandRequest
constructor
A new instance of DescribeAgentInstallCommandRequest.
Constructor Details
#initialize(iscloud = nil, nettype = nil, regioncode = nil, vpcid = nil, tagids = nil, expiredate = nil, vip = nil) ⇒ DescribeAgentInstallCommandRequest
Returns a new instance of DescribeAgentInstallCommandRequest.
7843 7844 7845 7846 7847 7848 7849 7850 7851 |
# File 'lib/v20180228/models.rb', line 7843 def initialize(iscloud=nil, nettype=nil, regioncode=nil, vpcid=nil, tagids=nil, expiredate=nil, vip=nil) @IsCloud = iscloud @NetType = nettype @RegionCode = regioncode @VpcId = vpcid @TagIds = tagids @ExpireDate = expiredate @Vip = vip end |
Instance Attribute Details
#ExpireDate ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def ExpireDate @ExpireDate end |
#IsCloud ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def IsCloud @IsCloud end |
#NetType ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def NetType @NetType end |
#RegionCode ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def RegionCode @RegionCode end |
#TagIds ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def TagIds @TagIds end |
#Vip ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def Vip @Vip end |
#VpcId ⇒ Object
7841 7842 7843 |
# File 'lib/v20180228/models.rb', line 7841 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
7853 7854 7855 7856 7857 7858 7859 7860 7861 |
# File 'lib/v20180228/models.rb', line 7853 def deserialize(params) @IsCloud = params['IsCloud'] @NetType = params['NetType'] @RegionCode = params['RegionCode'] @VpcId = params['VpcId'] @TagIds = params['TagIds'] @ExpireDate = params['ExpireDate'] @Vip = params['Vip'] end |