Class SubnetSet
Summary information about a KafkaCluster.
Inherited Members
Namespace: Oci.ManagedkafkaService.Models
Assembly: OCI.DotNetSDK.Managedkafka.dll
Syntax
public class SubnetSet
Properties
Subnets
Declaration
[Required(ErrorMessage = "Subnets is required.")]
[JsonProperty(PropertyName = "subnets")]
public List<string> Subnets { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Subnets OCIDs |
Remarks
Required