UpdateIngressGatewayDetails¶
-
class
oci.service_mesh.models.
UpdateIngressGatewayDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateIngressGatewayDetails object with values from keyword arguments. Attributes
access_logging
Gets the access_logging of this UpdateIngressGatewayDetails. defined_tags
Gets the defined_tags of this UpdateIngressGatewayDetails. description
Gets the description of this UpdateIngressGatewayDetails. freeform_tags
Gets the freeform_tags of this UpdateIngressGatewayDetails. hosts
Gets the hosts of this UpdateIngressGatewayDetails. mtls
Gets the mtls of this UpdateIngressGatewayDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateIngressGatewayDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateIngressGatewayDetails.
- hosts (list[oci.service_mesh.models.IngressGatewayHost]) – The value to assign to the hosts property of this UpdateIngressGatewayDetails.
- access_logging (oci.service_mesh.models.AccessLoggingConfiguration) – The value to assign to the access_logging property of this UpdateIngressGatewayDetails.
- mtls (oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails) – The value to assign to the mtls property of this UpdateIngressGatewayDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateIngressGatewayDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateIngressGatewayDetails.
-
access_logging
¶ Gets the access_logging of this UpdateIngressGatewayDetails.
Returns: The access_logging of this UpdateIngressGatewayDetails. Return type: oci.service_mesh.models.AccessLoggingConfiguration
Gets the defined_tags of this UpdateIngressGatewayDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateIngressGatewayDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateIngressGatewayDetails. Description of the resource. It can be changed after creation. Avoid entering confidential information.
Example: This is my new resource
Returns: The description of this UpdateIngressGatewayDetails. Return type: str
Gets the freeform_tags of this UpdateIngressGatewayDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateIngressGatewayDetails. Return type: dict(str, str)
-
hosts
¶ Gets the hosts of this UpdateIngressGatewayDetails. An array of hostnames and their listener configuration that this gateway will bind to.
Returns: The hosts of this UpdateIngressGatewayDetails. Return type: list[oci.service_mesh.models.IngressGatewayHost]
-
mtls
¶ Gets the mtls of this UpdateIngressGatewayDetails.
Returns: The mtls of this UpdateIngressGatewayDetails. Return type: oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails
-