Class: TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayPublicNetworkRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayPublicNetworkRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DeleteCloudNativeAPIGatewayPublicNetwork请求参数结构体
Instance Attribute Summary collapse
-
#GatewayId ⇒ Object
-
IPV4 (默认值) - IPV6.
-
-
#GroupId ⇒ Object
-
IPV4 (默认值) - IPV6.
-
-
#InternetAddressVersion ⇒ Object
-
IPV4 (默认值) - IPV6.
-
-
#Vip ⇒ Object
-
IPV4 (默认值) - IPV6.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, groupid = nil, internetaddressversion = nil, vip = nil) ⇒ DeleteCloudNativeAPIGatewayPublicNetworkRequest
constructor
A new instance of DeleteCloudNativeAPIGatewayPublicNetworkRequest.
Constructor Details
#initialize(gatewayid = nil, groupid = nil, internetaddressversion = nil, vip = nil) ⇒ DeleteCloudNativeAPIGatewayPublicNetworkRequest
Returns a new instance of DeleteCloudNativeAPIGatewayPublicNetworkRequest.
3393 3394 3395 3396 3397 3398 |
# File 'lib/v20201207/models.rb', line 3393 def initialize(gatewayid=nil, groupid=nil, internetaddressversion=nil, vip=nil) @GatewayId = gatewayid @GroupId = groupid @InternetAddressVersion = internetaddressversion @Vip = vip end |
Instance Attribute Details
#GatewayId ⇒ Object
-
IPV4 (默认值)
-
IPV6
3391 3392 3393 |
# File 'lib/v20201207/models.rb', line 3391 def GatewayId @GatewayId end |
#GroupId ⇒ Object
-
IPV4 (默认值)
-
IPV6
3391 3392 3393 |
# File 'lib/v20201207/models.rb', line 3391 def GroupId @GroupId end |
#InternetAddressVersion ⇒ Object
-
IPV4 (默认值)
-
IPV6
3391 3392 3393 |
# File 'lib/v20201207/models.rb', line 3391 def InternetAddressVersion @InternetAddressVersion end |
#Vip ⇒ Object
-
IPV4 (默认值)
-
IPV6
3391 3392 3393 |
# File 'lib/v20201207/models.rb', line 3391 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
3400 3401 3402 3403 3404 3405 |
# File 'lib/v20201207/models.rb', line 3400 def deserialize(params) @GatewayId = params['GatewayId'] @GroupId = params['GroupId'] @InternetAddressVersion = params['InternetAddressVersion'] @Vip = params['Vip'] end |