Class: TencentCloud::Tse::V20201207::ModifyNetworkBasicInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::ModifyNetworkBasicInfoRequest
- Defined in:
- lib/v20201207/models.rb
Overview
ModifyNetworkBasicInfo请求参数结构体
Instance Attribute Summary collapse
-
#Description ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
-
#GatewayId ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
-
#GroupId ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
-
#InternetMaxBandwidthOut ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
-
#NetworkType ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
-
#SlaType ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
-
#Vip ⇒ Object
-
Open 公网ipv4 - Open-IPv6 公网ipv6 - Internal 内网 - 不传为共享型。 - clb.c2.medium:标准型规格 - clb.c3.small:高阶型1规格 - clb.c3.medium:高阶型2规格 - clb.c4.small:超强型1规格 - clb.c4.medium:超强型2规格 - clb.c4.large:超强型3规格 - clb.c4.xlarge:超强型4规格.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, groupid = nil, networktype = nil, vip = nil, internetmaxbandwidthout = nil, description = nil, slatype = nil) ⇒ ModifyNetworkBasicInfoRequest
constructor
A new instance of ModifyNetworkBasicInfoRequest.
Constructor Details
#initialize(gatewayid = nil, groupid = nil, networktype = nil, vip = nil, internetmaxbandwidthout = nil, description = nil, slatype = nil) ⇒ ModifyNetworkBasicInfoRequest
Returns a new instance of ModifyNetworkBasicInfoRequest.
10560 10561 10562 10563 10564 10565 10566 10567 10568 |
# File 'lib/v20201207/models.rb', line 10560 def initialize(gatewayid=nil, groupid=nil, networktype=nil, vip=nil, internetmaxbandwidthout=nil, description=nil, slatype=nil) @GatewayId = gatewayid @GroupId = groupid @NetworkType = networktype @Vip = vip @InternetMaxBandwidthOut = internetmaxbandwidthout @Description = description @SlaType = slatype end |
Instance Attribute Details
#Description ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def Description @Description end |
#GatewayId ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def GatewayId @GatewayId end |
#GroupId ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def GroupId @GroupId end |
#InternetMaxBandwidthOut ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def InternetMaxBandwidthOut @InternetMaxBandwidthOut end |
#NetworkType ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def NetworkType @NetworkType end |
#SlaType ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def SlaType @SlaType end |
#Vip ⇒ Object
-
Open 公网ipv4
-
Open-IPv6 公网ipv6
-
Internal 内网
-
不传为共享型。
-
clb.c2.medium:标准型规格
-
clb.c3.small:高阶型1规格
-
clb.c3.medium:高阶型2规格
-
clb.c4.small:超强型1规格
-
clb.c4.medium:超强型2规格
-
clb.c4.large:超强型3规格
-
clb.c4.xlarge:超强型4规格
10558 10559 10560 |
# File 'lib/v20201207/models.rb', line 10558 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
10570 10571 10572 10573 10574 10575 10576 10577 10578 |
# File 'lib/v20201207/models.rb', line 10570 def deserialize(params) @GatewayId = params['GatewayId'] @GroupId = params['GroupId'] @NetworkType = params['NetworkType'] @Vip = params['Vip'] @InternetMaxBandwidthOut = params['InternetMaxBandwidthOut'] @Description = params['Description'] @SlaType = params['SlaType'] end |