Server IP : 103.119.228.120 / Your IP : 18.118.28.217 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/ssl/lib/mysqlsh/lib/python3.9/site-packages/oci/load_balancer/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, 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: 20170115 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 LoadBalancer(object): """ The properties that define a load balancer. For more information, see `Managing a Load Balancer`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. For information about endpoints and signing API requests, see `About the API`__. For information about available SDKs and tools, see `SDKS and Other Tools`__. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingloadbalancer.htm __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm __ https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm __ https://docs.cloud.oracle.com/Content/API/Concepts/sdks.htm """ #: A constant which can be used with the lifecycle_state property of a LoadBalancer. #: This constant has a value of "CREATING" LIFECYCLE_STATE_CREATING = "CREATING" #: A constant which can be used with the lifecycle_state property of a LoadBalancer. #: This constant has a value of "FAILED" LIFECYCLE_STATE_FAILED = "FAILED" #: A constant which can be used with the lifecycle_state property of a LoadBalancer. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a LoadBalancer. #: This constant has a value of "DELETING" LIFECYCLE_STATE_DELETING = "DELETING" #: A constant which can be used with the lifecycle_state property of a LoadBalancer. #: This constant has a value of "DELETED" LIFECYCLE_STATE_DELETED = "DELETED" def __init__(self, **kwargs): """ Initializes a new LoadBalancer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this LoadBalancer. :type id: str :param compartment_id: The value to assign to the compartment_id property of this LoadBalancer. :type compartment_id: str :param display_name: The value to assign to the display_name property of this LoadBalancer. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this LoadBalancer. Allowed values for this property are: "CREATING", "FAILED", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this LoadBalancer. :type time_created: datetime :param ip_addresses: The value to assign to the ip_addresses property of this LoadBalancer. :type ip_addresses: list[oci.load_balancer.models.IpAddress] :param shape_name: The value to assign to the shape_name property of this LoadBalancer. :type shape_name: str :param shape_details: The value to assign to the shape_details property of this LoadBalancer. :type shape_details: oci.load_balancer.models.ShapeDetails :param is_private: The value to assign to the is_private property of this LoadBalancer. :type is_private: bool :param is_delete_protection_enabled: The value to assign to the is_delete_protection_enabled property of this LoadBalancer. :type is_delete_protection_enabled: bool :param is_request_id_enabled: The value to assign to the is_request_id_enabled property of this LoadBalancer. :type is_request_id_enabled: bool :param request_id_header: The value to assign to the request_id_header property of this LoadBalancer. :type request_id_header: str :param subnet_ids: The value to assign to the subnet_ids property of this LoadBalancer. :type subnet_ids: list[str] :param network_security_group_ids: The value to assign to the network_security_group_ids property of this LoadBalancer. :type network_security_group_ids: list[str] :param listeners: The value to assign to the listeners property of this LoadBalancer. :type listeners: dict(str, Listener) :param hostnames: The value to assign to the hostnames property of this LoadBalancer. :type hostnames: dict(str, Hostname) :param ssl_cipher_suites: The value to assign to the ssl_cipher_suites property of this LoadBalancer. :type ssl_cipher_suites: dict(str, SSLCipherSuite) :param certificates: The value to assign to the certificates property of this LoadBalancer. :type certificates: dict(str, Certificate) :param backend_sets: The value to assign to the backend_sets property of this LoadBalancer. :type backend_sets: dict(str, BackendSet) :param path_route_sets: The value to assign to the path_route_sets property of this LoadBalancer. :type path_route_sets: dict(str, PathRouteSet) :param freeform_tags: The value to assign to the freeform_tags property of this LoadBalancer. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this LoadBalancer. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this LoadBalancer. :type system_tags: dict(str, dict(str, object)) :param rule_sets: The value to assign to the rule_sets property of this LoadBalancer. :type rule_sets: dict(str, RuleSet) :param routing_policies: The value to assign to the routing_policies property of this LoadBalancer. :type routing_policies: dict(str, RoutingPolicy) """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'display_name': 'str', 'lifecycle_state': 'str', 'time_created': 'datetime', 'ip_addresses': 'list[IpAddress]', 'shape_name': 'str', 'shape_details': 'ShapeDetails', 'is_private': 'bool', 'is_delete_protection_enabled': 'bool', 'is_request_id_enabled': 'bool', 'request_id_header': 'str', 'subnet_ids': 'list[str]', 'network_security_group_ids': 'list[str]', 'listeners': 'dict(str, Listener)', 'hostnames': 'dict(str, Hostname)', 'ssl_cipher_suites': 'dict(str, SSLCipherSuite)', 'certificates': 'dict(str, Certificate)', 'backend_sets': 'dict(str, BackendSet)', 'path_route_sets': 'dict(str, PathRouteSet)', 'freeform_tags': 'dict(str, str)', 'defined_tags': 'dict(str, dict(str, object))', 'system_tags': 'dict(str, dict(str, object))', 'rule_sets': 'dict(str, RuleSet)', 'routing_policies': 'dict(str, RoutingPolicy)' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'display_name': 'displayName', 'lifecycle_state': 'lifecycleState', 'time_created': 'timeCreated', 'ip_addresses': 'ipAddresses', 'shape_name': 'shapeName', 'shape_details': 'shapeDetails', 'is_private': 'isPrivate', 'is_delete_protection_enabled': 'isDeleteProtectionEnabled', 'is_request_id_enabled': 'isRequestIdEnabled', 'request_id_header': 'requestIdHeader', 'subnet_ids': 'subnetIds', 'network_security_group_ids': 'networkSecurityGroupIds', 'listeners': 'listeners', 'hostnames': 'hostnames', 'ssl_cipher_suites': 'sslCipherSuites', 'certificates': 'certificates', 'backend_sets': 'backendSets', 'path_route_sets': 'pathRouteSets', 'freeform_tags': 'freeformTags', 'defined_tags': 'definedTags', 'system_tags': 'systemTags', 'rule_sets': 'ruleSets', 'routing_policies': 'routingPolicies' } self._id = None self._compartment_id = None self._display_name = None self._lifecycle_state = None self._time_created = None self._ip_addresses = None self._shape_name = None self._shape_details = None self._is_private = None self._is_delete_protection_enabled = None self._is_request_id_enabled = None self._request_id_header = None self._subnet_ids = None self._network_security_group_ids = None self._listeners = None self._hostnames = None self._ssl_cipher_suites = None self._certificates = None self._backend_sets = None self._path_route_sets = None self._freeform_tags = None self._defined_tags = None self._system_tags = None self._rule_sets = None self._routing_policies = None @property def id(self): """ **[Required]** Gets the id of this LoadBalancer. The `OCID`__ of the load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this LoadBalancer. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this LoadBalancer. The `OCID`__ of the load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this LoadBalancer. :type: str """ self._id = id @property def compartment_id(self): """ **[Required]** Gets the compartment_id of this LoadBalancer. The `OCID`__ of the compartment containing the load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this LoadBalancer. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this LoadBalancer. The `OCID`__ of the compartment containing the load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this LoadBalancer. :type: str """ self._compartment_id = compartment_id @property def display_name(self): """ **[Required]** Gets the display_name of this LoadBalancer. A user-friendly name. It does not have to be unique, and it is changeable. Example: `example_load_balancer` :return: The display_name of this LoadBalancer. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this LoadBalancer. A user-friendly name. It does not have to be unique, and it is changeable. Example: `example_load_balancer` :param display_name: The display_name of this LoadBalancer. :type: str """ self._display_name = display_name @property def lifecycle_state(self): """ **[Required]** Gets the lifecycle_state of this LoadBalancer. The current state of the load balancer. Allowed values for this property are: "CREATING", "FAILED", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this LoadBalancer. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this LoadBalancer. The current state of the load balancer. :param lifecycle_state: The lifecycle_state of this LoadBalancer. :type: str """ allowed_values = ["CREATING", "FAILED", "ACTIVE", "DELETING", "DELETED"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def time_created(self): """ **[Required]** Gets the time_created of this LoadBalancer. The date and time the load balancer was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :return: The time_created of this LoadBalancer. :rtype: datetime """ return self._time_created @time_created.setter def time_created(self, time_created): """ Sets the time_created of this LoadBalancer. The date and time the load balancer was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :param time_created: The time_created of this LoadBalancer. :type: datetime """ self._time_created = time_created @property def ip_addresses(self): """ Gets the ip_addresses of this LoadBalancer. An array of IP addresses. :return: The ip_addresses of this LoadBalancer. :rtype: list[oci.load_balancer.models.IpAddress] """ return self._ip_addresses @ip_addresses.setter def ip_addresses(self, ip_addresses): """ Sets the ip_addresses of this LoadBalancer. An array of IP addresses. :param ip_addresses: The ip_addresses of this LoadBalancer. :type: list[oci.load_balancer.models.IpAddress] """ self._ip_addresses = ip_addresses @property def shape_name(self): """ **[Required]** Gets the shape_name of this LoadBalancer. A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the :func:`list_shapes` operation. Example: `100Mbps` :return: The shape_name of this LoadBalancer. :rtype: str """ return self._shape_name @shape_name.setter def shape_name(self, shape_name): """ Sets the shape_name of this LoadBalancer. A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the :func:`list_shapes` operation. Example: `100Mbps` :param shape_name: The shape_name of this LoadBalancer. :type: str """ self._shape_name = shape_name @property def shape_details(self): """ Gets the shape_details of this LoadBalancer. :return: The shape_details of this LoadBalancer. :rtype: oci.load_balancer.models.ShapeDetails """ return self._shape_details @shape_details.setter def shape_details(self, shape_details): """ Sets the shape_details of this LoadBalancer. :param shape_details: The shape_details of this LoadBalancer. :type: oci.load_balancer.models.ShapeDetails """ self._shape_details = shape_details @property def is_private(self): """ Gets the is_private of this LoadBalancer. Whether the load balancer has a VCN-local (private) IP address. If \"true\", the service assigns a private IP address to the load balancer. If \"false\", the service assigns a public IP address to the load balancer. A public load balancer is accessible from the internet, depending on your VCN's `security list rules`__. For more information about public and private load balancers, see `How Load Balancing Works`__. Example: `true` __ https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm __ https://docs.cloud.oracle.com/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works :return: The is_private of this LoadBalancer. :rtype: bool """ return self._is_private @is_private.setter def is_private(self, is_private): """ Sets the is_private of this LoadBalancer. Whether the load balancer has a VCN-local (private) IP address. If \"true\", the service assigns a private IP address to the load balancer. If \"false\", the service assigns a public IP address to the load balancer. A public load balancer is accessible from the internet, depending on your VCN's `security list rules`__. For more information about public and private load balancers, see `How Load Balancing Works`__. Example: `true` __ https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm __ https://docs.cloud.oracle.com/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works :param is_private: The is_private of this LoadBalancer. :type: bool """ self._is_private = is_private @property def is_delete_protection_enabled(self): """ Gets the is_delete_protection_enabled of this LoadBalancer. Whether or not the load balancer has delete protection enabled. If \"true\", the loadbalancer will be protected against deletion if configured to accept traffic. If \"false\", the loadbalancer will not be protected against deletion. Delete protection is not be enabled unless this field is set to \"true\". Example: `true` :return: The is_delete_protection_enabled of this LoadBalancer. :rtype: bool """ return self._is_delete_protection_enabled @is_delete_protection_enabled.setter def is_delete_protection_enabled(self, is_delete_protection_enabled): """ Sets the is_delete_protection_enabled of this LoadBalancer. Whether or not the load balancer has delete protection enabled. If \"true\", the loadbalancer will be protected against deletion if configured to accept traffic. If \"false\", the loadbalancer will not be protected against deletion. Delete protection is not be enabled unless this field is set to \"true\". Example: `true` :param is_delete_protection_enabled: The is_delete_protection_enabled of this LoadBalancer. :type: bool """ self._is_delete_protection_enabled = is_delete_protection_enabled @property def is_request_id_enabled(self): """ Gets the is_request_id_enabled of this LoadBalancer. Whether or not the load balancer has the Request Id feature enabled for HTTP listeners. If \"true\", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader. If \"false\", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user. Example: `true` :return: The is_request_id_enabled of this LoadBalancer. :rtype: bool """ return self._is_request_id_enabled @is_request_id_enabled.setter def is_request_id_enabled(self, is_request_id_enabled): """ Sets the is_request_id_enabled of this LoadBalancer. Whether or not the load balancer has the Request Id feature enabled for HTTP listeners. If \"true\", the load balancer will attach a unique request id header to every request passed through from the load balancer to load balancer backends. This same request id header also will be added to the response the lb received from the backend handling the request before the load balancer returns the response to the requestor. The name of the unique request id header is set the by value of requestIdHeader. If \"false\", the loadbalancer not add this unique request id header to either the request passed through to the load balancer backends nor to the reponse returned to the user. Example: `true` :param is_request_id_enabled: The is_request_id_enabled of this LoadBalancer. :type: bool """ self._is_request_id_enabled = is_request_id_enabled @property def request_id_header(self): """ Gets the request_id_header of this LoadBalancer. If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer. If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field. If this field is set to \"\" this field defaults to X-Request-Id. :return: The request_id_header of this LoadBalancer. :rtype: str """ return self._request_id_header @request_id_header.setter def request_id_header(self, request_id_header): """ Sets the request_id_header of this LoadBalancer. If isRequestIdEnabled is true then this field contains the name of the header field that contains the unique request id that is attached to every request from the load balancer to the load balancer backends and to every response from the load balancer. If a request to the load balancer already contains a header with same name as specified in requestIdHeader then the load balancer will not change the value of that field. If this field is set to \"\" this field defaults to X-Request-Id. :param request_id_header: The request_id_header of this LoadBalancer. :type: str """ self._request_id_header = request_id_header @property def subnet_ids(self): """ Gets the subnet_ids of this LoadBalancer. An array of subnet `OCIDs`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The subnet_ids of this LoadBalancer. :rtype: list[str] """ return self._subnet_ids @subnet_ids.setter def subnet_ids(self, subnet_ids): """ Sets the subnet_ids of this LoadBalancer. An array of subnet `OCIDs`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param subnet_ids: The subnet_ids of this LoadBalancer. :type: list[str] """ self._subnet_ids = subnet_ids @property def network_security_group_ids(self): """ Gets the network_security_group_ids of this LoadBalancer. An array of NSG `OCIDs`__ associated with the load balancer. During the load balancer's creation, the service adds the new load balancer to the specified NSGs. The benefits of associating the load balancer with NSGs include: * NSGs define network security rules to govern ingress and egress traffic for the load balancer. * The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access. Example: [\"ocid1.nsg.oc1.phx.unique_ID\"] __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The network_security_group_ids of this LoadBalancer. :rtype: list[str] """ return self._network_security_group_ids @network_security_group_ids.setter def network_security_group_ids(self, network_security_group_ids): """ Sets the network_security_group_ids of this LoadBalancer. An array of NSG `OCIDs`__ associated with the load balancer. During the load balancer's creation, the service adds the new load balancer to the specified NSGs. The benefits of associating the load balancer with NSGs include: * NSGs define network security rules to govern ingress and egress traffic for the load balancer. * The network security rules of other resources can reference the NSGs associated with the load balancer to ensure access. Example: [\"ocid1.nsg.oc1.phx.unique_ID\"] __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param network_security_group_ids: The network_security_group_ids of this LoadBalancer. :type: list[str] """ self._network_security_group_ids = network_security_group_ids @property def listeners(self): """ Gets the listeners of this LoadBalancer. :return: The listeners of this LoadBalancer. :rtype: dict(str, Listener) """ return self._listeners @listeners.setter def listeners(self, listeners): """ Sets the listeners of this LoadBalancer. :param listeners: The listeners of this LoadBalancer. :type: dict(str, Listener) """ self._listeners = listeners @property def hostnames(self): """ Gets the hostnames of this LoadBalancer. :return: The hostnames of this LoadBalancer. :rtype: dict(str, Hostname) """ return self._hostnames @hostnames.setter def hostnames(self, hostnames): """ Sets the hostnames of this LoadBalancer. :param hostnames: The hostnames of this LoadBalancer. :type: dict(str, Hostname) """ self._hostnames = hostnames @property def ssl_cipher_suites(self): """ Gets the ssl_cipher_suites of this LoadBalancer. :return: The ssl_cipher_suites of this LoadBalancer. :rtype: dict(str, SSLCipherSuite) """ return self._ssl_cipher_suites @ssl_cipher_suites.setter def ssl_cipher_suites(self, ssl_cipher_suites): """ Sets the ssl_cipher_suites of this LoadBalancer. :param ssl_cipher_suites: The ssl_cipher_suites of this LoadBalancer. :type: dict(str, SSLCipherSuite) """ self._ssl_cipher_suites = ssl_cipher_suites @property def certificates(self): """ Gets the certificates of this LoadBalancer. :return: The certificates of this LoadBalancer. :rtype: dict(str, Certificate) """ return self._certificates @certificates.setter def certificates(self, certificates): """ Sets the certificates of this LoadBalancer. :param certificates: The certificates of this LoadBalancer. :type: dict(str, Certificate) """ self._certificates = certificates @property def backend_sets(self): """ Gets the backend_sets of this LoadBalancer. :return: The backend_sets of this LoadBalancer. :rtype: dict(str, BackendSet) """ return self._backend_sets @backend_sets.setter def backend_sets(self, backend_sets): """ Sets the backend_sets of this LoadBalancer. :param backend_sets: The backend_sets of this LoadBalancer. :type: dict(str, BackendSet) """ self._backend_sets = backend_sets @property def path_route_sets(self): """ Gets the path_route_sets of this LoadBalancer. :return: The path_route_sets of this LoadBalancer. :rtype: dict(str, PathRouteSet) """ return self._path_route_sets @path_route_sets.setter def path_route_sets(self, path_route_sets): """ Sets the path_route_sets of this LoadBalancer. :param path_route_sets: The path_route_sets of this LoadBalancer. :type: dict(str, PathRouteSet) """ self._path_route_sets = path_route_sets @property def freeform_tags(self): """ Gets the freeform_tags of this LoadBalancer. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{\"Department\": \"Finance\"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this LoadBalancer. :rtype: dict(str, str) """ return self._freeform_tags @freeform_tags.setter def freeform_tags(self, freeform_tags): """ Sets the freeform_tags of this LoadBalancer. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{\"Department\": \"Finance\"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this LoadBalancer. :type: dict(str, str) """ self._freeform_tags = freeform_tags @property def defined_tags(self): """ Gets the defined_tags of this LoadBalancer. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this LoadBalancer. :rtype: dict(str, dict(str, object)) """ return self._defined_tags @defined_tags.setter def defined_tags(self, defined_tags): """ Sets the defined_tags of this LoadBalancer. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this LoadBalancer. :type: dict(str, dict(str, object)) """ self._defined_tags = defined_tags @property def system_tags(self): """ Gets the system_tags of this LoadBalancer. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The system_tags of this LoadBalancer. :rtype: dict(str, dict(str, object)) """ return self._system_tags @system_tags.setter def system_tags(self, system_tags): """ Sets the system_tags of this LoadBalancer. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param system_tags: The system_tags of this LoadBalancer. :type: dict(str, dict(str, object)) """ self._system_tags = system_tags @property def rule_sets(self): """ Gets the rule_sets of this LoadBalancer. :return: The rule_sets of this LoadBalancer. :rtype: dict(str, RuleSet) """ return self._rule_sets @rule_sets.setter def rule_sets(self, rule_sets): """ Sets the rule_sets of this LoadBalancer. :param rule_sets: The rule_sets of this LoadBalancer. :type: dict(str, RuleSet) """ self._rule_sets = rule_sets @property def routing_policies(self): """ Gets the routing_policies of this LoadBalancer. :return: The routing_policies of this LoadBalancer. :rtype: dict(str, RoutingPolicy) """ return self._routing_policies @routing_policies.setter def routing_policies(self, routing_policies): """ Sets the routing_policies of this LoadBalancer. :param routing_policies: The routing_policies of this LoadBalancer. :type: dict(str, RoutingPolicy) """ self._routing_policies = routing_policies 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