Class UpdateStreamPoolDetails
Object used to update the stream pool's details.
Inheritance
UpdateStreamPoolDetails
Assembly: OCI.DotNetSDK.Streaming.dll
Syntax
public class UpdateStreamPoolDetails
Properties
CustomEncryptionKeyDetails
Declaration
[JsonProperty(PropertyName = "customEncryptionKeyDetails")]
public CustomEncryptionKeyDetails CustomEncryptionKeyDetails { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type |
Description |
Dictionary<string, string> |
Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only.
For more information, see Resource Tags.
Example: {"Department": "Finance"}
|
KafkaSettings
Declaration
[JsonProperty(PropertyName = "kafkaSettings")]
public KafkaSettings KafkaSettings { get; set; }
Property Value
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value