Class DescribeAclsResult
Result for a describe ACLs operation with an Error and a list of AclBinding
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DescribeAclsResult
  Properties
AclBindings
List of ACL bindings in this result
Declaration
public List<AclBinding> AclBindings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<AclBinding> | 
Methods
Equals(object)
Tests whether this instance is equal to the specified object.
Declaration
public override bool Equals(object obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to test.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | true if this is of the same type as obj and the Error and AclBindings property values are equal. false otherwise.  | 
      
Overrides
GetHashCode()
Returns a hash code for this value.
Declaration
public override int GetHashCode()
  Returns
| Type | Description | 
|---|---|
| int | An integer that specifies a hash value for this value.  | 
      
Overrides
Operators
operator ==(DescribeAclsResult, DescribeAclsResult)
Tests whether DescribeAclsResult instance a is equal to DescribeAclsResult instance b.
Declaration
public static bool operator ==(DescribeAclsResult a, DescribeAclsResult b)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DescribeAclsResult | a | The first DescribeAclsResult instance to compare.  | 
      
| DescribeAclsResult | b | The second DescribeAclsResult instance to compare.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | true if DescribeAclsResult instances a and b are equal. false otherwise.  | 
      
operator !=(DescribeAclsResult, DescribeAclsResult)
Tests whether DescribeAclsResult instance a is not equal to DescribeAclsResult instance b.
Declaration
public static bool operator !=(DescribeAclsResult a, DescribeAclsResult b)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DescribeAclsResult | a | The first DescribeAclsResult instance to compare.  | 
      
| DescribeAclsResult | b | The second DescribeAclsResult instance to compare.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | true if DescribeAclsResult instances a and b are not equal. false otherwise.  |