DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria¶
-
class
oci.core.models.
DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria
(**kwargs)¶ Bases:
oci.core.models.drg_route_distribution_match_criteria.DrgRouteDistributionMatchCriteria
All routes are imported or exported.
Attributes
MATCH_TYPE_DRG_ATTACHMENT_ID
str(object=’’) -> str MATCH_TYPE_DRG_ATTACHMENT_TYPE
str(object=’’) -> str MATCH_TYPE_MATCH_ALL
str(object=’’) -> str match_type
[Required] Gets the match_type of this DrgRouteDistributionMatchCriteria. Methods
__init__
(**kwargs)Initializes a new DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MATCH_TYPE_DRG_ATTACHMENT_ID
= 'DRG_ATTACHMENT_ID'¶
-
MATCH_TYPE_DRG_ATTACHMENT_TYPE
= 'DRG_ATTACHMENT_TYPE'¶
-
MATCH_TYPE_MATCH_ALL
= 'MATCH_ALL'¶
-
__init__
(**kwargs)¶ Initializes a new DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria object with values from keyword arguments. The default value of the
match_type
attribute of this class isMATCH_ALL
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: match_type (str) – The value to assign to the match_type property of this DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria. Allowed values for this property are: “DRG_ATTACHMENT_TYPE”, “DRG_ATTACHMENT_ID”, “MATCH_ALL”
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
match_type
¶ [Required] Gets the match_type of this DrgRouteDistributionMatchCriteria. The type of the match criteria for a route distribution statement.
Allowed values for this property are: “DRG_ATTACHMENT_TYPE”, “DRG_ATTACHMENT_ID”, “MATCH_ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The match_type of this DrgRouteDistributionMatchCriteria. Return type: str
-