BootstrapUrl¶
-
class
oci.managed_kafka.models.
BootstrapUrl
(**kwargs)¶ Bases:
object
Kafka bootstrap URL
Methods
__init__
(**kwargs)Initializes a new BootstrapUrl object with values from keyword arguments. Attributes
name
[Required] Gets the name of this BootstrapUrl. url
[Required] Gets the url of this BootstrapUrl. -
__init__
(**kwargs)¶ Initializes a new BootstrapUrl object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this BootstrapUrl.
- url (str) – The value to assign to the url property of this BootstrapUrl.
-
name
¶ [Required] Gets the name of this BootstrapUrl. Name of the Kafka listener providing this bootstrap URL
Returns: The name of this BootstrapUrl. Return type: str
-
url
¶ [Required] Gets the url of this BootstrapUrl. Bootstrap URL
Returns: The url of this BootstrapUrl. Return type: str
-