# coding=utf8
# Copyright 2018 JDCLOUD.COM
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This class is auto generated by the jdcloud code generator program.
[docs]class ListDomainItem(object):
def __init__(self, cname=None, description=None, domain=None, created=None, modified=None, status=None, wafStatus=None, type=None, auditStatus=None, accelerateRegion=None, overseaStatus=None):
"""
:param cname: (Optional)
:param description: (Optional)
:param domain: (Optional)
:param created: (Optional)
:param modified: (Optional)
:param status: (Optional)
:param wafStatus: (Optional)
:param type: (Optional)
:param auditStatus: (Optional)
:param accelerateRegion: (Optional)
:param overseaStatus: (Optional) 海外状态(-1:不涉及海外加速,0:未激活,1:已激活,2:域名在cf不存在)
"""
self.cname = cname
self.description = description
self.domain = domain
self.created = created
self.modified = modified
self.status = status
self.wafStatus = wafStatus
self.type = type
self.auditStatus = auditStatus
self.accelerateRegion = accelerateRegion
self.overseaStatus = overseaStatus