# coding: utf-8

"""
    natgateway

    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 DescribeNatGatewayAttributesResponse(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 = {
        'billing_type': 'int',
        'business_status': 'str',
        'creation_time': 'str',
        'deleted_time': 'str',
        'description': 'str',
        'dnat_entry_ids': 'list[str]',
        'eip_addresses': 'list[EipAddressForDescribeNatGatewayAttributesOutput]',
        'expired_time': 'str',
        'lock_reason': 'str',
        'nat_gateway_id': 'str',
        'nat_gateway_name': 'str',
        'nat_ip_addresses': 'list[NatIpAddressForDescribeNatGatewayAttributesOutput]',
        'network_interface_id': 'str',
        'network_type': 'str',
        'overdue_time': 'str',
        'project_name': 'str',
        'request_id': 'str',
        'smart_schedule_enabled': 'bool',
        'smart_schedule_rule': 'str',
        'snat_entry_ids': 'list[str]',
        'spec': 'str',
        'status': 'str',
        'subnet_id': 'str',
        'tags': 'list[TagForDescribeNatGatewayAttributesOutput]',
        'updated_at': 'str',
        'vpc_id': 'str',
        'zone_id': 'str'
    }

    attribute_map = {
        'billing_type': 'BillingType',
        'business_status': 'BusinessStatus',
        'creation_time': 'CreationTime',
        'deleted_time': 'DeletedTime',
        'description': 'Description',
        'dnat_entry_ids': 'DnatEntryIds',
        'eip_addresses': 'EipAddresses',
        'expired_time': 'ExpiredTime',
        'lock_reason': 'LockReason',
        'nat_gateway_id': 'NatGatewayId',
        'nat_gateway_name': 'NatGatewayName',
        'nat_ip_addresses': 'NatIpAddresses',
        'network_interface_id': 'NetworkInterfaceId',
        'network_type': 'NetworkType',
        'overdue_time': 'OverdueTime',
        'project_name': 'ProjectName',
        'request_id': 'RequestId',
        'smart_schedule_enabled': 'SmartScheduleEnabled',
        'smart_schedule_rule': 'SmartScheduleRule',
        'snat_entry_ids': 'SnatEntryIds',
        'spec': 'Spec',
        'status': 'Status',
        'subnet_id': 'SubnetId',
        'tags': 'Tags',
        'updated_at': 'UpdatedAt',
        'vpc_id': 'VpcId',
        'zone_id': 'ZoneId'
    }

    def __init__(self, billing_type=None, business_status=None, creation_time=None, deleted_time=None, description=None, dnat_entry_ids=None, eip_addresses=None, expired_time=None, lock_reason=None, nat_gateway_id=None, nat_gateway_name=None, nat_ip_addresses=None, network_interface_id=None, network_type=None, overdue_time=None, project_name=None, request_id=None, smart_schedule_enabled=None, smart_schedule_rule=None, snat_entry_ids=None, spec=None, status=None, subnet_id=None, tags=None, updated_at=None, vpc_id=None, zone_id=None, _configuration=None):  # noqa: E501
        """DescribeNatGatewayAttributesResponse - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._billing_type = None
        self._business_status = None
        self._creation_time = None
        self._deleted_time = None
        self._description = None
        self._dnat_entry_ids = None
        self._eip_addresses = None
        self._expired_time = None
        self._lock_reason = None
        self._nat_gateway_id = None
        self._nat_gateway_name = None
        self._nat_ip_addresses = None
        self._network_interface_id = None
        self._network_type = None
        self._overdue_time = None
        self._project_name = None
        self._request_id = None
        self._smart_schedule_enabled = None
        self._smart_schedule_rule = None
        self._snat_entry_ids = None
        self._spec = None
        self._status = None
        self._subnet_id = None
        self._tags = None
        self._updated_at = None
        self._vpc_id = None
        self._zone_id = None
        self.discriminator = None

        if billing_type is not None:
            self.billing_type = billing_type
        if business_status is not None:
            self.business_status = business_status
        if creation_time is not None:
            self.creation_time = creation_time
        if deleted_time is not None:
            self.deleted_time = deleted_time
        if description is not None:
            self.description = description
        if dnat_entry_ids is not None:
            self.dnat_entry_ids = dnat_entry_ids
        if eip_addresses is not None:
            self.eip_addresses = eip_addresses
        if expired_time is not None:
            self.expired_time = expired_time
        if lock_reason is not None:
            self.lock_reason = lock_reason
        if nat_gateway_id is not None:
            self.nat_gateway_id = nat_gateway_id
        if nat_gateway_name is not None:
            self.nat_gateway_name = nat_gateway_name
        if nat_ip_addresses is not None:
            self.nat_ip_addresses = nat_ip_addresses
        if network_interface_id is not None:
            self.network_interface_id = network_interface_id
        if network_type is not None:
            self.network_type = network_type
        if overdue_time is not None:
            self.overdue_time = overdue_time
        if project_name is not None:
            self.project_name = project_name
        if request_id is not None:
            self.request_id = request_id
        if smart_schedule_enabled is not None:
            self.smart_schedule_enabled = smart_schedule_enabled
        if smart_schedule_rule is not None:
            self.smart_schedule_rule = smart_schedule_rule
        if snat_entry_ids is not None:
            self.snat_entry_ids = snat_entry_ids
        if spec is not None:
            self.spec = spec
        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 updated_at is not None:
            self.updated_at = updated_at
        if vpc_id is not None:
            self.vpc_id = vpc_id
        if zone_id is not None:
            self.zone_id = zone_id

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


        :return: The billing_type of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: int
        """
        return self._billing_type

    @billing_type.setter
    def billing_type(self, billing_type):
        """Sets the billing_type of this DescribeNatGatewayAttributesResponse.


        :param billing_type: The billing_type of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: int
        """

        self._billing_type = billing_type

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


        :return: The business_status of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._business_status

    @business_status.setter
    def business_status(self, business_status):
        """Sets the business_status of this DescribeNatGatewayAttributesResponse.


        :param business_status: The business_status of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._business_status = business_status

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


        :return: The creation_time of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._creation_time

    @creation_time.setter
    def creation_time(self, creation_time):
        """Sets the creation_time of this DescribeNatGatewayAttributesResponse.


        :param creation_time: The creation_time of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._creation_time = creation_time

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


        :return: The deleted_time of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._deleted_time

    @deleted_time.setter
    def deleted_time(self, deleted_time):
        """Sets the deleted_time of this DescribeNatGatewayAttributesResponse.


        :param deleted_time: The deleted_time of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._deleted_time = deleted_time

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


        :return: The description of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._description

    @description.setter
    def description(self, description):
        """Sets the description of this DescribeNatGatewayAttributesResponse.


        :param description: The description of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._description = description

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


        :return: The dnat_entry_ids of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: list[str]
        """
        return self._dnat_entry_ids

    @dnat_entry_ids.setter
    def dnat_entry_ids(self, dnat_entry_ids):
        """Sets the dnat_entry_ids of this DescribeNatGatewayAttributesResponse.


        :param dnat_entry_ids: The dnat_entry_ids of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: list[str]
        """

        self._dnat_entry_ids = dnat_entry_ids

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


        :return: The eip_addresses of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: list[EipAddressForDescribeNatGatewayAttributesOutput]
        """
        return self._eip_addresses

    @eip_addresses.setter
    def eip_addresses(self, eip_addresses):
        """Sets the eip_addresses of this DescribeNatGatewayAttributesResponse.


        :param eip_addresses: The eip_addresses of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: list[EipAddressForDescribeNatGatewayAttributesOutput]
        """

        self._eip_addresses = eip_addresses

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


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

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


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

        self._expired_time = expired_time

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


        :return: The lock_reason of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._lock_reason

    @lock_reason.setter
    def lock_reason(self, lock_reason):
        """Sets the lock_reason of this DescribeNatGatewayAttributesResponse.


        :param lock_reason: The lock_reason of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._lock_reason = lock_reason

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


        :return: The nat_gateway_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_gateway_id

    @nat_gateway_id.setter
    def nat_gateway_id(self, nat_gateway_id):
        """Sets the nat_gateway_id of this DescribeNatGatewayAttributesResponse.


        :param nat_gateway_id: The nat_gateway_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._nat_gateway_id = nat_gateway_id

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


        :return: The nat_gateway_name of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._nat_gateway_name

    @nat_gateway_name.setter
    def nat_gateway_name(self, nat_gateway_name):
        """Sets the nat_gateway_name of this DescribeNatGatewayAttributesResponse.


        :param nat_gateway_name: The nat_gateway_name of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._nat_gateway_name = nat_gateway_name

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


        :return: The nat_ip_addresses of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: list[NatIpAddressForDescribeNatGatewayAttributesOutput]
        """
        return self._nat_ip_addresses

    @nat_ip_addresses.setter
    def nat_ip_addresses(self, nat_ip_addresses):
        """Sets the nat_ip_addresses of this DescribeNatGatewayAttributesResponse.


        :param nat_ip_addresses: The nat_ip_addresses of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: list[NatIpAddressForDescribeNatGatewayAttributesOutput]
        """

        self._nat_ip_addresses = nat_ip_addresses

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


        :return: The network_interface_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._network_interface_id

    @network_interface_id.setter
    def network_interface_id(self, network_interface_id):
        """Sets the network_interface_id of this DescribeNatGatewayAttributesResponse.


        :param network_interface_id: The network_interface_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._network_interface_id = network_interface_id

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


        :return: The network_type of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._network_type

    @network_type.setter
    def network_type(self, network_type):
        """Sets the network_type of this DescribeNatGatewayAttributesResponse.


        :param network_type: The network_type of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._network_type = network_type

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


        :return: The overdue_time of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._overdue_time

    @overdue_time.setter
    def overdue_time(self, overdue_time):
        """Sets the overdue_time of this DescribeNatGatewayAttributesResponse.


        :param overdue_time: The overdue_time of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._overdue_time = overdue_time

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


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

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


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

        self._project_name = project_name

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


        :return: The request_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._request_id

    @request_id.setter
    def request_id(self, request_id):
        """Sets the request_id of this DescribeNatGatewayAttributesResponse.


        :param request_id: The request_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._request_id = request_id

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


        :return: The smart_schedule_enabled of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: bool
        """
        return self._smart_schedule_enabled

    @smart_schedule_enabled.setter
    def smart_schedule_enabled(self, smart_schedule_enabled):
        """Sets the smart_schedule_enabled of this DescribeNatGatewayAttributesResponse.


        :param smart_schedule_enabled: The smart_schedule_enabled of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: bool
        """

        self._smart_schedule_enabled = smart_schedule_enabled

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


        :return: The smart_schedule_rule of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._smart_schedule_rule

    @smart_schedule_rule.setter
    def smart_schedule_rule(self, smart_schedule_rule):
        """Sets the smart_schedule_rule of this DescribeNatGatewayAttributesResponse.


        :param smart_schedule_rule: The smart_schedule_rule of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._smart_schedule_rule = smart_schedule_rule

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


        :return: The snat_entry_ids of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: list[str]
        """
        return self._snat_entry_ids

    @snat_entry_ids.setter
    def snat_entry_ids(self, snat_entry_ids):
        """Sets the snat_entry_ids of this DescribeNatGatewayAttributesResponse.


        :param snat_entry_ids: The snat_entry_ids of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: list[str]
        """

        self._snat_entry_ids = snat_entry_ids

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


        :return: The spec of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._spec

    @spec.setter
    def spec(self, spec):
        """Sets the spec of this DescribeNatGatewayAttributesResponse.


        :param spec: The spec of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._spec = spec

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


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

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


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

        self._status = status

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


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

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


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

        self._subnet_id = subnet_id

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


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

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


        :param tags: The tags of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: list[TagForDescribeNatGatewayAttributesOutput]
        """

        self._tags = tags

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


        :return: The updated_at of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._updated_at

    @updated_at.setter
    def updated_at(self, updated_at):
        """Sets the updated_at of this DescribeNatGatewayAttributesResponse.


        :param updated_at: The updated_at of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._updated_at = updated_at

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


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

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


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

        self._vpc_id = vpc_id

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


        :return: The zone_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :rtype: str
        """
        return self._zone_id

    @zone_id.setter
    def zone_id(self, zone_id):
        """Sets the zone_id of this DescribeNatGatewayAttributesResponse.


        :param zone_id: The zone_id of this DescribeNatGatewayAttributesResponse.  # noqa: E501
        :type: str
        """

        self._zone_id = zone_id

    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(DescribeNatGatewayAttributesResponse, 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, DescribeNatGatewayAttributesResponse):
            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, DescribeNatGatewayAttributesResponse):
            return True

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