Class: TencentCloud::Clb::V20180317::CrossTargets

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180317/models.rb

Overview

跨域2.0云联网下子机和网卡信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(localvpcid = nil, vpcid = nil, ip = nil, vpcname = nil, eniid = nil, instanceid = nil, instancename = nil, region = nil) ⇒ CrossTargets



1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/v20180317/models.rb', line 1963

def initialize(localvpcid=nil, vpcid=nil, ip=nil, vpcname=nil, eniid=nil, instanceid=nil, instancename=nil, region=nil)
  @LocalVpcId = localvpcid
  @VpcId = vpcid
  @IP = ip
  @VpcName = vpcname
  @EniId = eniid
  @InstanceId = instanceid
  @InstanceName = instancename
  @Region = region
end

Instance Attribute Details

#EniIdObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def EniId
  @EniId
end

#InstanceIdObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def InstanceId
  @InstanceId
end

#InstanceNameObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def InstanceName
  @InstanceName
end

#IPObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def IP
  @IP
end

#LocalVpcIdObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def LocalVpcId
  @LocalVpcId
end

#RegionObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def Region
  @Region
end

#VpcIdObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def VpcId
  @VpcId
end

#VpcNameObject



1961
1962
1963
# File 'lib/v20180317/models.rb', line 1961

def VpcName
  @VpcName
end

Instance Method Details

#deserialize(params) ⇒ Object



1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
# File 'lib/v20180317/models.rb', line 1974

def deserialize(params)
  @LocalVpcId = params['LocalVpcId']
  @VpcId = params['VpcId']
  @IP = params['IP']
  @VpcName = params['VpcName']
  @EniId = params['EniId']
  @InstanceId = params['InstanceId']
  @InstanceName = params['InstanceName']
  @Region = params['Region']
end