TcpSocketProperty
Initializer
import { TcpSocketProperty } from '@alicloud/ros-cdk-edas'
const tcpSocketProperty: TcpSocketProperty = { ... }
Properties
Name |
Type |
Description |
host |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
port |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
host
Optional
public readonly host: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
port
Optional
public readonly port: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable