DeleteBastionAllowedIPsRequest: {
    gatewayId: string;
    ipRange: string;
    zone?: Zone;
}

Type declaration

  • gatewayId: string

    ID of the gateway on which to delete the allowed IP range.

  • ipRange: string

    IP range to delete from SSH bastion's list of allowed IPs.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.