All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20200801.DescribeRelaySourceV3ResResultRelaySourceConfigListItemGroupDetailsItemServersItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;
import java.util.Map;

/**
 * DescribeRelaySourceV3ResResultRelaySourceConfigListItemGroupDetailsItemServersItem
 */
@lombok.Data
public final class DescribeRelaySourceV3ResResultRelaySourceConfigListItemGroupDetailsItemServersItem  {

    /**
     * 

权重

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Weight") private String weight; /** *

回源协议

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RelaySourceProtocol") private String relaySourceProtocol; /** *

回源地址

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RelaySourceDomain") private String relaySourceDomain; /** *

回源Host

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Host") private String host; /** *

自定义回源参数

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RelaySourceParams") private Map relaySourceParams; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OutboundConfig") private DescribeRelaySourceV3ResResultRelaySourceConfigListItemGroupDetailsItemServersItemOutboundConfig outboundConfig; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy