@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1VirtualMachineInstanceGuestAgentInfo

    VirtualMachineInstanceGuestAgentInfo represents information from the installed guest agent

    interface V1VirtualMachineInstanceGuestAgentInfo {
        apiVersion?: string;
        fsFreezeStatus?: string;
        fsInfo?: V1VirtualMachineInstanceFileSystemInfo;
        guestAgentVersion?: string;
        hostname?: string;
        kind?: string;
        os?: V1VirtualMachineInstanceGuestOSInfo;
        supportedCommands?: V1GuestAgentCommandInfo[];
        timezone?: string;
        userList?: V1VirtualMachineInstanceGuestOSUser[];
    }
    Index

    Properties

    apiVersion?: string

    APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

    fsFreezeStatus?: string

    FSFreezeStatus indicates whether a freeze operation was requested for the guest filesystem. It will be set to "frozen" if the request was made, or unset otherwise. This does not reflect the actual state of the guest filesystem.

    FSInfo is a guest os filesystem information containing the disk mapping and disk mounts with usage

    {}
    
    guestAgentVersion?: string

    GAVersion is a version of currently installed guest agent

    hostname?: string

    Hostname represents FQDN of a guest

    kind?: string

    Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

    OS contains the guest operating system information

    {}
    
    supportedCommands?: V1GuestAgentCommandInfo[]

    Return command list the guest agent supports

    timezone?: string

    Timezone is guest os current timezone

    UserList is a list of active guest OS users