ConnectivityEndpoint Class
The connectivity properties.
Constructor
ConnectivityEndpoint(*, name: str | None = None, protocol: str | None = None, location: str | None = None, port: int | None = None, private_ip_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The name of the endpoint. Default value: None
|
|
protocol
|
The protocol of the endpoint. Default value: None
|
|
location
|
The location of the endpoint. Default value: None
|
|
port
|
The port to connect to. Default value: None
|
|
private_ip_address
|
The private ip address of the endpoint. Default value: None
|