Class: TencentCloud::Cfw::V20190904::EndpointInfo

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

Overview

私有连接端点信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(endpointid = nil, vpcid = nil, region = nil, vpccidr = nil) ⇒ EndpointInfo

Returns a new instance of EndpointInfo.



6126
6127
6128
6129
6130
6131
# File 'lib/v20190904/models.rb', line 6126

def initialize(endpointid=nil, vpcid=nil, region=nil, vpccidr=nil)
  @EndpointId = endpointid
  @VpcId = vpcid
  @Region = region
  @VpcCidr = vpccidr
end

Instance Attribute Details

#EndpointIdObject

Parameters:

  • EndpointId:

    引流私有连接端点id

  • VpcId:

    引流VpcId

  • Region:

    所属地域

  • VpcCidr:

    引流Vpc的Cidr



6124
6125
6126
# File 'lib/v20190904/models.rb', line 6124

def EndpointId
  @EndpointId
end

#RegionObject

Parameters:

  • EndpointId:

    引流私有连接端点id

  • VpcId:

    引流VpcId

  • Region:

    所属地域

  • VpcCidr:

    引流Vpc的Cidr



6124
6125
6126
# File 'lib/v20190904/models.rb', line 6124

def Region
  @Region
end

#VpcCidrObject

Parameters:

  • EndpointId:

    引流私有连接端点id

  • VpcId:

    引流VpcId

  • Region:

    所属地域

  • VpcCidr:

    引流Vpc的Cidr



6124
6125
6126
# File 'lib/v20190904/models.rb', line 6124

def VpcCidr
  @VpcCidr
end

#VpcIdObject

Parameters:

  • EndpointId:

    引流私有连接端点id

  • VpcId:

    引流VpcId

  • Region:

    所属地域

  • VpcCidr:

    引流Vpc的Cidr



6124
6125
6126
# File 'lib/v20190904/models.rb', line 6124

def VpcId
  @VpcId
end

Instance Method Details

#deserialize(params) ⇒ Object



6133
6134
6135
6136
6137
6138
# File 'lib/v20190904/models.rb', line 6133

def deserialize(params)
  @EndpointId = params['EndpointId']
  @VpcId = params['VpcId']
  @Region = params['Region']
  @VpcCidr = params['VpcCidr']
end