This module contains yang model for data-encryption. Copyright (c) 2016 Fujitsu Ltd. All rights reserved.
Version: 2017-09-19
module fujitsu-data-encryption { yang-version 1; namespace "urn:fujitsu:params:xml:ns:yang:dataenc"; prefix dataenc; import fujitsu-user-security { prefix secu; } import ietf-interfaces { prefix if; } import ietf-inet-types { prefix inet; } organization "Fujitsu Ltd."; contact "Fujitsu Ltd. Address: 2801 Telecom Parkway Richardson, Texas 75082 Tel: +1-800-USE-FTAC (1-800-873-3822) Email: ftac@fnc.fujitsu.com Web: www.fujitsu.com/us/services/telecom"; description "This module contains yang model for data-encryption. Copyright (c) 2016 Fujitsu Ltd. All rights reserved. "; revision "2017-09-19" { description "Revised the range of key-refresh-interval to [15 minutes, 48 hours]"; } revision "2017-08-29" { description "Restricted the pattern for key-refresh-interval to block 00-00-00"; } revision "2017-05-31" { description "Restricted the pattern for key-refresh-interval"; } revision "2017-05-19" { description "Added traffic-squelch-tolerance-timer"; } revision "2017-05-16" { description "1. Added Length Restriction to PSK String. 2. Corrected the description of hybrid bypass-encryption mode"; } revision "2017-04-12" { description "Add DEGRADED state for operational data"; } revision "2017-03-20" { description "Changed pattern for intervals"; } revision "2017-02-17" { description "Made key-exchanges as string type"; } revision "2017-01-23" { description "Initial revision."; } rpc zeroize-data-encryption { description "RPC to perform zeroization of data-encryption partition"; output { leaf status { type enumeration { enum "Successful" { value 1; } enum "Failed" { value 2; } } description "Indicates the rpc succeeded/failed"; } leaf status-message { type string; description "Gives a more detailed reason for failure"; } } } // rpc zeroize-data-encryption } // module fujitsu-data-encryption
© 2023 YumaWorks, Inc. All rights reserved.