CreateIngressGatewayRouteTableDetails¶
-
class
oci.service_mesh.models.
CreateIngressGatewayRouteTableDetails
(**kwargs)¶ Bases:
object
The information about a new IngressGatewayRouteTable.
Methods
__init__
(**kwargs)Initializes a new CreateIngressGatewayRouteTableDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateIngressGatewayRouteTableDetails. defined_tags
Gets the defined_tags of this CreateIngressGatewayRouteTableDetails. description
Gets the description of this CreateIngressGatewayRouteTableDetails. freeform_tags
Gets the freeform_tags of this CreateIngressGatewayRouteTableDetails. ingress_gateway_id
[Required] Gets the ingress_gateway_id of this CreateIngressGatewayRouteTableDetails. name
[Required] Gets the name of this CreateIngressGatewayRouteTableDetails. priority
Gets the priority of this CreateIngressGatewayRouteTableDetails. route_rules
[Required] Gets the route_rules of this CreateIngressGatewayRouteTableDetails. -
__init__
(**kwargs)¶ Initializes a new CreateIngressGatewayRouteTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ingress_gateway_id (str) – The value to assign to the ingress_gateway_id property of this CreateIngressGatewayRouteTableDetails.
- name (str) – The value to assign to the name property of this CreateIngressGatewayRouteTableDetails.
- description (str) – The value to assign to the description property of this CreateIngressGatewayRouteTableDetails.
- priority (int) – The value to assign to the priority property of this CreateIngressGatewayRouteTableDetails.
- route_rules (list[oci.service_mesh.models.IngressGatewayTrafficRouteRuleDetails]) – The value to assign to the route_rules property of this CreateIngressGatewayRouteTableDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateIngressGatewayRouteTableDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateIngressGatewayRouteTableDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateIngressGatewayRouteTableDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateIngressGatewayRouteTableDetails. The OCID of the compartment.
Returns: The compartment_id of this CreateIngressGatewayRouteTableDetails. Return type: str
Gets the defined_tags of this CreateIngressGatewayRouteTableDetails. 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 CreateIngressGatewayRouteTableDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateIngressGatewayRouteTableDetails. 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 CreateIngressGatewayRouteTableDetails. Return type: str
Gets the freeform_tags of this CreateIngressGatewayRouteTableDetails. 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 CreateIngressGatewayRouteTableDetails. Return type: dict(str, str)
-
ingress_gateway_id
¶ [Required] Gets the ingress_gateway_id of this CreateIngressGatewayRouteTableDetails. The OCID of the service mesh in which this access policy is created.
Returns: The ingress_gateway_id of this CreateIngressGatewayRouteTableDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateIngressGatewayRouteTableDetails. A user-friendly name. The name must be unique within the same ingress gateway and cannot be changed after creation. Avoid entering confidential information.
Example: My unique resource name
Returns: The name of this CreateIngressGatewayRouteTableDetails. Return type: str
-
priority
¶ Gets the priority of this CreateIngressGatewayRouteTableDetails. The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
Returns: The priority of this CreateIngressGatewayRouteTableDetails. Return type: int
-
route_rules
¶ [Required] Gets the route_rules of this CreateIngressGatewayRouteTableDetails. The route rules for the ingress gateway.
Returns: The route_rules of this CreateIngressGatewayRouteTableDetails. Return type: list[oci.service_mesh.models.IngressGatewayTrafficRouteRuleDetails]
-