github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vcdss/docs/SetKafkaConfigGroupDetailRequest.md (about)

     1  # SetKafkaConfigGroupDetailRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **KafkaVersionCode** | **string** |  | [optional] [default to null]
     7  **AutoCreateTopicsEnable** | **bool** |  | [optional] [default to null]
     8  **DeleteTopicEnable** | **bool** |  | [optional] [default to null]
     9  **LogCleanerEnable** | **bool** |  | [optional] [default to null]
    10  **LogCleanupPolicy** | **string** |  | [optional] [default to null]
    11  **LogCleanerThreads** | **int32** |  | [optional] [default to null]
    12  **LogFlushIntervalMessages** | **int32** |  | [optional] [default to null]
    13  **LogRetentionBytes** | **int32** |  | [optional] [default to null]
    14  **LogRetentionHours** | **int32** |  | [optional] [default to null]
    15  **LogSegmentBytes** | **int32** |  | [optional] [default to null]
    16  **NumIoThreads** | **int32** |  | [optional] [default to null]
    17  **NumNetworkThreads** | **int32** |  | [optional] [default to null]
    18  **NumPartitions** | **int32** |  | [optional] [default to null]
    19  **AllowEveryoneIfNoAclFound** | **bool** |  | [optional] [default to null]
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23