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.
3414 3415 3416 3417 3418 3419 |
# File 'lib/v20201207/models.rb', line 3414 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
3412 3413 3414 |
# File 'lib/v20201207/models.rb', line 3412 def GatewayId @GatewayId end |
#GroupId ⇒ Object
- IPV4 (默认值)
- IPV6
3412 3413 3414 |
# File 'lib/v20201207/models.rb', line 3412 def GroupId @GroupId end |
#InternetAddressVersion ⇒ Object
- IPV4 (默认值)
- IPV6
3412 3413 3414 |
# File 'lib/v20201207/models.rb', line 3412 def InternetAddressVersion @InternetAddressVersion end |
#Vip ⇒ Object
- IPV4 (默认值)
- IPV6
3412 3413 3414 |
# File 'lib/v20201207/models.rb', line 3412 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
3421 3422 3423 3424 3425 3426 |
# File 'lib/v20201207/models.rb', line 3421 def deserialize(params) @GatewayId = params['GatewayId'] @GroupId = params['GroupId'] @InternetAddressVersion = params['InternetAddressVersion'] @Vip = params['Vip'] end |