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

com.volcengine.model.imagex.v2.GetImageServiceResResultDomainInfosItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

绑定的域名。

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

域名解析到的 cname。

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

域名状态。

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

是否是默认域名,取值如下所示:

* *

- `true`:默认域名

* *

- `false`:非默认域名

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

是否开启鉴权

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy