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
str

The name of the endpoint.

Default value: None
protocol
str

The protocol of the endpoint.

Default value: None
location
str

The location of the endpoint.

Default value: None
port
int

The port to connect to.

Default value: None
private_ip_address
str

The private ip address of the endpoint.

Default value: None

Variables

Name Description
name
str

The name of the endpoint.

protocol
str

The protocol of the endpoint.

location
str

The location of the endpoint.

port
int

The port to connect to.

private_ip_address
str

The private ip address of the endpoint.