StatefulZprConfiguration¶
-
class
oci.vn_monitoring.models.StatefulZprConfiguration(**kwargs)¶ Bases:
oci.vn_monitoring.models.allowed_security_configuration.AllowedSecurityConfigurationDefines the stateful zpr configuration that allowed the traffic.
Attributes
TYPE_EGRESS_SECURITY_LISTstr(object=’’) -> str TYPE_INGRESS_SECURITY_LISTstr(object=’’) -> str TYPE_NSGstr(object=’’) -> str TYPE_STATEFUL_EGRESS_SECURITY_LISTstr(object=’’) -> str TYPE_STATEFUL_INGRESS_SECURITY_LISTstr(object=’’) -> str TYPE_STATEFUL_NSGstr(object=’’) -> str TYPE_STATEFUL_ZPRstr(object=’’) -> str TYPE_ZPRstr(object=’’) -> str type[Required] Gets the type of this AllowedSecurityConfiguration. zpr_policy[Required] Gets the zpr_policy of this StatefulZprConfiguration. Methods
__init__(**kwargs)Initializes a new StatefulZprConfiguration 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. -
TYPE_EGRESS_SECURITY_LIST= 'EGRESS_SECURITY_LIST'¶
-
TYPE_INGRESS_SECURITY_LIST= 'INGRESS_SECURITY_LIST'¶
-
TYPE_NSG= 'NSG'¶
-
TYPE_STATEFUL_EGRESS_SECURITY_LIST= 'STATEFUL_EGRESS_SECURITY_LIST'¶
-
TYPE_STATEFUL_INGRESS_SECURITY_LIST= 'STATEFUL_INGRESS_SECURITY_LIST'¶
-
TYPE_STATEFUL_NSG= 'STATEFUL_NSG'¶
-
TYPE_STATEFUL_ZPR= 'STATEFUL_ZPR'¶
-
TYPE_ZPR= 'ZPR'¶
-
__init__(**kwargs)¶ Initializes a new StatefulZprConfiguration object with values from keyword arguments. The default value of the
typeattribute of this class isSTATEFUL_ZPRand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this StatefulZprConfiguration. Allowed values for this property are: “NSG”, “STATEFUL_NSG”, “INGRESS_SECURITY_LIST”, “STATEFUL_INGRESS_SECURITY_LIST”, “EGRESS_SECURITY_LIST”, “STATEFUL_EGRESS_SECURITY_LIST”, “ZPR”, “STATEFUL_ZPR”
- zpr_policy (oci.vn_monitoring.models.ZprPolicy) – The value to assign to the zpr_policy property of this StatefulZprConfiguration.
-
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.
-
type¶ [Required] Gets the type of this AllowedSecurityConfiguration. The type of the allowed security configuration.
Allowed values for this property are: “NSG”, “STATEFUL_NSG”, “INGRESS_SECURITY_LIST”, “STATEFUL_INGRESS_SECURITY_LIST”, “EGRESS_SECURITY_LIST”, “STATEFUL_EGRESS_SECURITY_LIST”, “ZPR”, “STATEFUL_ZPR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this AllowedSecurityConfiguration. Return type: str
-
zpr_policy¶ [Required] Gets the zpr_policy of this StatefulZprConfiguration.
Returns: The zpr_policy of this StatefulZprConfiguration. Return type: oci.vn_monitoring.models.ZprPolicy
-