System
Leafs
Children
- class ydk.models.ydktest.ietf_system.System
Bases:
Entity
Class Hierarchy :
System
This class represents configuration data.
System group configuration.
- contact
The administrator contact information for the system. A server implementation MAY map this leaf to the sysContact MIB object. Such an implementation needs to use some mechanism to handle the differences in size and characters allowed between this leaf and sysContact. The definition of such a mechanism is outside the scope of this document
type: str
- hostname
The name of the host. This name can be a single domain label or the fully qualified domain name of the host
type: str
pattern: ((([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.)*([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.?)|\.
- location
The system location. A server implementation MAY map this leaf to the sysLocation MIB object. Such an implementation needs to use some mechanism to handle the differences in size and characters allowed between this leaf and sysLocation. The definition of such a mechanism is outside the scope of this document
type: str
- dns_resolver
Configuration of the DNS resolver
type:
DnsResolver
- authentication
The authentication configuration subtree
type:
Authentication