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

com.volcengine.model.imagex.v2.GetAllImageServicesResResultServicesItemDomainInfosItem 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;

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

    /**
     * 

绑定的域名。

*/ @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