Click or drag to resize
CheckTypeId Class
This API is preliminary and subject to change.
Represents the unique identifier of a item placeholder in the IMonitoringService.
Inheritance Hierarchy
SystemObject
  net.openstack.CoreResourceIdentifierCheckTypeId
    net.openstack.Providers.Rackspace.Objects.MonitoringCheckTypeId

Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public sealed class CheckTypeId : ResourceIdentifier<CheckTypeId>

The CheckTypeId type exposes the following members.

Constructors
  NameDescription
Public methodCheckTypeId
Initializes a new instance of the CheckTypeId class with the specified identifier value.
Top
Methods
Properties
  NameDescription
Public propertyStatic memberAgentCpu
Gets a CheckTypeId representing an agent CPU check.
Public propertyStatic memberAgentDisk
Gets a CheckTypeId representing an agent disk check.
Public propertyStatic memberAgentFilesystem
Gets a CheckTypeId representing an agent filesystem check.
Public propertyStatic memberAgentLoadAverage
Gets a CheckTypeId representing an agent load average check.
Public propertyStatic memberAgentMemory
Gets a CheckTypeId representing an agent memory check.
Public propertyStatic memberAgentNetwork
Gets a CheckTypeId representing an agent network check.
Public propertyStatic memberAgentPlugin
Gets a CheckTypeId representing an agent plug-in check.
Public propertyIsAgent
Gets a value indicating whether this check type identifies an agent check.
Public propertyIsRemote
Gets a value indicating whether this check type identifies a remote check.
Public propertyStatic memberRemoteDns
Gets a CheckTypeId representing a remote DNS check.
Public propertyStatic memberRemoteFtpBanner
Gets a CheckTypeId representing a remote FTP banner check.
Public propertyStatic memberRemoteHttp
Gets a CheckTypeId representing a remote HTTP check.
Public propertyStatic memberRemoteImapBanner
Gets a CheckTypeId representing a remote IMAP check.
Public propertyStatic memberRemoteMssqlBanner
Gets a CheckTypeId representing a remote SQL Server check.
Public propertyStatic memberRemoteMysqlBanner
Gets a CheckTypeId representing a remote MySQL check.
Public propertyStatic memberRemotePing
Gets a CheckTypeId representing a remote PING check.
Public propertyStatic memberRemotePop3Banner
Gets a CheckTypeId representing a remote POP3 check.
Public propertyStatic memberRemotePostgresqlBanner
Gets a CheckTypeId representing a remote PostgreSQL check.
Public propertyStatic memberRemoteSmtp
Gets a CheckTypeId representing a remote SMTP check.
Public propertyStatic memberRemoteSmtpBanner
Gets a CheckTypeId representing a remote SMTP banner check.
Public propertyStatic memberRemoteSsh
Gets a CheckTypeId representing a remote SSH check.
Public propertyStatic memberRemoteTcp
Gets a CheckTypeId representing a remote TCP check.
Public propertyStatic memberRemoteTelnetBanner
Gets a CheckTypeId representing a remote telnet banner check.
Public propertyValue
Gets the value of this resource identifier.
(Inherited from ResourceIdentifierT.)
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also