Maximus.Connectivity.Monitoring.FullyQualifiedDomainNameFully Qualified Domain Name

Maximus.Connectivity.Monitoring.FullyQualifiedDomainName (ClassType)

Base class for network connectivity testing.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5338d09b-ec98-b619-6230-b29cfb49e428
CommentThe root class to define a destination address for other test classes hosted at this.

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Maximus.Connectivity.Monitoring.FullyQualifiedDomainName:
FullyQualifiedDomainName  string  Fully Qualified Domain Name true 256  False   
TargetIndex  int  Index Enables duplicate FQDNs. true 256   
Description  string  Description false 1024  False   

Health Model:

Source Code:

<ClassType ID="Maximus.Connectivity.Monitoring.FullyQualifiedDomainName" Accessibility="Public" Base="System!System.Entity" Abstract="false" Hosted="false" Singleton="false" Comment="The root class to define a destination address for other test classes hosted at this.">
<!-- Inherited property
<Property ID="DisplayName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false" Scale="0" />
-->
<Property ID="FullyQualifiedDomainName" Type="string" Key="true" Comment="Just FQDN without any protocol prefixes."/>
<Property ID="TargetIndex" Type="int" Key="true" DefaultValue="0" Comment="Enables FQDN duplicates when required."/>
<Property ID="Description" Type="string" MaxLength="1024"/>
</ClassType>