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.
5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 |
# File 'lib/v20190904/models.rb', line 5915 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内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def AppId @AppId end |
#InsSource ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def InsSource @InsSource end |
#InstanceId ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def InstanceName @InstanceName end |
#InsType ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def InsType @InsType end |
#LeakNum ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def LeakNum @LeakNum end |
#PortNum ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def PortNum @PortNum end |
#PrivateIp ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def PrivateIp @PrivateIp end |
#PublicIp ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def PublicIp @PublicIp end |
#Region ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def Region @Region end |
#RegionKey ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def RegionKey @RegionKey end |
#ResourcePath ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def ResourcePath @ResourcePath end |
#Server ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def Server @Server end |
#SubnetId ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def SubnetId @SubnetId end |
#VpcId ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def VpcId @VpcId end |
#VPCName ⇒ Object
1公网 2内网
5913 5914 5915 |
# File 'lib/v20190904/models.rb', line 5913 def VPCName @VPCName end |
Instance Method Details
#deserialize(params) ⇒ Object
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 |
# File 'lib/v20190904/models.rb', line 5934 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 |