ReplicationRuleAndOperator class

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.

For example:

  • If you specify both a Prefix and a Tag filter, wrap these filters in an And tag.
  • If you specify a filter based on multiple tags, wrap the Tag elements in an And tag

Constructors

ReplicationRuleAndOperator({String? prefix, List<Tag>? tags})
ReplicationRuleAndOperator.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String?
An object key name prefix that identifies the subset of objects to which the rule applies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
An array of tags containing key and value pairs.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited