Class: TencentCloud::Cfw::V20190904::InstanceInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::InstanceInfo
- Defined in:
- lib/v20190904/models.rb
Overview
实例详情结果
Instance Attribute Summary collapse
-
#AppId ⇒ Object
1公网 2内网.
-
#InsSource ⇒ Object
1公网 2内网.
-
#InstanceId ⇒ Object
1公网 2内网.
-
#InstanceName ⇒ Object
1公网 2内网.
-
#InsType ⇒ Object
1公网 2内网.
-
#LeakNum ⇒ Object
1公网 2内网.
-
#PortNum ⇒ Object
1公网 2内网.
-
#PrivateIp ⇒ Object
1公网 2内网.
-
#PublicIp ⇒ Object
1公网 2内网.
-
#Region ⇒ Object
1公网 2内网.
-
#RegionKey ⇒ Object
1公网 2内网.
-
#ResourcePath ⇒ Object
1公网 2内网.
-
#Server ⇒ Object
1公网 2内网.
-
#SubnetId ⇒ Object
1公网 2内网.
-
#VpcId ⇒ Object
1公网 2内网.
-
#VPCName ⇒ Object
1公网 2内网.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, inssource = nil, instype = nil, instanceid = nil, instancename = nil, leaknum = nil, portnum = nil, privateip = nil, publicip = nil, region = nil, regionkey = nil, resourcepath = nil, server = nil, subnetid = nil, vpcname = nil, vpcid = nil) ⇒ InstanceInfo
constructor
A new instance of InstanceInfo.
Constructor Details
#initialize(appid = nil, inssource = nil, instype = nil, instanceid = nil, instancename = nil, leaknum = nil, portnum = nil, privateip = nil, publicip = nil, region = nil, regionkey = nil, resourcepath = nil, server = nil, subnetid = nil, vpcname = nil, vpcid = nil) ⇒ InstanceInfo
Returns a new instance of InstanceInfo.
6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 |
# File 'lib/v20190904/models.rb', line 6720 def initialize(appid=nil, inssource=nil, instype=nil, instanceid=nil, instancename=nil, leaknum=nil, portnum=nil, privateip=nil, publicip=nil, region=nil, regionkey=nil, resourcepath=nil, server=nil, subnetid=nil, vpcname=nil, vpcid=nil) @AppId = appid @InsSource = inssource @InsType = instype @InstanceId = instanceid @InstanceName = instancename @LeakNum = leaknum @PortNum = portnum @PrivateIp = privateip @PublicIp = publicip @Region = region @RegionKey = regionkey @ResourcePath = resourcepath @Server = server @SubnetId = subnetid @VPCName = vpcname @VpcId = vpcid end |
Instance Attribute Details
#AppId ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def AppId @AppId end |
#InsSource ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def InsSource @InsSource end |
#InstanceId ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def InstanceName @InstanceName end |
#InsType ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def InsType @InsType end |
#LeakNum ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def LeakNum @LeakNum end |
#PortNum ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def PortNum @PortNum end |
#PrivateIp ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def PrivateIp @PrivateIp end |
#PublicIp ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def PublicIp @PublicIp end |
#Region ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def Region @Region end |
#RegionKey ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def RegionKey @RegionKey end |
#ResourcePath ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def ResourcePath @ResourcePath end |
#Server ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def Server @Server end |
#SubnetId ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def SubnetId @SubnetId end |
#VpcId ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def VpcId @VpcId end |
#VPCName ⇒ Object
1公网 2内网
6718 6719 6720 |
# File 'lib/v20190904/models.rb', line 6718 def VPCName @VPCName end |
Instance Method Details
#deserialize(params) ⇒ Object
6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 |
# File 'lib/v20190904/models.rb', line 6739 def deserialize(params) @AppId = params['AppId'] @InsSource = params['InsSource'] @InsType = params['InsType'] @InstanceId = params['InstanceId'] @InstanceName = params['InstanceName'] @LeakNum = params['LeakNum'] @PortNum = params['PortNum'] @PrivateIp = params['PrivateIp'] @PublicIp = params['PublicIp'] @Region = params['Region'] @RegionKey = params['RegionKey'] @ResourcePath = params['ResourcePath'] @Server = params['Server'] @SubnetId = params['SubnetId'] @VPCName = params['VPCName'] @VpcId = params['VpcId'] end |