Class: TencentCloud::Tse::V20201207::VpcInfo

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

Overview

私有网络信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(vpcid = nil, subnetid = nil, intranetaddress = nil, lbsubnetid = nil) ⇒ VpcInfo

Returns a new instance of VpcInfo.



12119
12120
12121
12122
12123
12124
# File 'lib/v20201207/models.rb', line 12119

def initialize(vpcid=nil, subnetid=nil, intranetaddress=nil, lbsubnetid=nil)
  @VpcId = vpcid
  @SubnetId = subnetid
  @IntranetAddress = intranetaddress
  @LbSubnetId = lbsubnetid
end

Instance Attribute Details

#IntranetAddressObject

Parameters:

  • VpcId:

    Vpc Id

  • SubnetId:

    子网ID

  • IntranetAddress:

    内网访问地址

  • LbSubnetId:

    负载均衡均衡接入点子网ID



12117
12118
12119
# File 'lib/v20201207/models.rb', line 12117

def IntranetAddress
  @IntranetAddress
end

#LbSubnetIdObject

Parameters:

  • VpcId:

    Vpc Id

  • SubnetId:

    子网ID

  • IntranetAddress:

    内网访问地址

  • LbSubnetId:

    负载均衡均衡接入点子网ID



12117
12118
12119
# File 'lib/v20201207/models.rb', line 12117

def LbSubnetId
  @LbSubnetId
end

#SubnetIdObject

Parameters:

  • VpcId:

    Vpc Id

  • SubnetId:

    子网ID

  • IntranetAddress:

    内网访问地址

  • LbSubnetId:

    负载均衡均衡接入点子网ID



12117
12118
12119
# File 'lib/v20201207/models.rb', line 12117

def SubnetId
  @SubnetId
end

#VpcIdObject

Parameters:

  • VpcId:

    Vpc Id

  • SubnetId:

    子网ID

  • IntranetAddress:

    内网访问地址

  • LbSubnetId:

    负载均衡均衡接入点子网ID



12117
12118
12119
# File 'lib/v20201207/models.rb', line 12117

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



12126
12127
12128
12129
12130
12131
# File 'lib/v20201207/models.rb', line 12126

def deserialize(params)
  @VpcId = params['VpcId']
  @SubnetId = params['SubnetId']
  @IntranetAddress = params['IntranetAddress']
  @LbSubnetId = params['LbSubnetId']
end