TcpCheckDetails Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The TcpCheckDetails type exposes the following members.
Name | Description | |
---|---|---|
TcpCheckDetails |
Initializes a new instance of the TcpCheckDetails class
with the values.
|
Name | Description | |
---|---|---|
BannerMatch |
Gets the regular expression to match against the TCP banner returned by the service.
| |
BodyMatch |
Gets the regular expression to match against the TCP body returned by the service.
| |
EnableSsl |
Gets a value indicating whether an SSL connection should be used to connect to the service.
(Inherited from SecureConnectionCheckDetails.) | |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Port |
Gets the port to use for remote monitoring connections.
(Inherited from ConnectionCheckDetails.) | |
SendBody |
Gets the body to send to the service after the banner is verified.
|