The SocketAddressObjectType specifies an identifier for a network host (IP address or Hostname) and port number pair.
Field Name | Type | Description |
---|---|---|
@object_referenceoptional | QName |
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to. |
Custom_Properties0..1 | CustomPropertiesType |
The Custom_Properties construct is optional and enables the specification of a set of custom Object Properties that may not be defined in existing Properties schemas. |
IP_Address0..1 | AddressObjectType |
The IP_Address field specifies the IP address component of the socket address. |
Hostname0..1 | HostnameObjectType |
The Hostname field specifies a Hostname for the the socket address. |
Port0..1 | PortObjectType |
The Port field specifies the port number component of the socket connection. |