ProtectionCapabilityGroupTagSummary¶
-
class
oci.waf.models.
ProtectionCapabilityGroupTagSummary
(**kwargs)¶ Bases:
object
Object representing protection cabapility group tag and its metadata.
Methods
__init__
(**kwargs)Initializes a new ProtectionCapabilityGroupTagSummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this ProtectionCapabilityGroupTagSummary. -
__init__
(**kwargs)¶ Initializes a new ProtectionCapabilityGroupTagSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this ProtectionCapabilityGroupTagSummary.
-
name
¶ [Required] Gets the name of this ProtectionCapabilityGroupTagSummary. Unique name of protection capability group tag.
Returns: The name of this ProtectionCapabilityGroupTagSummary. Return type: str
-