Class: TencentCloud::Tse::V20201207::DeleteCloudNativeAPIGatewayPublicNetworkRequest

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

Overview

DeleteCloudNativeAPIGatewayPublicNetwork请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GatewayIdObject

  • IPV4 (默认值)
  • IPV6

Parameters:

  • 云原生API网关实例ID。

  • 分组id,kong类型时必填

  • 公网类型

  • 公网ip,存在多个公网时必填



3412
3413
3414
# File 'lib/v20201207/models.rb', line 3412

def GatewayId
  @GatewayId
end

#GroupIdObject

  • IPV4 (默认值)
  • IPV6

Parameters:

  • 云原生API网关实例ID。

  • 分组id,kong类型时必填

  • 公网类型

  • 公网ip,存在多个公网时必填



3412
3413
3414
# File 'lib/v20201207/models.rb', line 3412

def GroupId
  @GroupId
end

#InternetAddressVersionObject

  • IPV4 (默认值)
  • IPV6

Parameters:

  • 云原生API网关实例ID。

  • 分组id,kong类型时必填

  • 公网类型

  • 公网ip,存在多个公网时必填



3412
3413
3414
# File 'lib/v20201207/models.rb', line 3412

def InternetAddressVersion
  @InternetAddressVersion
end

#VipObject

  • IPV4 (默认值)
  • IPV6

Parameters:

  • 云原生API网关实例ID。

  • 分组id,kong类型时必填

  • 公网类型

  • 公网ip,存在多个公网时必填



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