IntegrationServiceEnvironmentNetworkEndpoint Class
The network endpoint.
Constructor
IntegrationServiceEnvironmentNetworkEndpoint(*, accessibility: str | IntegrationServiceEnvironmentNetworkEndPointAccessibilityState | None = None, domain_name: str | None = None, ports: List[str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
accessibility
|
The accessibility state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable". Default value: None
|
domain_name
|
The domain name. Default value: None
|
ports
|
The ports. Default value: None
|
Variables
Name | Description |
---|---|
accessibility
|
The accessibility state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable". |
domain_name
|
The domain name. |
ports
|
The ports. |