Instance Propertyheckj.formic 0.3.0Formic
name
The kind of operating system.
let name: KindOfOperatingSystem
The kind of operating system.
let name: KindOfOperatingSystem
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct OperatingSystem
The kind of operating system.
enum KindOfOperatingSystem
The types of operating system this resource can represent.
init(_ kind: KindOfOperatingSystem)
Creates a new resource instance for the kind of operating system you provide.
init(_ name: String)
Creates a new instance of the resource based on the string you provide.
static var inquiry: (any Command) { get }
static func parse(_ output: Data) -> OperatingSystem?
Returns the state of the resource from the output of the shell command.
var inquiry: (any Command) { get }