destination-address
destination-port
fixed-port Whether the port value should remain fixed even if numeric offsets are applied to the other sockets in the socket group. Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
interface Name of the interface to which the socket should be bound, or, for multicast sockets, the interface on which it should listen. This should be one of the declared interfaces. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
multicast-address Multicast address on which the socket should receive multicast traffic. If unspecified, the socket will not be configured to receive multicast. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
multicast-port Port on which the socket should receive multicast traffic. Must be configured if 'multicast-address' is configured. Attribute | Value |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Min | 1 |
Max | 65,535 |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
name The name of the socket. Services which need to access the socket configuration information will find it using this name. Attribute | Value |
Type | STRING |
Nillable | false |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-only |
port Number of the port to which the socket should be bound. Attribute | Value |
Default Value | 0 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Min | 0 |
Max | 65,535 |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |