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.
7864 7865 7866 7867 7868 7869 7870 7871 7872 |
# File 'lib/v20180228/models.rb', line 7864 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
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def ExpireDate @ExpireDate end |
#IsCloud ⇒ Object
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def IsCloud @IsCloud end |
#NetType ⇒ Object
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def NetType @NetType end |
#RegionCode ⇒ Object
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def RegionCode @RegionCode end |
#TagIds ⇒ Object
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def TagIds @TagIds end |
#Vip ⇒ Object
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def Vip @Vip end |
#VpcId ⇒ Object
7862 7863 7864 |
# File 'lib/v20180228/models.rb', line 7862 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
7874 7875 7876 7877 7878 7879 7880 7881 7882 |
# File 'lib/v20180228/models.rb', line 7874 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 |