@aleph-sdk/monorepo
    Preparing search index...

    Type Alias InstancePublishConfiguration

    type InstancePublishConfiguration = {
        account: Account;
        authorized_keys?: string[];
        channel?: string;
        environment?: Partial<InstanceEnvironment>;
        metadata?: Record<string, unknown>;
        payment?: Payment;
        requirements?: HostRequirements;
        resources?: Partial<MachineResources>;
        rootfs?: RootfsVolumeConfiguration;
        storageEngine?: ipfs | storage;
        sync?: boolean;
        variables?: Record<string, string>;
        volumes?: MachineVolume[];
    }
    Index

    Properties

    account: Account
    authorized_keys?: string[]
    channel?: string
    environment?: Partial<InstanceEnvironment>
    metadata?: Record<string, unknown>
    payment?: Payment
    requirements?: HostRequirements
    resources?: Partial<MachineResources>
    storageEngine?: ipfs | storage
    sync?: boolean
    variables?: Record<string, string>
    volumes?: MachineVolume[]