class TencentCloud::Ckafka::V20190819::PrometheusDTO

普罗米修斯打通的vipVport

def deserialize(params)

def deserialize(params)
  @Type = params['Type']
  @SourceIp = params['SourceIp']
  @SourcePort = params['SourcePort']
  @BrokerIp = params['BrokerIp']
  @VpcId = params['VpcId']
  @SubnetId = params['SubnetId']
end

def initialize(type=nil, sourceip=nil, sourceport=nil, brokerip=nil, vpcid=nil, subnetid=nil)

def initialize(type=nil, sourceip=nil, sourceport=nil, brokerip=nil, vpcid=nil, subnetid=nil)
  @Type = type
  @SourceIp = sourceip
  @SourcePort = sourceport
  @BrokerIp = brokerip
  @VpcId = vpcid
  @SubnetId = subnetid
end