Class: TencentCloud::Cfw::V20190904::EndpointInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::EndpointInfo
- Defined in:
- lib/v20190904/models.rb
Overview
私有连接端点信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(endpointid = nil, vpcid = nil, region = nil, vpccidr = nil) ⇒ EndpointInfo
constructor
A new instance of EndpointInfo.
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
#EndpointId ⇒ Object
6124 6125 6126 |
# File 'lib/v20190904/models.rb', line 6124 def EndpointId @EndpointId end |
#Region ⇒ Object
6124 6125 6126 |
# File 'lib/v20190904/models.rb', line 6124 def Region @Region end |
#VpcCidr ⇒ Object
6124 6125 6126 |
# File 'lib/v20190904/models.rb', line 6124 def VpcCidr @VpcCidr end |
#VpcId ⇒ Object
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 |