SubnetSet

class oci.managed_kafka.models.SubnetSet(**kwargs)

Bases: object

Summary information about a KafkaCluster.

Methods

__init__(**kwargs) Initializes a new SubnetSet object with values from keyword arguments.

Attributes

subnets [Required] Gets the subnets of this SubnetSet.
__init__(**kwargs)

Initializes a new SubnetSet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:subnets (list[str]) – The value to assign to the subnets property of this SubnetSet.
subnets

[Required] Gets the subnets of this SubnetSet. Subnets OCIDs

Returns:The subnets of this SubnetSet.
Return type:list[str]