File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/vn_monitoring/models/add_drg_route_rule_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20160918 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class AddDrgRouteRuleDetails(object): """ Details needed when adding a DRG route rule. """ #: A constant which can be used with the destination_type property of a AddDrgRouteRuleDetails. #: This constant has a value of "CIDR_BLOCK" DESTINATION_TYPE_CIDR_BLOCK = "CIDR_BLOCK" def __init__(self, **kwargs): """ Initializes a new AddDrgRouteRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param destination_type: The value to assign to the destination_type property of this AddDrgRouteRuleDetails. Allowed values for this property are: "CIDR_BLOCK" :type destination_type: str :param destination: The value to assign to the destination property of this AddDrgRouteRuleDetails. :type destination: str :param next_hop_drg_attachment_id: The value to assign to the next_hop_drg_attachment_id property of this AddDrgRouteRuleDetails. :type next_hop_drg_attachment_id: str """ self.swagger_types = { 'destination_type': 'str', 'destination': 'str', 'next_hop_drg_attachment_id': 'str' } self.attribute_map = { 'destination_type': 'destinationType', 'destination': 'destination', 'next_hop_drg_attachment_id': 'nextHopDrgAttachmentId' } self._destination_type = None self._destination = None self._next_hop_drg_attachment_id = None @property def destination_type(self): """ **[Required]** Gets the destination_type of this AddDrgRouteRuleDetails. Type of destination for the rule. Allowed values: * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation. Allowed values for this property are: "CIDR_BLOCK" :return: The destination_type of this AddDrgRouteRuleDetails. :rtype: str """ return self._destination_type @destination_type.setter def destination_type(self, destination_type): """ Sets the destination_type of this AddDrgRouteRuleDetails. Type of destination for the rule. Allowed values: * `CIDR_BLOCK`: If the rule's `destination` is an IP address range in CIDR notation. :param destination_type: The destination_type of this AddDrgRouteRuleDetails. :type: str """ allowed_values = ["CIDR_BLOCK"] if not value_allowed_none_or_none_sentinel(destination_type, allowed_values): raise ValueError( f"Invalid value for `destination_type`, must be None or one of {allowed_values}" ) self._destination_type = destination_type @property def destination(self): """ **[Required]** Gets the destination of this AddDrgRouteRuleDetails. This is the range of IP addresses used for matching when routing traffic. Only CIDR_BLOCK values are allowed. Potential values: * IP address range in CIDR notation. This can be an IPv4 CIDR block or IPv6 prefix. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. :return: The destination of this AddDrgRouteRuleDetails. :rtype: str """ return self._destination @destination.setter def destination(self, destination): """ Sets the destination of this AddDrgRouteRuleDetails. This is the range of IP addresses used for matching when routing traffic. Only CIDR_BLOCK values are allowed. Potential values: * IP address range in CIDR notation. This can be an IPv4 CIDR block or IPv6 prefix. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56`. :param destination: The destination of this AddDrgRouteRuleDetails. :type: str """ self._destination = destination @property def next_hop_drg_attachment_id(self): """ **[Required]** Gets the next_hop_drg_attachment_id of this AddDrgRouteRuleDetails. The `OCID`__ of the next hop DRG attachment. The next hop DRG attachment is responsible for reaching the network destination. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The next_hop_drg_attachment_id of this AddDrgRouteRuleDetails. :rtype: str """ return self._next_hop_drg_attachment_id @next_hop_drg_attachment_id.setter def next_hop_drg_attachment_id(self, next_hop_drg_attachment_id): """ Sets the next_hop_drg_attachment_id of this AddDrgRouteRuleDetails. The `OCID`__ of the next hop DRG attachment. The next hop DRG attachment is responsible for reaching the network destination. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param next_hop_drg_attachment_id: The next_hop_drg_attachment_id of this AddDrgRouteRuleDetails. :type: str """ self._next_hop_drg_attachment_id = next_hop_drg_attachment_id def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings