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

com.byteplus.model.live.v20200801.BindCertBody 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;

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

    /**
     * 

证书域名

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

需要绑定的证书链 ID,可以通过[查询证书列表](https://www.volcengine.com/docs/6469/81242)接口获取

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

需要绑定证书的域名

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

是否开启 HTTPS,默认值为 false

* *

- false:关闭;

* *

- true:开启。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "HTTPS") private Boolean hTTPS; /** *

视频直播服务的配置空间,由 1 到 60 位数字、字母、下划线及"-"和"."组成

* *

:::tip 与 Domain 二选一

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy