We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbea115 commit fe7c677Copy full SHA for fe7c677
nexus-sled-agent-shared/src/inventory.rs
@@ -1239,6 +1239,11 @@ impl OmicronZoneType {
1239
}
1240
1241
1242
+ /// Identifies whether this is a boundary NTP zone
1243
+ pub fn is_boundary_ntp(&self) -> bool {
1244
+ matches!(self, OmicronZoneType::BoundaryNtp { .. })
1245
+ }
1246
+
1247
/// Identifies whether this is a Nexus zone
1248
pub fn is_nexus(&self) -> bool {
1249
match self {
0 commit comments