# coding: utf-8

"""
    redis

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
"""


import pprint
import re  # noqa: F401

import six

from volcenginesdkcore.configuration import Configuration


class DescribeEnterpriseDBInstanceDetailResponse(object):
    """NOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    """

    """
    Attributes:
      swagger_types (dict): The key is attribute name
                            and the value is attribute type.
      attribute_map (dict): The key is attribute name
                            and the value is json key in definition.
    """
    swagger_types = {
        'auto_renew': 'bool',
        'capacity': 'CapacityForDescribeEnterpriseDBInstanceDetailOutput',
        'charge_type': 'str',
        'create_time': 'str',
        'data_layout': 'str',
        'deletion_protection': 'str',
        'engine_version': 'str',
        'expired_time': 'str',
        'flash_per_shard': 'int',
        'instance_id': 'str',
        'instance_name': 'str',
        'maintenance_time': 'str',
        'modules': 'list[str]',
        'multi_az': 'str',
        'node_number': 'int',
        'project_name': 'str',
        'ram_per_shard': 'int',
        'region_id': 'str',
        'shard_number': 'int',
        'status': 'str',
        'subnet_id': 'str',
        'tags': 'list[TagForDescribeEnterpriseDBInstanceDetailOutput]',
        'visit_addrs': 'list[VisitAddrForDescribeEnterpriseDBInstanceDetailOutput]',
        'vpc_id': 'str',
        'zone_ids': 'list[str]'
    }

    attribute_map = {
        'auto_renew': 'AutoRenew',
        'capacity': 'Capacity',
        'charge_type': 'ChargeType',
        'create_time': 'CreateTime',
        'data_layout': 'DataLayout',
        'deletion_protection': 'DeletionProtection',
        'engine_version': 'EngineVersion',
        'expired_time': 'ExpiredTime',
        'flash_per_shard': 'FlashPerShard',
        'instance_id': 'InstanceId',
        'instance_name': 'InstanceName',
        'maintenance_time': 'MaintenanceTime',
        'modules': 'Modules',
        'multi_az': 'MultiAZ',
        'node_number': 'NodeNumber',
        'project_name': 'ProjectName',
        'ram_per_shard': 'RamPerShard',
        'region_id': 'RegionId',
        'shard_number': 'ShardNumber',
        'status': 'Status',
        'subnet_id': 'SubnetId',
        'tags': 'Tags',
        'visit_addrs': 'VisitAddrs',
        'vpc_id': 'VpcId',
        'zone_ids': 'ZoneIds'
    }

    def __init__(self, auto_renew=None, capacity=None, charge_type=None, create_time=None, data_layout=None, deletion_protection=None, engine_version=None, expired_time=None, flash_per_shard=None, instance_id=None, instance_name=None, maintenance_time=None, modules=None, multi_az=None, node_number=None, project_name=None, ram_per_shard=None, region_id=None, shard_number=None, status=None, subnet_id=None, tags=None, visit_addrs=None, vpc_id=None, zone_ids=None, _configuration=None):  # noqa: E501
        """DescribeEnterpriseDBInstanceDetailResponse - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._auto_renew = None
        self._capacity = None
        self._charge_type = None
        self._create_time = None
        self._data_layout = None
        self._deletion_protection = None
        self._engine_version = None
        self._expired_time = None
        self._flash_per_shard = None
        self._instance_id = None
        self._instance_name = None
        self._maintenance_time = None
        self._modules = None
        self._multi_az = None
        self._node_number = None
        self._project_name = None
        self._ram_per_shard = None
        self._region_id = None
        self._shard_number = None
        self._status = None
        self._subnet_id = None
        self._tags = None
        self._visit_addrs = None
        self._vpc_id = None
        self._zone_ids = None
        self.discriminator = None

        if auto_renew is not None:
            self.auto_renew = auto_renew
        if capacity is not None:
            self.capacity = capacity
        if charge_type is not None:
            self.charge_type = charge_type
        if create_time is not None:
            self.create_time = create_time
        if data_layout is not None:
            self.data_layout = data_layout
        if deletion_protection is not None:
            self.deletion_protection = deletion_protection
        if engine_version is not None:
            self.engine_version = engine_version
        if expired_time is not None:
            self.expired_time = expired_time
        if flash_per_shard is not None:
            self.flash_per_shard = flash_per_shard
        if instance_id is not None:
            self.instance_id = instance_id
        if instance_name is not None:
            self.instance_name = instance_name
        if maintenance_time is not None:
            self.maintenance_time = maintenance_time
        if modules is not None:
            self.modules = modules
        if multi_az is not None:
            self.multi_az = multi_az
        if node_number is not None:
            self.node_number = node_number
        if project_name is not None:
            self.project_name = project_name
        if ram_per_shard is not None:
            self.ram_per_shard = ram_per_shard
        if region_id is not None:
            self.region_id = region_id
        if shard_number is not None:
            self.shard_number = shard_number
        if status is not None:
            self.status = status
        if subnet_id is not None:
            self.subnet_id = subnet_id
        if tags is not None:
            self.tags = tags
        if visit_addrs is not None:
            self.visit_addrs = visit_addrs
        if vpc_id is not None:
            self.vpc_id = vpc_id
        if zone_ids is not None:
            self.zone_ids = zone_ids

    @property
    def auto_renew(self):
        """Gets the auto_renew of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The auto_renew of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: bool
        """
        return self._auto_renew

    @auto_renew.setter
    def auto_renew(self, auto_renew):
        """Sets the auto_renew of this DescribeEnterpriseDBInstanceDetailResponse.


        :param auto_renew: The auto_renew of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: bool
        """

        self._auto_renew = auto_renew

    @property
    def capacity(self):
        """Gets the capacity of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The capacity of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: CapacityForDescribeEnterpriseDBInstanceDetailOutput
        """
        return self._capacity

    @capacity.setter
    def capacity(self, capacity):
        """Sets the capacity of this DescribeEnterpriseDBInstanceDetailResponse.


        :param capacity: The capacity of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: CapacityForDescribeEnterpriseDBInstanceDetailOutput
        """

        self._capacity = capacity

    @property
    def charge_type(self):
        """Gets the charge_type of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The charge_type of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._charge_type

    @charge_type.setter
    def charge_type(self, charge_type):
        """Sets the charge_type of this DescribeEnterpriseDBInstanceDetailResponse.


        :param charge_type: The charge_type of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._charge_type = charge_type

    @property
    def create_time(self):
        """Gets the create_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The create_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._create_time

    @create_time.setter
    def create_time(self, create_time):
        """Sets the create_time of this DescribeEnterpriseDBInstanceDetailResponse.


        :param create_time: The create_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._create_time = create_time

    @property
    def data_layout(self):
        """Gets the data_layout of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The data_layout of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._data_layout

    @data_layout.setter
    def data_layout(self, data_layout):
        """Sets the data_layout of this DescribeEnterpriseDBInstanceDetailResponse.


        :param data_layout: The data_layout of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._data_layout = data_layout

    @property
    def deletion_protection(self):
        """Gets the deletion_protection of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The deletion_protection of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._deletion_protection

    @deletion_protection.setter
    def deletion_protection(self, deletion_protection):
        """Sets the deletion_protection of this DescribeEnterpriseDBInstanceDetailResponse.


        :param deletion_protection: The deletion_protection of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._deletion_protection = deletion_protection

    @property
    def engine_version(self):
        """Gets the engine_version of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The engine_version of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._engine_version

    @engine_version.setter
    def engine_version(self, engine_version):
        """Sets the engine_version of this DescribeEnterpriseDBInstanceDetailResponse.


        :param engine_version: The engine_version of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._engine_version = engine_version

    @property
    def expired_time(self):
        """Gets the expired_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The expired_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._expired_time

    @expired_time.setter
    def expired_time(self, expired_time):
        """Sets the expired_time of this DescribeEnterpriseDBInstanceDetailResponse.


        :param expired_time: The expired_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._expired_time = expired_time

    @property
    def flash_per_shard(self):
        """Gets the flash_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The flash_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: int
        """
        return self._flash_per_shard

    @flash_per_shard.setter
    def flash_per_shard(self, flash_per_shard):
        """Sets the flash_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.


        :param flash_per_shard: The flash_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: int
        """

        self._flash_per_shard = flash_per_shard

    @property
    def instance_id(self):
        """Gets the instance_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The instance_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._instance_id

    @instance_id.setter
    def instance_id(self, instance_id):
        """Sets the instance_id of this DescribeEnterpriseDBInstanceDetailResponse.


        :param instance_id: The instance_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._instance_id = instance_id

    @property
    def instance_name(self):
        """Gets the instance_name of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The instance_name of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._instance_name

    @instance_name.setter
    def instance_name(self, instance_name):
        """Sets the instance_name of this DescribeEnterpriseDBInstanceDetailResponse.


        :param instance_name: The instance_name of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._instance_name = instance_name

    @property
    def maintenance_time(self):
        """Gets the maintenance_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The maintenance_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._maintenance_time

    @maintenance_time.setter
    def maintenance_time(self, maintenance_time):
        """Sets the maintenance_time of this DescribeEnterpriseDBInstanceDetailResponse.


        :param maintenance_time: The maintenance_time of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._maintenance_time = maintenance_time

    @property
    def modules(self):
        """Gets the modules of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The modules of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: list[str]
        """
        return self._modules

    @modules.setter
    def modules(self, modules):
        """Sets the modules of this DescribeEnterpriseDBInstanceDetailResponse.


        :param modules: The modules of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: list[str]
        """

        self._modules = modules

    @property
    def multi_az(self):
        """Gets the multi_az of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The multi_az of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._multi_az

    @multi_az.setter
    def multi_az(self, multi_az):
        """Sets the multi_az of this DescribeEnterpriseDBInstanceDetailResponse.


        :param multi_az: The multi_az of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._multi_az = multi_az

    @property
    def node_number(self):
        """Gets the node_number of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The node_number of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: int
        """
        return self._node_number

    @node_number.setter
    def node_number(self, node_number):
        """Sets the node_number of this DescribeEnterpriseDBInstanceDetailResponse.


        :param node_number: The node_number of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: int
        """

        self._node_number = node_number

    @property
    def project_name(self):
        """Gets the project_name of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The project_name of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._project_name

    @project_name.setter
    def project_name(self, project_name):
        """Sets the project_name of this DescribeEnterpriseDBInstanceDetailResponse.


        :param project_name: The project_name of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._project_name = project_name

    @property
    def ram_per_shard(self):
        """Gets the ram_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The ram_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: int
        """
        return self._ram_per_shard

    @ram_per_shard.setter
    def ram_per_shard(self, ram_per_shard):
        """Sets the ram_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.


        :param ram_per_shard: The ram_per_shard of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: int
        """

        self._ram_per_shard = ram_per_shard

    @property
    def region_id(self):
        """Gets the region_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The region_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._region_id

    @region_id.setter
    def region_id(self, region_id):
        """Sets the region_id of this DescribeEnterpriseDBInstanceDetailResponse.


        :param region_id: The region_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._region_id = region_id

    @property
    def shard_number(self):
        """Gets the shard_number of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The shard_number of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: int
        """
        return self._shard_number

    @shard_number.setter
    def shard_number(self, shard_number):
        """Sets the shard_number of this DescribeEnterpriseDBInstanceDetailResponse.


        :param shard_number: The shard_number of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: int
        """

        self._shard_number = shard_number

    @property
    def status(self):
        """Gets the status of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The status of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._status

    @status.setter
    def status(self, status):
        """Sets the status of this DescribeEnterpriseDBInstanceDetailResponse.


        :param status: The status of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._status = status

    @property
    def subnet_id(self):
        """Gets the subnet_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The subnet_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._subnet_id

    @subnet_id.setter
    def subnet_id(self, subnet_id):
        """Sets the subnet_id of this DescribeEnterpriseDBInstanceDetailResponse.


        :param subnet_id: The subnet_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._subnet_id = subnet_id

    @property
    def tags(self):
        """Gets the tags of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The tags of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: list[TagForDescribeEnterpriseDBInstanceDetailOutput]
        """
        return self._tags

    @tags.setter
    def tags(self, tags):
        """Sets the tags of this DescribeEnterpriseDBInstanceDetailResponse.


        :param tags: The tags of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: list[TagForDescribeEnterpriseDBInstanceDetailOutput]
        """

        self._tags = tags

    @property
    def visit_addrs(self):
        """Gets the visit_addrs of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The visit_addrs of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: list[VisitAddrForDescribeEnterpriseDBInstanceDetailOutput]
        """
        return self._visit_addrs

    @visit_addrs.setter
    def visit_addrs(self, visit_addrs):
        """Sets the visit_addrs of this DescribeEnterpriseDBInstanceDetailResponse.


        :param visit_addrs: The visit_addrs of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: list[VisitAddrForDescribeEnterpriseDBInstanceDetailOutput]
        """

        self._visit_addrs = visit_addrs

    @property
    def vpc_id(self):
        """Gets the vpc_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The vpc_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: str
        """
        return self._vpc_id

    @vpc_id.setter
    def vpc_id(self, vpc_id):
        """Sets the vpc_id of this DescribeEnterpriseDBInstanceDetailResponse.


        :param vpc_id: The vpc_id of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: str
        """

        self._vpc_id = vpc_id

    @property
    def zone_ids(self):
        """Gets the zone_ids of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501


        :return: The zone_ids of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :rtype: list[str]
        """
        return self._zone_ids

    @zone_ids.setter
    def zone_ids(self, zone_ids):
        """Sets the zone_ids of this DescribeEnterpriseDBInstanceDetailResponse.


        :param zone_ids: The zone_ids of this DescribeEnterpriseDBInstanceDetailResponse.  # noqa: E501
        :type: list[str]
        """

        self._zone_ids = zone_ids

    def to_dict(self):
        """Returns the model properties as a dict"""
        result = {}

        for attr, _ in six.iteritems(self.swagger_types):
            value = getattr(self, attr)
            if isinstance(value, list):
                result[attr] = list(map(
                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
                    value
                ))
            elif hasattr(value, "to_dict"):
                result[attr] = value.to_dict()
            elif isinstance(value, dict):
                result[attr] = dict(map(
                    lambda item: (item[0], item[1].to_dict())
                    if hasattr(item[1], "to_dict") else item,
                    value.items()
                ))
            else:
                result[attr] = value
        if issubclass(DescribeEnterpriseDBInstanceDetailResponse, dict):
            for key, value in self.items():
                result[key] = value

        return result

    def to_str(self):
        """Returns the string representation of the model"""
        return pprint.pformat(self.to_dict())

    def __repr__(self):
        """For `print` and `pprint`"""
        return self.to_str()

    def __eq__(self, other):
        """Returns true if both objects are equal"""
        if not isinstance(other, DescribeEnterpriseDBInstanceDetailResponse):
            return False

        return self.to_dict() == other.to_dict()

    def __ne__(self, other):
        """Returns true if both objects are not equal"""
        if not isinstance(other, DescribeEnterpriseDBInstanceDetailResponse):
            return True

        return self.to_dict() != other.to_dict()
