Class: TencentCloud::Cfw::V20190904::RegionFwStatus

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

Overview

地域的防火墙引流网络状态

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(region = nil, status = nil, cidr = nil) ⇒ RegionFwStatus

Returns a new instance of RegionFwStatus.



9137
9138
9139
9140
9141
# File 'lib/v20190904/models.rb', line 9137

def initialize(region=nil, status=nil, cidr=nil)
  @Region = region
  @Status = status
  @Cidr = cidr
end

Instance Attribute Details

#CidrObject

  1. "NotDeployed" 防火墙集群未部署
  2. "Deployed" 防火墙集群已部署,但未创建引流网络
  3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
  4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络

Parameters:

  • 地域

  • 引流网络部署状态

  • 引流网络的cidr,如果没有部署引流网络则为空



9135
9136
9137
# File 'lib/v20190904/models.rb', line 9135

def Cidr
  @Cidr
end

#RegionObject

  1. "NotDeployed" 防火墙集群未部署
  2. "Deployed" 防火墙集群已部署,但未创建引流网络
  3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
  4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络

Parameters:

  • 地域

  • 引流网络部署状态

  • 引流网络的cidr,如果没有部署引流网络则为空



9135
9136
9137
# File 'lib/v20190904/models.rb', line 9135

def Region
  @Region
end

#StatusObject

  1. "NotDeployed" 防火墙集群未部署
  2. "Deployed" 防火墙集群已部署,但未创建引流网络
  3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
  4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络

Parameters:

  • 地域

  • 引流网络部署状态

  • 引流网络的cidr,如果没有部署引流网络则为空



9135
9136
9137
# File 'lib/v20190904/models.rb', line 9135

def Status
  @Status
end

Instance Method Details

#deserialize(params) ⇒ Object



9143
9144
9145
9146
9147
# File 'lib/v20190904/models.rb', line 9143

def deserialize(params)
  @Region = params['Region']
  @Status = params['Status']
  @Cidr = params['Cidr']
end